-- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: 24-Jul-2018 às 15:49
-- Versão do servidor: 5.6.39
-- PHP Version: 5.6.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


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

--
-- Database: `anacli00_genetica`
--

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_general_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_general_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8_general_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_general_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 utf8_general_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8_general_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 utf8_general_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8_general_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_loginizer_logs`
--

CREATE TABLE `wp_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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8_general_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://anaclingenetica.com.br', 'yes'),
(2, 'home', 'https://anaclingenetica.com.br', 'yes'),
(3, 'blogname', 'Anaclin Genética', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'maria.machado@dev2.com.br', 'yes'),
(7, 'start_of_week', '0', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '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', 'j \\d\\e F \\d\\e Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:7:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:23:\"loginizer/loginizer.php\";i:3;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:4;s:24:\"wordpress-seo/wp-seo.php\";i:5;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:6;s:27:\"wp-pagenavi/wp-pagenavi.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:66:\"/home/anacli00/public_html/wp-content/themes/anaclin/functions.php\";i:2;s:63:\"/home/anacli00/public_html/wp-content/themes/anaclin/footer.php\";i:3;s:70:\"/home/anacli00/public_html/wp-content/themes/anaclin/page-servicos.php\";i:4;s:73:\"/home/anacli00/public_html/wp-content/themes/anaclin/page-depoimentos.php\";i:5;s:71:\"/home/anacli00/public_html/wp-content/themes/anaclin/page-a-clinica.php\";}', 'no'),
(40, 'template', 'anaclin', 'yes'),
(41, 'stylesheet', 'anaclin', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', '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', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}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:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";}', 'no'),
(82, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:\"wpseo_bulk_edit\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO 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:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'WPLANG', 'pt_BR', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:5:{s:18:\"orphaned_widgets_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\";}s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"twitter\";a:1:{i:0;s:13:\"media_image-2\";}s:9:\"foot-tags\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:2:{i:2;a:15:{s:13:\"attachment_id\";i:356;s:3:\"url\";s:86:\"http://anaclingenetica.com.br/wp-content/uploads/2017/07/oie_transparent-1-300x232.png\";s:5:\"title\";s:8:\"anagenix\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1003;s:6:\"height\";i:775;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";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:11:\"image_title\";s:0:\"\";s:17:\"link_target_blank\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'cron', 'a:7:{i:1532459404;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:1532466275;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532485217;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:1532528435;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532528607;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532535014;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(118, 'can_compress_scripts', '0', 'no'),
(135, 'theme_mods_twentyseventeen', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1499955650;s:4:\"data\";a:4:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(136, 'current_theme', 'Anaclin', 'yes'),
(137, 'theme_mods_anaclin', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(138, 'theme_switched', '', 'yes'),
(140, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(143, 'recently_activated', 'a:1:{s:23:\"wordfence/wordfence.php\";i:1531748335;}', 'yes'),
(163, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.0.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1499945673;s:7:\"version\";s:3:\"4.8\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(164, 'tadv_settings', 'a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";}', 'yes'),
(165, 'tadv_admin_settings', 'a:1:{s:7:\"options\";a:0:{}}', 'yes'),
(166, 'tadv_version', '4000', 'yes'),
(167, 'pagenavi_options', 'a:15:{s:10:\"pages_text\";s:0:\"\";s:12:\"current_text\";s:0:\"\";s:9:\"page_text\";s:0:\"\";s:10:\"first_text\";s:0:\"\";s:9:\"last_text\";s:0:\"\";s:9:\"prev_text\";s:4:\"&lt;\";s:9:\"next_text\";s:4:\"&gt;\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";i:0;s:16:\"use_pagenavi_css\";i:0;s:5:\"style\";i:1;}', 'yes'),
(168, 'acf_version', '5.3.10', 'yes'),
(169, 'dev2_endereco', 'Rua Padre Anchieta, 2348', 'yes'),
(170, 'dev2_comple', 'Sala 1002', 'yes'),
(171, 'dev2_bairro', 'Bigorrilho', 'yes'),
(172, 'dev2_cidade', 'Curitiba', 'yes'),
(173, 'dev2_estado', 'PR', 'yes'),
(174, 'dev2_cep', '80730-000', 'yes'),
(175, 'dev2_telco', '3308 . 7010', 'yes'),
(176, 'dev2_cel', '99229 . 7010', 'yes'),
(177, 'dev2_email', 'atendimento@anaclingenetica.com.br', 'yes'),
(197, 'dev2_atend', 'Segunda a Sexta-feira das 10h às 19h', 'yes'),
(198, 'dev2_ed', 'Edifício Anchieta Business', 'yes'),
(199, 'dev2_estacio', 'Estacionamento no Local', 'yes'),
(200, 'dev2_ed2', '', 'yes'),
(201, 'dev2_endereco2', '', 'yes'),
(202, 'dev2_comple2', '', 'yes'),
(203, 'dev2_bairro2', '', 'yes'),
(204, 'dev2_cidade2', '', 'yes'),
(205, 'dev2_estado2', '', 'yes'),
(206, 'dev2_cep2', '', 'yes'),
(207, 'dev2_estacio2', '', 'yes'),
(208, 'dev2_ref2', '', 'yes'),
(209, 'dev2_telco2', '', 'yes'),
(210, 'dev2_cel2', '', 'yes'),
(211, 'dev2_email2', '', 'yes'),
(212, 'dev2_atend2', '', 'yes'),
(213, 'dev2_ref', 'Ao lado do Hotel Adágio e próximo ao tubo do Ligeirinho Bigorrilho', 'yes'),
(413, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(416, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"maria.machado@dev2.com.br\";s:7:\"version\";s:5:\"4.9.7\";s:9:\"timestamp\";i:1530845187;}', 'no'),
(630, 'mail_from', 'site@anaclingenetica.com.br', 'yes'),
(631, 'mail_from_name', 'Anaclin Genética', 'yes'),
(632, 'mailer', 'mail', 'yes'),
(633, 'mail_set_return_path', '', 'yes'),
(634, 'smtp_host', 'anaclingenetica.com.br', 'yes'),
(635, 'smtp_port', '465', 'yes'),
(636, 'smtp_ssl', 'ssl', 'yes'),
(637, 'smtp_auth', 'true', 'yes'),
(638, 'smtp_user', 'site@anaclingenetica.com.br', 'yes'),
(639, 'smtp_pass', 'S98inisk4Ewd', 'yes'),
(640, 'pepipost_user', '', 'yes'),
(641, 'pepipost_pass', '', 'yes'),
(642, 'pepipost_port', '2525', 'yes'),
(643, 'pepipost_ssl', 'none', 'yes'),
(644, 'wpseo', 'a:19:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"7.8\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"jbUxdi9Qs5Lj6avOfxXvPzBRZwbGKom7qYKvvqnCk7Y\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1528993867;}', 'yes'),
(646, 'wpseo_titles', 'a:111:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:9:\"separator\";s:8:\"sc-ndash\";s:16:\"title-home-wpseo\";s:12:\"%%sitename%%\";s:18:\"title-author-wpseo\";s:40:\"%%name%%, Autor em %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:66:\"Você pesquisou por %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:44:\"Página não encontrada %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:54:\"O post %%POSTLINK%% apareceu primeiro em %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:23:\"is-media-purge-relevant\";b:1;s:20:\"breadcrumbs-404crumb\";s:33:\"Erro 404: Página não encontrada\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Arquivos para\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Início\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:19:\"Você pesquisou por\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:65:\"http://anaclingenetica.com.br/wp-content/uploads/2017/07/logo.png\";s:12:\"company_name\";s:17:\"Anaclin Genética\";s:17:\"company_or_person\";s:7:\"company\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:1;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:0;s:10:\"title-page\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:40:\"%%term_title%% - %%page%% - %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:40:\"%%term_title%% - %%page%% - %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:40:\"%%term_title%% - %%page%% - %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:23:\"post_types-post-maintax\";i:0;s:11:\"title-exame\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:14:\"metadesc-exame\";s:95:\"Exame de %%title%% em Curitiba. Confira a ficha técnica do exame de %%title%% na %%sitename%%.\";s:13:\"noindex-exame\";b:0;s:14:\"showdate-exame\";b:0;s:24:\"display-metabox-pt-exame\";b:1;s:12:\"title-banner\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:15:\"metadesc-banner\";s:0:\"\";s:14:\"noindex-banner\";b:1;s:15:\"showdate-banner\";b:0;s:25:\"display-metabox-pt-banner\";b:0;s:19:\"title-especialidade\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:22:\"metadesc-especialidade\";s:0:\"\";s:21:\"noindex-especialidade\";b:0;s:22:\"showdate-especialidade\";b:0;s:32:\"display-metabox-pt-especialidade\";b:1;s:16:\"title-depoimento\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:19:\"metadesc-depoimento\";s:0:\"\";s:18:\"noindex-depoimento\";b:1;s:19:\"showdate-depoimento\";b:0;s:29:\"display-metabox-pt-depoimento\";b:0;s:14:\"title-endereco\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:17:\"metadesc-endereco\";s:0:\"\";s:16:\"noindex-endereco\";b:1;s:17:\"showdate-endereco\";b:0;s:27:\"display-metabox-pt-endereco\";b:1;s:13:\"title-noticia\";s:35:\"%%title%% - %%page%% - %%sitename%%\";s:16:\"metadesc-noticia\";s:0:\"\";s:15:\"noindex-noticia\";b:0;s:16:\"showdate-noticia\";b:0;s:26:\"display-metabox-pt-noticia\";b:1;s:21:\"title-ptarchive-exame\";s:51:\"Arquivo %%pt_plural%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-exame\";s:0:\"\";s:23:\"bctitle-ptarchive-exame\";s:0:\"\";s:23:\"noindex-ptarchive-exame\";b:1;s:22:\"title-tax-pages_exames\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-pages_exames\";s:0:\"\";s:32:\"display-metabox-tax-pages_exames\";b:1;s:24:\"noindex-tax-pages_exames\";b:0;s:16:\"title-tax-estado\";s:40:\"%%term_title%% - %%page%% - %%sitename%%\";s:19:\"metadesc-tax-estado\";s:0:\"\";s:26:\"display-metabox-tax-estado\";b:1;s:18:\"noindex-tax-estado\";b:0;s:24:\"post_types-exame-maintax\";i:0;s:27:\"post_types-endereco-maintax\";i:0;s:30:\"taxonomy-pages_exames-ptparent\";i:0;s:24:\"taxonomy-estado-ptparent\";i:0;}', 'yes'),
(647, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:49:\"https://www.facebook.com/anaclingeneticacuritiba/\";s:13:\"instagram_url\";s:55:\"http://www.thepicta.com/user/anaclingenetica/4776941694\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(651, 'wpseo_flush_rewrite', '1', 'yes'),
(664, 'category_children', 'a:0:{}', 'yes'),
(787, 'wpseo-gsc-refresh_token', '1/mjQHWr3TlYhpVoD9WffHa39d1gZX5ov7eUy3TSTl6pbdNXrjtQw8ODosrNxr6rMX', 'yes'),
(788, 'wpseo-gsc-access_token', 'a:5:{s:13:\"refresh_token\";s:66:\"1/mjQHWr3TlYhpVoD9WffHa39d1gZX5ov7eUy3TSTl6pbdNXrjtQw8ODosrNxr6rMX\";s:12:\"access_token\";s:129:\"ya29.GlvKBHeCJkvD_6hLP7EfYen2PODYN-6YmEGWB52WvrQJ2wBXVu7rWlzyw0H_2KJ6r-MVe3hlG3siVFaIvaeVS6Rtj_DWIfK3GOEIVrLjv_l0YKB-ATbt_kqOmNTI\";s:7:\"expires\";d:1505731874;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1505739074;}', 'yes'),
(789, 'wpseo-gsc', 'a:1:{s:7:\"profile\";s:30:\"http://anaclingenetica.com.br/\";}', 'yes'),
(792, 'wpseo_gsc_issues_counts', 'a:0:{}', 'yes'),
(1244, 'wpseo_taxonomy_meta', 'a:1:{s:6:\"estado\";a:2:{i:28;a:2:{s:13:\"wpseo_linkdex\";s:2:\"15\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:32;a:2:{s:13:\"wpseo_linkdex\";s:2:\"-9\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}', 'yes'),
(1528, 'estado_children', 'a:0:{}', 'yes'),
(7097, 'wordfence_version', '7.1.9', 'yes'),
(7098, 'wordfence_installed', '1', 'yes'),
(7099, 'wordfenceActivated', '0', 'yes'),
(7100, 'wf_plugin_act_error', '', 'yes'),
(7105, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(7116, 'wpseo_license_server_version', '2', 'yes'),
(7119, 'wpseo_sitemap_cache_validator_global', '4yn1Y', 'no'),
(7120, '_transient_timeout_wpseo_link_table_inaccessible', '1561739479', 'no'),
(7121, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(7122, '_transient_timeout_wpseo_meta_table_inaccessible', '1561739479', 'no'),
(7123, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(7348, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(7349, 'wordfence_syncingAttackData', '0', 'no'),
(7351, 'wordfence_lastSyncAttackData', '1531410270', 'no'),
(7570, 'wpseo_sitemap_1_cache_validator', '5E5vo', 'no'),
(7571, 'wpseo_sitemap_post_cache_validator', '4PB6B', 'no'),
(7813, 'wpseo_sitemap_page_cache_validator', '5qICa', 'no'),
(7817, 'wpseo_sitemap_banner_cache_validator', '4kQov', 'no'),
(7820, 'wpseo_sitemap_especialidade_cache_validator', '4jTRv', 'no'),
(7823, 'wpseo_sitemap_estado_cache_validator', '4jZi3', 'no'),
(7826, 'wpseo_sitemap_category_cache_validator', '4khgQ', 'no'),
(7829, 'wpseo_sitemap_endereco_cache_validator', '4kiSa', 'no'),
(7832, 'wpseo_sitemap_author_cache_validator', '4kmfz', 'no'),
(7835, 'wpseo_sitemap_attachment_cache_validator', '5qFQa', 'no'),
(7840, 'wpseo_sitemap_noticia_cache_validator', 'lhEu', 'no'),
(7847, 'wpseo_sitemap_depoimento_cache_validator', '4l3ck', 'no'),
(7882, 'wpseo_sitemap_exame_cache_validator', '4KpLB', 'no'),
(7884, 'wpseo_sitemap_pages_exames_cache_validator', '4liJh', 'no'),
(7891, 'pages_exames_children', 'a:0:{}', 'yes'),
(7901, 'wpseo_sitemap_403_cache_validator', '4KGIj', 'no'),
(7907, 'wpseo_sitemap_404_cache_validator', 'qX9J', 'no'),
(7955, 'wpseo_sitemap_acf-field-group_cache_validator', '56hU9', 'no'),
(7956, 'wpseo_sitemap_acf-field_cache_validator', '56hU7', 'no'),
(7972, 'wpseo_gsc_last_fetch', '1531237809', 'no'),
(8596, 'rewrite_rules', 'a:208:{s:8:\"exame/?$\";s:25:\"index.php?post_type=exame\";s:38:\"exame/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=exame&feed=$matches[1]\";s:33:\"exame/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=exame&feed=$matches[1]\";s:25:\"exame/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=exame&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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: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:33:\"exame/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"exame/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"exame/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"exame/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"exame/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"exame/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"exame/([^/]+)/embed/?$\";s:38:\"index.php?exame=$matches[1]&embed=true\";s:26:\"exame/([^/]+)/trackback/?$\";s:32:\"index.php?exame=$matches[1]&tb=1\";s:46:\"exame/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?exame=$matches[1]&feed=$matches[2]\";s:41:\"exame/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?exame=$matches[1]&feed=$matches[2]\";s:34:\"exame/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?exame=$matches[1]&paged=$matches[2]\";s:41:\"exame/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?exame=$matches[1]&cpage=$matches[2]\";s:30:\"exame/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?exame=$matches[1]&page=$matches[2]\";s:22:\"exame/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"exame/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"exame/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"exame/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"exame/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"exame/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"pages_exames/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?pages_exames=$matches[1]&feed=$matches[2]\";s:48:\"pages_exames/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?pages_exames=$matches[1]&feed=$matches[2]\";s:29:\"pages_exames/([^/]+)/embed/?$\";s:45:\"index.php?pages_exames=$matches[1]&embed=true\";s:41:\"pages_exames/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?pages_exames=$matches[1]&paged=$matches[2]\";s:23:\"pages_exames/([^/]+)/?$\";s:34:\"index.php?pages_exames=$matches[1]\";s:34:\"banner/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"banner/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"banner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"banner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"banner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"banner/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"banner/([^/]+)/embed/?$\";s:39:\"index.php?banner=$matches[1]&embed=true\";s:27:\"banner/([^/]+)/trackback/?$\";s:33:\"index.php?banner=$matches[1]&tb=1\";s:35:\"banner/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?banner=$matches[1]&paged=$matches[2]\";s:42:\"banner/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?banner=$matches[1]&cpage=$matches[2]\";s:31:\"banner/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?banner=$matches[1]&page=$matches[2]\";s:23:\"banner/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"banner/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"banner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"banner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"banner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"banner/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"especialidade/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"especialidade/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"especialidade/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"especialidade/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"especialidade/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"especialidade/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"especialidade/([^/]+)/embed/?$\";s:46:\"index.php?especialidade=$matches[1]&embed=true\";s:34:\"especialidade/([^/]+)/trackback/?$\";s:40:\"index.php?especialidade=$matches[1]&tb=1\";s:42:\"especialidade/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?especialidade=$matches[1]&paged=$matches[2]\";s:49:\"especialidade/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?especialidade=$matches[1]&cpage=$matches[2]\";s:38:\"especialidade/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?especialidade=$matches[1]&page=$matches[2]\";s:30:\"especialidade/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"especialidade/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"especialidade/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"especialidade/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"especialidade/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"especialidade/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"depoimento/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"depoimento/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"depoimento/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"depoimento/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"depoimento/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"depoimento/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"depoimento/([^/]+)/embed/?$\";s:43:\"index.php?depoimento=$matches[1]&embed=true\";s:31:\"depoimento/([^/]+)/trackback/?$\";s:37:\"index.php?depoimento=$matches[1]&tb=1\";s:39:\"depoimento/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?depoimento=$matches[1]&paged=$matches[2]\";s:46:\"depoimento/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?depoimento=$matches[1]&cpage=$matches[2]\";s:35:\"depoimento/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?depoimento=$matches[1]&page=$matches[2]\";s:27:\"depoimento/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"depoimento/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"depoimento/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"depoimento/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"depoimento/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"depoimento/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"endereco/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"endereco/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"endereco/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"endereco/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"endereco/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"endereco/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"endereco/([^/]+)/embed/?$\";s:41:\"index.php?endereco=$matches[1]&embed=true\";s:29:\"endereco/([^/]+)/trackback/?$\";s:35:\"index.php?endereco=$matches[1]&tb=1\";s:37:\"endereco/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?endereco=$matches[1]&paged=$matches[2]\";s:44:\"endereco/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?endereco=$matches[1]&cpage=$matches[2]\";s:33:\"endereco/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?endereco=$matches[1]&page=$matches[2]\";s:25:\"endereco/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"endereco/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"endereco/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"endereco/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"endereco/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"endereco/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"noticia/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"noticia/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"noticia/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"noticia/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"noticia/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"noticia/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"noticia/([^/]+)/embed/?$\";s:40:\"index.php?noticia=$matches[1]&embed=true\";s:28:\"noticia/([^/]+)/trackback/?$\";s:34:\"index.php?noticia=$matches[1]&tb=1\";s:36:\"noticia/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?noticia=$matches[1]&paged=$matches[2]\";s:43:\"noticia/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?noticia=$matches[1]&cpage=$matches[2]\";s:32:\"noticia/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?noticia=$matches[1]&page=$matches[2]\";s:24:\"noticia/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"noticia/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"noticia/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"noticia/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"noticia/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"noticia/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"endereco/estado/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?estado=$matches[1]&feed=$matches[2]\";s:51:\"endereco/estado/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?estado=$matches[1]&feed=$matches[2]\";s:32:\"endereco/estado/([^/]+)/embed/?$\";s:39:\"index.php?estado=$matches[1]&embed=true\";s:44:\"endereco/estado/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?estado=$matches[1]&paged=$matches[2]\";s:26:\"endereco/estado/([^/]+)/?$\";s:28:\"index.php?estado=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s: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: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(8698, 'WpFastestCache', '{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheNewPost\":\"on\",\"wpFastestCacheNewPost_type\":\"all\",\"wpFastestCacheUpdatePost\":\"on\",\"wpFastestCacheUpdatePost_type\":\"post\",\"wpFastestCacheGzip\":\"on\",\"wpFastestCacheLBC\":\"on\",\"wpFastestCacheLanguage\":\"pt\"}', 'yes'),
(8707, '_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:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.7.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.7.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1532442054;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}', 'no'),
(8708, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1532442055;s:7:\"checked\";a:1:{s:7:\"anaclin\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(8788, 'new_admin_email', 'maria.machado@dev2.com.br', 'yes'),
(8795, 'loginizer_version', '1.4.0', 'yes'),
(8796, 'loginizer_options', 'a:0:{}', 'yes'),
(8797, 'loginizer_last_reset', '1532439974', 'yes'),
(8798, 'loginizer_whitelist', 'a:0:{}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(8799, 'loginizer_blacklist', 'a:0:{}', 'yes'),
(8800, 'loginizer_ins_time', '1531748417', 'yes'),
(8801, 'loginizer_promo_time', '1531748417', 'yes'),
(9073, '_transient_timeout_acf_get_remote_plugin_info', '1532485247', 'no'),
(9074, '_transient_acf_get_remote_plugin_info', 'a:13:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:8:\"homepage\";s:37:\"https://www.advancedcustomfields.com/\";s:7:\"version\";s:5:\"5.7.0\";s:6:\"author\";s:13:\"Elliot Condon\";s:10:\"author_url\";s:28:\"http://www.elliotcondon.com/\";s:12:\"contributors\";s:12:\"elliotcondon\";s:8:\"requires\";s:5:\"3.6.0\";s:6:\"tested\";s:5:\"4.9.9\";s:6:\"tagged\";s:61:\"acf, advanced, custom, field, fields, form, repeater, content\";s:9:\"changelog\";s:859:\"<h4>5.7.0</h4><ul><li>Core: Major JavaScript updates</li><li>Core: Improved conditional logic with new types and more supported fields</li><li>Core: Improved localization and internationalization</li><li>Repeater field: Improved logic that remembers collapsed row states</li><li>Repeater field: Added support to collapse multiple rows (hold shift)</li><li>API: Improved lookup to find fields without a reference value</li><li>Language: Added Croatian translation - Thanks to Vlado Bosnjak</li><li>Language: Updated Italian translation - thanks to Davide Pantè</li><li>Language: Updated Romanian translation - thanks to Ionut Staicu</li><li>Language: Updated German translation - thanks to Ralf Koller</li><li>Language: Updated Arabic translation - thanks to Karim Ramadan</li><li>Language: Updated Portuguese translation - thanks to Pedro Mendonça</li></ul>\";s:14:\"upgrade_notice\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}}', 'no'),
(9094, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1532442056;s:7:\"checked\";a:9:{s:30:\"advanced-custom-fields/acf.php\";s:6:\"4.4.12\";s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.3.10\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.3\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.0\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:6:\"4.7.11\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.92\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.8.8.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"1.3.3\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"7.8\";}s:8:\"response\";a:3:{s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.8.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.8.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"7.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1859687\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1859687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.7.0\";s:3:\"url\";s:37:\"https://www.advancedcustomfields.com/\";s:7:\"package\";s:0:\"\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"4.4.12\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.4.4.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{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.0.3\";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.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}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:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:6:\"4.7.11\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.7.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=894078\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/wp-pagenavi\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:4:\"2.92\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-pagenavi.2.92.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";s:3:\"svg\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-pagenavi/assets/banner-1544x500.jpg?rev=1206758\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-pagenavi/assets/banner-772x250.jpg?rev=1206758\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=1900656\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=1900656\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(9100, '_site_transient_timeout_browser_a54eb83090ed984332f4eca22d3ec5e4', '1533059021', 'no'),
(9101, '_site_transient_browser_a54eb83090ed984332f4eca22d3ec5e4', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(9104, '_site_transient_timeout_community-events-afc5703041b91902743cbb910aa929cb', '1532497424', 'no'),
(9105, '_site_transient_community-events-afc5703041b91902743cbb910aa929cb', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"191.177.27.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"36° Meetup WordPress Curitiba \";s:3:\"url\";s:51:\"https://www.meetup.com/wpcuritiba/events/252905640/\";s:6:\"meetup\";s:29:\"Comunidade WordPress Curitiba\";s:10:\"meetup_url\";s:34:\"https://www.meetup.com/wpcuritiba/\";s:4:\"date\";s:19:\"2018-07-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Curitiba, Brazil\";s:7:\"country\";s:2:\"br\";s:8:\"latitude\";d:-25.431371999999999644614945282228291034698486328125;s:9:\"longitude\";d:-49.25909399999999749297785456292331218719482421875;}}}}', 'no'),
(9106, '_transient_timeout_feed_b85365aa61afaf3d4189819a6f57c4c4', '1532497425', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(9107, '_transient_feed_b85365aa61afaf3d4189819a6f57c4c4', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Blog | Brasil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://br.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Wed, 11 Jul 2018 15:05:42 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"pt-BR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n		\n		\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress 4.9.7 – Atualização de segurança e manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2018/07/05/wordpress-4-9-7-atualizacao-de-seguranca-e-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://br.wordpress.org/2018/07/05/wordpress-4-9-7-atualizacao-de-seguranca-e-manutencao/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jul 2018 23:08:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1278\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"O WordPress 4.9.7 já está disponível. Essa é uma atualização de segurança e manutenção para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente. As versões 4.9.6 e anteriores do WordPress são afetadas por um problema nas mídias que podem permitir que um usuário com certas capacidades tente excluir [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4179:\"<p>O WordPress 4.9.7 já está disponível. Essa é uma <strong>atualização de segurança e manutenção</strong> para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente.</p>\n\n<p>As versões 4.9.6 e anteriores do WordPress são afetadas por um problema nas mídias que podem permitir que um usuário com certas capacidades tente excluir arquivos fora do diretório de uploads.</p>\n\n<p>Agradecemos a <a href=\"https://hackerone.com/slavco\">Slavco</a> por informar o problema original e a <a href=\"https://www.wordfence.com/\">Matt Barry</a> por relatar problemas relacionados.</p>\n\n<p>Outros dezessete erros foram resolvidos no WordPress 4.9.7. Os mais importantes foram:</p>\n\n<ul>\n	<li>Taxonomia: Melhora na manipulação do cache para consultas por termos.</li>\n	<li>Posts e tipos de posts: Limpa o cookie de senha de post ao sair.</li>\n	<li>Widgets: Permite tags HTML básicas nas descrições das barras laterais na tela de administração do WordPress.</li>\n	<li>Eventos da comunidade no Painel: Sempre mostra o WordCamp mais próximo se há algum previsto, mesmo que existam vários meetups planejados antes dele.</li>\n	<li>Privacidade: Verifica se o conteúdo padrão da política de privacidade não causa um erro fatal ao limpar as regras de reescrita fora do contexto de administração.</li>\n</ul>\n\n<p><a href=\"https://br.wordpress.org/txt-download/\">Baixe o WordPress 4.9.7</a> ou visite o Painel → Atualizações e simplesmente clique em “Atualizar agora”. Sites com suporte a atualizações automáticas em segundo plano já começaram a se atualizar.</p>\n\n<p>Os planos previstos para a versão 4.9.7 agora se aplicam à versão 4.9.8, que seguirá o <a href=\"https://make.wordpress.org/core/2018/07/04/dev-chat-summary-july-4th-4-9-7-week-7/\">cronograma de lançamento publicado ontem</a>.</p>\n\n<p>Agradecemos a todos que contribuíram para o WordPress 4.9.7:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez/\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/garetharnold/\">Gareth</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/khaihong/\">khaihong</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen/\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/mermel/\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Migrated to @jeffpaul</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/skoldin/\">skoldin</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/warmlaundry/\">warmlaundry</a> e <a href=\"https://profiles.wordpress.org/yuriv/\">YuriV</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://br.wordpress.org/2018/07/05/wordpress-4-9-7-atualizacao-de-seguranca-e-manutencao/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress 4.9.6 – Atualização de privacidade e manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://br.wordpress.org/2018/05/19/wordpress-4-9-6-atualizacao-de-privacidade-e-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 May 2018 15:22:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1263\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"O WordPress 4.9.6 já está disponível. Essa é uma atualização sobre privacidade e manutenção. Encorajamos que você atualize seus sites para obter as vantagens dos novos recursos de privacidade. Privacidade O GDPR (Regulamento geral de proteção de dados, do inglês General Data Protection Regulation) da União Europeia entra em vigor em 25 de maio. Ele exige que empresas [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11885:\"<p>O WordPress 4.9.6 já está disponível. Essa é uma <strong>atualização sobre privacidade e manutenção</strong>. Encorajamos que você atualize seus sites para obter as vantagens dos novos recursos de privacidade.</p>\n<p><img class=\"aligncenter size-full wp-image-1264\" src=\"https://br.wordpress.org/files/2018/05/GDPR-Banner.png\" alt=\"\" width=\"768\" height=\"384\" srcset=\"https://br.wordpress.org/files/2018/05/GDPR-Banner.png 768w, https://br.wordpress.org/files/2018/05/GDPR-Banner-300x150.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></p>\n<h2>Privacidade</h2>\n<p>O GDPR (Regulamento geral de proteção de dados, do inglês <em>General Data Protection Regulation</em>) da União Europeia entra em vigor em 25 de maio. Ele exige que empresas e proprietários de sites sejam transparentes sobre como coletam, usam e compartilham os dados pessoais dos seus visitantes. O regulamento também oferece às pessoas maior acesso e escolha quando se trata de como seus dados pessoais são coletados, usados e compartilhados.</p>\n<p>É importante entender que, embora o GDPR seja um regulamento europeu, seus requisitos se aplicam a todos os sites e empresas que coletam, armazenam e processam dados pessoais de residentes na União Européia, independente de onde a empresa esteja localizada.</p>\n<p>Você pode aprender mais sobre o GDPR na página sobre <a href=\"http://ec.europa.eu/justice/smedataprotect/index_pt.htm\" target=\"_blank\" rel=\"noopener noreferrer\">proteção de dados</a> da Comissão Europeia.</p>\n<p>Estamos empenhados em apoiar os proprietários de sites de todo o mundo no trabalho de cumprir essa importante lei. Como parte desse esforço, adicionamos alguns novos recursos de privacidade nesta versão.</p>\n<h2>Comentários</h2>\n<p><img class=\"aligncenter size-full wp-image-1265\" src=\"https://br.wordpress.org/files/2018/05/comments-border.png\" alt=\"\" width=\"768\" height=\"744\" srcset=\"https://br.wordpress.org/files/2018/05/comments-border.png 768w, https://br.wordpress.org/files/2018/05/comments-border-300x291.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></p>\n<p>Visitantes não conectados a uma conta terão a opção de gravar seu nome, endereço de e-mail e site em um cookie no navegador.</p>\n<h2>Página de política de privacidade</h2>\n<p><img class=\"aligncenter size-full wp-image-1266\" src=\"https://br.wordpress.org/files/2018/05/privacy-policy-collapsed.png\" alt=\"\" width=\"768\" height=\"453\" srcset=\"https://br.wordpress.org/files/2018/05/privacy-policy-collapsed.png 768w, https://br.wordpress.org/files/2018/05/privacy-policy-collapsed-300x177.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></p>\n<p>Os proprietários de sites agora podem definir uma página como sua política de privacidade. Esta página será mostrada em suas páginas de acesso e registro. Para que ela seja exibida nas demais páginas, será necessário que você acrescente um link manualmente. Se o seu site tem um menu no rodapé, esse é um ótimo lugar para incluir um link para sua política de privacidade.</p>\n<p>Além disso, criamos uma guia que inclui recomendações do WordPress e plugins participantes sobre como eles manipulam dados pessoais. Essas informações podem ser copiadas e coladas na política de privacidade do seu site para servir como um começo.</p>\n<p>Se você possuir um plugin que coleta dados, recomendamos adicionar essas informações ao guia de política de privacidade do WordPress. <a href=\"https://developer.wordpress.org/plugins/privacy/\" target=\"_blank\" rel=\"noopener noreferrer\">Saiba mais na nossa seção de privacidade do manual de plugins.</a></p>\n<h2>Manipulação de dados</h2>\n<p><img class=\"aligncenter size-full wp-image-1267\" src=\"https://br.wordpress.org/files/2018/05/export-data.png\" alt=\"\" width=\"768\" height=\"565\" srcset=\"https://br.wordpress.org/files/2018/05/export-data.png 768w, https://br.wordpress.org/files/2018/05/export-data-300x221.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></p>\n<h3>Exportação de dados</h3>\n<p>Os proprietários de sites podem exportar um arquivo no formato ZIP contendo os dados pessoais de um usuário, usando dados coletados pelo WordPress e plugins participantes.</p>\n<h3>Remoção de dados</h3>\n<p>Os proprietários de sites podem apagar os dados pessoais de um usuário, incluindo dados coletados pelos plugins participantes.</p>\n<blockquote><p>Olá,</p>\n<p>Foi feita uma solicitação para executar a seguinte ação em sua conta:</p>\n<p><strong>Exportar dados pessoais</strong></p>\n<p>Para confirmar, clique no link a seguir:<br />\n<a href=\"#\">http://.wordpress.org/wp-login.php?action=confirmaction…</a></p>\n<p>Você pode ignorar ou excluir este e-mail caso não queria que esta ação seja executada.</p>\n<p>Este e-mail foi enviado para <a href=\"#\">voca@dominio.com.br</a>.</p>\n<p>Atenciosamente,<br />\n<em>Equipe WordPress</em><br />\n<a href=\"http://wordpress.org\"><em>http://wordpress.org</em></a></p></blockquote>\n<p>Os proprietários de sites têm um novo método baseado no e-mail do usuário para confirmar solicitações de dados pessoais. Essa ferramenta de confirmação funciona para solicitações de exportação e remoção, tanto para usuários registrados quanto para visitantes que fizeram algum comentário.</p>\n<hr />\n<h2>Manutenção</h2>\n<p>Foram feitas 95 atualizações no WordPress 4.9.6. Além do já exposto acima, destacamos os seguintes pontos:</p>\n<ul>\n<li>&#8220;Minhas&#8221; foi adicionado como um filtro na biblioteca de mídia;</li>\n<li>Ao visualizar um plugin no Painel, ele informará a versão mínima do PHP necessária para seu funcionamento;</li>\n<li>Adicionamos novos polyfills PHP para compatibilidade com versões futuras e validação adequada de variáveis e</li>\n<li>O TinyMCE foi atualizado para a versão mais recente (4.7.11).</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\" target=\"_blank\" rel=\"noopener noreferrer\">Este post contém mais informações sobre todos os problemas corrigidos na versão 4.9.6, caso você queira mais informações.</a></p>\n<p><a href=\"https://br.wordpress.org/txt-download/\">Baixe o WordPress 4.9.6</a> ou visite o Painel → Atualizações e simplesmente clique em “Atualizar agora”. Sites com suporte a atualizações automáticas em segundo plano já começaram a se atualizar.</p>\n<p><strong>Atenção:</strong> Se você está atualmente no WordPress 4.9.3, você deve atualizar manualmente o seu site de imediato.</p>\n<hr />\n<p>Agradecemos a todos que contribuíram para o WordPress 4.9.6:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a> e <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.</p>\n<hr />\n<p>A versão inicial desta tradução foi feita pelo <a href=\"https://profiles.wordpress.org/henriquewint\">@henriquewint</a>. Valeu, Henrique!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Celebre o 15º aniversário do WordPress no dia 27 de maio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://br.wordpress.org/2018/04/20/celebre-o-15o-aniversario-do-wordpress-no-dia-27-de-maio/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://br.wordpress.org/2018/04/20/celebre-o-15o-aniversario-do-wordpress-no-dia-27-de-maio/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 22:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Meetups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1252\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"Dia 27 de maio é o 15º aniversário do lançamento da primeira versão do WordPress e nós estamos ansiosos para celebrar! É hora da festa! Junte-se aos fãs do WordPress por todo o mundo na comemoração dos quinze anos do WordPress criando a sua própria festa! Aqui está como você pode participar: Acesse o site [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3488:\"<p>Dia 27 de maio é o <strong>15º aniversário</strong> do lançamento da <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">primeira versão do WordPress</a> e nós estamos ansiosos para celebrar!</p>\n<p><img class=\"aligncenter wp-image-1253 size-medium\" src=\"https://br.wordpress.org/files/2018/04/wp15_mark-1-300x236.png\" alt=\"\" width=\"300\" height=\"236\" srcset=\"https://br.wordpress.org/files/2018/04/wp15_mark-1-300x236.png 300w, https://br.wordpress.org/files/2018/04/wp15_mark-1.png 768w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<figure class=\"wp-block-image aligncenter\"></figure>\n<h2>É hora da festa!</h2>\n<p>Junte-se aos fãs do WordPress por todo o mundo na comemoração dos quinze anos do WordPress criando a sua própria festa! Aqui está como você pode participar:</p>\n<ol>\n<li>Acesse o <a href=\"https://wp15.wordpress.net/about/\">site do 15º aniversário do WordPress</a> para ver se já existe uma festa sendo planejada na sua cidade. Se já existe, confirme sua presença e convide seus amigos!</li>\n<li>Se ainda não existe, escolha um lugar onde as pessoas possam se encontrar, como um parque, um restaurante ou um jardim. Qualquer ambiente familiar serve!</li>\n<li>Divulgue sua festa através <a href=\"https://www.meetup.com/pro/wordpress/\">do seu grupo local de meetups WordPress</a> (Ainda não existe um grupo perto de você? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Crie um!</a>) e então espalhe a notícia para outros meetups locais, grupos de tecnologia, imprensa, etc. e incentive os participantes a ajudar na divulgação.</li>\n<li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Solicite</a> alguns brindes especiais do 15º aniversário do WordPress (só até o dia 27 de abril, por favor, para que haja tempo para o envio).</li>\n<li>Peça que as pessoas publiquem fotos e vídeos com a hashtag #WP15 e <a href=\"https://wp15.wordpress.net/live/\">confira como estamos nas redes sociais</a> para ver como o resto do mundo está compartilhando e celebrando.</li>\n</ol>\n<p>Não perca esta chance de participar de uma celebração global do WordPress!</p>\n<h2>Produtos especiais</h2>\n<p>Para celebrar, adicionamos alguns <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">itens especiais para o aniversário de 15 anos</a> na loja. Até o final de 2018, você pode usar o código promocional <strong>CELEBRATEWP15</strong> para ter 15% de desconto em todos os produtos da loja!</p>\n<p>Vamos acrescentar mais produtos nas próximas semanas, então fique de olho!</p>\n<h2>Compartilhe a diversão</h2>\n<p>Seja qual for o seu jeito de celebrar os 15 anos do WordPress — com <a href=\"https://wp15.wordpress.net/about/\">uma festa</a>, com <a href=\"https://wp15.wordpress.net/swag/\">produtos comemorativos</a> ou <a href=\"https://wp15.wordpress.net/live/\">contando para o mundo</a> o que o WordPress significa para você — lembre-se de usar a hashtag #WP15 para compartilhá-lo! E não se esqueça de <a href=\"https://wp15.wordpress.net/live/\">conferir o que as pessoas estão comentando sobre o 15º aniversário do WordPress</a>.</p>\n<p>Quando <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% da internet</a> tem um motivo para comemorar, você sabe que isso vai ser ótimo!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://br.wordpress.org/2018/04/20/celebre-o-15o-aniversario-do-wordpress-no-dia-27-de-maio/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Ferramentas para conformidade com o GDPR no WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2018/04/17/ferramentas-para-conformidade-com-o-gdpr-no-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://br.wordpress.org/2018/04/17/ferramentas-para-conformidade-com-o-gdpr-no-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 23:03:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Geral\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1247\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"Conformidade com o GDPR é uma coisa importante para todos os sites WordPress. A Equipe de conformidade com o GDPR está procurando ajuda para testar as ferramentas de privacidade que estão sendo desenvolvidas. O que é o GDPR? O GDPR (Regulamento geral de proteção de dados, do inglês General Data Protection Regulation) foi criado para [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4721:\"<p>Conformidade com o GDPR é uma coisa importante para todos os sites WordPress. A Equipe de conformidade com o GDPR está procurando ajuda para testar as ferramentas de privacidade que estão sendo desenvolvidas.</p>\n<h2>O que é o GDPR?</h2>\n<p>O GDPR (Regulamento geral de proteção de dados, do inglês <em><a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a></em>) foi criado para fortalecer e unificar a proteção dos dados de todos os indivíduos na União Europeia. Seu objetivo principal é devolver para os residentes na UE o controle sobre seus dados pessoais.</p>\n<p>Por que a urgência? Apesar do GDPR ter sido criado há dois anos, sua aplicação se tornará obrigatória a partir de 25 de maio de 2018.</p>\n<h2>A Equipe WordPress de conformidade com o GDPR</h2>\n<p>A Equipe de conformidade com o GPDR entende que ajudar os sites criados com o WordPress a se tornarem compatíveis com o regulamento é uma tarefa enorme e que ainda está em andamento. A equipe está se concentrando na criação de uma política abrangente para os arquivos do próprio WordPress, diretrizes para os plugins, ferramentas de privacidade e documentação. Tudo isso requer a sua ajuda.</p>\n<p>O foco da equipe está dividido em quatro áreas principais:</p>\n<ul>\n<li>Adicionar funcionalidades que ajudem os proprietários de sites na criação de políticas de privacidade abrangentes para seus próprios sites.</li>\n<li>Criar diretrizes para que os plugins se tornem compatíveis com o GDPR.</li>\n<li>Incluir ferramentas de administração que facilitem a conformidade e encorajem a privacidade dos usuários em geral.</li>\n<li>Gerar documentação que explique sobre privacidade para os proprietários de sites, quais são os principais requisitos de conformidade com o GDPR e como usar as novas ferramentas de privacidade.</li>\n</ul>\n<h2>Nós já não temos uma política de privacidade?</h2>\n<p>Sim e não. O que acontece é que o GDPR requer diretrizes mais firmes e mais restrições. Apesar de possuirmos muitos plugins que criam páginas de privacidade, nós precisamos de formas para gerar uma política de privacidade unificada e abrangente. Os usuários precisarão de ferramentas para alcançar a conformidade com mais facilidade.</p>\n<p>Proprietários de sites poderão criar uma política de privacidade compatível com o GDPR em três etapas:</p>\n<ol>\n<li>Adicionando uma página exclusiva para a política.</li>\n<li>Adicionando informações dos plugins sobre privacidade.</li>\n<li>Revisando e publicando a política.</li>\n</ol>\n<p>Ao editar a política, uma nova área será incluída na tela da página de edição. Lá, todos os plugins que coletam ou armazenam dados dos usuários poderão adicionar informações sobre privacidade. Além disso, haverá um alerta para os proprietários de sites quando qualquer informação sobre privacidade for alterada depois que um plugin for ativado, desativado ou atualizado.</p>\n<p>Há uma nova funcionalidade para confirmar solicitações de usuários através do endereço de e-mail. Com ela, os proprietários de sites poderão verificar solicitações dos usuários sobre exibição e download de seus dados pessoais ou para torná-los anônimos.</p>\n<p>Uma nova página &#8220;Privacidade&#8221; foi adicionada no menu &#8220;Ferramentas&#8221;. Ela exibirá tanto as novas solicitações dos usuários quanto as confirmadas e as já realizadas. Ela também terá ferramentas para exportar e para tornar anônimos dados pessoais e também para solicitar confirmação por e-mail de forma a evitar tentativas de abuso.</p>\n<p>Uma nova seção sobre privacidade será incluída no <a href=\"https://developer.wordpress.org/plugins/\">manual dos plugins</a>. Ela conterá informações gerais sobre privacidade dos usuários, o que um plugin deve fazer para se tornar compatível e também terá dicas e exemplos sobre como usar as novas funcionalidades do WordPress relacionadas à privacidade.</p>\n<p>O lançamento das novas políticas de privacidade está agendado para o final de abril ou começo de maio de 2018.</p>\n<h2>Como posso participar?</h2>\n<p>Adoraríamos contar com a sua ajuda. O primeiro passo é conscientizar e educar. Para mais informações sobre as novas ferramentas de privacidade, consulte <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">o plano de ação</a>.</p>\n<p>Se você quer participar do desenvolvimento necessário para os arquivos básicos do WordPress e no teste das novas ferramentas de privacidade, entre para o canal #gdpr-compliance no <a href=\"https://make.wordpress.org/chat/\">slack internacional do WordPress</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://br.wordpress.org/2018/04/17/ferramentas-para-conformidade-com-o-gdpr-no-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress 4.9.5 – Atualização de segurança e manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2018/04/04/wordpress-4-9-5-atualizacao-de-seguranca-e-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Apr 2018 12:24:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"O WordPress 4.9.5 já está disponível. Essa é uma atualização de segurança e manutenção para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente. As versões 4.9.4 e anteriores foram afetadas por três problemas de segurança: Como parte do compromisso da equipe dos arquivos básicos de aumentar a segurança, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6517:\"<p>O WordPress 4.9.5 já está disponível. Essa é uma <strong>atualização de segurança e manutenção</strong> para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente.</p>\n<p>As versões 4.9.4 e anteriores foram afetadas por três problemas de segurança: Como parte do compromisso da equipe dos arquivos básicos de aumentar a segurança, os seguintes ajustes foram implementados na versão 4.9.5:</p>\n<ol>\n<li><code>Localhost</code> não é mais considerado como servidor por padrão.</li>\n<li>Uso de redirecionamento seguro para a página de acesso se SSL for obrigatório.</li>\n<li>Verificação e escape da string que contém a versão do WordPress, usada nas tags <em>generator</em>.</li>\n</ol>\n<p>Agradecemos a todos os que identificaram e relataram esses problemas pelo <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">modo responsável</a> como isso foi feito: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> e <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> da Equipe de segurança do WordPress e <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>.</p>\n<p>Outros vinte e cinco erros foram resolvidos no WordPress 4.9.5. Os mais importantes foram:</p>\n<ul>\n<li>Os estilos anteriores das legendas dos shortcodes foram restaurados.</li>\n<li>Agora é possível recortar imagens em dispositivos com telas sensíveis ao toque.</li>\n<li>Vários textos, como mensagens de erro, foram atualizados e agora são mais fáceis de entender.</li>\n<li>O posicionamento do espaço reservado para anexos durante o upload foi ajustado.</li>\n<li>A funcionalidade de código de verificação (nonce) personalizado na API REST de JavaScript agora está consistente por todo o código.</li>\n<li>Aumento da compatibilidade com o PHP 7.2.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">Para saber mais, acesse este post com mais informações sobre todos os problemas ajustados na versão 4.9.5</a>.</p>\n<p><a href=\"https://br.wordpress.org/txt-download/\">Baixe o WordPress 4.9.5</a> ou visite o Painel → Atualizações e simplesmente clique em “Atualizar agora”. Sites com suporte a atualizações automáticas em segundo plano já começaram a se atualizar.</p>\n<p>Agradecemos a todos que contribuíram para o WordPress 4.9.5:</p>\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a> e <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 4.9.4 – Atualização de manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://br.wordpress.org/2018/02/06/wordpress-4-9-4-atualizacao-de-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Feb 2018 18:10:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1162\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"O WordPress 4.9.4 já está disponível. Essa atualização de manutenção corrige um erro grave da versão 4.9.3, que causará uma falha nos sites com suporte a atualizações automáticas em segundo plano e exigirá uma ação sua (ou de sua hospedagem) para que ele seja atualizado para a versão 4.9.4. Quatro anos atrás, com o WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2846:\"<p><span style=\"font-weight: 400\">O WordPress 4.9.4 já está disponível.</span></p>\n<p><span style=\"font-weight: 400\">Essa atualização de manutenção corrige um erro grave da versão 4.9.3, que causará uma falha nos sites com suporte a atualizações automáticas em segundo plano e exigirá uma ação sua (ou de sua hospedagem) para que ele seja atualizado para a versão 4.9.4.</span></p>\n<p><span style=\"font-weight: 400\">Quatro anos atrás, com o </span><a href=\"https://br.wordpress.org/2013/10/25/lancado-wordpress-3-7-basie/\"><span style=\"font-weight: 400\">WordPress 3.7 &#8220;Basie&#8221;</span></a><span style=\"font-weight: 400\">, nós adicionamos a funcionalidade do WordPress atualizar-se automaticamente, mantendo seu site seguro e livre de erros, mesmo quando você não podia cuidar disso. Por quatro anos isso ajudou a manter milhões de instalações atualizadas com muito poucos problemas durante este tempo. Infelizmente, a <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">atualização 4.9.3 lançada ontem</a> continha um erro grave que só foi descoberto após o lançamento. O erro fará com que o WordPress falhe quando ele tentar atualizar-se automaticamente para a versão 4.9.4, e exigirá que isso seja feito através do painel de controle do WordPress ou através das ferramentas de atualizações das hospedagens.</span></p>\n<p><span style=\"font-weight: 400\">Empresas que gerenciam hospedagens WordPress que instalam atualizações automaticamente para seus clientes podem fazer isso normalmente, e estaremos trabalhando com as demais hospedagens para garantir que seus clientes possam ser atualizados automaticamente para a versão 4.9.4 do WordPress.</span></p>\n<p><span style=\"font-weight: 400\">Para mais detalhes técnicos desse problema, nós publicamos em </span><a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\"><span style=\"font-weight: 400\">nosso blog de desenvolvimento dos arquivos básicos (em inglês)</span></a><span style=\"font-weight: 400\">. Para a lista completa de mudanças, consulte nossa </span><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.4&amp;group=component\"><span style=\"font-weight: 400\">lista de tickets</span></a><span style=\"font-weight: 400\">.</span></p>\n<p><a href=\"https://br.wordpress.org/txt-download/\"><span style=\"font-weight: 400\">Baixe o WordPress 4.9.4</span></a><span style=\"font-weight: 400\"> ou vá até Painel de Controle → Atualizações e clique &#8220;Atualizar agora&#8221;.</span></p>\n<hr />\n<p>Agradecimentos ao <a href=\"https://profiles.wordpress.org/fellipesoares\">@fellipesoares</a> pela tradução <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress 4.9.2 – Atualização de segurança e manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2018/01/18/wordpress-4-9-2-atualizacao-de-seguranca-e-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jan 2018 17:35:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1156\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"O WordPress 4.9.2 já está disponível. Essa é uma atualização de segurança e manutenção para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente. Uma vulnerabilidade na execução de scripts de outros sites (XSS, do inglês Cross-Site Scripting) foi descoberta nos arquivos Flash usados para retrocompatibilidade pelo MediaElement, uma [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4118:\"<p>O WordPress 4.9.2 já está disponível. Essa é uma <strong>atualização de segurança e manutenção</strong> para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente.</p>\n<p>Uma vulnerabilidade na execução de scripts de outros sites (XSS, do inglês Cross-Site Scripting) foi descoberta nos arquivos Flash usados para retrocompatibilidade pelo MediaElement, uma biblioteca que é usada pelos arquivos básicos do WordPress. Como os arquivos Flash já não são mais necessários na maioria dos casos, eles foram removidos do WordPress.</p>\n<p>Foi lançada uma nova versão da biblioteca MediaElement que corrige o erro e <a href=\"https://wordpress.org/plugins/mediaelement-flash-fallbacks/\">um plugin WordPress contendo os arquivos corrigidos</a> está disponível no repositório.</p>\n<p>Nossos agradecimentos para quem informou esses problemas pelo <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">modo responsável como isso foi feito</a>: <a href=\"https://opnsec.com\">Enguerran Gillier</a> e <a href=\"https://widiz.com/\">Widiz</a>.</p>\n<p>Outros 21 erros foram resolvidos no WordPress 4.9.2. Os mais importantes foram:</p>\n<ul>\n<li>Correção de erros JavaScript que impediam a atualização de posts no Firefox.</li>\n<li>O comportamento original de <code>get_category_link()</code> e <code>category_description()</code>, que não faziam distinção de taxonomia, foi restaurado.</li>\n<li>O recurso Alternar entre temas tentará agora restaurar a atribuição anterior dos widgets, mesmo quando não houver áreas de widgets a serem mapeadas.</li>\n</ul>\n<p>O Codex tem <a href=\"https://codex.wordpress.org/Version_4.9.2\">mais informações sobre todos os problemas corrigidos na versão 4.9.2</a>, se desejar saber mais.</p>\n<p><a href=\"https://br.wordpress.org/txt-download/\">Baixe o WordPress 4.9.2</a> ou visite o Painel → Atualizações e simplesmente clique em “Atualizar agora”. Sites com suporte a atualizações automáticas em segundo plano já começaram a se atualizar.</p>\n<p>Agradecemos a todos que contribuíram para o WordPress 4.9.2:</p>\n<p><a href=\"https://profiles.wordpress.org/0x6f0/\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chasewg/\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara/\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/ionvv/\">ionvv</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnschulz/\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> e <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress 4.9.1 – Atualização de segurança e manutenção\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://br.wordpress.org/2017/11/30/wordpress-4-9-1-atualizacao-de-seguranca-e-manutencao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 17:16:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Segurança\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1149\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"O WordPress 4.9.1 já está disponível. Essa é uma atualização de segurança e manutenção para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente. As versões 4.9 e anteriores do WordPress foram afetadas por quatro problemas de segurança que podem ser explorados como parte de um ataque multivetor. Como [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4450:\"<p>O WordPress 4.9.1 já está disponível. Essa é uma <strong>atualização de segurança e manutenção</strong> para todas as versões a partir do WordPress 3.7. Encorajamos que você atualize seus sites imediatamente.</p>\n<p>As versões 4.9 e anteriores do WordPress foram afetadas por quatro problemas de segurança que podem ser explorados como parte de um ataque multivetor. Como parte do compromisso da equipe dos arquivos básicos de aumentar a segurança, os seguintes ajustes foram implementados na versão 4.9.1:</p>\n<ol>\n<li>Uso de um hash gerado apropriadamente para a chave <code>newbloguser</code> ao invés de uma determinada substring.</li>\n<li>Tratamento dos atributos de idiomas nos elementos <code>html</code>.</li>\n<li>Verificação do escape dos fechamentos dos atributos em feeds RSS e Atom.</li>\n<li>Remoção da habilidade de subir arquivos JavaScript para usuários que não tenham a capacidade <code>unfiltered_html</code>.</li>\n</ol>\n<p>Agradecemos a todos os que identificaram e relataram esses problemas pelo <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">modo responsável</a> como isso foi feito: Rahul Pratap Singh e John Blackbourn.</p>\n<p>Outros onze erros foram resolvidos no WordPress 4.9.1. Os mais importantes foram:</p>\n<ul>\n<li>Problemas relacionados ao cache de arquivos de templates nos temas.</li>\n<li>Um erro de JavaScript no MediaElement que não permitia que os usuários de determinados idiomas subissem arquivos de mídia.</li>\n<li>A impossibilidade de editar arquivos de temas e plugins em servidores Windows.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">Para saber mais, acesse este post com mais informações sobre todos os problemas ajustados na versão 4.9.1</a>.</p>\n<p><a href=\"https://br.wordpress.org/txt-download/\">Baixe o WordPress 4.9.1</a> ou visite o Painel → Atualizações e simplesmente clique em “Atualizar agora”. Sites com suporte a atualizações automáticas em segundo plano já começaram a se atualizar.</p>\n<p>Agradecemos a todos que contribuíram para o WordPress 4.9.1:</p>\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney <img class=\"\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://br.wordpress.org/2017/11/16/wordpress-4-9-tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 13:56:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Lançamentos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"Grandes melhorias no Personalizar, verificação de erros de código e mais! 🎉 A versão 4.9 do WordPress, nomeada como “Tipton” em honra ao músico de jazz e líder de banda Billy Tipton, está disponível para download ou atualização no seu painel do WordPress. Os novos recursos da versão 4.9 melhorarão o fluxo de trabalho do seu design e [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42869:\"<h2 style=\"text-align: center\">Grandes melhorias no Personalizar, verificação de erros de código e mais! <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&amp;ssl=1\" alt=\"\" /></figure>\n<p>A versão 4.9 do WordPress, nomeada como “Tipton” em honra ao músico de jazz e líder de banda Billy Tipton, está disponível para download ou atualização no seu painel do WordPress. Os novos recursos da versão 4.9 melhorarão o fluxo de trabalho do seu design e manterão você mais seguro contra erros de código.</p>\n<p>Agora contando com rascunhos, agendamento, travamento contra alterações concorrentes de design, além de links para visualização, o fluxo de trabalho do Personalizar melhora a colaboração entre criadores de conteúdo. Além disso, o destaque na sintaxe de código e a verificação de erros tornarão a experiência de construção de sites mais clara e tranquila. Finalmente, como se tudo isso já não fosse sensacional, temos um novo widget de galeria e melhorias na navegação e troca de temas.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Fluxo de trabalho do Personalizar melhorado</h2>\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&amp;ssl=1\" alt=\"\" width=\"632\" height=\"316\" /></figure>\n<h3>Rascunhos e agendamento de personalizações de design do site</h3>\n<p>É isso aí, você leu certo. Do mesmo modo que você pode guardar rascunhos, revisar e agendar posts para que eles sejam publicados na data e hora que você escolher, agora é possível alterar o design do seu site como você quiser e agendar a publicação dessas mudanças para a hora que achar melhor.</p>\n<h3>Colaboração com links para visualização de design</h3>\n<p>Precisa que outras pessoas avaliem as mudanças de design que você está propondo? O WordPress 4.9 fornece um link de visualização que você pode enviar para a sua equipe e clientes de modo que seja possível coletar e aplicar as modificações propostas antes que você agende a publicação das alterações. Será que podemos dizer que incrementamos a colaboração?</p>\n<h3>Travamento do design para proteger suas mudanças</h3>\n<p>Já se imaginou em um cenário onde dois designers estão no mesmo projeto e o designer A sobrescreve as lindas mudanças do designer B? O recurso de travamento de design do WordPress 4.9 (parecido com o travamento de posts) protege o rascunho do seu design para que ninguém possa alterar ou apagar o seu árduo trabalho.</p>\n<h3>Uma pergunta para proteger o seu trabalho</h3>\n<p>Teve que sair da sua mesa antes de salvar o rascunho das suas alterações de design? Não tema, quando você voltar o WordPress 4.9 gentilmente perguntará se você gostaria ou não de salvar suas mudanças.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Melhorias na edição de código</h2>\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&amp;ssl=1\" alt=\"\" width=\"632\" height=\"316\" /></figure>\n<h3>Destaque de sintaxe e verificação de erros? Sim, por favor!</h3>\n<p>Você acabou com um problema de exibição, mas não faz ideia do que exatamente está errado no CSS que você escreveu com tanto carinho. Com o destaque de sintaxe e verificação de erros na edição de CSS e no widget de HTML personalizado apresentado já no WordPress 4.8.1, você identificará os erros bem rapidinho. Com certeza isso vai ajudar a examinar o código com mais facilidade e a corrigir erros mais rapidamente.</p>\n<h3>Área de testes para segurança</h3>\n<p>A temida tela branca. Você poderá evitá-la quando estiver trabalhando no código de temas e plugins, porque o WordPress 4.9 avisará que você está prestes a salvar um erro. Você dormirá com mais tranquilidade à noite.</p>\n<h3>Alerta: perigo à frente!</h3>\n<p>Ao editar temas e plugins diretamente, o WordPress 4.9 vai avisá-lo educadamente de que isto é uma prática perigosa. Ele recomendará que você faça um backup dos seus arquivos antes de salvar, evitando perdê-los caso eles sejam sobrescritos na próxima atualização. Tome o caminho seguro: no futuro você vai agradecer. Sua equipe e clientes também.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Mais atualizações nos widgets</h2>\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&amp;ssl=1\" alt=\"\" width=\"632\" height=\"316\" /></figure>\n<h3>Novo widget de galeria</h3>\n<p>Continuando as mudanças nas mídias iniciadas no WordPress 4.8, agora você pode adicionar uma galeria através de um widget. Isso aí!</p>\n<h3>Adicione mídia só apertando um botão</h3>\n<p>Quer adicionar mídia ao seu widget de texto? Incorpore imagens, vídeo e áudio diretamente no widget junto ao seu texto com o nosso não tão bonito, mas extremamente útil, botão de Adicionar mídia. Oba!</p>\n<hr class=\"wp-block-separator\" />\n<h2>Melhorias na construção do seu site</h2>\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&amp;ssl=1\" alt=\"\" width=\"632\" height=\"316\" /></figure>\n<h3>Troca de tema mais confiável</h3>\n<p>Ao trocar de tema, os widgets algumas vezes pensam que podem sair por aí, trocando de localização. Melhorias no WordPress 4.9 oferecem um posicionamento de menus e widgets mais persistente quando você decidir que é hora de usar um novo tema. Além disso, você pode visualizar temas instalados ou baixar, instalar e visualizar novos temas do jeito certo. Nada é tão útil quanto poder visualizar as mudanças antes de implementá-las.</p>\n<h3>Encontre e visualize o tema perfeito</h3>\n<p>Procurando por um novo tema para o seu site? Agora, sem sair do Personalizar, você pode procurar, navegar e visualizar mais de 2.600 temas antes de publicar as mudanças no seu site. Além disso, você pode buscar mais rápido através de filtros por assunto, recursos e layout.</p>\n<h3>Melhores instruções no menu geram menos confusão</h3>\n<p>Você ficava confuso com o processo de criação de um novo menu? Isso vai mudar! Melhoramos a experiência do usuário para tornar este processo mais tranquilo. Com a nossa versão novinha em folha, você fará isso com mais graça e elegância.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Dê uma mãozinha com o Gutenberg <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&amp;ssl=1\" alt=\"\" width=\"632\" height=\"316\" /></figure>\n<p>O WordPress está trabalhando em uma nova forma de criar e controlar seu conteúdo e nós adoraríamos contar com a sua ajuda. Tem interesse em <a href=\"https://br.wordpress.org/plugins/gutenberg/\">testar antes</a> ou se envolver com o projeto Gutenberg? <a href=\"https://github.com/WordPress/gutenberg\">Contribua no GitHub</a>.</p>\n<p>(P.S.: o post original foi escrito com o Gutenberg!)</p>\n<hr class=\"wp-block-separator\" />\n<h2>Alegria para os desenvolvedores <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f60a.png\" alt=\"😊\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Melhorias na API JS do Personalizar</a></h3>\n<p>Fizemos várias melhorias na API JS do Personalizar no WordPress 4.9, eliminando vários problemas e dificuldades e tornando-a tão fácil de trabalhar quanto a API PHP. Também há novos modelos básicos de controles, um controle de data e hora e novas notificações de seção, de painel ou globais, só pra mencionar algumas. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Veja a lista completa.</a></p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror disponível para usar nos seus temas e plugins</a></h3>\n<p>Introduzimos uma nova biblioteca de edição de código, o CodeMirror, a ser usada pelos arquivos básicos. Ela melhorará as experiências de criação e edição de código dos seus plugins, em campos que incluam CSS ou JavaScript, por exemplo.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js atualizado para 4.2.6</a></h3>\n<p>O WordPress 4.9 inclui uma versão atualizada do MediaElement.js, que remove dependências do jQuery, melhora a acessibilidade, torna a interface gráfica mais moderna e corrige vários erros.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Melhorias nas funções e capacidades</a></h3>\n<p>Novas capacidades foram introduzidas para permitir maior granularidade no gerenciamento de plugins e arquivos de tradução. Além disso, o processo para tornar o site um multisite recebeu um ajuste fino para atualizar as funções e capacidades disponíveis de um modo mais confiável e coerente.</p>\n<hr class=\"wp-block-separator\" />\n<h2>O esquadrão</h2>\n<p>Esta versão foi liderada por <a href=\"https://choycedesign.com/\">Mel Choyce</a> e <a href=\"https://weston.ruter.net/\">Weston Ruter</a>,com a ajuda dos fabulosos colegas a seguir. São 443 contribuidores responsáveis por este lançamento, sendo esta a primeira vez para 185 deles. Coloque um Billy Tipton para tocar no serviço de música que você mais gosta e dê uma olhada em alguns de seus perfis, tem alguns brasileiros nela:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamwills\">AdamWills</a>, <a href=\"https://profiles.wordpress.org/adhun\">Adhun Anand</a>, <a href=\"https://profiles.wordpress.org/aegis123\">aegis123</a>, <a href=\"https://profiles.wordpress.org/afzalmultani\">Afzal Multani</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/soniakash\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/akbarhusen\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alpipego\">Alex Goller</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alibasheer\">alibasheer</a>, <a href=\"https://profiles.wordpress.org/alxndr\">alxndr</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreagobetti\">andreagobetti</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anhskohbo\">anhskohbo</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonrinas\">antonrinas</a>, <a href=\"https://profiles.wordpress.org/appchecker\">appchecker</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/bsop\">Arnaud Coolsaet</a>, <a href=\"https://profiles.wordpress.org/arnaudban\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/atachibana\">atachibana</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">audrasjb</a>, <a href=\"https://profiles.wordpress.org/avinapatel\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bduclos\">bduclos</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">benoitchantre</a>, <a href=\"https://profiles.wordpress.org/bnap00\">Bharat Parsiya</a>, <a href=\"https://profiles.wordpress.org/bhaveshkhadodara\">bhavesh khadodara</a>, <a href=\"https://profiles.wordpress.org/bplv\">Biplav</a>, <a href=\"https://profiles.wordpress.org/biranit\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/biskobe\">biskobe</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blackbam\">Blackbam</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentjettgmailcom\">Brent Jett</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/monopine\">Brian Meyer</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/bseddon\">bseddon</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/caercam\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrishardie\">Chris Hardie</a>, <a href=\"https://profiles.wordpress.org/crunnells\">Chris Runnells</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/chsxf\">chsxf</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/code-monkey\">code-monkey</a>, <a href=\"https://profiles.wordpress.org/collizo4sky\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/corvidism\">corvidism</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/daedalon\">Daedalon</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dany2217\">dany2217</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/straussd\">David Strauss</a>, <a href=\"https://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide &#8216;Folletto&#8217; Casali</a>, <a href=\"https://profiles.wordpress.org/daymobrew\">daymobrew</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dingo_bastard\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/div33\">Divyesh Ladani</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/dixitadusara\">dixitadusara</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsawardekar\">dsawardekar</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eatonz\">Eaton</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eddhurst\">Edd Hurst</a>, <a href=\"https://profiles.wordpress.org/egregor\">EGregor</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elvishp2006\">elvishp2006</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli\">enrico.sorcinelli</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/euthelup\">euthelup</a>, <a href=\"https://profiles.wordpress.org/circlecube\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/eventualo\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/psiico\">FancyThought</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fergbrain\">fergbrain</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gmariani405\">Gabriel Mariani</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Lohar</a>, <a href=\"https://profiles.wordpress.org/gkloveweb\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/gregross\">Greg Ross</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/grosbouff\">grosbouff</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/guzzilar\">guzzilar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hazemnoor\">Hazem Noor</a>, <a href=\"https://profiles.wordpress.org/hazimayesh\">hazimayesh</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/jcc9873\">Iacopo C</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippei-sumida\">Ippei Sumida</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/ixmati\">ixmati</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jhoffmann\">j.hoffmann</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/octalmage\">Jason Stallings</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">jjcomack</a>, <a href=\"https://profiles.wordpress.org/jkhongusc\">jkhongusc</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnroper100\">johnroper100</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsepia\">jsepia</a>, <a href=\"https://profiles.wordpress.org/jsonfry\">jsonfry</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jlambe\">Julien</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/thekt12\">Karthik Thayyil</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/captainn\">Kevin Newman</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kmgalanakis\">Konstantinos Galanakis</a>, <a href=\"https://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kekkakokkers\">Kristin Kokkersvold</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare\">lalitpendhare</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/lemacarl\">lemacarl</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/llemurya\">llemurya</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/m1tk00\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/mp518\">Mahesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/mahvash-fatima\">Mahvash Fatima</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">manuelaugustin</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvetrici\">Marius Vetrici</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mdifelice\">mdifelice</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/menakas\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mizejewski\">Michele Mizejewski</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Mirucon</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter</a>, <a href=\"https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mkomar\">mkomar</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/msebel\">msebel</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/ndoublehwp\">N&#8217;DoubleH</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/nenad\">nenad</a>, <a href=\"https://profiles.wordpress.org/nicbertino\">nic.bertino</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">nicollle</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nileshdudakiya94\">Nileshdudakiya94</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/justnorris\">Norris</a>, <a href=\"https://profiles.wordpress.org/obradovic\">obradovic</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/parthsanghvi\">Parth Sanghvi</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O&#8217;Brien</a>, <a href=\"https://profiles.wordpress.org/patel\">patel</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pauldechov\">Paul Dechov</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/pessoft\">Peter &#8220;Pessoft&#8221; Kolínek</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/petertoi\">Peter Toi</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/plastikschnitzer\">Plastikschnitzer</a>, <a href=\"https://profiles.wordpress.org/powerzilly\">powerzilly</a>, <a href=\"https://profiles.wordpress.org/pratikgandhi\">Pratik Gandhi</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafa8626\">Rafael Miranda</a>, <a href=\"https://profiles.wordpress.org/rahmohn\">Rahmohn <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/jontyravi\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/redrambles\">redrambles</a>, <a href=\"https://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo <img class=\"size-full wp-image-1117\" src=\"https://br.wordpress.org/files/2017/11/pt_BR_flag.png\" alt=\"\" width=\"16\" height=\"16\" /></a>, <a href=\"https://profiles.wordpress.org/ronakganatra\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rugved\">rugved</a>, <a href=\"https://profiles.wordpress.org/rushabh4486\">Rushabh Shah</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"https://profiles.wordpress.org/stunnedbeast\">Ryan Holmes</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryanrolds\">ryanrolds</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/manchumahara\">Sabuj Kundu</a>, <a href=\"https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sagarladani\">sagarladani</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/viralsampat\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sathyapulse\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">sboisvert</a>, <a href=\"https://profiles.wordpress.org/scottdeluzio\">Scott DeLuzio</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee\">shramee</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">skostadinov</a>, <a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/someecards\">someecards</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spencerfinnell\">spencerfinnell</a>, <a href=\"https://profiles.wordpress.org/spocke\">spocke</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevepuddick\">Steve Puddick</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/dualcube_subrata\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/musus\">Susumu Seino</a>, <a href=\"https://profiles.wordpress.org/svrooij\">svrooij</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/buley\">Taylor</a>, <a href=\"https://profiles.wordpress.org/tejas5989\">tejas5989</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thingsym\">thingsym</a>, <a href=\"https://profiles.wordpress.org/tfirdaus\">Thoriq Firdaus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thulshof\">thulshof</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobi823\">tobi823</a>, <a href=\"https://profiles.wordpress.org/toddnestor\">Todd Nestor</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tuanmh\">tuanmh</a>, <a href=\"https://profiles.wordpress.org/tv-productions\">TV productions</a>, <a href=\"https://profiles.wordpress.org/uicestone\">uicestone</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhauri\">vhauri</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/withinboredom\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/xkon\">Xenos (xkon) Konstantinos</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yonivh\">yonivh</a>, <a href=\"https://profiles.wordpress.org/yrpwayne\">yrpwayne</a>, <a href=\"https://profiles.wordpress.org/zachwtx\">zachwtx</a>, and <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>.</p>\n<p>Finalmente, agradecemos a toda a comunidade de tradutores que trabalharam no WordPress 4.9. Seus esforços trazem o WordPress 4.9 completamente traduzido em seu lançamento para 43 idiomas, inclusive para o Português do Brasil.</p>\n<p>Quer falar sobre o WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">Compilamos um kit para imprensa com informações sobre os recursos desta versão e alguns arquivos de mídia que podem ajudar</a>.</p>\n<p>Se você quer nos acompanhar ou ajudar, dê uma olhada no <a href=\"https://make.wordpress.org/\">Make WordPress</a> e no nosso <a href=\"https://make.wordpress.org/core/\">blog de desenvolvimento dos arquivos básicos</a>.</p>\n<p>Agradecemos por escolher o WordPress!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordCamp São Paulo 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://br.wordpress.org/2017/11/08/wordcamp-sao-paulo-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://br.wordpress.org/2017/11/08/wordcamp-sao-paulo-2017/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 22:51:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://br.wordpress.org/?p=1105\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"Não marque nada para o próximo dia 2 de dezembro. O evento de WordPress mais tradicional do Brasil, o WordCamp São Paulo, vai acontecer na Faculdade Impacta, na Barra Funda, das 9h às 18h e você não pode perder. O que é um WordCamp? WordCamps são as conferências internacionais de WordPress organizadas pela comunidade de [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Felipe Elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3874:\"<p><a href=\"https://2017.saopaulo.wordcamp.org/\"><img class=\"aligncenter size-full\" src=\"https://2017.saopaulo.wordcamp.org/files/2017/10/Inscric%CC%A7o%CC%83es-Abertas-WCSP2017.png\" alt=\"WordCamp SP - Inscrições abertas\" width=\"1770\" height=\"1088\" /></a></p>\n<p><span style=\"font-weight: 400\">Não marque nada para o próximo dia 2 de dezembro. O evento de WordPress mais tradicional do Brasil, o <a href=\"https://2017.saopaulo.wordcamp.org/\">WordCamp São Paulo</a>, vai acontecer na Faculdade Impacta, na Barra Funda, das 9h às 18h e você não pode perder.</span></p>\n<h2><span style=\"font-weight: 400\">O que é um WordCamp?</span></h2>\n<p><span style=\"font-weight: 400\">WordCamps são as conferências internacionais de WordPress organizadas pela comunidade de desenvolvedores, designers e usuários de WordPress ao redor do mundo.</span></p>\n<p><span style=\"font-weight: 400\">Os eventos são compostos por palestras, oficinas, troca de ideias e experiências em um ambiente informal. </span><span style=\"font-weight: 400\">Não possui nenhum fim lucrativo e é organizado por voluntários para a comunidade local. Aceita qualquer tipo de participante, de qualquer área e nível e preza pelo aprendizado, integração e respeito.</span></p>\n<p><span style=\"font-weight: 400\">O primeiro WordCamp aconteceu em julho de 2006 nos Estados Unidos e o <a href=\"https://central.wordcamp.org/schedule/past-wordcamps/\">primeiro aqui no nosso país</a> aconteceu no dia 21 de junho de 2009, em São Paulo.</span></p>\n<h2><span style=\"font-weight: 400\">WordCamp São Paulo</span></h2>\n<p><span style=\"font-weight: 400\">Todo ano, desde 2012, São Paulo tem seu próprio WordCamp e recebe pessoas de todo país. Chegando a 450 participantes no ano passado, com 24 palestras e 3 workshops, o evento é o lugar perfeito para saber mais sobre o WordPress e conhecer pessoas interessadas na ferramenta.</span></p>\n<h2><span style=\"font-weight: 400\">Como participar</span></h2>\n<p>Temos várias formas de participar, veja abaixo em qual delas você se encaixa melhor:</p>\n<h3><span style=\"font-weight: 400\">Submissão de palestras (até o dia 10/11)</span></h3>\n<p><span style=\"font-weight: 400\">Se você quiser se candidatar para compartilhar o seu conhecimento no evento é preciso correr. Só até a próxima sexta-feira estaremos recebendo </span><a href=\"https://2017.saopaulo.wordcamp.org/seja-um-palestrante/\"><span style=\"font-weight: 400\">propostas de palestras e workshops</span></a><span style=\"font-weight: 400\">. E não precisa ser sobre desenvolvimento não, temos também as categorias comunidade, design, negócios e marketing e conteúdo. Não é preciso ser um expert no assunto, e se o seu medo for vencer a timidez é só falar com os organizadores do evento no slack. Proporcionamos um ambiente confortável não só para quem vai assistir às palestras como também para os palestrantes.</span></p>\n<h3><span style=\"font-weight: 400\">Ingressos</span></h3>\n<p><span style=\"font-weight: 400\">O ingresso tem um valor simbólico de 15 dólares, revertido em brindes e alimentação. O evento é bastante concorrido, então é melhor <a href=\"https://2017.saopaulo.wordcamp.org/ingressos/\">garantir logo o seu</a>.</span></p>\n<p>A inscrição é feita através do PayPal e pode ser realizada com cartão de crédito. Fazendo a sua inscrição é garantido acesso ao evento, almoço (ou lanche) no local e uma camiseta oficial.</p>\n<h3><span style=\"font-weight: 400\">Patrocínio</span></h3>\n<p><span style=\"font-weight: 400\">Quer associar a sua marca a um evento tradicional, com visibilidade mundial e com vários patrocinadores internacionais? Veja nosso mídia kit, nossas cotas de patrocínio e preencha nosso <a href=\"https://2017.saopaulo.wordcamp.org/patrocinadores/\">formulário</a>.</span></p>\n<p><span style=\"font-weight: 400\">A gente se vê lá!</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://br.wordpress.org/2017/11/08/wordcamp-sao-paulo-2017/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://br.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 24 Jul 2018 17:43:45 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 06 Sep 2017 19:17:40 GMT\";s:4:\"link\";s:61:\"<https://br.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20180628162213\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(9108, '_transient_timeout_feed_mod_b85365aa61afaf3d4189819a6f57c4c4', '1532497425', 'no'),
(9109, '_transient_feed_mod_b85365aa61afaf3d4189819a6f57c4c4', '1532454225', 'no'),
(9110, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1532497425', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(9111, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Mark Jaquith: Page Links To v3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=5675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://markjaquith.wordpress.com/2018/07/23/page-links-to/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2482:\"<p>Today I pushed an update to my redirect and repointing plugin, <a href=\"https://wordpress.org/plugins/page-links-to/\">Page Links To</a>. Tomorrow, this plugin will have been in the WordPress.org Plugin Directory for 13 years (it was the 339th plugin in the WordPress plugin repository; there are now over 75,000!).</p>\n<p>To celebrate its transition to a teenager, I&#8217;ve added some new features and UI enhancements.</p>\n<p>Last month, I received survey responses from over 800 Page Links To users and learned a lot about how it&#8217;s being put to work. One of the most interesting things I found was how many people are using it for URL redirects. For example, they might have a really long URL on their own site or someone else&#8217;s site that they want to be nice. <em>example.com/summer-sale</em> instead of <em>example.com/store/specials.aspx?season=summer&amp;_utm_source=internal</em>. But in order to create these redirects, you have to go through the cluttered and sometimes slow post creation screen. All you really need to create a redirect is a title, a destination URL, and a local short URL.</p>\n<p>You&#8217;ll now find a menu item &#8220;Add Page Link&#8221; that will allow you to quickly add a redirected Page without having to wait for the entire WordPress post editing interface to load. It&#8217;s <em>super</em> fast, and it doesn&#8217;t redirect you away from the screen you&#8217;re on.</p>\n<p><img /></p>\n<p>Since short URLs are better for sharing (and remembering), the UI will give you a little push to shorten the URL if the one generated from your title is too long. From there, you can Save Draft or Publish.</p>\n<img />Hey, that URL is getting a bit long\n<img />Custom slug, for a better short URL\n<p>Additionally, this release includes a &#8220;link&#8221; indicator on post and page list screens, so you can easily see what items have been re-pointed with Page Links To. When hovered, the link icon will reveal the destination URL for a quick view.</p>\n<img />The &#8220;link&#8221; icon means that this item has been pointed elsewhere.\n<p>If you want to grab the &#8220;local&#8221; short URL (which will be redirected to your chosen URL when someone visits it), just click &#8220;Copy Short URL&#8221; from the actions, and it&#8217;ll be in your clipboard.</p>\n<img />Hover the &#8220;link&#8221; icon to see where it&#8217;s pointing.\n<p>That&#8217;s it for version 3.0, but I&#8217;ll have more to announce soon — stay tuned!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jul 2018 22:02:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Thoughts From Two Founders Who Recently Sold Their WordPress Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/thoughts-from-two-founders-who-recently-sold-their-wordpress-businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2299:\"<p>Last month, <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">WP Engine acquired StudioPress</a>. Brian Gardner, founder of StudioPress, recently <a href=\"https://authentik.com/sell/\">shared his thoughts</a> on why he didn&#8217;t want to sell the business, but did. </p>\n\n<blockquote class=\"wp-block-quote\"><p>Making a decision that not only affects your livelihood, the livelihood of your partners and employees, and the livelihood of an entire community isn’t for the faint of heart. It certainly wasn’t a responsibility I took lightly and spent quite a bit of time wrestling with.</p><p>The fact of the matter is this: When you make a decision that affects thousands of people, you <em>have</em> to wrestle with it. And then wrestle with it some more.</p><cite>Brian Gardner</cite></blockquote>\n\n<p>I appreciate Gardner&#8217;s down-to-earth perspective on how he reached the decision to sell. </p>\n\n<p>Ryan Sullivan, founder of WP Site Care, <a href=\"https://www.wpsitecare.com/wp-site-care-joins-forces-with-southern-web/\">sold his WordPress maintenance and support business</a> to Southern Web. On his personal site, <a href=\"https://www.ryandsullivan.com/changes/\">Sullivan describes</a> what it has been like to run a business the last seven years and drifting away from the reason he created the business in the first place. </p>\n\n<blockquote class=\"wp-block-quote\"><p>As the team grew, I slowly moved further and further away from the reason I started my business in the first place. It’s a trend that’s talked about extensively in the E-Myth. </p><p>People start a business because they love what they do, but then the growth of the business, management of people, and demands of administrivia become too much, and the person who started the business finds themselves in a totally foreign land with no roadmap for how to get back to the thing they once loved.</p><cite>Ryan Sullivan</cite></blockquote>\n\n<p>Merging with Southern Web allows Sullivan to get back to what he enjoys doing most, helping people and businesses with their sites. Sullivan also shared a great piece of advice, &#8220;Ask for help before you think you need it.&#8221;</p>\n\n<p>Both articles are great reads and provide insight into the tough decisions founders inevitably have to make. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jul 2018 21:08:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WPTavern: WP-CLI Hack Day Is A Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wptavern.com/wp-cli-hack-day-is-a-success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2239:\"<p>Alain Schlesser hosted the first <a href=\"https://wptavern.com/wp-cli-hack-day-friday-july-20th\">WP-CLI Hack Day</a> last Friday and by all accounts, it was a smashing success.</p>\n\n<p>The main goal was to merge 20 pull requests during the event but due to technical issues with <a href=\"https://travis-ci.org/\">Travis CI</a>, only 12 were merged. Travis CI is open source software used to perform automated testing. </p>\n\n<p>In addition to the 12 pull requests that were merged, 13 more were submitted. The last two hours of the event featured a video call where contributors could talk through issues or receive help on submitting pull requests. </p>\n\n<p>&#8220;We peaked at 13 participants to that video chat,&#8221; Schlesser said. &#8220;It allowed for people to make a more personal connection, which added another dimension to the act of contributing.&#8221;</p>\n\n<p>Despite not reaching the goal, Schlesser is pleased with how it turned out.</p>\n\n<p>&#8220;The event was also an experiment, to see whether a more direct, interactive form of contribution would attract more contributors,&#8221; he said. &#8220;I think it did succeed in doing so, and I think it was a positive experience for the participants.&#8221;</p>\n\n<p><a href=\"https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/\">Feedback from participants</a> is positive and folks enjoyed having Schlesser available to answer questions and walk them through how to set up an environment for testing. </p>\n\n<blockquote class=\"wp-block-quote\"><p>Though we fell a little short of that goal, it was heartening to be a part of the communal experience, learn how to write my first Behat test (something that has been on my to-do list for a long time!), and get immediate feedback on my submitted pull request. And, of course, getting that PR merged was a thrill as well, as I can now say that I’ve contributed back to the project.</p><cite><a href=\"https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/#comment-133\">Jeremy Ward</a></cite></blockquote>\n\n<p>You can find links to all of the merged and submitted pull requests on the <a href=\"https://make.wordpress.org/cli/2018/07/21/wp-cli-hack-day-results/\">WP-CLI Hack Day summary page</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jul 2018 19:43:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordSesh Returns Wednesday, July 25, Experiments with Charging Attendees for Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/wordsesh-returns-wednesday-july-25-experiments-with-charging-attendees-for-tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6630:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/wordsesh.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordsesh.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WordSesh</a>, a virtual conference dedicated to WordPress topics, is returning for a 5th edition on Wednesday, July 25, 2018. <a href=\"https://twitter.com/scottbasgaard\" rel=\"noopener noreferrer\" target=\"_blank\">Scott Basgaard</a>, the original organizer of the event, has passed the torch this year to <a href=\"https://twitter.com/rzen\" rel=\"noopener noreferrer\" target=\"_blank\">Brian Richards</a>, who has co-organized previous WordSesh events.</p>\n<p>The online-only event will feature 12 hours of sessions on a variety of tech and business topics, including e-commerce, freelancing, and security. In the past, WordSesh has been a marathon 24-hour event, but Richards decided to pare it down to 12 hours this year in order to organize the details quickly and get the next event on the calendar as soon as possible.</p>\n<h3>WordSesh Experiments with Charging Attendees for Tickets, Adds Real-Time Transcription</h3>\n<p>For the first time in WordSesh history, the event is charging attendees for tickets (rather than making it free for everyone as in years past). Richards is using the ticket money to pay speakers and have every video professionally transcribed in real-time. He has received some pushback on the decision but wants to see how things fare with this arrangement.</p>\n<p>&#8220;I thought the community might get behind that so we can stop asking speakers to completely volunteer their time, and the transcriptions are a huge accessibility bonus for non-native English speakers as well as the hard of hearing,&#8221; Richards said. &#8220;There have been just a few people pipe up to voice their distaste that I converted a free event to a paid event, which suggests there are many others stewing about it quietly, and I’m guessing it’s because they don’t realize where the money’s going (not that it should matter in either case).&#8221;</p>\n<p>Richards said tickets are dynamically priced to be the operational equivalent of $25 USD in every person&#8217;s home country. In India, for example, the ticket price is closer to $9 USD. He has kept quiet about the tech until now because he didn&#8217;t want people gaming the system but has since decided that it&#8217;s not a major concern.</p>\n<p>&#8220;The site accounts for purchase power parity so that the cost is not more than a couple of billable hours (or, ideally, much less) for everyone,&#8221; Richards said. &#8220;And for people whom the cost of a ticket is still a stretch, well, that’s where the scholarships come in.&#8221;</p>\n<p>WordSesh still has 18 donated scholarships to give away but Richards said he is struggling to find people willing to apply to watch the event for free. Prospective attendees can <a href=\"https://wordsesh.com/product/wordsesh-scholarship/\" rel=\"noopener noreferrer\" target=\"_blank\">apply for a scholarship or nominate others to receive one</a>.</p>\n<p>A ticket to the event grants attendees access to the sessions, both live and after it has been recorded. Attendees will also receive virtual swag. A few samples include:</p>\n<ul>\n<li>A steep discount on WPSessions annual memberships (33%)</li>\n<li>Stripe is providing an exclusive link to skip the invitation process on their Atlas program and cover the cost for processing their first $5k of payments</li>\n<li>CorgiBytes is offering a $1k discount (~20%) on their code auditing services</li>\n</ul>\n<p>Previous WordSesh events averaged 1,000 online attendees and a good portion of them showed up the same day the events aired. This year there are approximately 400 registered so far. Richards said he won&#8217;t rule out the possibility of making the event free again for the next edition.</p>\n<p>&#8220;Asking more from sponsors could make a free event possible again without paying for everything personally (right now I&#8217;m still about $1000 in the red), but I really want to put the onus on the community at large,&#8221; Richard said. &#8220;Quality events take a lot of time and effort to accomplish, and most of that cost is on the backs of the organizers, speakers, and sponsors rather than attendees (at least in the WP community). Having been in all of those seats I&#8217;d really like to see more responsibility shift to the attendees. I would personally be happy to pay more for an event and be glad knowing that both speakers and organizers weren&#8217;t burning all this time in hopes of a return.&#8221;</p>\n<p>Virtual conferences have started gaining more traction in the global WordPress community after the success of previous WordSesh events. WordPress educator Zac Gordon recently hosted more than 1,000 attendees at his free <a href=\"https://wptavern.com/free-javascript-for-wordpress-conference-to-stream-live-friday-june-29\" rel=\"noopener noreferrer\" target=\"_blank\">JavaScript for WordPress conference</a> in June. The Polyglots&#8217; virtual <a href=\"https://wptranslationday.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Global WordPress Translation day</a> has also attracted hundreds of participants at each event (448 attendees in April 2016, 780 attendees in November 2016, and 1,300 local event RSVPs in September 2017).</p>\n<p>Virtual events often reach far more people than an average local WordCamp, and many also inspire in-person meetups. Watch parties for WordSesh&#8217;s 5th edition are happening in cities across the globe, including Antwerp, Lagos, Minneapolis, Mumbai, and Bar Harbor (Maine).</p>\n<p>&#8220;I’ve always enjoyed seeing people pour in to the event each year, and there was a delightful hum throughout the WordPress community every time a WordSesh took place,&#8221; Richards said.</p>\n<p>WordSesh has been a valuable addition to the virtual event space around WordPress, and attendee numbers at the upcoming event will be important for measuring how much traction the event can retain with its conversion to a paid event. Richards says he is committed to keeping the event alive and hopes to host it two times per year, which is one of the reasons for cutting it back to 12 hours.</p>\n<p>&#8220;I’m already excited for the next event,&#8221; Richards said. &#8220;I’m a little concerned at the moment, only because I don’t expect this one will sell enough tickets to break even, but I’m absolutely committed to hosting WordSesh again in the future. I’m more interested in hosting an incredible event and providing a ton of value to attendees than I am in breaking even this time around.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Jul 2018 17:41:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Gutenberg 3.3 Released, Adds Archives and Recent Comments Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/gutenberg-3-3-released-adds-archives-and-recent-comments-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1354:\"<p><a href=\"https://wordpress.org/plugins/gutenberg/\"></a></p>\n\n<p><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg 3.3</a> is available and <a href=\"https://make.wordpress.org/core/2018/07/20/whats-new-in-gutenberg-20th-july/\">continues the trend</a> of refining the user experience, user interface, and tools. Two new Widget blocks have been added, Post Archives and Recent Comments.<br /></p>\n\n<img />Archive and Recent Comments Widget Blocks\n\n<p>If your archives span across multiple months and years, you can configure the block to display as a drop-down menu. Otherwise, the list may be too long and look unwieldy on your site.</p>\n\n<p>Video blocks now have attributes users can can configure for Autoplay, Loop, Muted, and display Playback Controls. </p>\n\n<img />Video Block Attributes\n\n<p>There are a number of enhancements in this release that you can view via <a href=\"https://make.wordpress.org/core/2018/07/20/whats-new-in-gutenberg-20th-july/\">the change log</a>. </p>\n\n<p>Considering Gutenberg 3.2 <a href=\"https://make.wordpress.org/core/2018/07/06/whats-new-in-gutenberg-6th-july/\">released earlier this month</a> generally completed the MVP or minimum viable product feature set, users can expect more of these types of releases to tie up loose ends and prepare Gutenberg for merge into WordPress 5.0 later this year.  </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Jul 2018 01:31:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Karachi to Host First WordCamp in Pakistan Following Cancellation of WordCamp Lahore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/karachi-to-host-first-wordcamp-in-pakistan-following-cancellation-of-wordcamp-lahore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9479:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/06/Karachi_from_above.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://commons.wikimedia.org/wiki/File:Karachi_from_above.jpg\">Bilalhassan88</a>\n<p><a href=\"https://2018.karachi.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Karachi</a> is happening on August 4, 2018, and organizers are expecting more than 400 attendees. Karachi is the largest city in Pakistan with a population of more than 30 million people. Its airport connects the country to other international cities and smaller cities within Pakistan are available by rail or bus. Organizers behind the camp are overcoming a rocky history that has plagued the planning of WordPress-related events in the country for the past several years.</p>\n<p>At the close of 2015, Pakistan was on track to host its first WordCamp in Lahore, building on momentum from the <a href=\"https://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" rel=\"noopener noreferrer\" target=\"_blank\">phenomenal growth of the local meetup group</a>. <a href=\"https://profiles.wordpress.org/xpertone\" rel=\"noopener noreferrer\" target=\"_blank\">Muhammad Kashif</a>, one of the organizers, was averaging 200-500 attendees at meetups and his team&#8217;s application to host <a href=\"https://wptavern.com/wordcamp-pakistan-application-approved-for-2016\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Lahore was approved for 2016</a>.</p>\n<p>The meetup events, which attracted young students, developers, freelancers, and entrepreneurs, had grown so large that Kashif was having to close registration ahead of time because they were exceeding the capacity of the venue. Organizers expected 400-500 attendees at the WordCamp before it was cancelled after several delays near the end of the planning stage.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup-featured.jpg?ssl=1\"><img /></a></p>\n<p>After contacting the WordPress Community team for the reason why it was cancelled, I received an official response from representative Hugh Lashbrooke:</p>\n<blockquote><p>Sometimes a WordCamp doesn’t make it all the way from pre-planning to being an actual event — occasionally due to logistical challenges, but other times because of broader concerns. In this case, once the WordCamp planning was underway, some tense dynamics arose within the local team. Everyone worked really hard to reach a positive solution, but we weren’t able to move forward with the event in the end.</p>\n<p>Cancelling an event is never anyone’s preference, to be clear, but it is also a customary response when it’s clear that collaboration isn’t possible in the short term. Local organizers are always encouraged to reapply as soon as the barriers to collaboration have been resolved.</p></blockquote>\n<p>Lashbrooke also cited issues with the camp&#8217;s budget for the venue organizers selected. He said the situation was thoroughly investigated before the camp was cancelled and that they would never take that kind of decision lightly.</p>\n<p>WordCamp Lahore organizers gave me a different report on what happened and were disappointed with the decision from the Community Team.</p>\n<p>&#8220;Representatives from the Foundation cancelled the camp in the last stage based on a complaint from one person out of a community of 3,000 people,&#8221; Kashif said. &#8220;The Foundation made a direct decision of cancellation without giving me a chance for explanation as the Primary Organizer. I suggested the Foundation conduct a survey from the whole Lahore community to know the facts but they had already made the decision to cancel.&#8221;</p>\n<p>Kashif claims there was no disagreement between the organizers, because the community member in question, <a href=\"https://profiles.wordpress.org/mrahmadawais\" rel=\"noopener noreferrer\" target=\"_blank\">Ahmad Awais</a>, was never part of the original organizing team.</p>\n<p>One member of the planning team agreed to speak to me anonymously about why he believes the camp was canceled. He claims that Awais fractured the team after his request to be given a prominent position in the organization was denied.</p>\n<p>&#8220;Ahmad Awais started hijacking Kashif and his team,&#8221; he said. &#8220;He was not a lead organizer at all, but on the planning team. Instead of contributing, Ahmad wanted to speak at every meetup and didn’t spend time with organizing team. He broke the team and started pointing fingers at Kashif and the existing organizing team. He was NOT there until WC Lahore was approved. He joined the team after that.&#8221;</p>\n<p>Multiple leaders from WordCamp Karachi&#8217;s 14-person organizing team, who wish to remain anonymous, have reported that Awais also requested to be named keynote speaker and was unhappy with the team after they told him that speaker decisions do not work like that. Several said they feared his retaliation against the camp, given they previously had no recourse with the Community Team after the experience of WordCamp Lahore getting shut down.</p>\n<p>Awais is not attending WordCamp Karachi and has declined to answer any questions about WordCamp Lahore due to personal reasons.</p>\n<p>Kashif received hundreds of messages from the community after the event in Lahore was cancelled. He had been working since 2013 to bring a WordCamp to the area. He said that while the Community Team was helpful with other queries he had, he was disappointed with how quickly the camp was cancelled.</p>\n<p>&#8220;I worked tirelessly for years to get a WordCamp to Lahore and grew the community from 430 to 2600 in one year but the Foundation didn’t even give me a chance to explain before canceling WC Lahore, Kashif said. &#8220;I am a bit disheartened by that action.&#8221;</p>\n<p>Kashif is now helping with other WordCamps, including Karachi and NYC. He is also willing to work to re-establish a WordCamp Lahore in the future.</p>\n<p>&#8220;Like me there are lots of other WordPress enthusiasts in Pakistan who want to participate in WordCamps but not everyone can do that outside of Pakistan due to financial or visa reasons,&#8221; Kashif said. &#8220;I was accepted as a volunteer in WordCamp Europe but couldn’t join due to visa issues. I have seen so much excitement for WordCamp Karachi in the WordPress community across the whole country. Everyone is willing to help to make it a successful event so that there are more frequent WordCamps in Pakistan. The first one is so important as it will set expectations of outcomes of a WordCamp for people who are new to these events.&#8221;</p>\n<h3>WordCamp Karachi Organizers Aim to Make a Positive Impact on Pakistan</h3>\n<p>WordCamp Karachi organizers are attempting to move past the Pakistani WordPress community&#8217;s checkered history of contention. They are also eager to distance themselves from the conflict that took down WordCamp Lahore.</p>\n<p><a href=\"https://profiles.wordpress.org/usmankhalid/\" rel=\"noopener noreferrer\" target=\"_blank\">Usman Khalid</a>, lead organizer of the camp, said he has put in a lot of effort asking organizers and volunteers to work together, regardless of the credit they will receive, and focus on the community.</p>\n<p>&#8220;I want to spend time on having a positive impact for this country, avoiding any kind of noise,&#8221; Khalid said. &#8220;The Pakistani WordPress community is vibrant in many ways. We have around 6,000 plus WordPressers in our community, with people who are selling their products and services worldwide.&#8221;</p>\n<p>Khalid said there are many users in Karachi, Lahore, Islamabad, Peshawer, and Faisalabad who are doing well with WordPress but are not yet connected to the community or participating in meetups and events. People from all over Pakistan will be attending the event as their first exposure to the WordPress community. Sessions will mostly be conducted in English but a few will be mixed with Urdu, the regional language.</p>\n<p>Khalid has experienced many growing pains in bringing the event to a community that is new to understanding how WordCamps work. In a country that is <a href=\"https://wptavern.com/pakistan-is-blocking-sites-hosted-on-wordpress-com\" rel=\"noopener noreferrer\" target=\"_blank\">notorious for its censorship</a>, WordPress&#8217; mission of democratizing publishing has the potential to change many lives.</p>\n<p>&#8220;Since this is first Wordcamp, many people even don&#8217;t know about it,&#8221; Khalid said. &#8220;Those who know want to be a speaker, or any lead role that can promote them. When we tell them it doesn&#8217;t work like this, they are mostly get annoyed.&#8221;</p>\n<p>Tech publications around Pakistan have not been exposed to WordCamps either. Khalid said several of them have asked for money in order to cover the story of the event, unaware that the purpose of the camps and meetups is not to translate everything into business but to give back to the community.</p>\n<p>&#8220;I am simply working to actually deliver first and prove that this community can create a positive impact,&#8221; Khalid said. &#8220;I am sure after Wordcamp Karachi, the entire community within Pakistan will flourish, regardless of what happened in Lahore.&#8221; He said he hopes the next camps will be even more interesting in the future and that WordCamp Karachi will help to create new jobs and more businesses in Pakistan.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jul 2018 23:14:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Post Status: Why the makers of Ninja Forms are getting into eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=46627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/why-the-makers-of-ninja-forms-are-getting-into-ecommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1982:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, I bring on James Laws and Kevin Stover &#8212; cofounders of Saturday Drive, the parent company of Ninja Forms &#8212; to discuss why they are entering the world of eCommerce. I found this especially interesting given the market dominance of WooCommerce for general WordPress-based eCommerce needs.</p>\n<p>Saturday Drive purchased Exchange, the plugin initially developed by iThemes and then handed off to A.J. Morris, with the intention of making a play for the eCommerce market, much like they did successfully once already for the somewhat-saturated forms market.</p>\n<p></p>\n<h3>Episode Links</h3>\n<ul>\n<li>Ninja Shop <a href=\"https://wordpress.org/plugins/ninja-shop/\">plugin</a></li>\n<li>Ninja Shop <a href=\"https://ninjashop.site/\">website</a></li>\n<li>James Laws <a href=\"https://wordpress.org/plugins/ninja-shop/\">on Twitter</a></li>\n<li>Kevin Stover <a href=\"https://twitter.com/kstover\">on Twitter</a></li>\n</ul>\n<h3>Sponsor: Sandhills Development</h3>\n<p><a href=\"http://sandhillsdev.com/\">Sandhills Development</a> makes a suite of excellent plugins to power your WordPress website. Whether you need to sell digital downloads, restrict content, create an affiliate program, or manage an events calendar, they&#8217;ve got you covered. Thanks to <a href=\"http://sandhillsdev.com/\">Sandhills</a> for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jul 2018 22:29:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress 4.9.8 Will Significantly Reduce Memory Leak\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82423\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-4-9-8-will-significantly-reduce-memory-leak\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2723:\"<p><a href=\"https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/\">WordPress 4.9.8 Beta two</a> recently shipped and although much of the focus will be on the <a href=\"https://wptavern.com/first-look-at-try-gutenberg-prompt-in-wordpress-4-9-8-beta-2\">&#8220;Try Gutenberg&#8221;  call-out</a>, there&#8217;s a patch included that addresses a memory leak that was quite a problem for some users. </p>\n\n<p>When <a href=\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/\">WordPress 4.9.7 shipped</a>, ﻿the WordPress.org support forums saw an <a href=\"https://wordpress.org/support/topic/wp_is_stream-crashing-the-server/\">increase</a> in <a href=\"https://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-11/\">reports</a> of memory exhausted errors due to the <a href=\"https://developer.wordpress.org/reference/functions/wp_is_stream/\">wp_is_stream function</a>. </p>\n\n<p>The bug is actually in PHP and is related to the <a href=\"http://php.net/manual/en/function.stream-get-wrappers.php\">stream-get-wrappers</a> function. WordPress 4.9.7 increased the number of times it calls the wp_is_stream() function generating the error more often.</p>\n\n<p>After thoughtful conversations within the <a href=\"https://core.trac.wordpress.org/ticket/44532#comment:46\">trac ticket</a>, a patch was created that after further testing, was committed to core. ﻿<a href=\"https://core.trac.wordpress.org/ticket/44532#comment:46\">According to Gary Pendergast</a>, the patch does the following.</p>\n\n<blockquote class=\"wp-block-quote\">\n	<p>Bailing if the path isn&#8217;t a stream. This isn&#8217;t perfect: it&#8217;s still possible to trigger the PHP bug, but it does significantly reduce the chances of the bug being encountered. For many WordPress sites (those that don&#8217;t have plugins that use streams), it reduces the chance to zero.</p>\n</blockquote>\n\n<p>If you encountered memory exhaustion errors after installing or upgrading to WordPress 4.9.7, try <a href=\"https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/\">WordPress 4.9.8 Beta 2</a> to see if it fixes the issue.</p>\n\n<p>Aside from coming up with a solution, <a href=\"https://core.trac.wordpress.org/ticket/44532\">Trac ticket #44532</a> is a bit refreshing to see. In open source, tickets or issues can get bogged down with suggestions, hypothetical scenarios, and bike-shed commentary.</p>\n\n<p>In this instance, the issue was identified and folks from the community along with core contributors worked together in a focused fashion to create a fix in time for the next point release. The ticket is a good example of what it&#8217;s like when open source is firing on all cylinders.  <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jul 2018 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Donncha: WP Super Cache and Cookie Banners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89501949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://odd.blog/2018/07/20/wp-super-cache-and-cookie-banners/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5290:\"<p>More sites use cookie banners now that the GDPR is active but some are finding that their banners are misbehaving once they enable caching.</p>\n\n<p>This is a similar issue to the one that happened to some page counter plugins in the past. The page counter wouldn&#8217;t increment.</p>\n\n<p>When a cookie banner is clicked a cookie is set in the browser so the website knows this visitor has agreed to accept cookies. If the cookie is set then the cookie banner html is not sent to the browser.</p>\n\n<p>I suspect the main issue is that the code that sets and checks if the cookie is set is PHP. Unfortunately because the page is cached then no PHP code is executed, and the cookie banner is displayed because it was originally cached that way.<br /></p>\n\n<p>Since WP Super Cache only knows about certain WordPress cookies it assumes everyone who doesn&#8217;t have those cookies is a first time &#8220;anonymous&#8221; visitor. It doesn&#8217;t know about your cookie banner cookie.<br /></p>\n\n<p>You have two options:</p>\n\n<ol>\n	<li>Rewrite your cookie banner so it&#8217;s completely in Javascript. Do the cookie detection in Javascript and also set the cookie in Javascript. If the cookie banner has been clicked then you need to trigger an action, and other Javascript that is hooked on to that trigger will run and load the tracking cookies.</li>\n	<li>Modify WP Super Cache so it knows about the cookie your cookie banner uses. Caching won&#8217;t work quite as well as before as it&#8217;ll be split between visitors who have clicked the cookie banner and those that haven&#8217;t. One cached file will display the cookie banner, and the other will not but it will have ad tracking Javascript.<br /></li>\n</ol>\n\n<p>Using Javascript completely is a better solution because it runs in the browser on every page load but that might not be possible every time.</p>\n\n<p>Otherwise, use PHP to get WP Super Cache to play nicely with your existing code:</p>\n\n<ol>\n	<li>You&#8217;ll need to write a <a href=\"https://odd.blog/2017/10/25/writing-wp-super-cache-plugins/\">WP Super Cache plugin</a>.</li>\n	<li>You need to hook into the wp_cache_get_cookies_values cacheaction and add the value of the cookie banner cookie to the end of that string.</li>\n	<li>Caching can only be performed by <em>simple</em> caching now, unless you&#8217;re willing to edit mod_rewrite rules in your .htaccess file.</li>\n</ol>\n\n<p>Something like this will do. Make sure you note the warning about <code>$wp_cache_plugins_dir</code> in the link above about writing these plugins.<br /></p>\n\n<pre class=\"wp-block-code\"><code>function add_cookie_banner_to_cache_cookie( $string ) {\n    if ( isset( $_COOKIE[\'cookie_banner\'] ) ) {\n        $string .= \'cb,\';\n    }\n    return $string\n}\nadd_cacheaction( \'wp_cache_get_cookies_values\', \'add_cookie_banner_to_cache_cookie\' );</code></pre>\n\n<p>Substitute the name of the cookie for your cookie name, change the name of the function, and the text it adds to the string. There is an intentional PHP fatal error in the code above to discourage copy/pasting.<br /></p>\n\n<p>Your cookie banner plugin could automate setting this up, but it may have unforeseen consequences if not done correctly. It should check if <code>$wp_cache_plugins_dir</code> is set already, and use that location, otherwise it will have to make a directory and update the WP Super Cache configuration, where ABC is the new location for the plugins.<br /></p>\n\n<p><code>wp_cache_setting( \'wp_cache_plugins_dir\', ABSPATH . \'wp-content/ABC\' );﻿</code></p>\n\n<p>The new code can be copied into a file in that directory. The files in the original WP Super Cache plugins directory (found at <code>WPCACHEHOME . \'plugins\'</code>) should be copied into that directory too and a warning shown to the user. They may need to set up one of those plugins again.<br /></p>\n\n<p>The reason it is this convoluted is because this code will run before all of WordPress loads. You can&#8217;t rely on blog options or most of the nice configuration tools WordPress provides.<br /></p>\n\n<p>When your plugin is uninstalled it should of course restore the plugins directory to the way it was before.</p>\n\n<p>For future reference, since cookie banners will hopefully not be around forever, here&#8217;s what they looked like in the deep, distant past of 2018. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /></p>\n\n<img />\n\n<img />\n	The LA Times just gave up and don&#8217;t show anything to EU visitors.\n\n\n<img />\n\n<img />\n\n<img />\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2003/08/12/linuxie-and-free-software-projects/\" rel=\"bookmark\" title=\"Permanent Link: Linux.ie and free software projects\">Linux.ie and free software projects</a></li><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2008/03/06/please-sir-can-i-have-more/\" rel=\"bookmark\" title=\"Permanent Link: Please sir, can I have more?\">Please sir, can I have more?</a></li></ul></p>\n<p><a href=\"https://odd.blog/2018/07/20/wp-super-cache-and-cookie-banners/\" rel=\"nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jul 2018 13:33:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: First Look at “Try Gutenberg” Prompt in WordPress 4.9.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/first-look-at-try-gutenberg-prompt-in-wordpress-4-9-8-beta-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3384:\"<p><a href=\"https://make.wordpress.org/core/2018/07/19/wordpress-4-9-8-beta-2/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress 4.9.8 Beta 2</a> was released today, featuring the new &#8220;<a href=\"https://core.trac.wordpress.org/ticket/41316\" rel=\"noopener noreferrer\" target=\"_blank\">Try Gutenberg</a>&#8221; prompt that will appear in user dashboards when the official release drops at the end of the month.</p>\n<p>The prompt invites users to install Gutenberg if they want to try the new editor or install the <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> to keep using the current editor until they are ready to make the change. WordPress contributors discussed variations on the design and wording of the callout and finally settled on what you see in 4.9.8 Beta 2.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-19-at-4.02.56-PM.png?ssl=1\"><img /></a></p>\n<p>Even if users don&#8217;t get involved in Gutenberg testing, the callout serves to inform them that the new editor will be enabled by default in the next major release of WordPress. It includes a link to the <a href=\"https://wordpress.org/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg information page</a> so users can learn more about the project.</p>\n<p>Contributors agreed that they wanted to clearly communicate three important points in the callout, as per designer @kjellr&#8217;s <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:148\" rel=\"noopener noreferrer\" target=\"_blank\">suggestions on trac</a>:</p>\n<ol>\n<li>Gutenberg is coming in the next major release.</li>\n<li>If you’re worried about compatibility, there’s a plugin to help ease the transition.</li>\n<li>The plugin lets you use the editor you’re used to until you’re ready to switch.</li>\n</ol>\n<p>The prompt is clearly geared towards encouraging users to test Gutenberg, as that section has a more prominent, colored button. If your clients&#8217; installations are not ready for users to act on the &#8220;Try Gutenberg&#8221; prompt, now is the time to install a plugin that will disable it. Clients with free-range of the WordPress admin, in sites that are running Gutenberg-compatible extensions, are better candidates for testing the new editor.</p>\n<p>The <a href=\"https://wptavern.com/new-classic-editor-addon-plugin-disables-the-try-gutenberg-prompt-coming-in-wordpress-4-9-8\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor Addon</a> is one option that will suppress the prompt and automatically suppress Gutenberg when it ships in WordPress 5.0. It was also recently updated to auto-install the Classic Editor plugin as a dependency so users don&#8217;t have to install two plugins as part of the process.</p>\n<p>A release candidate is slated for July 24, and the official 4.9.8 release is scheduled for July 31st. The <a href=\"https://wordpress.org/plugins/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg plugin</a> is currently sitting at 10,000+ active installations and the <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> at 5,000+. After 4.9.8 is released, changes in these numbers will demonstrate how WordPress users across the globe are responding to the call for testing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jul 2018 21:48:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Insight Into How North Carolina State Is Preparing for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/insight-into-how-north-carolina-state-is-preparing-for-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>Jennifer McFarland, the web services coordinator for the North Carolina State Office of Information Technology (OIT), recently <a href=\"http://www.technicianonline.com/news/article_878f4bb0-7d8f-11e8-a5ac-4bf05738fe93.html\">did an interview</a> with <a href=\"http://www.technicianonline.com/\">Technician</a>, the official student newspaper of NC State University.</p>\n\n<p>Since Gutenberg&#8217;s announcement in December of 2017, McFarland has published a <a href=\"https://design.oit.ncsu.edu/tag/gutenberg/\">series of articles</a> on the NC State Office of Information Technology website educating staff and students on what to expect.</p>\n\n<p>McFarland was asked how the team plans to help staff and students after Gutenberg ships with WordPress.</p>\n\n<p>&#8220;A couple of times a year, we go and speak at various classes, professors will have us come out and do demos of WordPress,&#8221; McFarland told the Technician. </p>\n\n<p>&#8220;We are expecting an uptake of people requesting us to come out and do a demo of WordPress or something like that, but generally our plan right now, at least for students, is mostly just offer the sort of self-help, like the video tutorials and things like that, and we figure that the students will mostly try and solve their own problems.&#8221;</p>\n\n<p>Speaking of McFarland, she and Brian DeConinck <a href=\"https://2018.wpcampus.org/schedule/gutenready-for-the-gutenpocalypse/\">presented on Gutenberg</a> at WPCampus 2018. The videos from the event are still being processed but we&#8217;ll add a link to the presentation once it becomes available. </p>\n\n<p>It&#8217;s pretty cool to see people in McFarland&#8217;s position in higher education already have a firm grasp of Gutenberg and doing what they can to ease the transition for staff and students</p>\n\n<p></p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jul 2018 00:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Meet Bernhard Kau, Local Lead Organizer of WordCamp Europe 2019 in Berlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/meet-bernhard-kau-local-lead-organizer-of-wordcamp-europe-2019-in-berlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4788:\"<p><a href=\"https://twitter.com/2ndkauboy?lang=en\" rel=\"noopener noreferrer\" target=\"_blank\">Bernhard Kau</a>, a WordPress developer, meetup organizer, and four-time organizer of WordCamp Berlin, is the local lead organizer for the next WordCamp Europe. Kau will join Milan Ivanović, the global lead, at the helm of WordCamp Europe in Berlin next June.</p>\n<p>Kau submitted an application with his team to host WCEU and won out over a competing application from the WordPress community in Barcelona. The selection team cited Berlin&#8217;s accessibility, reasonable prices, and its strong community as the final deciding factors.</p>\n<p>Berlin&#8217;s monthly WordPress meetups have 1,300 members. The community also holds dedicated meetups for beginners, developers, and women in WordPress. Five WordCamps have been organized in Berlin since 2010.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Attending <a href=\"https://twitter.com/hashtag/WPBerlin?src=hash&ref_src=twsrc%5Etfw\">#WPBerlin</a> and they are already preparing WordPress community for next <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://t.co/MWLwTZ4hrf\">pic.twitter.com/MWLwTZ4hrf</a></p>\n<p>&mdash; Milan Ivanović (@lanche86) <a href=\"https://twitter.com/lanche86/status/1012396086944813057?ref_src=twsrc%5Etfw\">June 28, 2018</a></p></blockquote>\n<p></p>\n<p>&#8220;Compared to other communities in Europe, we are a community that is very likely to travel to other cities to attend meetups and other WordCamps,&#8221; Kau said. &#8220;We usually only have one or two WordCamps per year in Germany but then usually all the German community members travel to that city to attend the WordCamp. Whereas in Spain, for example, they had 11 WordCamps this year that are more local and smaller. As a German community we are more used to traveling to a central place and meeting there.&#8221;</p>\n<h3>What to Expect at WCEU in Berlin: A Diverse Community, More Workshops, and a Unique After Party</h3>\n<p>The <a href=\"https://www.estrel.com/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Estrel Hotel and Congress Center</a> will host the entire event, including both conference days, the contributor day, and the after party. Although the venue has a max capacity of 12,000 people, Kau said organizers are planning for 2,500 &#8211; 3,000 attendees. The local team is excited to introduce the European WordPress community to their home city.</p>\n<p>&#8220;Berlin is one of the most diverse cities in Europe,&#8221; Kau said. &#8220;When I prepared the application, I figured out that there are people from 191 countries living in Berlin. It&#8217;s a very international, very diverse city, so you can be just as you are and feel quite comfortable and welcome in Berlin.&#8221;</p>\n<p>Kau said organizers intend to continue with workshops as a part of the event in 2019 but they are planning to make the signup experience more efficient.</p>\n<p>&#8220;This was the first year we tried workshops,&#8221; Kau said. &#8220;We had three workshop tracks and workshops of 60 minutes, 90 minutes, and three hours. We are not sure how many workshops we want to have in Berlin. The idea was new but turned out quite well. There were workshops with many people waiting to get in and from what I&#8217;ve heard it was quite good.&#8221;</p>\n<p>Kau said he wants to improve the process for workshops, because there was no easy way for attendees to sign up and managing waiting lists was a lot of manual work for the content team. This is one bottleneck from the most recent WCEU experience that he hopes to rectify.</p>\n<p>&#8220;There is also something special planned but I don&#8217;t want to spoil it,&#8221; Kau said. &#8220;It&#8217;s going to be a very unique after party to say the least.&#8221; Although Berlin is renowned for its legendary nightlife, Kau said he doesn&#8217;t anticipate the party lasting all night.</p>\n<p>&#8220;We&#8217;re probably not going to make it Berlin-typical until 10 in the morning but it&#8217;s going to be a bit longer than maybe here [Belgrade] or in Paris where people were kicked at at 3:30,&#8221; he said.</p>\n<p>The <a href=\"https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/\" rel=\"noopener noreferrer\" target=\"_blank\">call for applications for organizers</a> is still open. Within 24 hours of announcing Berlin as the next host city, the team had already <a href=\"https://twitter.com/lanche86/status/1008419688009863169\" rel=\"noopener noreferrer\" target=\"_blank\">received 27 applications</a>. The application window closes July 31, 2018.</p>\n<p>Check out the full interview below to learn more about the German WordPress community and what they have planned for WCEU 2019.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jul 2018 20:18:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: WP-CLI Hack Day Friday, July 20th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/wp-cli-hack-day-friday-july-20th\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1541:\"<p><a href=\"https://wp-cli.org/\">WP-CLI</a> or WordPress Command Line Interface has become an integral tool for developers to launch and manage sites. To encourage new contributors to the project, Alain Schlesser is organizing the first <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">WP-CLI Hack Day</a>, Friday, July 20th beginning at 08:00 CEST.</p>\n\n<p>Schlesser and other contributors will be available in the <a href=\"https://wordpress.slack.com/messages/C02RP4T41\">WP-CLI Slack channel</a> all day and on the project&#8217;s <a href=\"https://github.com/wp-cli/\">GitHub site</a> to answer questions and help people contribute to the project. </p>\n\n<p>From 16:00-18:00 CEST, Schlesser will host a video call that&#8217;s open to everyone where people can join in, discuss issues, and visually work through pull requests. The goal is to reach 20 pull requests that have been merged during the event. A post on <a href=\"https://make.wordpress.org/cli/\">Make/CLI  blog</a> will be published once WP-CLI Hack Day concludes summarizing any progress that was made.</p>\n\n<p>To prepare prospecting contributors for the event, Schlesser has published a <a href=\"https://make.wordpress.org/cli/2018/07/14/contributing-to-wp-cli/\">detailed guide</a> on how to contribute to WP-CLI.</p>\n\n<p>Folks can follow along on Twitter using the hashtag <a href=\"https://twitter.com/hashtag/hackwpcli?src=hash\">#hackwpcli</a>. If Hack CLI Day is successful, more events will likely be created in the future to cover more time zones. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jul 2018 16:47:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: Making A Safe Place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://heropress.com/making-a-safe-place/#utm_source=rss&utm_medium=rss&utm_campaign=making-a-safe-place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2907:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2017/07/071917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community is, slowly but surely, helping me get rid of my ingrown fear of the unknown, of others.\" /><p>Being a remote worker makes it easy to hide from a world that you find scary or dangerous. If you&#8217;re never in the presence of other people they can&#8217;t hit you. Retreat becomes so easy. Marius Jensen from Sola, Norway grew up in a society that did not care for him, and made him want to hide from the world forever.</p>\n<p>The WordPress community gave him a safe place to talk to people online, and after time, in person. WordCamps became a place of safety and compassion. This isn&#8217;t the case for all people, but it is for many people, in many places. Check out Marius&#8217; essay from last July, about finding a safe place.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/becoming-myself-again/\">Becoming Myself Again</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Making A Safe Place\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Making%20A%20Safe%20Place&via=heropress&url=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Making A Safe Place\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fmaking-a-safe-place%2F&title=Making+A+Safe+Place\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Making A Safe Place\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/making-a-safe-place/&media=https://heropress.com/wp-content/uploads/2017/07/071917-150x150.jpg&description=Making A Safe Place\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Making A Safe Place\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/making-a-safe-place/\" title=\"Making A Safe Place\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/making-a-safe-place/\">Making A Safe Place</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jul 2018 08:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: iThemes Enters the Hosting Space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82379\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/ithemes-enters-the-hosting-space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3428:\"<p>iThemes is <a href=\"https://ithemes.com/wordpress-hosting\">getting into the hosting business</a> after <a href=\"https://ithemes.com/2018/07/17/announcing-ithemes-hosting/\">launching</a> three plans that take advantage of its relationship with Liquid Web. The plans are finely tuned around the company&#8217;s products and come with free SSL certificates. <br /></p>\n\n<p>I reached out to Cory Miller, Founder of iThemes to figure out why they&#8217;ve entered the hosting space, what it means to be able to control the user experience of their products from the top-down, and how their plans compare to those from hosts that offer Jetpack Premium. </p>\n\n<h2>Interview With Cory Miller<br /></h2>\n\n<p><strong>What does it mean for you and iThemes to be able to control the user experience from the top-down?</strong></p>\n\n<p>In short, it means a better overall experience for our customers. For more than 10 years, we’ve dealt with most of the hosts, especially the ones offering catered WordPress offerings, and it has been a terribly frustrating experience for us trying to troubleshoot problems and help our mutual customers. </p>\n\n<p>Additionally, we’ve long said you have to have two things to be our customer: WordPress and web hosting. Now we install WordPress for you, along with SSL, essentially with a click on our own hosting. </p>\n\n<p><strong>How would you compare iThemes hosting packages to hosts that offer Jetpack Premium services as part of their plans?</strong></p>\n\n<p>The thing that sticks out for me is having everything under one brand and team. But we think using iThemes Sync Pro as the hosting control panel gives us a significant edge for our customers to do more with their WP sites, in particular, our reporting features in Sync Pro. </p>\n\n<p>Now our customers can get WP backups, security, site management and in-depth reporting all from one dashboard, along with their hosting. With our Business plan, they get BackupBuddy, our WordPress backup plugin; iThemes Security Pro, our WordPress security plugin &amp; iThemes Sync Pro all in one. Plus they get an awesome team of WordPress pros for support if they need help or have any issues.</p>\n\n<p><strong>What are you most looking forward too offering these hosting packages specifically tuned for iThemes products and WordPress?</strong></p>\n\n<p>The actual implementation of the vision of offering the key essentials we think people want and need, along with a roadmap to do more, from our team at iThemes. It was one of the motivators for joining the Liquid Web family — the ability to finally do what we’ve always wanted to do for our customers, offering a more complete experience for them, from us. </p>\n\n<p><strong>Were there any challenges that you overcame when putting these packages together?</strong></p>\n\n<p>The main one that comes to mind is trying to ensure we offer what people actually want and will buy. But there was several months of hard work by our team and others to get this launched. Some long nights to pull all the pieces together in order to do this, with many more to come.</p>\n\n<p>Prices range from $15 per month to $25 per month billed on an annual basis. New customers can take advantage of a coupon code <a href=\"https://ithemes.com/2018/07/17/announcing-ithemes-hosting/\">on the site</a> to purchase the Business plan, normally $25 for $15. </p>\n\n<p></p>\n\n<p><strong></strong></p>\n\n<p><strong></strong> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jul 2018 23:19:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WooCommerce Custom Product Tables Plugin Now in Beta, Boasts 30% Faster Page Loads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/woocommerce-custom-product-tables-plugin-now-in-beta-boasts-30-faster-page-loads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3615:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1\"><img /></a></p>\n<p>WooCommerce is celebrating <a href=\"https://woocommerce.com/birthday-sale/\" rel=\"noopener noreferrer\" target=\"_blank\">10th years of Woo</a> this week. Over the past several years WooCommerce has grown to become a dominant player among e-commerce solutions on the web. <a href=\"https://trends.builtwith.com/shop\" rel=\"noopener noreferrer\" target=\"_blank\">E-commerce Usage Distribution stats from BuiltWith</a> currently rank WooCommerce as the most commonly used platform for stores in the top 1 million sites.</p>\n<p>Performance and scalability were the main focuses for the WooCommerce development team last year and these issues continue to be top priority. <a href=\"https://wptavern.com/woocommerce-3-0-brings-major-improvements-to-product-gallery-introduces-crud-classes-and-a-new-cli\" rel=\"noopener noreferrer\" target=\"_blank\">Version 3.0</a>, released in April 2017, included significant performance improvements when WooCommerce switched from post meta to taxonomies for features like product visibility, featured products, and out of stock products. It also introduced CRUD (Create, Read, Update, Delete) classes for developers, making it easier to write and retrieve data from the database with less code.</p>\n<p>Building on the CRUD work done last year, WooCommerce has just <a href=\"https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> the beta of its new Custom Products Tables plugin. It replaces the WooCommerce product Data Store with new, dedicated product tables for significant reductions in page load time across shop, checkout, and admin pages.</p>\n<p>&#8220;The results, so far, have been great – with improvements of up to 30% on page load times!&#8221; WooCommerce engineer Gerhard Potgieter said. &#8220;Checkout, arguably the most important part of the store experience, has seen the biggest performance gains.&#8221;</p>\n<p>The WooCommerce development team tested the plugin&#8217;s impact on performance using two identical stores running the <a href=\"https://woocommerce.com/storefront/\" rel=\"noopener noreferrer\" target=\"_blank\">Storefront</a> theme and no additional plugins. They created a data set of 500 products using the <a href=\"https://github.com/woocommerce/wc-smooth-generator\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Smooth Generator</a>, and both stores had 70,000 orders in the database and meta data in the range of 1.4 million rows.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/woocommerce-load-times.png?ssl=1\"><img /></a>image credit: <a href=\"https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/\">WooCommerce Development Blog</a>\n<p>The Custom Product Tables plugin is not ready for use in production but developers can <a href=\"https://github.com/woocommerce/woocommerce-product-tables-feature-plugin/releases\" rel=\"noopener noreferrer\" target=\"_blank\">download version 1</a> and test it against <a href=\"https://github.com/woocommerce/woocommerce/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce 3.5 dev</a> (switch to the master branch).</p>\n<p>Getting the plugin rolled into WooCommerce core is an exciting update on the horizon, as faster page loads generally improve conversion for store owners. WooCommerce engineers anticipate releasing the plugin on WordPress.org as the next step. They plan to include the new product tables in a major version update early next year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jul 2018 20:20:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: New WordPress Feature Plugin Adds Support for Progressive Web Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/new-wordpress-feature-plugin-adds-support-for-progressive-web-apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5800:\"<p>WordPress contributors are working on getting support for Progressive Web Apps (PWA) into core. A new <a href=\"https://wordpress.org/plugins/pwa/\" rel=\"noopener noreferrer\" target=\"_blank\">PWA feature plugin</a> is now available on WordPress.org, spearheaded by the teams at XWP, Google, and Automattic.</p>\n<p>Progressive Web Apps are applications that run on the web but provide a speedy app-like experience inside a mobile browser. Google describes them as having the following three qualities:</p>\n<ul>\n<li>Reliable – Load instantly and never show the downasaur, even in uncertain network conditions</li>\n<li>Fast – Respond quickly to user interactions with silky smooth animations and no janky scrolling</li>\n<li>Engaging – Feel like a natural app on the device, with an immersive user experience</li>\n</ul>\n<p>The plugin adds support for technologies that PWAs require, including Service Workers, a Web App Manifest, and HTTPS. These technologies support functions like background syncing, offline content, push notifications, mobile home screen icon, and other PWA features.</p>\n<p>XWP CTO Weston Ruter said the purpose of the feature plugin is to curate PWA capabilities for proposed merging into core. The idea is to merge them piece by piece. Core tickets are already in process for adding support for <a href=\"https://core.trac.wordpress.org/ticket/43328\" rel=\"noopener noreferrer\" target=\"_blank\">web app manifests</a> and <a href=\"https://core.trac.wordpress.org/ticket/36995\" rel=\"noopener noreferrer\" target=\"_blank\">support for service workers</a>, as well as bringing <a href=\"https://core.trac.wordpress.org/ticket/28521\" rel=\"noopener noreferrer\" target=\"_blank\">improvements to HTTPS</a>.</p>\n<p>&#8220;This PWA feature plugin is intended to equip and facilitate other plugins which implement PWA features,&#8221; Ruter <a href=\"https://weston.ruter.net/2018/07/12/wceu-2018-recap-amp-and-pwa/\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. &#8220;It’s not intended to negate any existing plugins with these features, but rather to allow such plugins (and themes) to work together seamlessly and expand upon them.&#8221;</p>\n<p>The first release of the plugin on WordPress.org (v0.1.0) adds support for web app manifests and initial support for allowing theme and plugin developers to register scripts for service workers via <code>wp_register_service_worker()</code>. It also includes an API for detecting whether HTTPS is available.</p>\n<p>&#8220;A next step for service workers in the PWA feature plugin is to integrate <a href=\"https://developers.google.com/web/tools/workbox/\" rel=\"noopener noreferrer\" target=\"_blank\">Workbox</a> to provide a declarative WordPress PHP abstraction for managing the caching strategies for routes, with <a href=\"https://github.com/xwp/pwa-wp/issues/5\" rel=\"noopener noreferrer\" target=\"_blank\">support for detecting conflicts</a>,&#8221; Ruter said. Anyone who is interested to contribute to PWA support for WordPress can check out the discussions and <a href=\"https://github.com/xwp/pwa-wp/\" rel=\"noopener noreferrer\" target=\"_blank\">plugin on GitHub</a>.</p>\n<p>In the past, app-like experiences were only available for sites and services that had their own native mobile apps, but native apps can be costly to develop and maintain. Progressive web apps use the greater web as their platform and are quick to spin up. They make content easier to access on mobile even without an internet connection. It&#8217;s also far easier to tap a home screen icon than to enter a URL on mobile, and this makes users more likely to engage with their favorite sites.</p>\n<p><a href=\"https://www.pwastats.com/\" rel=\"noopener noreferrer\" target=\"_blank\">PWA Stats</a> is a site that features case studies of progressive web apps that have significantly increased performance, engagement, and conversion. A few compelling examples include:</p>\n<ul>\n<li>Tinder <a href=\"https://medium.com/@addyosmani/a-tinder-progressive-web-app-performance-case-study-78919d98ece0\" rel=\"noopener noreferrer\" target=\"_blank\">cut load times from 11.91 seconds to 4.69 seconds</a> with their new PWA. The PWA is 90% smaller than Tinder’s native Android app. User engagement is up across the board on the PWA.</li>\n<li>Grand Velas Riviera Maya resort <a href=\"https://blog.milestoneinternet.com/industry-news/milestone-boosts-website-conversions-by-53-with-progressive-web-apps-pwa/\" rel=\"noopener noreferrer\" target=\"_blank\">increased its Black Friday conversion rate by 53%</a> due to its progressive web app’s speed and notifications.</li>\n<li>Trivago saw an increase of 150% for people who add its PWA to the home screen. Increased engagement led to a <a href=\"https://www.thinkwithgoogle.com/intl/en-gb/consumer-insights/trivago-embrace-progressive-web-apps-as-the-future-of-mobile/\" rel=\"noopener noreferrer\" target=\"_blank\">97% increase in clickouts to hotel offers</a>. Users who go offline while browsing can continue to access the site and 67% continue to browse the site when they come back online.\n<li>Pinterest rebuilt their mobile site as a PWA and <a href=\"https://medium.com/dev-channel/a-pinterest-progressive-web-app-performance-case-study-3bd6ed2e6154\" rel=\"noopener noreferrer\" target=\"_blank\">core engagements increased by 60%</a>. They also saw a 44% increase in user-generated ad revenue and time spent on the site has increased by 40%.</li>\n</ul>\n<p>PWA support in WordPress will enable the plugin and theme ecosystems to work together in providing site owners with more engaging ways to connect with their visitors. Once the market starts building on core support, site owners should soon be able to offer better experiences for mobile users without having to become experts in the technologies that power progressive web apps.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jul 2018 00:16:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Dev Blog: Quarterly Updates | Q2 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15621:\"<p><em>To keep everyone aware of big projects and efforts across WordPress contributor teams, I&#8217;ve reached out to each team&#8217;s <a href=\"https://make.wordpress.org/updates/team-reps/\">listed representatives</a>. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I&#8217;ve included a link to each team&#8217;s site in the headings.﻿</em></p>\n\n<h2><a href=\"https://make.wordpress.org/accessibility/\">Accessibility</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/rianrietveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rianrietveld</a>, <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a>, <a href=\"https://profiles.wordpress.org/afercia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>afercia</a></li>\n	<li><strong>Priority</strong>: Working to make sure that Gutenberg is reasonably accessible prior to merge. ETA is before 5.0</li>\n	<li><strong>Struggle</strong>: Lack of developers and accessibility experts to help test and code the milestone issues. <em>The team is doing outreach to help solve this problem.</em></li>\n	<li><strong>Big Win</strong>: Interest from companies like The Paciello Group and Tenon.io to help out with Gutenberg code review and testing tools.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/cli/\">CLI</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: @danielbachhuber, <a href=\"https://profiles.wordpress.org/schlessera/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>schlessera</a></li>\n	<li><strong>Priority</strong>: Very first global <a href=\"https://make.wordpress.org/cli/2018/07/04/wp-cli-hack-day/\">Hack Day</a> is coming up July 20. Version 2.0.0 is still in progress (new <a href=\"https://github.com/wp-cli/wp-cli/issues/4752\">ETA</a> is end of July).</li>\n	<li><strong>Struggle</strong>: The team continues to need new contributors. The current team is tiny but tough.</li>\n	<li><strong>Big Win</strong>: WP-CLI is currently one of the project&#8217;s four main focuses, as mentioned in the Summer Update at WordCamp Europe.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/community/\">Community</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/francina/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>francina</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hlashbrooke</a></li>\n	<li><strong>Priority</strong>: Focusing on smoothing out the processes in our community management by building up our team of volunteers and establishing what tools we need to keep things running well. ETA is ongoing.</li>\n	<li><strong>Struggle</strong>: Our two biggest struggles at the moment are tracking what we need to get done, and making final decisions on things. <em>There is current work on the tools available to assist with tracking progress.﻿</em></li>\n	<li><strong>Big Win</strong>: After making a concerted effort to get more contributors on the Community Team, we now have a much larger group of volunteers working as deputies and WordCamp mentors</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/core/\">Core</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a></li>\n	<li><strong>Priority</strong>: Following the <a href=\"https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/\">WordCamp Europe summer update</a> ﻿(and the companion post <a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">here</a>), the team is getting Gutenberg (the new WordPress editing experience) into a strong state for the 5.0 release. Potential ETA as soon as August.</li>\n	<li><strong>Struggle</strong>: Coordinating momentum and direction as we start seeing more contributors offering their time. Still working our way through open issues. <em>﻿The team is starting multiple bug scrubs each week to work through these more quickly and transparently.</em></li>\n	<li><strong>Big Win</strong>: Had a <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">sizable release in 4.9.6</a> which featured major updates around privacy tools and functionality in Core.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/design/\">Design</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>karmatosed</a>, <a href=\"https://profiles.wordpress.org/boemedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>boemedia</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joshuawold</a>, <a href=\"https://profiles.wordpress.org/mizejewski/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mizejewski</a></li>\n	<li><strong>Priority</strong>: Better on-boarding of new contributors, especially creating better documentation. ETA is end of July.</li>\n	<li><strong>Struggle</strong>: It&#8217;s hard to identify reasonably small tasks for first-time contributors.</li>\n	<li><strong>Big Win</strong>: The team is much more organized now which has helped clear out the design backlog, bring in new contributors, and also keep current contributors coming back. <em>Bonus: Joshua Wold will co-lead the upcoming release.</em></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/docs/\">Documentation</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/kenshino/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>kenshino</a><br /></li>\n	<li><strong>Priority</strong>: Opening up the work on <a href=\"https://make.wordpress.org/docs/2018/02/26/state-of-helphub-february-2018/\">HelpHub</a> to new contributors and easing the onboarding process. No ETA.<br /></li>\n	<li><strong>Struggle</strong>: Some blockers with making sure the code and database can be ready to launch on https://wordpress.org/support/<br /></li>\n	<li><strong>Big Win</strong>: The <a href=\"https://wp-helphub.com/\">first phase of HelpHub</a> creation is complete, which means content updates (current info, more readable, easier discovery), internal search, design improvements, and REST API endpoints.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/hosting/\">Hosting</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/mikeschroder/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mikeschroder</a>, <a href=\"https://profiles.wordpress.org/jadonn/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jadonn</a></li>\n	<li><strong>Priority</strong>: Preparing hosts for supporting Gutenberg, especially support questions they&#8217;re likely to see when the &#8220;Try Gutenberg&#8221; callout is released. ETA July 31st, then before WordPress 5.0<br /><strong></strong></li>\n	<li><strong>Struggle</strong>: Most contributions are still made a by a small team of volunteers. Seeing a few more people join, but progress is slow.<br /><strong></strong></li>\n	<li><strong>﻿Big Win</strong>: New team members and hosting companies have joined the #hosting-community team and have started contributing.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/marketing/\">Marketing</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/bridgetwillard/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bridgetwillard</a></li>\n	<li><strong>Priority</strong>: Continuing to write and publish case studies from the community. ETA is ongoing.</li>\n	<li><strong>Struggle</strong>: No current team struggles.</li>\n	<li><strong>Big Win</strong>: Wrote and designed a short <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">Contributor Day onboarding card</a>. It was used at Contributor Day at WCEU and onboarding time went down to 1 hour instead of 3 hours.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/meta/\">Meta</a> (WordPress.org Site)</h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/tellyworth/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tellyworth</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>coffee2code</a></li>\n	<li><strong>Priority</strong>: Reducing manual work around the contributor space (theme review, GDPR/privacy, plugin review). ETA for small wins is end of quarter, larger efforts after that.</li>\n	<li><strong>Struggle</strong>: Maintaining momentum on tickets. <em>There are also some discussions about updating the ticket management process across teams that use the Meta trac system.</em></li>\n	<li><strong>Big Win</strong>: The new About page launched and has been translated across most locale sites.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/mobile/\">Mobile</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/elibud/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>elibud</a></li>\n	<li><strong>Priority</strong>: Getting Gutenberg in the mobile applications. ETA is late December.</li>\n	<li><strong>Struggle</strong>: Consuming the Gutenberg source in the ReactNative app directly. <em>More info can be found here: https://make.wordpress.org/mobile/2018/07/09/next-steps-for-gutenberg-mobile/</em></li>\n	<li><strong>Big Win</strong>: The WordPress mobile applications now fully support right-to-left languages and are compliant with the latest standards for accessibility.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/plugins/\">Plugins</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/ipstenu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ipstenu</a></li>\n	<li><strong>Priority</strong>: Clearing ~8,000 unused plugins from the queues. Likely ETA is September.<br /></li>\n	<li><strong>Struggles</strong>: Had to triage a lot of false claims around plugins offering GDPR compliance.</li>\n	<li><strong>Big Win</strong>: Released 4.9.6 and <a href=\"https://make.wordpress.org/plugins/2018/05/17/wp-4-9-6-privacy-hooks-and-you/\">updated expectations</a> with plugin authors. Huge thanks to the Core Privacy team for their hard work on this.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/polyglots/\">Polyglots</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/petya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>petya</a>, <a href=\"https://profiles.wordpress.org/ocean90/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ocean90</a>, <a href=\"https://profiles.wordpress.org/nao/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nao</a>, <a href=\"https://profiles.wordpress.org/chantalc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chantalc</a>, <a href=\"https://profiles.wordpress.org/deconf/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>deconf</a>, <a href=\"https://profiles.wordpress.org/casiepa/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>casiepa</a></li>\n	<li><strong>Priority</strong>: Keep WordPress releases translated to 100% and then concentrate on the top 100 plugins and themes. ETA is ongoing.<br /><strong></strong></li>\n	<li><strong>﻿Struggle</strong>: Getting new PTEs fast enough, and complex tools/systems. Overall, the volume of strings awaiting approval.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/support/\">Support</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/clorith/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>clorith</a></li>\n	<li><strong>Priority:</strong> Getting ready for the Gutenberg callout (it got pushed last quarter). Needing a better presence on the official support forums, and outreach for that is underway, ETA end of July. <br /></li>\n	<li><strong>Struggle</strong>: Keeping contributors participating post-contributor days/drives. <em>﻿Considering the creation of a dedicated post-contributor day survey to get some insight here.</em></li>\n	<li><strong>Big Win</strong>: The increase in international liaisons joining for weekly meetings, helping bring the wider support community together.</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/themes/\">Theme Review</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/acosmin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>acosmin</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rabmalin</a>, <a href=\"https://profiles.wordpress.org/thinkupthemes/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>thinkupthemes</a>, <a href=\"https://profiles.wordpress.org/williampatton/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>williampatton</a></li>\n	<li><strong>Priority</strong>: Building a better Theme Check/Sniffer in order to automate most of the checks done right now by reviewers. ETA late 2018, early 2019.</li>\n	<li><strong>Struggle</strong>: Bringing in new contributors to the team.</li>\n	<li><strong>Big Win</strong>: <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">Trusted Authors program﻿</a></li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/tide/\">Tide</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/valendesigns/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>valendesigns</a> (but usually <a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a>)</li>\n	<li><strong>Priority</strong>: Storing PHPCompatibilty results inside the WordPress.org API and building a UI to display those results, an endpoint to request an audit is required for this work to continue.</li>\n	<li><strong>Struggle</strong>: Development has dramatically slowed down while team members are on leave or pulled into internal client work.</li>\n	<li><strong>Big Win</strong>: Migration to Google Cloud Platform (GCP) from Amazon Web Services (AWS) is complete and the audit servers have all been rewritten in Go. (This allows us to be faster with greater capacity and less cost.)</li>\n</ul>\n\n<h2><a href=\"https://make.wordpress.org/training/\">Training</a></h2>\n\n<ul>\n	<li><strong>Contacted</strong>: <a href=\"https://profiles.wordpress.org/bethsoderberg/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>bethsoderberg</a>, <a href=\"https://profiles.wordpress.org/juliek/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>juliek</a></li>\n	<li><strong>Priority:</strong> Lesson plan production. ETA is ongoing.</li>\n	<li><strong>Struggle:</strong> The workflow is a little complex, so recruiting and training enough contributors to keep the process moving is a struggle.</li>\n	<li><strong>Big Win</strong>: WordCamp Europe&#8217;s Contributor Day was very productive. New tools/workflow are in place and two team representatives were there to lead and help.</li>\n</ul>\n\n<p><em>Interested in updates from the first quarter of this year? You can find those here: <a href=\"https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/\"><em>https://make.wordpress.org/updates/2018/04/24/quarterly-updates-q1-2018/</em></a>\n	</em>\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jul 2018 14:50:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordCamp Europe 2018 Draws 2,085 Attendees, Organizers Look Ahead to 2019 in Berlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/wordcamp-europe-2018-draws-2085-attendees-organizers-look-ahead-to-2019-in-berlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6531:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/WCEU-2018.jpg?ssl=1\"><img /></a>photo credit: WCEU Photography Team\n<p>WordCamp Europe closed out a successful event in Belgrade with 2,085 attendees from 76 countries. More than 800 others joined via livestream for a total audience of nearly 3,000 participants. A <a href=\"https://wptavern.com/wordcamp-europe-2018-contributor-day-posts-record-turnout-amid-wi-fi-outage\" rel=\"noopener noreferrer\" target=\"_blank\">record-setting Contributor Day</a> kicked off the event, followed by two days of conference sessions and workshops from 65 speakers.</p>\n<p>A team of 54 organizers and 170 volunteers made WCEU possible, with 10 different organizing teams. Last year WordCamp Europe added a PR team and this year the event introduced an Attendee Services team to fill gaps in the organization. The operation ran smoothly, despite the conference being spread out across many rooms in the sprawling <a href=\"http://www.savacentar.net/\" rel=\"noopener noreferrer\" target=\"_blank\">Sava Centar</a> venue.</p>\n<p><a href=\"https://app.wp-europe.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Europe&#8217;s PWA</a> (progressive web app) was the highlight of the new features and services introduced this year. It was a central hub for keeping attendees informed on what was happening at any given moment. Organizers also added new amenities, including a site health check station, Community Room, and info booth to handle attendee questions.</p>\n<p>Gutenberg and Progressive web apps were the hot topics of this year&#8217;s WordCamp Europe. In addition to Matt Mullenweg <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\" rel=\"noopener noreferrer\" target=\"_blank\">unveiling a roadmap for Gutenberg&#8217;s inclusion in core</a>, a strong contingent of designers and engineers from the team were present to educate attendees on Gutenberg&#8217;s architecture and the vision behind the project.</p>\n<p>Many attendees were visiting Serbia for the first time and Belgrade delivered with its renowned hospitality and captivating nightlife. Attendees found no shortage of delicious options for food and drink.</p>\n<h3>Berlin to Host WordCamp Europe 2019</h3>\n<p>At the conclusion of the event, organizers announced Berlin as the next host city for <a href=\"https://2019.europe.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Europe, June 20-22, 2019</a>. The conference, Contributor Day, and the after party will all be held at the <a href=\"https://www.estrel.com/en/home.html\" rel=\"noopener noreferrer\" target=\"_blank\">Estrel Hotel and Congress Center</a>, a venue with a capacity for 12,000 attendees.</p>\n<p>Organizers said that Berlin&#8217;s accessibility, reasonable prices, and strong community were the final deciding factors for its selection as the next host city.</p>\n<p></p>\n<h3>Behind the Scenes at WordCamp Europe 2018 with Lead Organizers Jenny Beaumont and Milan Ivanović</h3>\n<p>Hosting a volunteer-led event at this scale requires an enormous amount of effort from the organizers, especially those taking the lead for multiple years in a row. There is nearly no down time as the team is already planning for the next edition of the camp.</p>\n<p>I sat down with lead organizers Jenny Beaumont, the global lead, and Milan Ivanović, the local lead, to get a look behind the scenes at what is involved in bringing WordCamp Europe to thousands of WordPress enthusiasts in one weekend. We <a href=\"https://wptavern.com/wordcamp-europe-2018-to-be-held-in-belgrade-serbia-june-14-16\" rel=\"noopener noreferrer\" target=\"_blank\">interviewed</a> them at the conclusion of WCEU 2017 in Paris. Over the past two years these leaders have developed a strong working relationship built on encouraging each other and keeping a positive outlook for their teams.</p>\n<p>Beaumont said she was hesitant going into a third year for this role, as Paris was the project that captured her heart and motivation. After going through this event as the global lead, she said she discovered what she could bring to the role and how she could serve the team.</p>\n<p>&#8220;The event has been their project,&#8221; Beaumont said. &#8220;My project this year has been the team, how I can really concentrate on this team, on its growth, on its health, on its sustainability. That&#8217;s what I learned in Paris &#8211; the importance of making sure that was part of the project.&#8221;</p>\n<p>Beaumont and Ivanović explained the difference between the global and local lead roles, a structure that works well for flagship WordCamps.</p>\n<p>&#8220;The local team is really about making it a good experience in this new place that everybody is going to be discovering for the first time,&#8221; Beaumont said. &#8220;It&#8217;s the hard work, it&#8217;s the logistics, it&#8217;s all of the small details, everything that&#8217;s behind the scenes that make it so you walk in as an attendee and it just feels like you&#8217;re at home. They do all of that hard work. The global role, as it has evolved, is really about being that sort of team care-giver, making sure that there is good communication happening, making sure the team is healthy and happy and motivated. Because you&#8217;ve got to get up and do this every day while you&#8217;re also doing your day job, and that takes a lot.&#8221;</p>\n<p>WordCamp Europe had a strong impact on the local community with more than 400 Serbian attendees and 20 Serbian organizers. They worked to build awareness of WordPress in the local community ahead of the event.</p>\n<p>&#8220;We used this event to grow our community and used our community to promote the event,&#8221; Ivanović said. &#8220;When we announced last year in Paris that Belgrade is going to be next, at that time we had five or six cities for WordPress meetups. Currently, we are in 14 cities and starting the 15th in July. WordCamp Europe and the conference itself was such a win for the whole community.&#8221;</p>\n<p>Ivanović will return next year as the global lead for WCEU in Berlin. Beaumont is taking some time off after three years organizing WordCamp Paris and WordCamp Europe, but she hopes to return in some capacity in the future. They are working together with their team to publish a WordCamp Europe handbook that covers some of the important specifics of the event for upcoming teams. Check out the full interview in the video below.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jul 2018 00:24:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Array Launches Free Gutenberg-Ready Atomic Blocks Theme on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/array-launches-free-gutenberg-ready-atomic-blocks-theme-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6391:\"<p>Mike McAlister and the team at <a href=\"https://arraythemes.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Array Themes</a> have fully embraced Gutenberg and are one of the first shops on the scene with a free WordPress theme designed specifically to work with the new editor. The <a href=\"https://wordpress.org/themes/atomic-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Atomic Blocks</a> theme is now available on WordPress.org with minimal styling and seamless support for all core content and media blocks.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/atomic-blocks-screenshot.png?ssl=1\"><img /></a></p>\n<p>The theme allows users to control the width of the content area to create full-screen posts and pages. It supports full-screen images, videos, and galleries, showcasing the new editor&#8217;s wide alignment styles for content. Atomic Blocks includes Customizer options for uploading a logo, customizing the font style, setting body and title font sizes, and selecting an accent color.</p>\n<p>Check out the theme&#8217;s demo to see the blocks in action: <a href=\"https://preview.arraythemes.com/atomicblocks\" rel=\"noopener noreferrer\" target=\"_blank\">https://preview.arraythemes.com/atomicblocks</a>.</p>\n<p>The theme also seamlessly supports McAlister&#8217;s new Atomic Blocks project, a collection of page-building blocks included in the accompanying <a href=\"https://atomicblocks.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Atomic Blocks plugin</a>. It currently includes blocks for creating a post grid, call-to-action, testimonials, inline notices, sharing icons, author profiles, accordions, customizable buttons, drop caps, and spacer/dividers, with many more blocks planned.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/testimonials-block.jpg?ssl=1\"><img /></a></p>\n<p>&#8220;I knew Gutenberg was going to be a game changer from the second I saw it and started hashing out product ideas in October 2017,&#8221; McAlister said. &#8220;To me, it felt like a very natural evolution and transition for WordPress into a more forward-thinking content creator. All of the tools outside of WordPress are evolving and becoming better and easier to use and WordPress is starting to feel quite dated in comparison.&#8221;</p>\n<p>McAlister said his team is building Atomic Blocks into a full-fledged content block solution that will include a commercial version in the future.</p>\n<p>&#8220;We have a long list of blocks that we’ll be releasing into the plugin in the coming months — everything from eCommerce to email marketing to full-page layouts,&#8221; he said. &#8220;There will definitely be a commercial version of the plugin for those extra awesome blocks that will take your site to the next level.&#8221;</p>\n<p>McAlister is keeping Atomic Blocks separate from Array Themes but plans to cross promote between the two. He also plans to update the Array themes collection to support the blocks found in the plugin.</p>\n<p>&#8220;Atomic Blocks aims to solve a different problem in a different way than the traditional WordPress themes you’ll find on Array,&#8221; McAlister said. &#8220;By launching it separately from Array Themes, it gave me the opportunity to diversify my projects a bit and create a dedicated marketing stream for a Gutenberg solution.&#8221;</p>\n<p>Many products in the Array Themes catalog are already working with the new editor, but McAlister and his team intend to provide more in-depth support for specific Gutenberg features in themes where appropriate.</p>\n<p>&#8220;We’ve stayed fiercely committed to beautiful design, simplicity, and core coding standards and practices to ensure wide-spread support and compatibility with our themes,&#8221; McAlister said. &#8220;While this has served us well, we are all ready for a core-supported solution to providing a better experience for our customers. Gutenberg will solve this problem by providing a cohesive, unified way of extending content creation with a core user interface. Gutenberg is quite extensible as is, and will only grow more capable with time.&#8221;</p>\n<p>McAlister said one of the most challenging aspects of launching Atomic Blocks has been keeping pace with Gutenberg&#8217;s rapid development, requiring the team to follow multiple conversations across various WordPress core development discussion channels.</p>\n<p>&#8220;I followed Gutenberg development closely during the second half of last year and then started developing Atomic Blocks for Gutenberg early this year,&#8221; McAlister said. &#8220;You have to follow the Github repo, Make blog posts, and Slack conversations closely to keep up with the changes, deprecations, and feature additions. Luckily, now that features are being frozen, the code is churning less and things are starting to stabilize.&#8221;</p>\n<p>In order to keep up with all the news and changes, McAlister started the <a href=\"http://gutenberg.news/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg News</a> site to collect helpful resources, tutorials, and code snippets he found. The site contains more than 200 links to resources for both beginners and developers.</p>\n<p>McAlister predicts that Gutenberg will bring a greater separation between the roles of themes and plugins in the site-building experience.</p>\n<p>&#8220;The demand for themes will certainly begin to change more drastically in the long term,&#8221; he said. &#8220;Traditional WordPress themes will still be desirable for a number of years, simply due to the number of sites out there and the solutions needed to build them. Eventually, much of what can be provided by a theme will be provided by blocks via a plugin instead. Themes will still be responsible for providing a degree of styling and functionality that will remain critical to the site-building experience, but they will take a secondary role to content blocks.&#8221;</p>\n<p>Gutenberg will inevitably change the landscape of the theme industry, but McAlister sees it as a chance to reach customers in a new way.</p>\n<p>&#8220;Theme designers and developers should be excited about this opportunity and not feel threatened by Gutenberg,&#8221; McAlister said. &#8220;This is a fantastic opportunity to learn a new set of skills, attract a new segment of customers, and start pivoting to a block-based product model.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jul 2018 22:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPWeekly Episode 323 – Recap of WordCamp Grand Rapids and A Gutenberg Road Map\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=82285&preview=true&preview_id=82285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/wpweekly-episode-323-recap-of-wordcamp-grand-rapids-and-a-gutenberg-road-map\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> recaps his trip to WordCamp Grand Rapids and shares his experience. WordCamp Grand Rapids had a strong focus on tools, plugins, and themes and by all accounts, was a successful event.</p>\n<p>We discussed Matt Mullenweg&#8217;s Summertime update, the roadmap for merging Gutenberg into core, and what comes after Gutenberg. We shared our thoughts on Automattic&#8217;s new board member, General Ann Dunwoody and speculated on Automattic&#8217;s vision.</p>\n<p>We wrap up the show by talking about generational divides in WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/\">WordPress 4.9.7 Security and Maintenance Release</a><br />\n<a href=\"https://wordpress.org/news/2018/07/update-on-gutenberg/\">Update on Gutenberg</a><br />\n<a href=\"https://make.wordpress.org/core/2018/07/06/whats-new-in-gutenberg-6th-july/\">What’s New in Gutenberg? (6th July)</a><br />\n<a href=\"https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/\">Automattic’s First New Board Member: General Ann Dunwoody</a><br />\n<a href=\"https://wptavern.com/block-unit-test-plugin-helps-wordpress-theme-developers-prepare-for-gutenberg\">Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg</a><br />\n<a href=\"https://twitter.com/NaomiCBush/status/1014991902691790848\">Generational divides in WordPress</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #323:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jul 2018 00:42:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Video: A Quick Introduction to Gutenberg and the New WordPress Block Editor from LinkedIn Learning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/video-a-quick-introduction-to-gutenberg-and-the-new-wordpress-block-editor-from-linkedin-learning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1005:\"<p>Although WordPress developers and professionals have been inundated with Gutenberg news for more than a year, there&#8217;s a whole wide world of users who will learn about the project for the first time when 4.9.8 includes a &#8220;Try Gutenberg&#8221; prompt in the admin. If you haven&#8217;t been following the news closely and are wondering what all of this <a href=\"https://wordpress.org/plugins/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg</a> talk is about, Morten Rand-Hendriksen provides a succinct introduction to the new editor that is coming in WordPress 5.0.</p>\n<p>The video was created as part of LinkedIn&#8217;s <a href=\"https://www.linkedin.com/learning/wordpress-essential-training/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Essentials Training</a> course. The first part explains the basic concept of a block and includes a mini tour of the new interface, followed by a short overview of where the Gutenberg project is going in the future.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jul 2018 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WordCamp Ticket Sales Move from PayPal to Stripe for Default Payment Gateway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/wordcamp-ticket-sales-move-from-paypal-to-stripe-for-default-payment-gateway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1857:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/stripe.jpg?ssl=1\"><img /></a></p>\n<p>The WordPress Community Team <a href=\"https://make.wordpress.org/community/2018/07/10/stripe-is-now-available-to-all-wordcamps/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> an update to the CampTix, the plugin used for selling WordCamp tickets, that makes Stripe the default payment method. The gateway was previously available as a beta plugin and could be enabled on a per-site basis but is now available to all WordCamps.</p>\n<p>When <a href=\"https://make.wordpress.org/community/2018/04/03/moving-wordcamp-ticket-sales-from-paypal-to-stripe/\" rel=\"noopener noreferrer\" target=\"_blank\">proposing Stripe as the default payment gateway</a> in April, Hugh Lashbrooke cited the fact that PayPal is entirely blocked and inaccessible in some countries. He also identified Stripe&#8217;s simpler UI and larger number of supported currencies as its chief advantages.</p>\n<p>PayPal has been the default for years on WordCamp websites but it currently supports only 26 currencies. Stripe supports 136 currencies, allowing WordCamp organizers to offer ticket purchases in more places than before. Previously, some communities were forced to build a local gateway integration to sell WordCamp tickets via PayPal, requiring those sales to be inconveniently funneled through a local bank account. The Stripe gateway option is a welcome update to support WordPress&#8217; growing international community, which held camps in 73 countries in 2017.</p>\n<p>It&#8217;s important to note that Stripe isn&#8217;t fully replacing PayPal. The Camptix plugin allows organizers to activate multiple payment gateways for cases where one or both make more sense, retaining the flexibility to support ticket sales at camps with different payment requirements.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jul 2018 18:02:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"HeroPress: Translating For Love\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://heropress.com/translating-for-love/#utm_source=rss&utm_medium=rss&utm_campaign=translating-for-love\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3006:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/09/092816-vladimir_petkov-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I started translating WordPress so that my seven-year-old daughter can share her personal stories.\" /><p>We all have our reasons for the things we do. Money, love, orders, etc. Vladimir Petkov started using WordPress because it solved a problem. As the years went by it continued to solve problems, and he continued to use it. His time to give back didn&#8217;t arrive until much later though.</p>\n<p>His 7 year old daughter wanted a blog, and WordPress wasn&#8217;t completely translated into her language. So Vladimir learned how to translate WordPress, so his little girl (and every other Bulgarian speaker) can use their voice to speak to the world.</p>\n<p>Why do you give back to WordPress? If you&#8217;d like more info about how you can (no coding required!) drop a note in the comments.</p>\n<p>Also, check out Vladimir&#8217;s essay.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/rebirth/\">Rebirth</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Translating For Love\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Translating%20For%20Love&via=heropress&url=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Translating For Love\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Ftranslating-for-love%2F&title=Translating+For+Love\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Translating For Love\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/translating-for-love/&media=https://heropress.com/wp-content/uploads/2016/09/092816-vladimir_petkov-150x150.jpg&description=Translating For Love\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Translating For Love\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/translating-for-love/\" title=\"Translating For Love\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/translating-for-love/\">Translating For Love</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jul 2018 12:13:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Video: Matt Mullenweg’s Summertime Update At WCEU 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/video-matt-mullenwegs-summertime-update-at-wceu-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:861:\"<p>Sessions from <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">WordCamp Europe 2018</a> are making their way <a href=\"https://wordpress.tv/event/wordcamp-europe-2018/\">onto WordPress.tv</a>, including <a href=\"https://wordpress.tv/2018/07/04/matt-mullenweg-a-summertime-update-keynote-and-qa/\">Matt Mullenweg&#8217;s Summertime Update</a>. </p>\n\n<p>In the video, Mullenweg shares the progress that&#8217;s been made on Gutenberg, WordPress core development, a Gutenberg road map for including it into core, and what to expect after WordPress 5.0 is released. <br /></p>\n\n<p>Be sure to watch the video to the end to catch the memorable, <a href=\"https://twitter.com/dimensionmedia/status/1007605535993221120\">GDPR cookie joke</a>.</p>\n\n\n	<div class=\"embed-wrap\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jul 2018 23:56:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WPCampus Will Be Streamed Live For Free July 13-14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wpcampus-will-be-streamed-live-for-free-july-13-14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:779:\"<p><a href=\"https://wpcampus.org/\">WPCampus</a>, a conference focused on WordPress in higher-education takes place this week between July 12-14 at Washington University in St. Louis, Missouri. </p>\n\n<p>If you&#8217;re unable to attend in-person or would like to watch the event from home, visit the <a href=\"https://2018.wpcampus.org/watch/\">WPCampus Stream page</a>. Beginning July 13th at 9AM CDT, all general sessions will be streamed live for free. Sessions will be recorded and be available after the event as well. </p>\n\n<p>To see a list of sessions taking place, check out the <a href=\"https://2018.wpcampus.org/schedule/\">event&#8217;s schedule</a> and for more information about WPCampus, visit the <a href=\"https://wpcampus.org/about/\">site&#8217;s about page</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jul 2018 23:36:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: New Classic Editor Addon Plugin Disables the “Try Gutenberg” Prompt Coming in WordPress 4.9.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://wptavern.com/new-classic-editor-addon-plugin-disables-the-try-gutenberg-prompt-coming-in-wordpress-4-9-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3251:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/stop.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/V4WAM6G46H\">Hermes Rivera</a>\n<p>Gutenberg development continues along the roadmap Matt Mullenweg announced at WordCamp Europe with WordPress 4.9.8 set to introduce a <a href=\"https://core.trac.wordpress.org/ticket/41316\" rel=\"noopener noreferrer\" target=\"_blank\">“Try Gutenberg” prompt</a> to increase usage and testing. Core design contributors are currently working on a few new iterations of the callout. They are also considering including a section inside the prompt with an option to install the <a href=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> plugin in preparation for Gutenberg.</p>\n<p>Developers and agencies have time to install the Classic Editor on client sites that are not ready for Gutenberg, but this will not prevent users from seeing the &#8220;Try Gutenberg&#8221; prompt. <a href=\"https://gschoppe.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Greg Schoppe</a>, one of Gutenberg&#8217;s most outspoken critics, partnered with <a href=\"https://so-wp.com/plugin/classic-editor-addon\" rel=\"noopener noreferrer\" target=\"_blank\">Pieter Bos</a> to develop a plugin called <a href=\"https://wordpress.org/plugins/classic-editor-addon/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor Addon</a> that changes how the Classic Editor plugin works.</p>\n<p>&#8220;For agencies supporting many sites, whose users have no way of knowing whether Gutenberg will break their site or not, this nag screen is a danger,&#8221; Schoppe commented on our most recent Gutenberg update. &#8220;Pre-emptively installing Classic Editor unfortunately won’t suppress the nag notice either, but since Classic Editor is being used as a bellwether of the success of Gutenberg, it’s important that you install it, if you expect issues.&#8221;</p>\n<p>Schoppe co-wrote the Classic Editor Addon to solve this problem. It suppresses the &#8220;Try Gutenberg&#8221; prompt and when the new editing experience ships in 5.0, it will automatically suppress Gutenberg as well.</p>\n<p>Since the Classic Editor plugin doesn&#8217;t remove Gutenberg by default, the addon plugin sets the option to fully replace Gutenberg. It also removes the Classic Editor&#8217;s options from the Settings > Writing screen. Schoppe said he believes this is what the Classic Editor plugin should have done out of the box, instead of requiring the user to find the settings screen to replace Gutenberg.</p>\n<p>Installing both the Classic Editor and Classic Editor Addon on tens or hundreds of client sites could be time consuming, so Schoppe suggests using a site management dashboard, such as MainWP, ManageWP, or Jetpack, to bulk install both plugins for clients.</p>\n<p>According to stats on WordPress.org, Gutenberg is active on more than 10,000 sites and the Classic Editor is active on 4,000+ sites. The &#8220;Try Gutenberg&#8221; prompt is expected to go out in WordPress 4.9.8, which is targeted for the end of July. The goal for the prompt is to make users aware of the plugin and get more testers involved before Gutenberg lands in WordPress 5.0.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jul 2018 22:35:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: Working on your own website — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=46462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/working-on-your-own-website-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1619:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, the Brians discuss the challenges of working on your own business website, when your company offers services or makes products for websites. Agencies often disregard their own websites, as do product companies. We discuss our own histories of attempting in-house redesign projects, strategies to get them done, and how we approach things today owning our own tiny businesses.</p>\n<p></p>\n<h3>Episode Links</h3>\n<ul>\n<li><a href=\"https://www.codeinwp.com/blog/redesign-your-business-website-transparency-report-40/\"><span>CodeInWP Transparency Report: Redesigning Your Business Website</span></a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jul 2018 18:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: How WordPress is Powering a New Community on the Remote Island of Ogijima\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/how-wordpress-is-powering-a-new-community-on-the-remote-island-of-ogijima\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10699:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/junkonukaga.jpg?ssl=1\"><img /></a><a href=\"https://profiles.wordpress.org/nukaga\" rel=\"noopener noreferrer\" target=\"_blank\">Junko Nukaga</a> began her journey into the world of WordPress in 2011, just after her hometown in Fukushima prefecture was hit by the 9.0 magnitude Tōhoku earthquake and tsunami. The catastrophic event, referred to in Japan as the Great East Japan Earthquake, devastated the region&#8217;s infrastructure and took more than 15,000 lives. It also caused a level 7 meltdown at three reactors in the Fukushima Daiichi Nuclear Power Plant complex.</p>\n<p>Until this point Nukaga had only used WordPress as a blogging tool, but her hometown prefecture needed a fast way to get a website up for publishing accurate measurements of the radiation levels. Although she was living in Osaka at the time, Nukaga joined the volunteer team and built the site using WordPress. In addition to local radiation levels, it also had FAQ&#8217;s about radiation from scientists to combat the misinformation that was rampant at the time. People found the site through social networks and word of mouth.</p>\n<p>After making a difference for her hometown with WordPress, Nukaga wanted to find out more about the community behind the software. She joined an offline <a href=\"https://www.meetup.com/ja-JP/WordBench/?_cookie-check=ng_FrFUqDlEMFkbN\">WordBench</a> meetup and got connected to the WordPress community. The next year she co-organized WordCamp Osaka 2012, and in 2014 she became the lead organizer of WordCamp Kansai, an area that includes seven prefectures: Mie, Shiga, Kyoto, Osaka, Hyogo, Nara, Wakayama.</p>\n<p>As Nukaga became more deeply involved in the WordPress community as a speaker, organizer, and contributor, she developed a new understanding of the power of open source collaboration. After moving to the remote island of Ogijima in 2014, she was inspired to create a library and cultural center, using WordPress to organize a team of more than 200 volunteers.</p>\n<p>“When my family and I moved to this island, the school here was closed, because there were no kids on Ogijima,” Nukaga said. “We have a daughter, so we urged the government to reopen the school.</p>\n<p>&#8220;Although the school restarted, I thought that it would be meaningless for the school to stop or close again when our daughter graduated. The island is an aging society and no new children will be born here. I figured that if there was a library, I could call migrants to the island. A library which is free and an open space would help solve many things, such as children’s learning environment, communication support for the islanders, and migration consultation, for example.”</p>\n<p>Nukaga set up a WordPress website before constructing the library so her team of volunteers could disclose the progress of the building and recruit followers. They promoted the website through social networks and were able to crowdfund efforts to construct and maintain the building.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/ogijima-library.jpg?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://ogijima-library.or.jp/\" rel=\"noopener noreferrer\" target=\"_blank\">Ogijima Library</a> opened in February 2014 as a non-profit organization that is rooted in the community, providing a place where people can connect through books and share knowledge with one another. Residents on the island now have access to titles and periodicals that would previously have required a boat trip to acquire. More than 50 migrants have moved to the island within the last four years since the library opened, including families with babies born last year.</p>\n<p>&#8220;Without WordPress, none of this would have been possible,&#8221; Nukaga said.  “WordPress opened my way. It taught me the philosophy of open source. I have used this philosophy to involve many unspecified people from the beginning of the process of making the library. We built the building ourselves with the help of 200 volunteers, and we continue to get support through book donations. Also, thanks to the flexibility of WordPress, the things I wanted to do, such as updating, providing a search system for books, and linking to social networks, were all possible.”</p>\n<h3>WordCamp Ogijima: “Empowering the Smalls to Go Big”</h3>\n<p>The WordPress community on the island is also thriving, thanks to community organizers who call Ogijima home. Nukaga organizes the meetups, which average 5 to 20 attendees at each event. <a href=\"https://ogi.osampo-radio.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Shinichi Nishikawa</a>, who organized WordCamp Tokyo in 2012 and helped build a new WordPress community in Bangkok, made his home on the island in March 2016. He is joining forces with Nukaga and a team of 35 leaders and volunteers to organize the first <a href=\"https://2018.ogijima.wordcamp.org\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Ogijima</a> on July 15, 2018.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/wc-ogijima.jpg?ssl=1\"><img /></a></p>\n<p>This will be the first Japanese WordCamp not held in the cities. Organizers have chartered two ferries to transport more than 250 attendees to the island. Camping is the primary lodging option in tents beside the island’s lighthouse and organizers have planned a BBQ after party. Although the event is currently sold out, 10 additional <a href=\"https://2018.ogijima.wordcamp.org/2018/05/20/registration-information-en/\" rel=\"noopener noreferrer\" target=\"_blank\">tickets</a> will go on sale on July 10 due to cancellations and an estimation of no-shows.</p>\n<p>“The uniqueness of the community in this area is that there are many with different backgrounds,” Shinichi Nishikawa said. “WordCamps in the city are mainly attended by engineers, designers and bloggers, but here there are people who are restaurant managers, farmers, a barber, an illustrator, a ranger (nature protection officer), baker, and others who are interested in WordPress.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/wcogijima-organizers.jpg?ssl=1\"><img /></a></p>\n<p>The organizing team, which includes many new contributors from all walks of life, along with meetup organizers in the Setouchi inland sea area, has adopted the theme “Empowering the smalls to go big.”</p>\n<p>Ogijima’s local community includes members like Kaisho Damonte, who is using WordPress and WooCommerce to power <a href=\"https://wptavern.com/feed\">a website for the bakery and cafe business he started</a> after renovating a 100-year-old barn on the island. Kentaro Yamaguchi, another island resident, uses WordPress for his <a href=\"https://wptavern.com/feed\">barber shop’s website</a>.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/07/screely-1531150922541.png?ssl=1\"><img /></a></p>\n<p>Nishikawa said he sees WordCamp Ogijima as “a WordCamp in a new place, for new audiences, by new organizers.&#8221; He appreciates the openness of the islanders who are willing to embrace new things.</p>\n<p>“The WordPress community on the island represents this atmosphere,” Nishikawa said. “Everyone has their own views, plans for their lives, and their own ways of thinking. WordPress, with its ‘Democratization of Publishing’ mission is a great match to us, who are trying to make our lives in different ways. We have built a library, cafe, a barbershop, and offices DIY ourselves.  When it comes to websites, WordPress helps us a lot.”</p>\n<h3>The WordPress Community in Ogijima is Defined by a Focus on Cooperative Learning</h3>\n<p>One of the most inspirational aspects of the community in Ogijima, along with the greater Japanese WordPress community, is the strong emphasis on helping each other learn and succeed. New members are often woven into the community through meetups that focus on connecting around specific interests outside of WordPress technical skill. The community warmly welcomes users who are new to WordPress who want to get help with their websites. Nishikawa said this is the particular audience that the Ogijima meetup is trying to reach.</p>\n<p>“We want to connect with individuals who want to achieve something; small business owners, designers, photographers, writers, editors, and anyone who is struggling doing something on the web,” Nishikawa said. “By coming together, you notice that there are many friends who are struggling as well. Experienced developers attend as usual but their role this time is to share their knowledge to the new people. We help each other build and improve our websites. It&#8217;s a very relaxed and helping atmosphere in the meetups. We do have some presentations sometimes but that&#8217;s not the main thing.”</p>\n<p>WordPress Core Committer <a href=\"https://profiles.wordpress.org/mikeschroder/\" rel=\"noopener noreferrer\" target=\"_blank\">Mike Schroder</a> will be speaking at WordCamp Ogijima about how everyone has something unique to bring to the community to help it grow.</p>\n<p>“I initially visited Japan for WordCamp Tokyo a few years ago — largely because it was the biggest WordCamp in the world at the time,” Schroder said. “The community in Japan is extremely active and welcoming, and I quickly made many friends. One unique part of the community is that it has a big focus on education. The <a href=\"http://wordbench.org\" rel=\"noopener noreferrer\" target=\"_blank\">WordBench</a> events are excellent!”</p>\n<p>“As the theme of the event is ‘Empower the smalls to go big,’ I’m looking forward to sharing some bits of my background, and how others have helped me grow, in an effort to show folks that they have a lot to offer,” Schroder said. (He’s also doing a bit of research and is interested to hear stories from others about unique aspects of their lives that have helped them succeed in the WordPress ecosystem. You can ping him @mike on WP Slack if you want to contribute.)</p>\n<p>The community in Ogijima is a beautiful example of how WordPress is powering a new wave of makers and doers on the island. The software has enabled them to establish new businesses, commerce, and cultural centers in a remote area where they are building their lives. WordCamp Ogijima is a classic example of what a WordCamp should be &#8211; an event that highlights the successes of local WordPress users.</p>\n<p>“While I don&#8217;t think our numbers will grow, our lives will always need WordPress and its community,” Nishikawa said regarding the local meetups. “And we welcome ambitious attendees who need help.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jul 2018 16:09:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Dev Blog: Update on Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/news/2018/07/update-on-gutenberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2260:\"<p>Progress on the Gutenberg project, the new content creating experience coming to WordPress, has come a long way. Since the start of the project, there have been 30 releases and 12 of those happened after WordCamp US 2017. In total since then, there have been 1,764 issues opened and 1,115 closed as of WordCamp Europe. As the work on phase one moves into its final stretch, here is what you can expect.<br /></p>\n\n<h4>In Progress</h4>\n\n<ul>\n	<li>Freeze new features in Gutenberg (the feature list can be found <a href=\"https://github.com/WordPress/gutenberg/issues/4894\">here</a>).</li>\n	<li>Hosts, agencies, teachers invited to opt-in sites they have influence over.</li>\n	<li>WordPress.com has opt-in for wp-admin users. The number of sites and posts will be tracked.</li>\n	<li>Mobile app support for Gutenberg will be across iOS and Android.</li>\n</ul>\n\n<h4>July</h4>\n\n<ul>\n	<li>4.9.x release with an invitation to install either Gutenberg or Classic Editor plugin.</li>\n	<li>WordPress.com will move to opt-out. There will be tracking to see who opts out and why.</li>\n	<li>Triage increases and bug gardening escalates to get blockers in Gutenberg down to zero.</li>\n	<li>Gutenberg phase two, Customization exploration begins by moving beyond the post.</li>\n</ul>\n\n<h4>August and beyond</h4>\n\n<ul>\n	<li>All critical issues within Gutenberg are resolved.</li>\n	<li>There is full integration with Calypso and there is opt-in for users there.</li>\n	<li>A goal will be 100k+ sites having made 250k+ posts using Gutenberg.</li>\n	<li>Core merge of Gutenberg begins the 5.0 release cycle.</li>\n	<li>5.0 moves into beta releases and translations are completed.</li>\n	<li>There will be a mobile version of Gutenberg by the end of the year.</li>\n</ul>\n\n<p>WordPress 5.0 could be as soon as August with hundreds of thousands of sites using Gutenberg before release. Learn more about Gutenberg <a href=\"https://wordpress.org/gutenberg/\">here</a>, take it for a <a href=\"https://testgutenberg.com/\">test drive</a>, <a href=\"https://wordpress.org/plugins/gutenberg/\">install</a> on your site, follow along on <a href=\"https://github.com/WordPress/gutenberg\">GitHub</a> and give your <a href=\"https://wordpressdotorg.polldaddy.com/s/gutenberg-support\">feedback</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Jul 2018 19:23:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Tammie Lister\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WordPress 4.9.8 to Introduce “Try Gutenberg” Callout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wordpress-4-9-8-to-introduce-try-gutenberg-callout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2027:\"<p>Paul Biron and Joshua Wold are leading the upcoming WordPress 4.9.8 release, which was originally announced as 4.9.7. WordPress core contributors met yesterday to decide the general focus and set the release schedule. In the meantime, the <a href=\"https://make.wordpress.org/core/2018/07/05/wordpress-4-9-7/\" rel=\"noopener noreferrer\" target=\"_blank\">4.9.7 security and maintenance release</a> was rolled out to fix an authenticated arbitrary file deletion vulnerability, along with a few other minor updates.</p>\n<p>WordPress 4.9.8 is targeted for July 31, 2018, with a beta as early as July 17. The release will focus on introducing the &#8220;<a href=\"https://core.trac.wordpress.org/ticket/41316\" rel=\"noopener noreferrer\" target=\"_blank\">Try Gutenberg</a>&#8221; callout and adding privacy fixes and enhancements. The ticket proposing the callout was opened a year ago and was planned to be included in WordPress 4.9.5 but was eventually <a href=\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\" rel=\"noopener noreferrer\" target=\"_blank\">pulled</a> before the release in favor of allowing Gutenberg contributors to iron out a few important issues.</p>\n<p>WordPress Core Committer Mel Choyce added the most recent round of designs to the ticket four weeks ago and contributors are still iterating on the design and text for the callout. Another iteration is expected to be added to the ticket early next week.</p>\n<p>WordPress 4.9.8 is another step in Matt Mullenweg&#8217;s <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\" rel=\"noopener noreferrer\" target=\"_blank\">roadmap for getting Gutenberg into 5.0</a>. The goal is to make more users aware of Gutenberg and to gather more testing and feedback before the new editor lands in core. The prompt will include a prominent button that users can click to install the Gutenberg plugin, along with links for where to learn more and how to report issues.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jul 2018 21:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Just Write: A Client-Side React App for Writing and Editing WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/just-write-a-client-side-react-app-for-writing-and-editing-wordpress-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5227:\"<p>WordPress developer <a href=\"https://www.jasonbobich.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Jason Bobich</a> has created an open source client-side React app called <a href=\"https://github.com/themeblvd/justwrite\">Just Write</a> that provides a decoupled editing experience for WordPress. Bobich said he built the app in 10 days to explore the possibilities of React and the WP REST API.</p>\n<p>Although it&#8217;s still a work in progress, the app has a <a href=\"http://justwrite.app\" rel=\"noopener noreferrer\" target=\"_blank\">demo</a> where curious testers can manage posts from any WordPress website that&#8217;s secured with HTTPS and has the JWT Authentication plugin installed. Alternatively, testers can click on the &#8220;play in the sandbox&#8221; to bypass authentication.</p>\n<p>Once logged in, the user sees a dashboard with the most recent posts, a deliberate design decision that Bobich made to &#8220;motivate the user to do one thing &#8211; to just write.&#8221;</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/just-write-dashboard.jpeg?ssl=1\"><img /></a></p>\n<p>The editor includes support for Markdown and a simple preview with a sticky toolbar at the top. Just Write also allows the user to edit their profile and personal information in a dropdown at the top of the screen.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/07/Screen-Shot-2018-07-03-at-4.17.02-PM.png?ssl=1\"><img /></a></p>\n<p>Bobich said he created to the app to improve his JavaScript skills and doesn&#8217;t have a plan to use it for business.</p>\n<p>&#8220;Ever since we were all told a couple of years ago, &#8216;Learn JavaScript deeply,&#8217; I’ve seen just how many holes I had in my own JavaScript knowledge,&#8221; Bobich said. &#8220;I’ve been working hard the last couple of years to become more than just a jQuery monkey. And so this project is just another step towards my personal growth surrounding the technologies involved here. It’s so exciting to think about the potential things that we can build in the community with React and the WordPress API.&#8221;</p>\n<h3>WP REST API Currently Poses Complicated Hurdles for App Developers</h3>\n<p>After the REST API was merged into core, the time seemed ripe for developers to build a proliferation of different writing experiences for users. However, working with the API still has many hurdles for application developers, limitations that Bobich said he became acquainted with while developing Just Write.</p>\n<p>&#8220;For anyone wanting to build a practical application like this, the first glaring issue is around authentication,&#8221; Bobich said. &#8220;WordPress has no way to securely authenticate from outside of the WordPress admin. So expecting any average user to set up oAuth or JWT with a third-party plugin is a bit of a reach.&#8221;</p>\n<p>Bobich also encountered issues working with media and saving content the WordPress way (which allows shortcodes to get parsed before <code>wpautop()</code>). The application is not yet ready for real, practical use but would require even more API calls to do things like get ahold of categories and tags or add the ability to create new ones.</p>\n<p>&#8220;Think about all the work WordPress has put into the way we embed media in different ways,&#8221; Bobich said. &#8220;Just having basic things we take for granted — pasting a YouTube link, a tweet, uploading an image and having it cropped 100 ways ’til Sunday — for all  work properly would all take custom JavaScript coding.&#8221;</p>\n<p>Bobich said he thinks these limitations are the reason why there aren&#8217;t yet more applications built with decoupled editing experiences. Yet, in the new era of Gutenberg, Just Write&#8217;s alternative writing interface offers a simplicity that some users may prefer.</p>\n<p>&#8220;As the WordPress admin continues to grow and become more complex, some people get excited and others moan and grown,&#8221; Bobich said. &#8220;But building something like Just Write shows us that there’s more to WordPress than just what we see. There’s more than a menu full of plugins and a new editor built in React that we may or may not like. WordPress can be what we want. It can fit our own needs or any client’s. And this all comes from the potential ability to decouple the editing experience.&#8221;</p>\n<p>As WordPress has evolved to accommodate different user types from blogging, websites, and niche applications, Bobich said he thinks the next logical step is for developers to begin creating admin interfaces catered specifically to users&#8217; individual needs.</p>\n<p>&#8220;Gutenberg marks an important turn in the evolution,&#8221; Bobich said. &#8220;For those that were clinging to the simplicity of WordPress and blocking out some of the other noise, this might not be something they end up liking&#8230; or maybe it will?</p>\n<p>&#8220;But the bigger point is that what we see there in the admin doesn’t have to be it. I hope people will be braver than me and really set out to build these different alternatives. If I can polish my React skills and build that myself in 10 days, I can only imagine what others can do.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jul 2018 18:09:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.7 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3983:\"<p>WordPress 4.9.7 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.6 and earlier are affected by a media issue that could potentially allow a user with certain capabilities to attempt to delete files outside the uploads directory.</p>\n\n<p>Thank you to <a href=\"https://hackerone.com/slavco\">Slavco</a> for reporting the original issue and <a href=\"https://www.wordfence.com/\">Matt Barry</a> for reporting related issues.</p>\n\n<p>Seventeen other bugs were fixed in WordPress 4.9.7. Particularly of note were:</p>\n\n<ul>\n	<li>Taxonomy: Improve cache handling for term queries.</li>\n	<li>Posts, Post Types: Clear post password cookie when logging out.</li>\n	<li>Widgets: Allow basic HTML tags in sidebar descriptions on Widgets admin screen.</li>\n	<li>Community Events Dashboard: Always show the nearest WordCamp if one is coming up, even if there are multiple Meetups happening first.</li>\n	<li>Privacy: Make sure default privacy policy content does not cause a fatal error when flushing rewrite rules outside of the admin context.</li>\n</ul>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.7</a> or venture over to Dashboard → Updates and click &#8220;Update Now.&#8221; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>The previously scheduled 4.9.7 is now referred to as 4.9.8, and will follow the <a href=\"https://make.wordpress.org/core/2018/07/04/dev-chat-summary-july-4th-4-9-7-week-7/\">release schedule posted yesterday</a>.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.7:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez/\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/garetharnold/\">Gareth</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/khaihong/\">khaihong</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen/\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/mermel/\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Migrated to @jeffpaul</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/skoldin/\">skoldin</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/warmlaundry/\">warmlaundry</a>, and <a href=\"https://profiles.wordpress.org/yuriv/\">YuriV</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jul 2018 17:00:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"HeroPress: Coding under trees and in 24 hour coffee shops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2582\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/#utm_source=rss&utm_medium=rss&utm_campaign=coding-under-trees-and-in-24-hour-coffee-shops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9173:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/07/070418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Taking risks and being able to look like a fool have enabled me to become a WordPress core committer.\" /><p>People were paying me to write code two years before I had wifi in my house. Home wifi would have cost $45 a month. The cable company wanted a $100 deposit to create my account. It wasn&#8217;t going to happen, I could get wifi with a cup of coffee for $3 (including the tip) at a coffee shop a few blocks away from my place that meant I got some semblance of being social. I couldn&#8217;t imagine giving up 15 days a month at coffee shops just so it was easier to work from home, not when I could get away with sitting on my porch poaching wifi from my neighbors when I got stuck and had to google regular expressions for the 400th time. Or, my favorite, sit in a park down the street where there were three unprotected wifi networks and a strong tree to lean against.</p>\n<p>My path to becoming a web developer started when I packed up my beat up Chevy Prizm and drove to Portland, Oregon. I had graduated college with degrees in Economics and Political Science. While there, I become a Linux user when I discovered that it used less space meaning I had more space for music. I had never written code, but when my friends and I decided we wanted to create our version of The Onion, I started searching. After a little bit of trial ( blogger ) and error ( blogger ), I found WordPress and it&#8217;s &#8220;Famous Five Minute Install&#8221;. I purchased a domain and hosting from a place that advertised heavily and set about creating our site.</p>\n<p>The public library was my initial source of information. After all, having fun isn&#8217;t hard when you&#8217;ve got a library card. I picked up books on CSS, PHP, Java, Database design, and anything I could get my hands on. I was working evenings as an usher for the Portland Trailblazers and would head over to a 24 hour coffee shop to cowboy code under fluorescent lights until I was ready to crash.</p>\n<hr class=\"ttfmake-hr\" />\n<p>I can think of three big breaks that really helped move me along. Each of these ended up being &#8220;Flash Forward&#8221; moments where I was able to grow.</p>\n<h3>My First Client</h3>\n<p>I was scouring craigslist looking for anything I could get my hands on when I found someone offering $25 to move their WordPress site from one domain to another. Having just done that, I sent an email and crossed my fingers. Somehow, my eagerness (and likely willingness to work for peanuts) got my their trust. I had my first client. It took me way longer than I would have hoped as I learned about things like DNS Propagation, but I completed the task. And did such a good job that I was asked if I could build a website for one of their friends who was a standup comic. I was honest that I had never built a real site from scratch, but they liked how I had communicated, so I got the gig.</p>\n<h3>My First Core Experience</h3>\n<p>Before the first time I contributed to WordPress, I went to the Portland WordPress User Group to ask if something I was seeing was possibly an issue that warranted emailing the wp-hackers mailing list. I was so scared of being wrong that I felt like I needed to ask permission. I assumed that I was going to make a fool of myself and be laughed at. I ended up <a href=\"http://lists.automattic.com/pipermail/wp-hackers/2009-June/026386.html\">emailing the list</a> and it turned out, I had found a <a href=\"https://core.trac.wordpress.org/ticket/10022\">spot where WordPress could be better</a>! In the grand scheme of WordPress, passing a parameter to three `do_action` calls didn&#8217;t help WordPress gain 1% of market share, but it did help me with the plugin I was working on. And I was exposed to the process. I learned about trac, and the weekly devchat, and patches and svn. While I didn&#8217;t get props, I still consider this my first contribution to WordPress Core.</p>\n<h3>My first WordCamp</h3>\n<p>WordCamps are cheap compared to most tech conferences, but when you are playing the game of &#8220;How do I eat on $10 a week&#8221; for months on end, $40 for a conference whose value is unknown is a hard sell. Luckily, the Portland WordPress User Group did a raffle for a ticket and I won. All I had to pay for was the $2 in bus fare each way and I had the chance to learn. The 2009 WordCamp Portland ended up being where Matt Mullenweg announced that WPMU was going to be merged into core in WordPress 3.0 and it&#8217;s where I saw a talk entitled &#8220;<a href=\"https://wordpress.tv/2009/09/20/will-norris-building-plugins-portland09/\">How Not to Build a WordPress Plugin</a>&#8221; by Will Norris. Will&#8217;s talk exposed me to WordPress development in a way that I would never have imagined on my own. It helped me level up from someone who mostly was copy and pasting PHP to someone who was writing code.</p>\n<p>Additionally, I was able to network for the first time. It no longer was the same 15 people who went to the meetup, it was now about 200 WordPress fanatics, many who wanted to hire someone like me to work on their website!</p>\n<p>Looking back, these flash forward moments contributed almost as much to luck to my success. In many ways, a lot of my success can be attributed to the luck of being born as someone who is essentially a white cis-male into a family where I was exposed to computers and had a chance to gain a solid liberal arts education.</p>\n<p>But it&#8217;s not just that luck that helped me. I had to provide good customer service to turn a $25 task into a contract to build my first website. I had to be willing to embarrass myself by asking what I thought was a dumb question. I had to show up and become a part of my local community to get a ticket for a conference where I learned and networked.</p>\n<p>Soon after WordCamp Portland 2009, I had enough client work coming in that it made sense to have wifi. Home wifi meant I could start being connected to the WordPress community more than once a month in person or a few hours here and there at coffee shops. It meant I could read dev chat every week and eventually it meant I could earn props. Networking at meetups, WordCamps and conferences led to full time jobs. Taking risks and being willing to look like a fool in front of the WordPress community have enabled me to become a WordPress Core committer (and sometimes continue to look like a fool). In addition to volunteering on WordPress Core, I&#8217;m now the Director of Editorial Technology for Penske Media Corporation where I help brands like Rolling Stone and Variety run on WordPress, but I&#8217;ll never forget when if I needed to code, I was going to sit under trees in parks or the fluorescent lights of a 24 hour coffee shop.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Coding under trees and in 24 hour coffee shops\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Coding%20under%20trees%20and%20in%2024%20hour%20coffee%20shops&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Coding under trees and in 24 hour coffee shops\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fcoding-under-trees-and-in-24-hour-coffee-shops%2F&title=Coding+under+trees+and+in+24+hour+coffee+shops\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Coding under trees and in 24 hour coffee shops\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/&media=https://heropress.com/wp-content/uploads/2018/07/070418-150x150.jpg&description=Coding under trees and in 24 hour coffee shops\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Coding under trees and in 24 hour coffee shops\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/\" title=\"Coding under trees and in 24 hour coffee shops\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/coding-under-trees-and-in-24-hour-coffee-shops/\">Coding under trees and in 24 hour coffee shops</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Jul 2018 18:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: WordCamp Incubator Program 2018 to Host Events in Montevideo, Uruguay and Kota Kinabalu, Malaysia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/wordcamp-incubator-program-2018-to-host-events-in-montevideo-uruguay-and-kota-kinabalu-malaysia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2465:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/07/montevideo.jpg?ssl=1\"><img /></a>The Pocitos neighborhood of Montevideo, Uruguay. Skyline from the shore -photo credit: <a href=\"https://en.wikipedia.org/wiki/File:Pocitos,_2017.jpg\">Rimbaldine</a>\n<p>The WordCamp Incubator Program has selected <a href=\"https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/\" rel=\"noopener noreferrer\" target=\"_blank\">Montevideo, Uruguay and Kota Kinabalu, Malaysia to host WordCamps in 2018</a>. The program provides a jump start for new WordPress communities where meetups have not yet been well-established. Montevideo and Kota Kinabalu were selected from a <a href=\"https://make.wordpress.org/community/2018/05/15/wordcamp-incubator-program-2018-update/\" rel=\"noopener noreferrer\" target=\"_blank\">short list of 14 communities</a> that had been whittled down from 104 applications for the program.</p>\n<p>WordPress Community Deputies will co-lead the events and mentor a local team that will organize a one-track WordCamp with approximately 50-75 attendees. The goal is to empower the new organizers and the fledgling communities to host more local events, ideally regular meetups and an annual WordCamp. Mentors will assist in finding speakers and sponsors. A global sponsorship grant will cover 100% of the events&#8217; costs, relieving the organizers of the burden of local fundraising.</p>\n<p>WordPress Community Team member Rocío Valdivia announced the program&#8217;s new cities for 2018 and said she anticipates the events will happen in the last quarter of this year. Local co-leads have been charged with starting a monthly meetup group before setting a date for the new WordCamps.</p>\n<p>Round 2 of the WordCamp Incubator Program follows up a successful run in 2016 that brought WordCamps to Denpasar, Harare, and Medellín. <a href=\"https://wptavern.com/harare-and-nairobi-host-2nd-round-of-successful-wordcamps\" rel=\"noopener noreferrer\" target=\"_blank\">Harare hosted its second WordCamp in 2017</a> and a <a href=\"https://2018.harare.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">2018 camp</a> is in the early planning stages. This particular African community, along with the neighboring Nairobi community (on the short list in 2016), are strong examples of how the incubator program can provide a boost in areas of the world where the WordPress community is not yet deeply rooted.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Jul 2018 03:41:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81919\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/block-unit-test-plugin-helps-wordpress-theme-developers-prepare-for-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4606:\"<p><a href=\"https://themebeans.com/\" rel=\"noopener noreferrer\" target=\"_blank\">ThemeBeans</a> founder Rich Tabor has released a new plugin called <a href=\"https://wordpress.org/plugins/block-unit-test/\" rel=\"noopener noreferrer\" target=\"_blank\">Block Unit Test for Gutenberg</a> that helps theme authors test their themes for Gutenberg-readiness. It is similar to the <a href=\"https://codex.wordpress.org/Theme_Unit_Test\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Unit Test</a> but is limited to testing Gutenberg blocks.</p>\n<p>After installing and activating both Gutenberg and sBlock Unit Test, the plugin creates a new page as a draft with an example of every core Gutenblock. This makes it easy to see how the blocks will appear on the frontend of any theme. Block Unit Test also includes variations on the core blocks with different alignment and column settings applied.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530556922797.png?ssl=1\"><img /></a></p>\n<p>Tabor said he knew it would be advantageous to start using/writing in Gutenberg daily to better understand what he needed to do to make his products at ThemeBeans compatible.</p>\n<p>&#8220;I added initial support for Gutenberg in my Tabor WordPress theme, as I use it on my own personal blog with Gutenberg,&#8221; he said. &#8220;I needed a way to easily test each of the core Gutenberg blocks (and eventually third-party blocks) without having to manually add them every time I wanted to test something. As Gutenberg blocks get more dynamic and complicated, it’s a bit trickier to test for &#8211; as many blocks have different variations/styles/columns/grids/etc.&#8221;</p>\n<p>Tabor took inspiration from the Theme Unit Test and created Block Unit Test with Gutenblock variations included. He is using the plugin while preparing the 20+ themes in his ThemeBeans catalog to support Gutenberg. He wrote the plugin to be extensible and made it open source on <a href=\"https://github.com/thatplugincompany/block-unit-test\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub</a> for other developers and theme shops to use.</p>\n<p>Theme developers can install Block Unit Test as a first step towards making sure the front-end styles match the editor styles. This will be essential to making the transition process easier for new Gutenberg users once WordPress 5.0 ships. Tabor also published a tutorial for <a href=\"https://richtabor.com/add-wordpress-theme-styles-to-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">adding WordPress Theme Styles to Gutenberg</a> to help others get started.</p>\n<p>In getting his first theme compatible, Tabor said he relied heavily on the <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg Handbook</a>, as well as following discussions on the <a href=\"https://github.com/WordPress/gutenberg\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg GitHub repository</a>.</p>\n<p>&#8220;It’s not terribly difficult to add support for Gutenberg, although applying proper theme styles within the Gutenberg editor is a bit of task — there’s so much that can be accidentally overlooked,&#8221; Tabor said. &#8220;For the theme side of things, there wasn&#8217;t much technical leveling-up — though developing blocks is a different story. I did need to raise the bar and dive deeply into the world of Javascript, though looking at the block examples on the GitHub repository really helped me along.&#8221;</p>\n<p>Tabor said he started &#8220;living and breathing all things Gutenberg&#8221; after WordCamp US 2017, and began writing development articles while learning the ropes. He created several projects focused on the new editor, including <a href=\"https://writy.io/\" rel=\"noopener noreferrer\" target=\"_blank\">Writy</a>, a Gutenberg-centric writing experience for publishers, and <a href=\"https://richtabor.com/coblocks/\" rel=\"noopener noreferrer\" target=\"_blank\">Co-Blocks</a>, a beta suite of Gutenberg blocks for content marketers.</p>\n<p>&#8220;As a founder of a theme shop it was apparent that I needed to hone in on Gutenberg and level-up my knowledge, technical skills, and consequently my products, in order to compete in a post-Gutenberg era of WordPress,&#8221; Tabor said.</p>\n<p>&#8220;I believe the foundation of the future of WordPress lies in the success of Gutenberg. I use the new editor just about daily now. I know it’s a great move in the right direction and I’m doing my part to make sure folks using my themes can experience everything that Gutenberg has to offer.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Jul 2018 21:43:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: The Month in WordPress: June 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6087\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2018/07/the-month-in-wordpress-june-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4626:\"<p>With one of the two flagship WordCamp events taking place this month, as well as some important WordPress project announcements, there’s no shortage of news. Learn more about what happened in the WordPress community in June.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Another Successful WordCamp Europe</h2>\n\n<p>On June 14th, WordCamp Europe kicked off three days of learning and contributions in Belgrade. Over 2,000 people attended in person, with hundreds more watching live streams of the sessions.</p>\n\n<p>The WordCamp was a great success with plenty of first-time attendees and new WordPress contributors getting involved in the project and community. Recorded sessions from the 65 speakers at the event will be available on WordPress.tv in the coming weeks. In the meantime, check out the <a href=\"https://www.flickr.com/photos/wceu/albums\">photos from the event</a>.</p>\n\n<p><a href=\"https://2018.europe.wordcamp.org/2018/06/16/wordcamp-europe-2019/\">The next WordCamp Europe</a> takes place on June 20-22 2019 in Berlin, Germany. If you’re based in Europe and would like to serve on the organizing team, <a href=\"https://2019.europe.wordcamp.org/2018/06/16/call-wordcamp-europe-2019-organizers/\">fill in the application form</a>.</p>\n\n<h2>Updated Roadmap for the New WordPress Content Editor</h2>\n\n<p>During his keynote session at WordCamp Europe, Matt Mullenweg presented <a href=\"https://gutenbergtimes.com/mullenweg-on-gutenberg-roll-out-plan/\">an updated roadmap</a> for <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a>, the new content editor coming in WordPress 5.0.</p>\n\n<p>While the editor is in rapid development, <a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\">with v3.1 being released this past month</a>, the team is aiming to ship Gutenberg with WordPress Core in August, 2018. This is not set in stone — the release date may shift as development progresses — but this gives the first realistic idea of when we can expect the editor to be released.</p>\n\n<p>If you would like to contribute to Gutenberg, read <a href=\"https://wordpress.org/gutenberg/handbook/\">the handbook</a>, follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>WordCamp Incubator Cities Announced</h2>\n\n<p>The WordCamp Incubator program helps spread WordPress to underserved communities by providing organizing support for their first WordCamp. The first iteration of this program ran successfully in 2016 and empowered three cities to start their own WordPress communities.</p>\n\n<p>This year, the Community Team is running the Incubator program again. After receiving applications from 104 communities, <a href=\"https://make.wordpress.org/community/2018/06/26/wordcamp-incubator-program-2018-locations-announcement/\">they have selected</a> Montevideo, Uruguay and Kota Kinabalu, Malaysia to participate in the program. Both cities will receive direct help from experienced WordCamp organizers to run their first-ever WordCamp as a way to help their WordPress community get started.</p>\n\n<p>To find out more about the Incubator program follow the <a href=\"https://make.wordpress.org/community/\">Community team blog</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n	<li>The WordPress community of Spain recently <a href=\"https://twitter.com/wp_es/status/1004681694660603904\">received an award</a> for being the best open-source community in the country.</li>\n	<li>This month, WordPress reached <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">the milestone of powering 31% of websites</a>.</li>\n	<li><a href=\"https://wprig.io/introducing-wprig-wordpress/\">WP Rig</a> is a brand new tool to help WordPress developers build better themes.</li>\n	<li><a href=\"https://richtabor.com/gutenberg-block-unit-test/\">Block Unit Test</a> is a new plugin to help theme developers prepare for Gutenberg.</li>\n	<li>Near the end of the month, Zac Gordon hosted <a href=\"https://javascriptforwp.com/conference/\">an online conference</a> focused on JavaScript development in WordPress &#8211; the session videos will be available on YouTube soon.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Jul 2018 09:28:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Work and Play\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2018/06/work-and-play/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:527:\"<blockquote class=\"wp-block-quote\">\n	<p>A master in the art of living draws no sharp distinction between his work and his play; his labor and his leisure; his mind and his body; his education and his recreation. He hardly knows which is which. He simply pursues his vision of excellence through whatever he is doing, and leaves others to determine whether he is working or playing. To himself, he always appears to be doing both.</p>\n</blockquote>\n\n<p>Lawrence Pearsall Jacks in <em>Education through Recreation</em>, 1932</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 01 Jul 2018 01:13:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Post Status: An Abundance of Acquisitions — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=46292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/an-abundance-of-acquisitions-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2301:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, the Brians have a chat about a number of different acquisitions that have occurred in the WordPress space over these past few weeks. Listen in as they unpack some of the news surrounding StudioPress, WPEngine, Automattic, WPNinjas, Prospress, and AutomateWoo. Check out our episode links for further stories about each of those businesses as well as the virtual JavaScript for WordPress conference taking place live on July 29.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpengine.com/blog/wp-engine-acquires-studiopress/\">WPEngine acquired StudioPress</a></li>\n<li><a href=\"https://poststatus.com/notes/automattic-acquries-atavist/\">Automattic acquired Atavist</a></li>\n<li><a href=\"http://ninjashop.site/open-letter-exchangewp/\">WPNinjas acquired ExchangeWP (formerly iThemes Exchange)</a></li>\n<li><a href=\"https://prospress.com/automatewoo-joins-prospress/\">Prospress acquires AutomateWoo</a></li>\n<li><a href=\"https://subscribe.me/\">Prospress announced Subscribe.me</a></li>\n<li><a href=\"https://javascriptforwp.com/conference/\">JSforWP Conf on Friday</a></li>\n<li><a href=\"https://2018.grandrapids.wordcamp.org\">WCGR on Saturday</a></li>\n<li><a href=\"https://florianziegler.com/wordcamp-europe-2018/\">WCEU Photos</a></li>\n</ul>\n<h3>Sponsor: Jilt</h3>\n<p><a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a> offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned over $28,000,000 in extra sales using Jilt. <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Try Jilt for free</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jun 2018 22:11:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WCEU Panel Discusses Progressive WordPress Themes, AMP, and Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=82078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/wceu-panel-discusses-progressive-wordpress-themes-amp-and-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4940:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/progressive-themes-panel.png?ssl=1\"><img /></a></p>\n<p>Progressive themes was a hot topic at WordCamp Europe 2018. During the event I had the opportunity to set up a panel with four experts who are working to integrate progressive web development practices more deeply in WordPress core, plugins, and themes. These practices make it possible for a website (or app) to work offline, load quickly, deliver content on unreliable networks, and use device-specific features to provide a better experience for the user. The <a href=\"https://wptavern.com/wordcamp-europe-introduces-official-mobile-app-new-tech-for-on-site-badge-printing\" rel=\"noopener noreferrer\" target=\"_blank\">PWA (progressive web app) created for WordCamp Europe</a> is a good example of this in action.</p>\n<p><a href=\"https://twitter.com/TweetyThierry\" rel=\"noopener noreferrer\" target=\"_blank\">Thierry Muller</a>, <a href=\"https://twitter.com/iAlbMedina\" rel=\"noopener noreferrer\" target=\"_blank\">Alberto Medina</a>, <a href=\"https://twitter.com/westonruter\" rel=\"noopener noreferrer\" target=\"_blank\">Weston Ruter</a>, and <a href=\"https://twitter.com/mor10\" rel=\"noopener noreferrer\" target=\"_blank\">Morten Rand-Hendriksen</a> joined me for an interview, exploring the future of WordPress themes in the era of progressive web development. (see video below)</p>\n<p>&#8220;At the most abstract level, it&#8217;s all about user experience,&#8221; Medina said. &#8220;How do we maximize the pleasure that our users get when they use our websites? And delightfulness in this context means things like performance, speed, having content that isn&#8217;t blocked. If you think about themes built according to those principles, then we are basically seeking an awesome user experience in WordPress.&#8221;</p>\n<p>It&#8217;s not yet clear what this will look like for the WordPress theme landscape, as current solutions are somewhat fragmented. WordPress contributors are working to standardize progressive technologies in core so the ecosystem can collaborate better together.</p>\n<p>&#8220;There are many progressive themes being built these days,&#8221; Medina said. &#8220;One of the problems that is happening is that there is a lot of fragmentation. There&#8217;s a lot of plugins that are using service workers but in their own ways. What we want is to say, &#8216;This is the best way to do things,&#8217; this is a uniform API to do it, and then enable progressive theme developers to take advantage of the core functionality.&#8221;</p>\n<p>Currently, the prospect of setting up a WordPress site that uses progressive web technologies would be a daunting task for regular users, even if they are implementing existing solutions.</p>\n<p>&#8220;There&#8217;s also a user aspect of it, because the people for whom we design WordPress, plugins, and themes, are the people who actually publish their own content onto the web,&#8221; Rand-Hendriksen said. &#8220;There&#8217;s a really valid question in how much should they need to know about how the web works to be able to publish some content. When they spin up a WordPress site, should we impose on them to know that they need to add all these optimization plugins and do all this other stuff just to make the site work properly? How much of that can be offloaded onto the theme itself, or plugins, or even WordPress core?&#8221;</p>\n<p>The members of the panel are working together to on various projects and core contributions that will standardize the use of progressive enhancement technologies in WordPress.</p>\n<p>&#8220;The goal is to have a common API for service workers so that plugins and themes can each install their own logic, just like they can enqueue their own scripts today,&#8221; Ruter said. &#8220;Also to be able to enqueue their own service workers and then core can manage the combination of them, as well as having a common app manifest that plugins and themes can collaborate on and have a single output into the page.&#8221;</p>\n<p>This is how Rand-Hendriksen&#8217;s <a href=\"https://wprig.io/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Rig starter theme</a> project came about &#8211; to help developers take advantage of these best practices in the meantime, without having to figure out how to put all the pieces together.</p>\n<p>&#8220;WP Rig gives you the platform to build a progressive theme that uses all the latest performance and WordPress best practices, in a convenient package, and over time it will evolve with these new progressive technologies,&#8221; Rand-Hendriksen said.</p>\n<p>We also discussed AMP and Gutenberg compatibility, <a href=\"https://core.trac.wordpress.org/ticket/43328\" rel=\"noopener noreferrer\" target=\"_blank\">core support for web app manifests</a>, and how the commercial theme industry will react to these new technologies. Check out the full interview in the video below.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jun 2018 22:03:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 322 – WP Engine Acquires StudioPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=82088&preview=true&preview_id=82088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wpweekly-episode-322-wp-engine-acquires-studiopress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2238:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I spend the first half of the show discussing WP Engine&#8217;s acquisition of StudioPress. We share reactions from social media, debate on whether it&#8217;s a good or bad thing for the WordPress ecosystem, and webhosts being at the top of the food chain.</p>\n<p>We also talk about a recent security vulnerability that was publicly disclosed, ProsPress acquires AutomateWoo, and the release of Tide beta 1. Also of note, we identified an issue that causes John&#8217;s audio to turn into static. His audio should be fixed in the next episode.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wpengine.com/blog/why-wp-engine-is-acquiring-studiopress/\">Why WP Engine is Acquiring StudioPress</a><br />\n<a href=\"https://studiopress.blog/announcement/\">An Important Announcement About the Future of StudioPress</a><br />\n<a href=\"https://techcrunch.com/2018/01/04/wp-engine-a-managed-wordpress-platform-raises-250m-from-silver-lake/\">WP Engine, a managed WordPress platform, raises $250M from Silver Lake</a><br />\n<a href=\"https://twitter.com/bgardner/status/1012011823279824901\">https://twitter.com/bgardner/status/1012011823279824901</a><br />\n<a href=\"https://automatewoo.com/blog/automatewoo-joins-prospress/\">AutomateWoo joins Prospress</a><br />\n<a href=\"https://prospress.com/automatewoo-joins-prospress/\">AutomateWoo joins Prospress to Further eCommerce Automation on WooCommerce</a><br />\n<a href=\"https://make.wordpress.org/tide/2018/06/26/announcing-tide-1-0-0-beta/\">Tide Beta 1 Released</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 4th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #322:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jun 2018 01:21:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Drop It Plugin Brings Gifs and Unsplash Photos to Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/drop-it-plugin-brings-gifs-and-unsplash-photos-to-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2642:\"<p>If you&#8217;re writing all your posts in the new Gutenberg editor but don&#8217;t want to give up convenient access to your fancy gifs and stock images, the new <a href=\"https://wordpress.org/plugins/dropit/\" rel=\"noopener noreferrer\" target=\"_blank\">Drop It</a> plugin has you covered. <a href=\"https://twitter.com/riadbenguella\" rel=\"noopener noreferrer\" target=\"_blank\">Riad Benguella</a>, one of the engineers who is working on Gutenberg, created the plugin to offer one-click image insertion/upload from <a href=\"https://unsplash.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Unsplash.com</a>.</p>\n<p>Drop It adds a droplet icon to the Gutenberg sidebar that launches a search form for Unsplash.com or Giphy.com (a feature contributed by <a href=\"https://twitter.com/jmau111\" rel=\"noopener noreferrer\" target=\"_blank\">Julien Maury</a>). Users can click the &#8220;+&#8221; sign on the image or simply drag and drop it into the content area.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-28-at-1.14.10-PM.png?ssl=1\"><img /></a></p>\n<p>Drop It seamlessly connects Gutenberg to the Unsplash and Giphy libraries, putting hundreds of thousands of stock photos and gifs at your fingertips while composing in WordPress. In the earlier days of Unsplash, many of the same images were used all over the web, but over the past few years its library has grown to include more than 550,000 high-resolution photos.</p>\n<p>Check out this demo to see how how fast it is to search and insert images:</p>\n<p><a href=\"https://cloudup.com/cUCoAEcq9lG\"><img src=\"https://i2.wp.com/cldup.com/2HRQQ2GAg3.gif?resize=627%2C437&ssl=1\" alt=\"Drop it\" width=\"627\" height=\"437\" /></a></p>\n<p>Benguella originally created the plugin for a talk he gave at WPtech Lyon where he demonstrated <a href=\"https://riad.blog/2018/04/29/explorons-gutenberg-sous-le-capot-au-wptech-lyon/\" rel=\"noopener noreferrer\" target=\"_blank\">how plugin developers can make use of Gutenberg&#8217;s reusable modules</a>. His presentation and slides explore Gutenberg&#8217;s architecture and show how he created the Drop It plugin.</p>\n<p>Benguella said the Drop It plugin&#8217;s code is a good example of how developers can extend Gutenberg&#8217;s UI using “pinnable” sidebar plugins. It also shows how to use the Data module to access and update Gutenberg’s state (data).</p>\n<p>In the future, Benguella plans to add more sources for inserting media. He currently has a proof of concept for adding content from Google Docs and will add more depending on contributions from others and his availability to work on the plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jun 2018 22:52:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Matt: Automattic’s First New Board Member: General Ann Dunwoody\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://ma.tt/2018/06/automattics-first-new-board-member-general-ann-dunwoody/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8216:\"<img />\n\n<p>As Automattic keeps growing we’ve been bringing in a lot of talented people behind the scenes to help expand on our vision as we go from hundreds to thousands of colleagues, and hundreds of millions to billions in revenue. Recently, former New York Times digital executive Kinsey Wilson joined our team as <a href=\"https://www.poynter.org/news/one-time-npr-and-nyt-digital-chief-new-adventure-wordpress\">president of WordPress.com</a>, the Chief Design Officer of Axios <a href=\"http://www.alexislloyd.com/\">Alexis Lloyd</a> has joined <a href=\"https://twitter.com/alexislloyd/status/1006882661040877568?lang=en\">as head of Design Innovation</a>, the former CEO of Bluehost James Grierson is leading <a href=\"https://jetpack.com/\">Jetpack</a> partnerships, and today I&#8217;m excited to announce a change to my bosses, the board of directors.<br /></p>\n\n<p>Gen. Ann Dunwoody served for 37 years in the U.S. Army, and she is the first woman in U.S. Military history to achieve a four-star officer rank. She’s also the author of <a href=\"https://www.amazon.com/dp/0738217794\"><em>A Higher Standard: Leadership Strategies from America&#8217;s First Female Four-Star General</em></a>, a book I really loved and highly recommend. Automattic&#8217;s board has had no new members since its founding in 2005, so this is our first addition in 13 years. I became familiar with General Dunwoody&#8217;s work while researching distributed organizations outside of technology, which led me to the military, which led me to geek out on logistics, which led me to her book and eventually flying out to Florida to meet in person.<br /></p>\n\n<p>Below is a brief interview with Gen. Dunwoody &#8212; we chatted with her about global leadership, finding your passion, and building a business. <br /></p>\n\n<p><strong>We&#8217;re excited to have you onboard, General Dunwoody. It&#8217;s interesting &#8212; at Automattic we like to point out that we&#8217;re all over the globe (over 740 employees in more than 60 countries) but you oversaw 69,000 military and civilians across 140 countries! Were there any big leadership lessons from managing operations across such a wide range of distances, timezones, and cultures? </strong><br /><br /></p>\n\n<p>That’s a great question. When I started out as a young officer in the Army, the leadership philosophy that was espoused back then was “Leadership by walking around.” When you&#8217;re in charge of a platoon, a company or even a battalion or Brigade that is not globally dispersed this philosophy is very sound. When you’re running a global organization with 69,000 folks in 140 countries, you have to leverage technology to keep real-time communications flowing and keep leaders updated. I would host (with the leadership) a global video teleconference every Wednesday connecting every organization from Afghanistan, Kuwait, Iraq, Europe, etc. and sites &#8212; hundreds across the United States. Our headquarters  would provide an operational update and then we go around the globe to get update from from everyone &#8212; what&#8217;s going well, where they need help or additional resources. In the old days I think people believed information was power and often withheld information to use for personal advantage, but I believe shared information is power. By leveraging the power of the entire industrial base we could solve problems in real time. I still travelled around a lot to see our people, but it is not possible to keep everyone informed and in the loop with current operations without leveraging technology. <br /></p>\n\n<p><strong>I love your answer about &#8220;shared information is power.&#8221; Did you ever find it difficult to break down the silos and embrace that concept? </strong></p>\n\n<p>Oh my, yes. They weren’t just silos, they were silos with concertina wire around them!   Parochialism was rampant and everyone wanted their own system and own their own information. We had over 200 stand alone systems that didn’t talk to each other. So to field and design an enterprise IT system that leveraged systems with the needed information to support “foxhole to factory” was challenging and exciting. <br /></p>\n\n<p><strong>And how did you decide what technological means to communicate an idea or a directive, versus, say, meeting in-person? </strong></p>\n\n<p>I would say it depended on the idea. If it was personal, probably a phone call (one on one); if trying to generate support for an idea or transformational concept, meet in-person with my initiatives group to socialize the idea and get their input modifications and buy-in. Then Commanders conference to socialize idea with them, as they will have to implement it. Once socialized with leadership, we worldwide videoconference with the entire organization to define and describe the purpose, intent, how, and why &#8212; so everyone knew what we were trying to do and what their role was in execution. I found you cannot over-communicate when trying to make changes.<br /></p>\n\n<p><strong>It&#8217;s an incredible accomplishment to become the first woman in U.S. Military history to achieve the four-star officer rank. Can you tell me about how things changed (or maybe still need to change further) in terms of your experience during your 37 years of service, and how you addressed diversity and inclusion in the military? </strong><br /><br /></p>\n\n<p>First, I certainly didn’t accomplish this by myself &#8212; I had a lot of help along the way! I joined the Army as part of the Women’s Army Corps (WAC) back in 1975. A few years later they disestablished the WAC and began the integration of women into the regular Army. This was the first time women had the opportunity to have the same career opportunities as their male counterparts in the branches now open to women. The challenge for the women who came into the Army back then was to force the integration &#8212; fight being put into traditional jobs like being a secretary, admin, clerk, or cook &#8212; and fight to be platoon leaders, etc., to support and move the integration of women into the regular Army.</p>\n\n<p>What I witnessed during my time in the Army was that the doors continued to open. Yes, there were roadblocks &#8212; but there were also many leaders along the way who were willing to help. I never worked for a woman. I worked for men who either believed in me or didn’t. My experience in my almost four decades was that the doors continued to open for women. I thought jumping out of airplanes was really neat &#8212; now my niece in the USAF is an A-10 fighter pilot, and we have women graduating from Ranger school!  <br /></p>\n\n<p>On diversity, I realized that being the only female in many forums, my voice was hard to be heard. And I also realized that most folks promoted and surrounded themselves with people in their own image. What my philosophy was &#8212; and I still think it is an issue today &#8212; is that diversity is not about numbers, it’s about getting the best and brightest from all walks of life, to help leaders solve the very complex issues that face us today. Don’t surround yourself with only people that think or act or look like you. <br /></p>\n\n<p><strong>Who are the leaders that inspire you today? </strong></p>\n\n<p>I think we are products of our past &#8212; Mom and Dad, even though not here on earth, gave me the values that still guide me. Many of my military mentors, Gen. Hugh Shelton, Gen. Pete Schoomaker, Gen. Gordon Sullivan, Gen. Dick Cody, are still coaches and mentors to me today.  </p>\n\n<p>Folks I admire: Warren Buffett, only met him once but I like his concern for the betterment of our country; Oprah Winfrey, although I have never met her I admire her for what she does for our country how she presents herself and how she handles herself &#8212; awesome; Gen. Mattis &#8212; wow, I admire him for taking on this extremely tough assignment for the good of our country and our defense. Secretary Gates served two administrations, Republican and Democrat. <br /></p>\n\n<p>People that inspire me are people I believe are true leaders &#8212; valuing honesty and having the best interests of the country at heart. No hubris!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jun 2018 19:54:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: WP Engine Acquires StudioPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/wp-engine-acquires-studiopress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4332:\"<p><a href=\"https://www.studiopress.com/\">StudioPress</a>, founded by Brian Gardner in 2007, has been acquired <a href=\"https://wpengine.com/blog/wp-engine-acquires-studiopress/\">by managed WordPress hosting company WP Engine</a>, for an undisclosed amount. </p>\n\n<p>In 2007, Gardner created the Revolution theme which took the WordPress world by storm. According to some people, it ignited the WordPress Premium theme market. <br /></p>\n\n<img />\n	Revolution Church Theme \n\n\n<p>In the midst of a GPL debate regarding themes in 2008, Gardner <a href=\"https://www.briangardner.com/blog/revolution-going-open-source.htm\">decided to license</a> the Revolution theme <a href=\"https://web.archive.org/web/20081011070936/https://www.briangardner.com/blog/revolution-going-open-source.htm\">as 100% GPL</a>. In 2009, Gardner <a href=\"https://www.studiopress.com/revolution-rebrands-as-studiopress/\">rebranded Revolution</a> to StudioPress due to legal reasons. </p>\n\n<p>Early in 2010, <a href=\"https://www.studiopress.com/introducing-genesis-framework/\">StudioPress released the Genesis Framework</a>. This framework would go on to power thousands of themes and be the cornerstone of StudioPress&#8217; theme business. In 2010, StudioPress <a href=\"https://www.studiopress.com/studiopress-merges-into-copyblogger-media-llc/\">was merged into Copyblogger Media LLC</a>, which eventually went on to create the Rainmaker platform. </p>\n\n<p>Fast forward to 2018 and StudioPress has been acquired by <a href=\"https://wpengine.com/\">WP Engine</a>, a managed WordPress hosting company founded in 2010 that earlier this year, <a href=\"https://techcrunch.com/2018/01/04/wp-engine-a-managed-wordpress-platform-raises-250m-from-silver-lake/\">received $250M in venture capital funding</a> from Silver Lake.  </p>\n\n<p>According to Jason Cohen, founder of WP Engine, this is the largest acquisition in the company&#8217;s history.</p>\n\n<p>&#8220;In all, our contributions to the WordPress community in time, money, writing, coding and thought leadership totaled more than $1.7 million in 2017 and we’re already doing even more this year,&#8221; he said.<br /></p>\n\n<p>&#8220;As WP Engine continues to grow and scale, the way we give back to the WordPress community must grow and scale also, which was one of the deciding factors behind our acquisition of <a href=\"https://wpengine.com/blog/wp-engine-acquires-studiopress/\">StudioPress</a>—our largest acquisition in WP Engine’s history.&#8221;</p>\n\n<p>The company plans to heavily invest in the Genesis Framework community and ecosystem by hiring people to work on different aspects of the framework. Support will receive a boost as well as the ecosystem surrounding StudioPress&#8217; products. </p>\n\n<p>With Gutenberg on the horizon, Cohen says the Genesis Framework will be a shining example of what&#8217;s possible with WordPress&#8217; new editor. </p>\n\n<p>&#8220;There’s been plenty of concern about how Gutenberg will affect existing plugins and themes, so Genesis can serve as an example for how Gutenberg can work brilliantly,&#8221; Cohen said. </p>\n\n<p>&#8220;This directly advances the goals of WordPress Core. This precedent doesn’t stop with Gutenberg, either. Gutenberg is the transformation of today—there will be more tomorrow. While the topic of the day will change, the idea of supporting Core through themes and theme frameworks that support those efforts is an asset for the wider WordPress community.&#8221;</p>\n\n<p>Gardner will stay on board and be part of StudioPress&#8217; leadership team at WP Engine with an emphasis on product development and community. Nathan Rice along with the support team will transition to WP Engine with Rice continuing to serve as the lead developer of Genesis. </p>\n\n<p>Gardner admits that the acquisition is bittersweet, but that it&#8217;s a founding moment in the company&#8217;s history.</p>\n\n<p>&#8220;As my new colleague, Jason Cohen, the founder of WP Engine often says, &#8216;There are many founding moments in the history of a company.&#8217; This is one of those moments and I know it’s time for StudioPress to take the next step—and WP Engine is the right partner to take it with.&#8221;</p>\n\n<p>StudioPress customers can expect better support, more themes to choose from, and little to no disruption of service.  </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jun 2018 08:11:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Free “JavaScript for WordPress Conference” to Stream Live Friday, June 29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81931\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/free-javascript-for-wordpress-conference-to-stream-live-friday-june-29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3834:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2018/06/jsconf-2018.png?ssl=1\"><img /></a>JavaScript for WordPress conference\n<p>Zac Gordon is hosting a &#8220;<a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener noreferrer\" target=\"_blank\">JavaScript for WordPress Conference</a>&#8221; with two tracks on Friday, June 29, from 9:30 AM &#8211; 5:30 PM EDT. The free conference, sponsored by <a href=\"https://10up.com/\" rel=\"noopener noreferrer\" target=\"_blank\">10up</a> and <a href=\"https://wpbuffs.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Buffs</a>, includes a full day of online talks from JavaScript professionals who work in the WordPress ecosystem.</p>\n<p>Gordon will be streaming the talks live via Crowdcast. Approximately 1,300 seats have been reserved so far, a number that rivals most WordCamps. Unlike WordCamps, however, the entire schedule is focused around developer education, featuring more technical talks that are often missing from traditional WordPress events.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530150620973.png?ssl=1\"><img /></a></p>\n<p>&#8220;I figured there was an interest in more JS-specific WordPress content and, given my courses and getting to know some people working a lot with JavaScript, I figured I would give it a shot,&#8221; Gordon said.</p>\n<p>Gordon has been working for the past several years as a freelance educator after his former employer, Treehouse, <a href=\"https://wptavern.com/treehouse-drops-support-for-wordpress-education\" rel=\"noopener noreferrer\" target=\"_blank\">dropped support for WordPress education</a>. He said his first project, the JavaScript for WordPress Master Course, was a huge undertaking. He is not offering that course anymore but is instead focusing on smaller, more targeted courses on his site <a href=\"https://javascriptforwp.com/\" rel=\"noopener noreferrer\" target=\"_blank\">javascriptforwp.com</a>.</p>\n<p>&#8220;Most of my courses this year will be Gutenberg related (have one now and a theme course launching next week, followed by an Advanced one after that),&#8221; Gordon said. He has also done courses at Udemy, Frontend Master, WP Sessions, WP101, and some consulting with Udacity.</p>\n<p>&#8220;I&#8217;m still learning the right price points and packaging and size,&#8221; Gordon said. &#8220;A few companies have gotten group accounts for their teams which is really positive and encouraging for me.&#8221;</p>\n<p>Gordon took a deep dive into JavaScript education after Matt Mullenweg issued a challenge to &#8220;Learn JavaScript Deeply&#8221; during his <a href=\"https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" rel=\"noopener noreferrer\" target=\"_blank\">2015 State of the Word</a> address. He said so far the courses he offers have been going well and the community seems to have embraced the challenge.</p>\n<p>&#8220;The funny thing about Learning JavaScript Deeply is that people will still be able to build things in Gutenberg and beyond without really knowing it deeply,&#8221; Gordon said. &#8220;However most in the community have already picked up React or delved deeper into Vanilla JavaScript, and those who haven&#8217;t I believe certainly will be in the coming months and years.</p>\n<p>&#8220;Now with React in Core and the rebuilding of many parts of the admin with JS, we will have more real practical reasons to heed Matt&#8217;s call than we did before.&#8221;</p>\n<p>If the &#8220;JavaScript for WordPress Conference&#8221; goes well, Gordon said he hopes to make it an annual event. He is also considering doing a free day of workshops. All the talks given during the conference on Friday will be recorded and Gordon plans to drip them out over the coming months on his YouTube channel.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jun 2018 02:49:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Gutenberg 3.1 Introduces Tips Interface to Guide New Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/gutenberg-3-1-introduces-tips-interface-to-guide-new-users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3663:\"<p><a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 3.1</a> added a tips interface that supports and guides new users who are learning to navigate the editor&#8217;s blocks and settings. The tips appear when a new user opens Gutenberg, highlighting useful items on the page.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530113565627.png?ssl=1\"><img /></a></p>\n<p>Although the tips may seem cluttered and intrusive to users who already know what they are doing, they are a necessary evil for introducing the UI to new users. Gutenberg is not yet intuitive enough to be able to stand on its own without explanation inside the interface.</p>\n<p><a href=\"https://10up.com/blog/2018/user-testing-gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">10up recently conducted Gutenberg usability tests</a> that unearthed some startling realities about how new users interact with the new editor. The tests were done on previous versions of the plugin (2.9.2) with users who frequently create content using the classic WordPress editor. 10up asked testers, who have had no training on Gutenberg, to write a news-style blog post.</p>\n<p>One of the most surprising results was that participants struggled with the simple task of adding an image to a post.</p>\n<p>&#8220;Although the interface is clean, a lack of focused attention or hierarchy on the page became apparent,&#8221; 10up Experience Designer Sarah James said. &#8220;Participants struggled to complete tasks like adding an image that did not have a clearly exposed and labeled element like the title and paragraph fields. Heatmap tracking of the backend captured 734 unique clicks in the new post interface and only 40 of these clicks were on actual clickable elements. This suggests a struggle to find basic interactive elements, such as image blocks.&#8221;</p>\n<p>Participants also had a difficult time finding and inserting additional block types &#8211; several testers overlooked the “+” symbol that triggers interface for adding a new block.</p>\n<p>Gutenberg 3.0 and 3.1 have already improved on these pain points with changes that highlight common tasks. The 3.0 release <a href=\"https://github.com/WordPress/gutenberg/pull/6636\" rel=\"noopener noreferrer\" target=\"_blank\">redesigned the inserter, ditching tabs for collapsible panels</a>. This makes it more friendly for hunting among blocks. Version 3.1 includes a new design of the sibling inserter (the &#8220;+&#8221; symbol that appears to allow user to insert blocks between other blocks).</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2018/06/screely-1530126900744.png?ssl=1\"><img /></a></p>\n<p>In addition to improving usability issues with the inserter, Gutenberg 3.1 fixes some of the mechanics of previewing and saving posts. Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/7189\" rel=\"noopener noreferrer\" target=\"_blank\">preview changes to a published post without updating the post</a>. The editor was also updated to trigger autosave as a standard save for a draft by the user currently authoring the post.</p>\n<p>HTML blocks that have been converted into shared blocks now show in preview mode, which makes it easier for users to see what they do and insert them visually. The code will only show if the user wants to edit the block.</p>\n<p>For a full list of the changes in 3.1, check out the <a href=\"https://make.wordpress.org/core/2018/06/21/whats-new-in-gutenberg-21st-june/\" rel=\"noopener noreferrer\" target=\"_blank\">release post on make.wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2018 19:44:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: The Power Of WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://heropress.com/the-power-of-wordcamps/#utm_source=rss&utm_medium=rss&utm_campaign=the-power-of-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3085:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2017/06/062117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I was helping hundreds of people that were using WordPress for their business. That\'s powerful.\" /><p>WordCamps have a unique power to impact lives and careers. Without people and community, WordPress is simply software. But when you add in a large group of passionate people, people who are and are interested, everything changes. There&#8217;s excitement, encouragement, and education. Entrepreneurship can be a long and lonely road. Having a solid support community can make all the difference, and WordCamps can be a huge shot in the arm.</p>\n<p>This week&#8217;s HeroPress replay is by Juan Hernando from <a href=\"https://www.google.com/maps/place/Pontevedra%2C+Spain/@42.6208401,-8.572101599999996,5z/\">Pontevedra, Spain</a>. His essay details his journey from an unknown member of his local WordPress community to being a leader in that same community.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/becoming-known-wordpress-community/\">Becoming Known in the WordPress Community</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Power Of WordCamps\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Power%20Of%20WordCamps&via=heropress&url=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Power Of WordCamps\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fthe-power-of-wordcamps%2F&title=The+Power+Of+WordCamps\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Power Of WordCamps\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/the-power-of-wordcamps/&media=https://heropress.com/wp-content/uploads/2017/06/062117-150x150.jpg&description=The Power Of WordCamps\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Power Of WordCamps\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/the-power-of-wordcamps/\" title=\"The Power Of WordCamps\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/the-power-of-wordcamps/\">The Power Of WordCamps</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2018 13:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: TaxJar to Host Free Webinar June 27: Tax Experts Answer Questions on State Tax Compliance for Online Stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://wptavern.com/taxjar-to-host-free-webinar-june-27-tax-experts-answer-questions-on-state-tax-compliance-for-online-stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3544:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-26-at-4.10.19-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.taxjar.com/\" rel=\"noopener noreferrer\" target=\"_blank\">TaxJar</a>, a company that offers automated sales tax software, is hosting a <a href=\"https://www.crowdcast.io/e/supreme-court-taxjar\" rel=\"noopener noreferrer\" target=\"_blank\">free webinar June 27</a> at 11:30 AM CDT to answer questions regarding the U.S. Supreme Court&#8217;s decision on <a href=\"http://www.scotusblog.com/2018/06/opinion-analysis-court-expands-states-ability-to-require-internet-retailers-to-collect-sales-tax/\" rel=\"noopener noreferrer\" target=\"_blank\">South Dakota v. Wayfair</a>. The court ruled in favor of South Dakota on June 21st, 2018, allowing any state to require online sellers to collect taxes for sales made from customers in that state.</p>\n<p>The provisions identified in the South Dakota vs. Wayfair ruling identifies retailers making $100K+ or 200+ transactions in the state as having an &#8220;economic presence&#8221; that would require out-of-state retailers to render sales tax. However, it&#8217;s not yet clear how other states will measure sales tax liability.</p>\n<p>TaxJar has gathered a panel of tax experts to discuss the requirements of the new sales tax compliance burden for online businesses. Nearly 2,000 people are currently signed up to tune in and attendees can also <a href=\"https://www.crowdcast.io/e/supreme-court-taxjar\" rel=\"noopener noreferrer\" target=\"_blank\">submit questions</a> in advance. A few popular questions submitted so far include:</p>\n<p><em>&#8220;How will we know which states we are required to pay taxes in, and do we have to create accounts in every state and pay for returns in all 50?&#8221;</em></p>\n<p><em>&#8220;I read that South Dakota, Colorado and Louisiana have a threshold of 100K in sales in their state to start collecting taxes. Is this really the case, and where can we find the threshold for other states?&#8221;</em></p>\n<p><em>&#8220;Does each state that wants to participate have to pass a law like South Dakota or is this now automatic for all states with a sales tax?&#8221;</em></p>\n<p>WooCommerce has created <a href=\"https://woocommerce.com/2018/06/woocommerce-sales-tax-for-the-us-how-to-enable-automated-calculations-and-filing/\" rel=\"noopener noreferrer\" target=\"_blank\">a guide to help users set up and collect taxes</a> as required by the tax jurisdiction where their stores are located. Online store owners in the US and Canada can set enable automated tax calculations using either the WooCommerce Tax or TaxJar add-ons (both free), depending on whether the merchant operates within a single tax nexus or multiple nexus locations.</p>\n<p>Automatic sales tax calculations are also available for merchants using Easy Digital Downloads. Pippin Williamson built <a href=\"https://wordpress.org/plugins/edd-taxjar/\" rel=\"noopener noreferrer\" target=\"_blank\">a free integration for EDD and TaxJar</a> that passes all tax rate determinations to TaxJar to calculate automatically, eliminating the need for manual tax rate entry.</p>\n<p>The Supreme Court&#8217;s ruling is very new and many state-specific details are yet to be worked out, but state legislatures are likely to be highly motivated and eager to rake in this new source of revenue. The <a href=\"https://blog.taxjar.com/\" rel=\"noopener noreferrer\" target=\"_blank\">TaxJar blog</a> will be a good source for updates as more compliance information becomes available.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jun 2018 21:26:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Interview with Matías Ventura on Building the Vision for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/interview-with-matias-ventura-on-building-the-vision-for-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2952:\"<p>At WordCamp Europe I had the opportunity to sit down with <a href=\"https://matiasventura.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Matías Ventura</a>, the technical lead for Gutenberg. Ventura, who has been responsible for building the vision for Gutenberg (in addition to building the actual product), shared a few things the team might have done differently in the earlier days to improve its reception in the community.</p>\n<p>&#8220;I think we should have put a little bit more effort into clarifying what we meant by the &#8216;editor,\'&#8221; Ventura said. &#8220;When Matt announced that we&#8217;re going to be focusing on the editor, the WordPress community generally took it that we were going to focus on TinyMCE. But the idea from the start was to focus on the editing experience as a whole, how a user perceives that, which is the whole page. I think it took some time to rectify that that was always what was meant &#8211; to look at the whole editing interface at once.</p>\n<p>&#8220;With some of these projects people are going to be in different places at different times and things will coalesce and make sense at different paces. I think we&#8217;ve gotten to a point now where we have built enough of the Gutenberg vision that we can see where it can lead us.&#8221;</p>\n<p>Several representatives from the Gutenberg team were available at WordCamp Europe for informal chats with the community. They also conducted workshops and gave presentations to prepare designers and developers for what&#8217;s coming in the next few months. Momentum for the new editor is building and Ventura shared what he hopes the world will see when version 1 is included in core.</p>\n<p>&#8220;The thing that has been the most fulfilling, at least to me, has been seeing the regular users when they can use Gutenberg and build things that would have been very hard for them to do before,&#8221; Ventura said. &#8220;When they share those impressions &#8211; that they can build something that they are proud of and express themselves &#8211; to me that is the most fulfilling because that&#8217;s really one of the major points behind this. At the same time, I&#8217;m really looking forward to seeing what the design and developer community can build with it and where their imaginations can take us from there. Core is going to supply the infrastructure and the main building blocks but it&#8217;s everything that can be built around it that&#8217;s going to be exciting, as always with WordPress.&#8221;</p>\n<p>Ventura also described some of the interesting possibilities of templates, nested blocks, and child blocks, and how they can be combined to create more sophisticated solutions. He recommends the <a href=\"https://wordpress.org/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.org/Gutenberg</a> page for resources on getting started with the new editor. Check out the video below for the full interview.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jun 2018 22:59:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Three Minute Movie Showcases The WordCamp EU 2018 Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=81821\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/three-minute-movie-showcases-the-wordcamp-eu-2018-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:741:\"<p>If you happened to <a href=\"https://wptavern.com/matt-mullenweg-unveils-gutenberg-roadmap-at-wceu-wordpress-agencies-and-product-developers-sprint-to-prepare\">miss out on WordCamp EU</a> this year, check out the following short film produced by <a href=\"https://www.facebook.com/Production-Pool-402255476588176/\">Production Pool</a>. Production Pool is a video production company based in Belgrade, Serbia that was hired to record all of the videos and wrap up the live stream for WordCamp Europe.</p>\n\n<p>The video is just shy of three minutes in length, highlights the size and scope of the event, and is well produced. You can almost feel what it was like to be an attendee.</p>\n\n<p>How many people can you name in the video?<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jun 2018 21:28:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 24 Jul 2018 17:43:45 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 24 Jul 2018 17:30:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180628162213\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(9112, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1532497425', 'no'),
(9113, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1532454225', 'no'),
(9114, '_transient_timeout_dash_v2_01e18dead815ce736e3b9cccfbd773a5', '1532497425', 'no'),
(9115, '_transient_dash_v2_01e18dead815ce736e3b9cccfbd773a5', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://br.wordpress.org/2018/07/05/wordpress-4-9-7-atualizacao-de-seguranca-e-manutencao/\'>WordPress 4.9.7 – Atualização de segurança e manutenção</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://markjaquith.wordpress.com/2018/07/23/page-links-to/\'>Mark Jaquith: Page Links To v3.0</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/thoughts-from-two-founders-who-recently-sold-their-wordpress-businesses\'>WPTavern: Thoughts From Two Founders Who Recently Sold Their WordPress Businesses</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-cli-hack-day-is-a-success\'>WPTavern: WP-CLI Hack Day Is A Success</a></li></ul></div>', 'no'),
(9116, 'wpseo_sitemap_nav_menu_item_cache_validator', '5E5vr', 'no'),
(9117, 'wpseo_sitemap_25_cache_validator', '5E5vu', 'no'),
(9118, 'wpseo_sitemap_26_cache_validator', '5E5vy', 'no'),
(9119, 'wpseo_sitemap_27_cache_validator', '5E5vB', 'no'),
(9120, 'wpseo_sitemap_28_cache_validator', '5E5vE', 'no');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_general_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_general_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5, 7, '_edit_last', '1'),
(6, 7, '_edit_lock', '1522252178:1'),
(7, 9, '_edit_last', '1'),
(8, 9, '_edit_lock', '1523895533:1'),
(9, 11, '_edit_last', '1'),
(10, 11, '_edit_lock', '1522101088:1'),
(11, 13, '_edit_last', '1'),
(12, 13, '_edit_lock', '1518202714:1'),
(13, 15, '_edit_last', '1'),
(14, 15, '_edit_lock', '1523894584:1'),
(15, 17, '_edit_last', '1'),
(16, 17, '_edit_lock', '1520622329:1'),
(17, 19, '_edit_last', '1'),
(18, 19, '_edit_lock', '1520622352:1'),
(19, 21, '_menu_item_type', 'custom'),
(20, 21, '_menu_item_menu_item_parent', '0'),
(21, 21, '_menu_item_object_id', '21'),
(22, 21, '_menu_item_object', 'custom'),
(23, 21, '_menu_item_target', ''),
(24, 21, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(25, 21, '_menu_item_xfn', ''),
(26, 21, '_menu_item_url', 'http://anaclingenetica.com.br/'),
(28, 22, '_menu_item_type', 'post_type'),
(29, 22, '_menu_item_menu_item_parent', '0'),
(30, 22, '_menu_item_object_id', '7'),
(31, 22, '_menu_item_object', 'page'),
(32, 22, '_menu_item_target', ''),
(33, 22, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(34, 22, '_menu_item_xfn', ''),
(35, 22, '_menu_item_url', ''),
(37, 23, '_menu_item_type', 'post_type'),
(38, 23, '_menu_item_menu_item_parent', '0'),
(39, 23, '_menu_item_object_id', '17'),
(40, 23, '_menu_item_object', 'page'),
(41, 23, '_menu_item_target', ''),
(42, 23, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(43, 23, '_menu_item_xfn', ''),
(44, 23, '_menu_item_url', ''),
(46, 24, '_menu_item_type', 'post_type'),
(47, 24, '_menu_item_menu_item_parent', '0'),
(48, 24, '_menu_item_object_id', '19'),
(49, 24, '_menu_item_object', 'page'),
(50, 24, '_menu_item_target', ''),
(51, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52, 24, '_menu_item_xfn', ''),
(53, 24, '_menu_item_url', ''),
(91, 29, '_form', '[text* nome placeholder \"Nome\"]                   \n[email* email placeholder \"E-mail\"]\n[tel* fone placeholder \"Telefone\"]\n[select* assunto \"Fale Conosco\"]  \n[textarea* mensagem placeholder \"Mensagem\"]\n<div class=\"row\">\n<div class=\"col-md-5 col-md-offset-7\">\n[submit class:transicao \"Enviar\"]\n</div>\n</div>'),
(92, 29, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Contato via Site Anaclin \"[nome]\"\";s:6:\"sender\";s:36:\"[nome] <site@anaclingenetica.com.br>\";s:9:\"recipient\";s:34:\"atendimento@anaclingenetica.com.br\";s:4:\"body\";s:222:\"<b>Formulário Fale Conosco</b>\n\n<b>Nome: </b>[nome]\n<b>E-mail: </b>[email]\n<b>Telefone: </b>[fone]\n<b>Assunto: </b>[assunto]\n<b>Mensagem: </b>[mensagem]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(93, 29, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"Anaclin \"[your-subject]\"\";s:6:\"sender\";s:35:\"Anaclin <wordpress@milleniumfalcon>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:135:\"Corpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\";s:18:\"additional_headers\";s:35:\"Reply-To: maria.machado@dev2.com.br\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(94, 29, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:17:\"captcha_not_match\";s:35:\"O código digitado está incorreto.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(95, 29, '_additional_settings', ''),
(96, 29, '_locale', 'pt_BR'),
(97, 30, '_menu_item_type', 'custom'),
(98, 30, '_menu_item_menu_item_parent', '0'),
(99, 30, '_menu_item_object_id', '30'),
(100, 30, '_menu_item_object', 'custom'),
(101, 30, '_menu_item_target', ''),
(102, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(103, 30, '_menu_item_xfn', ''),
(104, 30, '_menu_item_url', 'http://anaclingenetica.web7003.uni5.net/'),
(106, 31, '_menu_item_type', 'post_type'),
(107, 31, '_menu_item_menu_item_parent', '0'),
(108, 31, '_menu_item_object_id', '7'),
(109, 31, '_menu_item_object', 'page'),
(110, 31, '_menu_item_target', ''),
(111, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(112, 31, '_menu_item_xfn', ''),
(113, 31, '_menu_item_url', ''),
(115, 32, '_menu_item_type', 'post_type'),
(116, 32, '_menu_item_menu_item_parent', '0'),
(117, 32, '_menu_item_object_id', '17'),
(118, 32, '_menu_item_object', 'page'),
(119, 32, '_menu_item_target', ''),
(120, 32, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(121, 32, '_menu_item_xfn', ''),
(122, 32, '_menu_item_url', ''),
(124, 33, '_menu_item_type', 'post_type'),
(125, 33, '_menu_item_menu_item_parent', '0'),
(126, 33, '_menu_item_object_id', '19'),
(127, 33, '_menu_item_object', 'page'),
(128, 33, '_menu_item_target', ''),
(129, 33, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(130, 33, '_menu_item_xfn', ''),
(131, 33, '_menu_item_url', ''),
(133, 34, '_menu_item_type', 'post_type'),
(134, 34, '_menu_item_menu_item_parent', '0'),
(135, 34, '_menu_item_object_id', '15'),
(136, 34, '_menu_item_object', 'page'),
(137, 34, '_menu_item_target', ''),
(138, 34, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(139, 34, '_menu_item_xfn', ''),
(140, 34, '_menu_item_url', ''),
(142, 35, '_menu_item_type', 'post_type'),
(143, 35, '_menu_item_menu_item_parent', '0'),
(144, 35, '_menu_item_object_id', '11'),
(145, 35, '_menu_item_object', 'page'),
(146, 35, '_menu_item_target', ''),
(147, 35, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(148, 35, '_menu_item_xfn', ''),
(149, 35, '_menu_item_url', ''),
(151, 36, '_menu_item_type', 'post_type'),
(152, 36, '_menu_item_menu_item_parent', '0'),
(153, 36, '_menu_item_object_id', '13'),
(154, 36, '_menu_item_object', 'page'),
(155, 36, '_menu_item_target', ''),
(156, 36, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(157, 36, '_menu_item_xfn', ''),
(158, 36, '_menu_item_url', ''),
(160, 37, '_menu_item_type', 'post_type'),
(161, 37, '_menu_item_menu_item_parent', '0'),
(162, 37, '_menu_item_object_id', '9'),
(163, 37, '_menu_item_object', 'page'),
(164, 37, '_menu_item_target', ''),
(165, 37, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(166, 37, '_menu_item_xfn', ''),
(167, 37, '_menu_item_url', ''),
(169, 38, '_edit_last', '1'),
(170, 38, '_edit_lock', '1531227139:1'),
(171, 39, '_wp_attached_file', '2017/07/maca-banner.png'),
(172, 39, '_ale_hide_from_gallery', '0'),
(173, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:340;s:6:\"height\";i:430;s:4:\"file\";s:23:\"2017/07/maca-banner.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"maca-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"maca-banner-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:21:\"maca-banner-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:23:\"maca-banner-340x330.png\";s:5:\"width\";i:340;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:22:\"maca-banner-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:23:\"maca-banner-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:23:\"maca-banner-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:23:\"maca-banner-340x180.png\";s:5:\"width\";i:340;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:23:\"maca-banner-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(174, 38, '_thumbnail_id', '399'),
(175, 40, '_edit_last', '1'),
(176, 40, '_edit_lock', '1531227139:1'),
(178, 42, '_edit_last', '1'),
(179, 42, '_edit_lock', '1505850446:1'),
(180, 43, '_wp_attached_file', '2017/07/noticias.jpg'),
(181, 43, '_ale_hide_from_gallery', '0'),
(182, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:238;s:6:\"height\";i:199;s:4:\"file\";s:20:\"2017/07/noticias.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"noticias-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:18:\"noticias-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:19:\"noticias-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:20:\"noticias-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:20:\"noticias-238x170.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:20:\"noticias-238x180.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:20:\"noticias-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183, 42, '_thumbnail_id', '260'),
(184, 44, '_edit_last', '1'),
(185, 44, '_edit_lock', '1505850764:1'),
(186, 44, '_thumbnail_id', '261'),
(189, 46, '_edit_last', '1'),
(190, 46, '_edit_lock', '1523885283:1'),
(191, 48, '_edit_last', '1'),
(192, 48, 'field_596cf22e5e2e3', 'a:14:{s:3:\"key\";s:19:\"field_596cf22e5e2e3\";s:5:\"label\";s:23:\"Texto Exames Exclusivos\";s:4:\"name\";s:23:\"texto_exames_exclusivos\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(194, 48, 'position', 'normal'),
(195, 48, 'layout', 'no_box'),
(196, 48, 'hide_on_screen', ''),
(197, 48, '_edit_lock', '1500317527:1'),
(199, 49, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(200, 49, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(201, 46, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(202, 46, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(203, 48, 'field_596cf3a390b8e', 'a:14:{s:3:\"key\";s:19:\"field_596cf3a390b8e\";s:5:\"label\";s:28:\"Texto Agende uma Avaliação\";s:4:\"name\";s:28:\"texto_agende_uma_avaliação\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(204, 48, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"46\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(205, 50, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(206, 50, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(207, 50, 'texto_agende_uma_avaliação', 'Lorem ipsum dolor sit amet, consectetur <br>adipiscing elit...'),
(208, 50, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(209, 46, 'texto_agende_uma_avaliação', 'Profissionais especializados em emagrecimento, <br>nutrição e prevenção.'),
(210, 46, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(211, 51, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(212, 51, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(213, 51, 'texto_agende_uma_avaliação', 'Texto lorem ipsum dolor sit amet, consectetur <br>adipiscing elit...'),
(214, 51, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(215, 52, '_edit_last', '1'),
(216, 52, 'field_596cf4efa8192', 'a:13:{s:3:\"key\";s:19:\"field_596cf4efa8192\";s:5:\"label\";s:15:\"Nossa Estrutura\";s:4:\"name\";s:15:\"nossa_estrutura\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(218, 52, 'position', 'normal'),
(219, 52, 'layout', 'no_box'),
(220, 52, 'hide_on_screen', ''),
(221, 52, '_edit_lock', '1500317493:1'),
(222, 52, 'field_596cf52b590b5', 'a:13:{s:3:\"key\";s:19:\"field_596cf52b590b5\";s:5:\"label\";s:13:\"Nossa Missão\";s:4:\"name\";s:13:\"nossa_missão\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(223, 52, 'field_596cf51b590b4', 'a:13:{s:3:\"key\";s:19:\"field_596cf51b590b4\";s:5:\"label\";s:12:\"Nossa Visão\";s:4:\"name\";s:12:\"nossa_visão\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(224, 52, 'field_596cf536590b6', 'a:13:{s:3:\"key\";s:19:\"field_596cf536590b6\";s:5:\"label\";s:14:\"Nossos Valores\";s:4:\"name\";s:14:\"nossos_valores\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),
(225, 52, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"7\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(226, 53, 'nossa_estrutura', ''),
(227, 53, '_nossa_estrutura', 'field_596cf4efa8192'),
(228, 53, 'nossa_missão', ''),
(229, 53, '_nossa_missão', 'field_596cf52b590b5'),
(230, 53, 'nossa_visão', ''),
(231, 53, '_nossa_visão', 'field_596cf51b590b4'),
(232, 53, 'nossos_valores', ''),
(233, 53, '_nossos_valores', 'field_596cf536590b6'),
(234, 7, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(235, 7, '_nossa_estrutura', 'field_596cf4efa8192'),
(236, 7, 'nossa_missão', ''),
(237, 7, '_nossa_missão', 'field_596cf52b590b5'),
(238, 7, 'nossa_visão', ''),
(239, 7, '_nossa_visão', 'field_596cf51b590b4'),
(240, 7, 'nossos_valores', ''),
(241, 7, '_nossos_valores', 'field_596cf536590b6'),
(242, 54, 'nossa_estrutura', ''),
(243, 54, '_nossa_estrutura', 'field_596cf4efa8192'),
(244, 54, 'nossa_missão', ''),
(245, 54, '_nossa_missão', 'field_596cf52b590b5'),
(246, 54, 'nossa_visão', ''),
(247, 54, '_nossa_visão', 'field_596cf51b590b4'),
(248, 54, 'nossos_valores', ''),
(249, 54, '_nossos_valores', 'field_596cf536590b6'),
(250, 55, 'nossa_estrutura', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(251, 55, '_nossa_estrutura', 'field_596cf4efa8192'),
(252, 55, 'nossa_missão', ''),
(253, 55, '_nossa_missão', 'field_596cf52b590b5'),
(254, 55, 'nossa_visão', ''),
(255, 55, '_nossa_visão', 'field_596cf51b590b4'),
(256, 55, 'nossos_valores', ''),
(257, 55, '_nossos_valores', 'field_596cf536590b6'),
(258, 56, 'nossa_estrutura', 'Nossa estrutura lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(259, 56, '_nossa_estrutura', 'field_596cf4efa8192'),
(260, 56, 'nossa_missão', ''),
(261, 56, '_nossa_missão', 'field_596cf52b590b5'),
(262, 56, 'nossa_visão', ''),
(263, 56, '_nossa_visão', 'field_596cf51b590b4'),
(264, 56, 'nossos_valores', ''),
(265, 56, '_nossos_valores', 'field_596cf536590b6'),
(266, 57, 'nossa_estrutura', 'Nossa estrutura lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(267, 57, '_nossa_estrutura', 'field_596cf4efa8192'),
(268, 57, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(269, 57, '_nossa_missão', 'field_596cf52b590b5'),
(270, 57, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(271, 57, '_nossa_visão', 'field_596cf51b590b4'),
(272, 57, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(273, 57, '_nossos_valores', 'field_596cf536590b6'),
(274, 58, '_wp_attached_file', '2017/07/banner-estrutura.jpg'),
(275, 58, '_ale_hide_from_gallery', '0'),
(276, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:359;s:6:\"height\";i:257;s:4:\"file\";s:28:\"2017/07/banner-estrutura.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"banner-estrutura-150x150.jpg\";s:5:\"width\";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:\"banner-estrutura-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:26:\"banner-estrutura-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:27:\"banner-estrutura-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:28:\"banner-estrutura-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:28:\"banner-estrutura-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:28:\"banner-estrutura-359x180.jpg\";s:5:\"width\";i:359;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:28:\"banner-estrutura-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(278, 59, 'nossa_estrutura', 'Nossa estrutura lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(279, 59, '_nossa_estrutura', 'field_596cf4efa8192'),
(280, 59, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(281, 59, '_nossa_missão', 'field_596cf52b590b5'),
(282, 59, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(283, 59, '_nossa_visão', 'field_596cf51b590b4'),
(284, 59, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(285, 59, '_nossos_valores', 'field_596cf536590b6'),
(286, 60, '_edit_last', '1'),
(287, 60, 'field_596cf8fc03e58', 'a:13:{s:3:\"key\";s:19:\"field_596cf8fc03e58\";s:5:\"label\";s:31:\"Texto Coaching de Emagrecimento\";s:4:\"name\";s:31:\"texto_coaching_de_emagrecimento\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(289, 60, 'position', 'normal'),
(290, 60, 'layout', 'no_box'),
(291, 60, 'hide_on_screen', ''),
(292, 60, '_edit_lock', '1500317664:1'),
(293, 61, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(294, 61, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(295, 9, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(296, 9, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(297, 60, 'field_596cfc579a3c8', 'a:13:{s:3:\"key\";s:19:\"field_596cfc579a3c8\";s:5:\"label\";s:28:\"Texto Conheça Nossos Exames\";s:4:\"name\";s:28:\"texto_conheça_nossos_exames\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(299, 62, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(300, 62, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(301, 62, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(302, 62, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(303, 9, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(304, 9, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(305, 60, 'field_596cff45093ff', 'a:13:{s:3:\"key\";s:19:\"field_596cff45093ff\";s:5:\"label\";s:28:\"Texto Exame Pathway Genomics\";s:4:\"name\";s:28:\"texto_exame_pathway_genomics\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(307, 63, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(308, 63, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(309, 63, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(310, 63, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(311, 63, 'texto_exame_pathway_genomics', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.<br><br>\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(312, 63, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(313, 9, 'texto_exame_pathway_genomics', 'A Anaclin, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(314, 9, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(315, 60, 'field_596cffbb45b46', 'a:13:{s:3:\"key\";s:19:\"field_596cffbb45b46\";s:5:\"label\";s:24:\"Texto Exame My Gene Diet\";s:4:\"name\";s:24:\"texto_exame_my_gene_diet\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),
(317, 64, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(318, 64, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(319, 64, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(320, 64, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(321, 64, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.<br><br>\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(322, 64, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(323, 64, 'texto_exame_my_gene_diet', 'Exame de Emagrecimento My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.<br><br>\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(324, 64, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(325, 9, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(326, 9, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(327, 65, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(328, 65, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(329, 65, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(330, 65, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(331, 65, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(332, 65, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(333, 65, 'texto_exame_my_gene_diet', 'Exame de Emagrecimento My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(334, 65, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(335, 60, 'field_596d0064f45f6', 'a:13:{s:3:\"key\";s:19:\"field_596d0064f45f6\";s:5:\"label\";s:27:\"Texto Exames de Prevenção\";s:4:\"name\";s:27:\"texto_exames_de_prevenção\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:10:\"formatting\";s:2:\"br\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),
(336, 60, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"9\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(337, 66, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(338, 66, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(339, 66, 'texto_conheça_nossos_exames', 'Conheça nossos exames lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(340, 66, '_texto_conheça_nossos_exames', 'field_596cfc579a3c8'),
(341, 66, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(342, 66, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(343, 66, 'texto_exame_my_gene_diet', 'Exame de Emagrecimento My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(344, 66, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(345, 66, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(346, 66, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(347, 9, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(348, 9, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(349, 67, '_edit_last', '1'),
(350, 67, '_edit_lock', '1522162119:1'),
(351, 68, '_wp_attached_file', '2017/07/dr.jpg'),
(352, 68, '_ale_hide_from_gallery', '0'),
(353, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:263;s:6:\"height\";i:263;s:4:\"file\";s:14:\"2017/07/dr.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"dr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:12:\"dr-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:13:\"dr-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:14:\"dr-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:14:\"dr-263x170.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:14:\"dr-263x180.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:14:\"dr-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(355, 79, '_edit_lock', '1520534027:1'),
(356, 85, '_edit_last', '1'),
(357, 85, '_edit_lock', '1500573661:1'),
(358, 67, 'doutores_0_imagem', '68'),
(359, 67, '_doutores_0_imagem', 'field_596d0a328a227'),
(360, 67, 'doutores_0_nome', 'Dr. Lorem Ipsum'),
(361, 67, '_doutores_0_nome', 'field_596d0a3c8a228'),
(362, 67, 'doutores_0_crm', '00000'),
(363, 67, '_doutores_0_crm', 'field_596d0a418a229'),
(364, 67, 'doutores', '2'),
(365, 67, '_doutores', 'field_596d0a238a226'),
(366, 67, 'doutores_1_imagem', '68'),
(367, 67, '_doutores_1_imagem', 'field_596d0a328a227'),
(368, 67, 'doutores_1_nome', 'Dr. Lorem Ipsum 2'),
(369, 67, '_doutores_1_nome', 'field_596d0a3c8a228'),
(370, 67, 'doutores_1_crm', '11111'),
(371, 67, '_doutores_1_crm', 'field_596d0a418a229'),
(382, 91, '_edit_last', '1'),
(383, 91, '_edit_lock', '1507059657:1'),
(384, 91, 'doutores_0_imagem', '68'),
(385, 91, '_doutores_0_imagem', 'field_596d0a328a227'),
(386, 91, 'doutores_0_nome', 'Dr. Lorem Ipsum 4'),
(387, 91, '_doutores_0_nome', 'field_596d0a3c8a228'),
(388, 91, 'doutores_0_crm', '33333'),
(389, 91, '_doutores_0_crm', 'field_596d0a418a229'),
(390, 91, 'doutores', '1'),
(391, 91, '_doutores', 'field_596d0a238a226'),
(392, 92, '_edit_last', '1'),
(393, 92, '_edit_lock', '1520622762:1'),
(394, 94, '_menu_item_type', 'post_type'),
(395, 94, '_menu_item_menu_item_parent', '0'),
(396, 94, '_menu_item_object_id', '92'),
(397, 94, '_menu_item_object', 'page'),
(398, 94, '_menu_item_target', ''),
(399, 94, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(400, 94, '_menu_item_xfn', ''),
(401, 94, '_menu_item_url', ''),
(405, 96, '_wp_attached_file', '2017/07/depoimentos.png'),
(406, 96, '_ale_hide_from_gallery', '0'),
(407, 96, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:105;s:6:\"height\";i:105;s:4:\"file\";s:23:\"2017/07/depoimentos.png\";s:5:\"sizes\";a:2:{s:16:\"featured_preview\";a:4:{s:4:\"file\";s:21:\"depoimentos-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:22:\"depoimentos-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;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:{}}}'),
(412, 42, '_wpmidia_post_views_count', '269'),
(413, 98, '_edit_last', '1'),
(414, 98, '_edit_lock', '1500471300:1'),
(415, 100, 'texto_seja_um_credenciado', 'Seja um credenciado lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum.'),
(416, 100, '_texto_seja_um_credenciado', 'field_596e498f3aa89'),
(417, 17, 'texto_seja_um_credenciado', 'Estamos cadastrando clínicas parceiras que compartilham da visão da Anaclin no emagrecimento, nutrição, prevenção e qualidade de vida com atendimento personalizado. Para mais informações sobre parceria, por favor entre em contato.'),
(418, 17, '_texto_seja_um_credenciado', 'field_596e498f3aa89'),
(419, 101, '_edit_last', '1'),
(420, 101, '_edit_lock', '1500472524:1'),
(421, 102, '_edit_last', '1'),
(422, 102, '_edit_lock', '1500472945:1'),
(423, 103, '_edit_last', '1'),
(424, 103, '_edit_lock', '1500472566:1'),
(425, 101, '_wp_old_slug', 'dr-gabriel-magalhaes-estetica-avancada-e-alta-performance-clinica-topfit-estetica-avancada'),
(426, 102, '_wp_old_slug', 'ad-corpus-biomedicina-estetica'),
(427, 103, '_wp_old_slug', 'soul-brava-clinica'),
(428, 104, '_edit_last', '1'),
(429, 104, '_edit_lock', '1517425264:1'),
(430, 105, '_edit_last', '1'),
(431, 105, '_edit_lock', '1517250105:1'),
(432, 106, '_edit_last', '1'),
(433, 106, '_edit_lock', '1507660433:1'),
(434, 110, '_edit_last', '1'),
(435, 110, '_edit_lock', '1522252212:1'),
(436, 112, '_edit_last', '1'),
(437, 112, '_edit_lock', '1500496327:1'),
(438, 115, 'conteudo_coaching_de_emagrecimento', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(439, 115, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(440, 110, 'conteudo_coaching_de_emagrecimento', ''),
(441, 110, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(442, 117, 'conteudo_coaching_de_emagrecimento', 'Continuação coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(443, 117, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(444, 119, '_form', '<div class=\"col-sm-7\">\n                        <div class=\"row\">\n                            <div class=\"col-sm-6\">\n                                [text* nome placeholder \"Nome\"]\n                            </div>\n                            <div class=\"col-sm-6\">\n                                [tel* fone placeholder \"Fone\"]\n                            </div>\n                            <div class=\"col-sm-6\">\n                                [email* email placeholder \"E-mail\"]\n                            </div>\n                            <div class=\"col-sm-6\">\n                                [date* data placeholder \"Data do Exame\"]\n                            </div>\n                            <div class=\"col-xs-12\">\n                                [textarea* mensagem placeholder \"Mensagem\"]\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"col-sm-2\">\n                        [submit class:transicao \"Enviar\"]\n                    </div>'),
(445, 119, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Contato via Site Anaclin \"[nome]\"\";s:6:\"sender\";s:36:\"[nome] <site@anaclingenetica.com.br>\";s:9:\"recipient\";s:34:\"atendimento@anaclingenetica.com.br\";s:4:\"body\";s:242:\"<b>Formulário para Agendar uma Consulta de Avaliação</b>\n\n<b>Nome: </b>[nome]\n<b>Fone: </b>[fone]\n<b>E-mail: </b>[email]\n<b>Data: </b>[data]\n<b>Mensagem: </b>[mensagem]\n\n\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(446, 119, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"Anaclin \"[your-subject]\"\";s:6:\"sender\";s:35:\"Anaclin <wordpress@milleniumfalcon>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:135:\"Corpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\";s:18:\"additional_headers\";s:35:\"Reply-To: maria.machado@dev2.com.br\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(447, 119, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:17:\"captcha_not_match\";s:35:\"O código digitado está incorreto.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(448, 119, '_additional_settings', ''),
(449, 119, '_locale', 'pt_BR'),
(453, 120, 'conteudo_coaching_de_emagrecimento', 'Continuação coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(454, 120, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(455, 120, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(456, 120, '_formulario', 'field_596fb1d3ef6bb'),
(457, 110, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(458, 110, '_formulario', 'field_596fb1d3ef6bb'),
(459, 122, 'conteudo_coaching_de_emagrecimento', 'Continuação coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(460, 122, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(461, 122, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(462, 122, '_formulario', 'field_596fb1d3ef6bb'),
(463, 122, 'mais_conteudo_coaching_de_emagrecimento', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum.'),
(464, 122, '_mais_conteudo_coaching_de_emagrecimento', 'field_596fb38c2e7eb'),
(465, 110, 'mais_conteudo_coaching_de_emagrecimento', 'Mais conteúdo aqui lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum.'),
(466, 110, '_mais_conteudo_coaching_de_emagrecimento', 'field_596fb38c2e7eb'),
(467, 123, 'conteudo_coaching_de_emagrecimento', 'Continuação coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(468, 123, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(469, 123, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(470, 123, '_formulario', 'field_596fb1d3ef6bb'),
(471, 123, 'mais_conteudo_coaching_de_emagrecimento', 'Mais conteúdo aqui lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum.'),
(472, 123, '_mais_conteudo_coaching_de_emagrecimento', 'field_596fb38c2e7eb'),
(473, 124, '_edit_last', '1'),
(474, 124, '_edit_lock', '1531226572:1'),
(475, 126, '_edit_last', '1'),
(476, 126, '_edit_lock', '1522097236:1'),
(477, 130, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(478, 130, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(479, 130, 'itens_exame_0_item', 'Lorem ipsum dolor sit amet'),
(480, 130, '_itens_exame_0_item', 'field_596fc2f231e39'),
(481, 130, 'itens_exame_1_item', 'Lorem ipsum dolor sit amet'),
(482, 130, '_itens_exame_1_item', 'field_596fc2f231e39'),
(483, 130, 'itens_exame_2_item', 'Lorem ipsum dolor sit amet'),
(484, 130, '_itens_exame_2_item', 'field_596fc2f231e39'),
(485, 130, 'itens_exame_3_item', 'Lorem ipsum dolor sit amet'),
(486, 130, '_itens_exame_3_item', 'field_596fc2f231e39'),
(487, 130, 'itens_exame_4_item', 'Lorem ipsum dolor sit amet'),
(488, 130, '_itens_exame_4_item', 'field_596fc2f231e39'),
(489, 130, 'itens_exame_5_item', 'Lorem ipsum dolor sit amet'),
(490, 130, '_itens_exame_5_item', 'field_596fc2f231e39'),
(491, 130, 'itens_exame', '6'),
(492, 130, '_itens_exame', 'field_596fc2e131e38'),
(493, 124, 'texto_exame_pathway_genetics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida. '),
(494, 124, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(495, 124, 'itens_exame_0_item', 'Lorem ipsum dolor sit amet'),
(496, 124, '_itens_exame_0_item', 'field_596fc2f231e39'),
(497, 124, 'itens_exame_1_item', 'Lorem ipsum dolor sit amet'),
(498, 124, '_itens_exame_1_item', 'field_596fc2f231e39'),
(499, 124, 'itens_exame_2_item', 'Lorem ipsum dolor sit amet'),
(500, 124, '_itens_exame_2_item', 'field_596fc2f231e39'),
(501, 124, 'itens_exame_3_item', 'Lorem ipsum dolor sit amet'),
(502, 124, '_itens_exame_3_item', 'field_596fc2f231e39'),
(503, 124, 'itens_exame_4_item', 'Lorem ipsum dolor sit amet'),
(504, 124, '_itens_exame_4_item', 'field_596fc2f231e39'),
(505, 124, 'itens_exame_5_item', 'Lorem ipsum dolor sit amet'),
(506, 124, '_itens_exame_5_item', 'field_596fc2f231e39'),
(507, 124, 'itens_exame', '6'),
(508, 124, '_itens_exame', 'field_596fc2e131e38'),
(509, 131, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(510, 131, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(511, 131, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet'),
(512, 131, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(513, 131, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet'),
(514, 131, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(515, 131, 'itens_exame_pathway', '2'),
(516, 131, '_itens_exame_pathway', 'field_596fc2e131e38'),
(517, 124, 'itens_exame_pathway_0_item', '80 variações genéticas'),
(518, 124, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(519, 124, 'itens_exame_pathway_1_item', 'Tipo certo de dieta'),
(520, 124, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(521, 124, 'itens_exame_pathway', '16'),
(522, 124, '_itens_exame_pathway', 'field_596fc2e131e38'),
(523, 132, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(524, 132, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(525, 132, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet 1'),
(526, 132, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(527, 132, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet 2'),
(528, 132, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(529, 132, 'itens_exame_pathway', '2'),
(530, 132, '_itens_exame_pathway', 'field_596fc2e131e38'),
(531, 133, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(532, 133, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(533, 133, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet 1'),
(534, 133, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(535, 133, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet 2'),
(536, 133, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(537, 133, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet '),
(538, 133, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(539, 133, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet 2'),
(540, 133, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(541, 133, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet 2'),
(542, 133, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(543, 133, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet 2'),
(544, 133, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(545, 133, 'itens_exame_pathway', '6'),
(546, 133, '_itens_exame_pathway', 'field_596fc2e131e38'),
(547, 124, 'itens_exame_pathway_2_item', 'Exercício físico adequado'),
(548, 124, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(549, 124, 'itens_exame_pathway_3_item', 'Controle de peso'),
(550, 124, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(551, 124, 'itens_exame_pathway_4_item', 'Fatores de saúde metabólica'),
(552, 124, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(553, 124, 'itens_exame_pathway_5_item', 'Necessidades nutricionais'),
(554, 124, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(555, 134, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(556, 134, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(557, 134, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet '),
(558, 134, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(559, 134, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet '),
(560, 134, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(561, 134, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet'),
(562, 134, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(563, 134, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet '),
(564, 134, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(565, 134, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet '),
(566, 134, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(567, 134, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet '),
(568, 134, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(569, 134, 'itens_exame_pathway', '6'),
(570, 134, '_itens_exame_pathway', 'field_596fc2e131e38'),
(571, 136, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(572, 136, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(573, 136, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet'),
(574, 136, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(575, 136, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet'),
(576, 136, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(577, 136, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet'),
(578, 136, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(579, 136, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet'),
(580, 136, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(581, 136, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet'),
(582, 136, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(583, 136, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet'),
(584, 136, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(585, 136, 'itens_exame_pathway', '6'),
(586, 136, '_itens_exame_pathway', 'field_596fc2e131e38'),
(587, 136, 'texto_my_gene_diet', 'Texto My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(588, 136, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(589, 124, 'texto_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(590, 124, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(591, 139, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(592, 139, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(593, 139, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet'),
(594, 139, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(595, 139, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet'),
(596, 139, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(597, 139, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet'),
(598, 139, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(599, 139, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet'),
(600, 139, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(601, 139, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet'),
(602, 139, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(603, 139, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet'),
(604, 139, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(605, 139, 'itens_exame_pathway', '6'),
(606, 139, '_itens_exame_pathway', 'field_596fc2e131e38'),
(607, 139, 'texto_my_gene_diet', 'Texto My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(608, 139, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(609, 139, 'itens_exame_my_gene_diet_0_item', 'Lorem ipsum dolor sit amet '),
(610, 139, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(611, 139, 'itens_exame_my_gene_diet_1_item', 'Lorem ipsum dolor sit amet'),
(612, 139, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(613, 139, 'itens_exame_my_gene_diet_2_item', 'Lorem ipsum dolor sit amet'),
(614, 139, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(615, 139, 'itens_exame_my_gene_diet_3_item', 'Lorem ipsum dolor sit amet'),
(616, 139, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(617, 139, 'itens_exame_my_gene_diet_4_item', 'Lorem ipsum dolor sit amet 1'),
(618, 139, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(619, 139, 'itens_exame_my_gene_diet', '5'),
(620, 139, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(621, 124, 'itens_exame_my_gene_diet_0_item', '11 variações genéticas'),
(622, 124, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(623, 124, 'itens_exame_my_gene_diet_1_item', 'Compulsão alimentar'),
(624, 124, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(625, 124, 'itens_exame_my_gene_diet_2_item', 'Hábito alimentar'),
(626, 124, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(627, 124, 'itens_exame_my_gene_diet_3_item', 'Preferências alimentares'),
(628, 124, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(629, 124, 'itens_exame_my_gene_diet_4_item', 'Peso corporal'),
(630, 124, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(631, 124, 'itens_exame_my_gene_diet', '9'),
(632, 124, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(633, 79, '_edit_last', '1'),
(634, 9, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(635, 9, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(636, 140, 'texto_coaching_de_emagrecimento', 'Coaching de Emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(637, 140, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(638, 140, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(639, 140, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(640, 140, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(641, 140, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(642, 140, 'texto_exame_my_gene_diet', 'Exame de Emagrecimento My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(643, 140, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(644, 140, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(645, 140, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(646, 141, '_edit_last', '1'),
(647, 141, '_edit_lock', '1500904350:1'),
(648, 143, '_edit_last', '1'),
(649, 143, '_edit_lock', '1500558206:1'),
(650, 145, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Texto Pathway Perfil BRCA True Hispanica (2 Genes) lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(651, 145, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(652, 141, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer, analisa o perfil genético do paciente em dois genes: BRCA1 e BRCA2. Principais como: Mama/Colo de Útero/Ovário.'),
(653, 141, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(654, 148, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Texto Pathway Perfil BRCA True Hispanica (2 Genes) lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(655, 148, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(656, 148, 'itens_exame_0_item', 'Lorem ipsum dolor sit amet'),
(657, 148, '_itens_exame_0_item', 'field_5970ae0132077'),
(658, 148, 'itens_exame_1_item', 'Lorem ipsum dolor sit amet'),
(659, 148, '_itens_exame_1_item', 'field_5970ae0132077'),
(660, 148, 'itens_exame', '2'),
(661, 148, '_itens_exame', 'field_5970adc332076'),
(662, 141, 'itens_exame_0_item', 'Lorem ipsum dolor sit amet'),
(663, 141, '_itens_exame_0_item', 'field_5970ae0132077'),
(664, 141, 'itens_exame_1_item', 'Lorem ipsum dolor sit amet'),
(665, 141, '_itens_exame_1_item', 'field_5970ae0132077'),
(666, 141, 'itens_exame', '2'),
(667, 141, '_itens_exame', 'field_5970adc332076'),
(668, 152, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Texto Pathway Perfil BRCA True Hispanica (2 Genes) lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(669, 152, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(670, 152, 'itens_exame_pathway_perfil_brca_0_item', 'Lorem ipsum dolor sit amet'),
(671, 152, '_itens_exame_pathway_perfil_brca_0_item', 'field_5970ae0132077'),
(672, 152, 'itens_exame_pathway_perfil_brca_1_item', 'Lorem ipsum dolor sit amet'),
(673, 152, '_itens_exame_pathway_perfil_brca_1_item', 'field_5970ae0132077'),
(674, 152, 'itens_exame_pathway_perfil_brca', '2'),
(675, 152, '_itens_exame_pathway_perfil_brca', 'field_5970adc332076'),
(676, 152, 'texto_pathway_perfil_true_risk_pannel_8_genes', 'Texto Pathway Perfil True Risk Pannel (8 Genes) lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(677, 152, '_texto_pathway_perfil_true_risk_pannel_8_genes', 'field_5970b02b07093'),
(678, 152, 'itens_exame_pathway_perfil_true_0_item', 'Lorem ipsum dolor sit amet'),
(679, 152, '_itens_exame_pathway_perfil_true_0_item', 'field_5970b07607095'),
(680, 152, 'itens_exame_pathway_perfil_true_1_item', 'Lorem ipsum dolor sit amet'),
(681, 152, '_itens_exame_pathway_perfil_true_1_item', 'field_5970b07607095'),
(682, 152, 'itens_exame_pathway_perfil_true', '2'),
(683, 152, '_itens_exame_pathway_perfil_true', 'field_5970b06a07094'),
(688, 141, 'itens_exame_pathway_perfil_brca', '0'),
(689, 141, '_itens_exame_pathway_perfil_brca', 'field_5970adc332076'),
(690, 141, 'texto_pathway_perfil_true_risk_pannel_8_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer. Combina a nutrigenética com informações sobre saúde geral e resposta a medicamentos. Analisa o perfil genético do paciente em sete genes: BRCA1, BRCA2, CDH1, PALB2, PTEN, TP53, STK11 e 5+K11.\r\n\r\nA partir desse exame é possível verificar o seguinte: '),
(691, 141, '_texto_pathway_perfil_true_risk_pannel_8_genes', 'field_5970b02b07093'),
(692, 141, 'itens_exame_pathway_perfil_true_0_item', 'Ovário'),
(693, 141, '_itens_exame_pathway_perfil_true_0_item', 'field_5970b07607095'),
(694, 141, 'itens_exame_pathway_perfil_true_1_item', 'Pâncreas'),
(695, 141, '_itens_exame_pathway_perfil_true_1_item', 'field_5970b07607095'),
(696, 141, 'itens_exame_pathway_perfil_true', '14'),
(697, 141, '_itens_exame_pathway_perfil_true', 'field_5970b06a07094'),
(698, 153, '_edit_last', '1'),
(699, 153, '_edit_lock', '1500904627:1'),
(700, 155, '_edit_last', '1'),
(701, 155, '_edit_lock', '1500558872:1'),
(702, 159, 'texto_pathway_perfil_skinfit', 'Texto Pathway Perfil SkinFit lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. '),
(703, 159, '_texto_pathway_perfil_skinfit', 'field_5970b42119ccc'),
(704, 159, 'itens_pathway_perfil_skinfit_0_item', 'Lorem ipsum dolor sit amet'),
(705, 159, '_itens_pathway_perfil_skinfit_0_item', 'field_5970b47766faf'),
(706, 159, 'itens_pathway_perfil_skinfit_1_item', 'Lorem ipsum dolor sit amet'),
(707, 159, '_itens_pathway_perfil_skinfit_1_item', 'field_5970b47766faf'),
(708, 159, 'itens_pathway_perfil_skinfit_2_item', 'Lorem ipsum dolor sit amet'),
(709, 159, '_itens_pathway_perfil_skinfit_2_item', 'field_5970b47766faf'),
(710, 159, 'itens_pathway_perfil_skinfit', '3'),
(711, 159, '_itens_pathway_perfil_skinfit', 'field_5970b46366fae'),
(712, 153, 'texto_pathway_perfil_skinfit', 'Fotoenvelhecimento da pele que inclui:'),
(713, 153, '_texto_pathway_perfil_skinfit', 'field_5970b42119ccc'),
(714, 153, 'itens_pathway_perfil_skinfit_0_item', 'Necessidades nutricionais (Principais vitaminas e ácido fólico / ômega 3 / ômega 6)'),
(715, 153, '_itens_pathway_perfil_skinfit_0_item', 'field_5970b47766faf'),
(716, 153, 'itens_pathway_perfil_skinfit_1_item', 'Inflamação cutânea e risco de alergias (Como eczema / dermatite / psoríase)'),
(717, 153, '_itens_pathway_perfil_skinfit_1_item', 'field_5970b47766faf'),
(718, 153, 'itens_pathway_perfil_skinfit_2_item', 'Textura e elasticidade da pele (Como celulite / estrias / varizes)'),
(719, 153, '_itens_pathway_perfil_skinfit_2_item', 'field_5970b47766faf'),
(720, 153, 'itens_pathway_perfil_skinfit', '7'),
(721, 153, '_itens_pathway_perfil_skinfit', 'field_5970b46366fae'),
(722, 160, '_edit_last', '1'),
(723, 160, '_edit_lock', '1523895505:1'),
(724, 162, '_edit_last', '1'),
(725, 162, '_edit_lock', '1500560066:1'),
(726, 166, 'texto_pathway_perfil_cardiaco', 'Texto Pathway Perfil Cardíaco lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. '),
(727, 166, '_texto_pathway_perfil_cardiaco', 'field_5970b84312c6a'),
(728, 166, 'itens_pathway_perfil_cardiaco_0_item', 'Lorem ipsum dolor sit amet'),
(729, 166, '_itens_pathway_perfil_cardiaco_0_item', 'field_5970b87d1fc43'),
(730, 166, 'itens_pathway_perfil_cardiaco_1_item', 'Lorem ipsum dolor sit amet'),
(731, 166, '_itens_pathway_perfil_cardiaco_1_item', 'field_5970b87d1fc43'),
(732, 166, 'itens_pathway_perfil_cardiaco_2_item', 'Lorem ipsum dolor sit amet'),
(733, 166, '_itens_pathway_perfil_cardiaco_2_item', 'field_5970b87d1fc43'),
(734, 166, 'itens_pathway_perfil_cardiaco', '3'),
(735, 166, '_itens_pathway_perfil_cardiaco', 'field_5970b8711fc42'),
(736, 160, 'texto_pathway_perfil_cardiaco', 'Analisa o perfil genético único de um paciente, que traz a tona o risco de uma ampla gama de condições relacionadas ao coração incluindo níveis de colesterol HDL e LDL, hipertensão e infarto do miocárdio. Também examina oito classes de medicamentos que afetam o sistema cardiovascular: antiagregantes plaquetários, anticoagulantes, beta-bloqueadores, estimulantes, estatinas, inibidores da ECA, bloqueadores dos canais de cálcio e terapias hormonais. '),
(737, 160, '_texto_pathway_perfil_cardiaco', 'field_5970b84312c6a'),
(744, 160, 'itens_pathway_perfil_cardiaco', '0'),
(745, 160, '_itens_pathway_perfil_cardiaco', 'field_5970b8711fc42'),
(746, 170, 'texto_pathway_perfil_cardiaco', 'Texto Pathway Perfil Cardíaco lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. '),
(747, 170, '_texto_pathway_perfil_cardiaco', 'field_5970b84312c6a'),
(748, 170, 'itens_pathway_perfil_cardiaco_0_item', 'Lorem ipsum dolor sit amet'),
(749, 170, '_itens_pathway_perfil_cardiaco_0_item', 'field_5970b87d1fc43'),
(750, 170, 'itens_pathway_perfil_cardiaco_1_item', 'Lorem ipsum dolor sit amet'),
(751, 170, '_itens_pathway_perfil_cardiaco_1_item', 'field_5970b87d1fc43'),
(752, 170, 'itens_pathway_perfil_cardiaco_2_item', 'Lorem ipsum dolor sit amet'),
(753, 170, '_itens_pathway_perfil_cardiaco_2_item', 'field_5970b87d1fc43'),
(754, 170, 'itens_pathway_perfil_cardiaco', '3'),
(755, 170, '_itens_pathway_perfil_cardiaco', 'field_5970b8711fc42'),
(756, 170, 'texto_dna_insight', 'Texto DNA Insight lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. '),
(757, 170, '_texto_dna_insight', 'field_5970b9a8e4732'),
(758, 170, 'itens_dna_insight_0_item', 'Lorem ipsum dolor sit amet'),
(759, 170, '_itens_dna_insight_0_item', 'field_5970b9e011313'),
(760, 170, 'itens_dna_insight_1_item', 'Lorem ipsum dolor sit amet'),
(761, 170, '_itens_dna_insight_1_item', 'field_5970b9e011313'),
(762, 170, 'itens_dna_insight', '2'),
(763, 170, '_itens_dna_insight', 'field_5970b9d711312'),
(764, 160, 'texto_dna_insight', ''),
(765, 160, '_texto_dna_insight', 'field_5970b9a8e4732'),
(770, 160, 'itens_dna_insight', '0'),
(771, 160, '_itens_dna_insight', 'field_5970b9d711312'),
(772, 171, '_edit_last', '1'),
(773, 171, '_edit_lock', '1505149439:1'),
(774, 178, 'coleta_da_amostra', 'Coleta da amostra sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(775, 178, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(776, 178, 'mapeamento_do_dna', 'Mapeamento do DNA sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(777, 178, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(778, 178, 'resultado_do_mapeamento', 'Resultado do Mapeamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(779, 178, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(780, 178, 'indicação_do_tratamento', 'Indicação do Tratamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(781, 178, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(782, 178, 'acompanhamento_clinico', 'Acompanhamento Clínico sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(783, 178, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(784, 178, 'perda_de_peso', 'Perda de Peso sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(785, 178, '_perda_de_peso', 'field_5970bd189d4f2'),
(786, 13, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(787, 13, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(788, 13, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(789, 13, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(790, 13, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(791, 13, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(792, 13, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(793, 13, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(794, 13, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(795, 13, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(796, 13, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(797, 13, '_perda_de_peso', 'field_5970bd189d4f2'),
(798, 180, 'coleta_da_amostra', 'Coleta da amostra sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(799, 180, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(800, 180, 'mapeamento_do_dna', 'Mapeamento do DNA sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(801, 180, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(802, 180, 'resultado_do_mapeamento', 'Resultado do Mapeamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(803, 180, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(804, 180, 'indicação_do_tratamento', 'Indicação do Tratamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(805, 180, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(806, 180, 'acompanhamento_clinico', 'Acompanhamento Clínico sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(807, 180, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(808, 180, 'perda_de_peso', 'Perda de Peso sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(809, 180, '_perda_de_peso', 'field_5970bd189d4f2'),
(810, 180, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(811, 180, '_texto_cursos', 'field_5970be96d72d0'),
(812, 13, 'texto_cursos', 'Em Breve.'),
(813, 13, '_texto_cursos', 'field_5970be96d72d0'),
(814, 184, 'coleta_da_amostra', 'Coleta da amostra sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(815, 184, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(816, 184, 'mapeamento_do_dna', 'Mapeamento do DNA sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(817, 184, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(818, 184, 'resultado_do_mapeamento', 'Resultado do Mapeamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(819, 184, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(820, 184, 'indicação_do_tratamento', 'Indicação do Tratamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(821, 184, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(822, 184, 'acompanhamento_clinico', 'Acompanhamento Clínico sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(823, 184, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(824, 184, 'perda_de_peso', 'Perda de Peso sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(825, 184, '_perda_de_peso', 'field_5970bd189d4f2'),
(826, 184, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(827, 184, '_texto_cursos', 'field_5970be96d72d0'),
(828, 184, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(829, 184, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(830, 184, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(831, 184, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(832, 184, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(833, 184, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(834, 184, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(835, 184, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(836, 184, 'cursos', '2'),
(837, 184, '_cursos', 'field_5970bf6dcefda'),
(846, 13, 'cursos', '0'),
(847, 13, '_cursos', 'field_5970bf6dcefda'),
(848, 186, 'coleta_da_amostra', 'Coleta da amostra sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(849, 186, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(850, 186, 'mapeamento_do_dna', 'Mapeamento do DNA sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(851, 186, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(852, 186, 'resultado_do_mapeamento', 'Resultado do Mapeamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(853, 186, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(854, 186, 'indicação_do_tratamento', 'Indicação do Tratamento sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(855, 186, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(856, 186, 'acompanhamento_clinico', 'Acompanhamento Clínico sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(857, 186, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(858, 186, 'perda_de_peso', 'Perda de Peso sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(859, 186, '_perda_de_peso', 'field_5970bd189d4f2'),
(860, 186, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(861, 186, '_texto_cursos', 'field_5970be96d72d0'),
(862, 186, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(863, 186, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(864, 186, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(865, 186, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(866, 186, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(867, 186, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(868, 186, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(869, 186, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(870, 186, 'cursos', '2'),
(871, 186, '_cursos', 'field_5970bf6dcefda'),
(872, 186, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(873, 186, '_frase_fale_conosco', 'field_5970c046f7def'),
(874, 13, 'frase_fale_conosco', ''),
(875, 13, '_frase_fale_conosco', 'field_5970c046f7def'),
(876, 67, '_thumbnail_id', '68'),
(877, 67, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(878, 67, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(879, 67, 'crm_do_medico_destacado', '45120'),
(880, 67, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(886, 91, '_thumbnail_id', '68'),
(887, 91, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(888, 91, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(889, 91, 'crm_do_medico_destacado', '52469'),
(890, 91, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(891, 189, '_edit_last', '1'),
(892, 189, '_edit_lock', '1507060244:1'),
(893, 189, '_thumbnail_id', '68'),
(894, 189, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(895, 189, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(896, 189, 'crm_do_medico_destacado', '875595'),
(897, 189, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(898, 189, 'doutores_0_imagem', '68'),
(899, 189, '_doutores_0_imagem', 'field_596d0a328a227'),
(900, 189, 'doutores_0_nome', 'Dr. Lorem Ipsum 6'),
(901, 189, '_doutores_0_nome', 'field_596d0a3c8a228'),
(902, 189, 'doutores_0_crm', '56565'),
(903, 189, '_doutores_0_crm', 'field_596d0a418a229'),
(904, 189, 'doutores', '1'),
(905, 189, '_doutores', 'field_596d0a238a226'),
(906, 67, '_wpmidia_post_views_count', '184');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(908, 191, '_form', '<div class=\"row\">\n                    <div class=\"col-sm-6\">\n                        [text* nome placeholder \"Nome\"]\n                    </div>\n                    <div class=\"col-sm-6\">\n                        [tel* fone placeholder \"Fone\"]\n                    </div>\n                </div>\n                <div class=\"row\">\n                    <div class=\"col-sm-6\">\n                        [email* email placeholder \"E-mail\"]\n                    </div>\n                    <div class=\"col-sm-6\">\n                        [date* data placeholder \"Data do Exame\"]\n                    </div>\n                </div>\n                <div class=\"row\">\n                    <div class=\"col-xs-12\">\n                        [textarea* mensagem placeholder \"Mensagem\"]\n                    </div>\n                </div>\n                <div class=\"row\">\n                    <div class=\"col-sm-4 col-sm-offset-8\">\n                        [submit class:transicao \"Enviar\"]\n                    </div>\n                </div>'),
(909, 191, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Contato via Site Anaclin \"[nome]\"\";s:6:\"sender\";s:36:\"[nome] <site@anaclingenetica.com.br>\";s:9:\"recipient\";s:34:\"atendimento@anaclingenetica.com.br\";s:4:\"body\";s:241:\"<b>Formulário para Agendar uma Consulta de Avaliação</b>\n\n<b>Nome: </b>[nome]\n<b>Fone: </b>[fone]\n<b>E-mail: </b>[email]\n<b>Data: </b>[data]\n<b>Mensagem: </b>[mensagem]\n\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(910, 191, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"Anaclin \"[your-subject]\"\";s:6:\"sender\";s:35:\"Anaclin <wordpress@milleniumfalcon>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:135:\"Corpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\";s:18:\"additional_headers\";s:35:\"Reply-To: maria.machado@dev2.com.br\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(911, 191, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:17:\"captcha_not_match\";s:35:\"O código digitado está incorreto.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(912, 191, '_additional_settings', ''),
(913, 191, '_locale', 'pt_BR'),
(916, 76, '_edit_lock', '1500640101:1'),
(917, 76, '_edit_last', '1'),
(918, 193, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(919, 193, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(920, 193, 'texto_agende_uma_avaliação', 'Texto lorem ipsum dolor sit amet, consectetur <br>adipiscing elit...'),
(921, 193, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(922, 193, 'formulario_popup_agendar_uma_consulta', '[contact-form-7 id=\"191\" title=\"Formulário Popup Agendar uma Consulta\"]'),
(923, 193, '_formulario_popup_agendar_uma_consulta', 'field_5971f268fe8be'),
(924, 46, 'formulario_popup_agendar_uma_consulta', '[contact-form-7 id=\"191\" title=\"Formulário Popup Agendar uma Consulta\"]'),
(925, 46, '_formulario_popup_agendar_uma_consulta', 'field_5971f268fe8be'),
(926, 194, '_edit_last', '1'),
(927, 194, '_edit_lock', '1520532610:1'),
(928, 38, 'link', 'http://anaclingenetica.com.br/servicos/'),
(929, 38, '_link', 'field_5971f4031dffb'),
(930, 40, 'link', 'http://anaclingenetica.com.br/servicos/'),
(931, 40, '_link', 'field_5971f4031dffb'),
(932, 44, '_wpmidia_post_views_count', '382'),
(933, 196, '_edit_last', '1'),
(934, 196, '_edit_lock', '1520534560:1'),
(935, 19, 'formulario_fale_conosco', '[contact-form-7 id=\"29\" title=\"Formulário Fale Conosco\"]'),
(936, 19, '_formulario_fale_conosco', 'field_5971f6c9ffcd7'),
(937, 19, 'formulario_trabalhe_conosco', '[contact-form-7 id=\"201\" title=\"Formulário Trabalhe Conosco\"]'),
(938, 19, '_formulario_trabalhe_conosco', 'field_5971f6dfffcd8'),
(940, 199, 'formulario_fale_conosco', ''),
(941, 199, '_formulario_fale_conosco', 'field_5971f6c9ffcd7'),
(942, 199, 'formulario_trabalhe_conosco', ''),
(943, 199, '_formulario_trabalhe_conosco', 'field_5971f6dfffcd8'),
(944, 200, 'formulario_fale_conosco', '[contact-form-7 id=\"29\" title=\"Formulário Fale Conosco\"]'),
(945, 200, '_formulario_fale_conosco', 'field_5971f6c9ffcd7'),
(946, 200, 'formulario_trabalhe_conosco', ''),
(947, 200, '_formulario_trabalhe_conosco', 'field_5971f6dfffcd8'),
(949, 201, '_form', '[text* nome placeholder \"Nome\"]                   \n[email* email placeholder \"E-mail\"]\n[tel* fone placeholder \"Telefone\"]\n[select* assunto \"Trabalhe Conosco\"]  \n[file* arquivo][textarea* mensagem placeholder \"Mensagem\"]<div class=\"row\"><div class=\"col-md-5 col-md-offset-7\">[submit class:transicao \"Enviar\"]</div></div>'),
(950, 201, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"Contato via Site Anaclin \"[nome]\"\";s:6:\"sender\";s:36:\"[nome] <site@anaclingenetica.com.br>\";s:9:\"recipient\";s:34:\"atendimento@anaclingenetica.com.br\";s:4:\"body\";s:253:\"<b>Formulário Trabalhe Conosco</b>\n\n<b>Nome: </b>[nome]\n<b>E-mail: </b>[email]\n<b>Telefone: </b>[fone]\n<b>Assunto: </b>[assunto]\n<b>Arquivo: </b>[arquivo]\n<b>Mensagem: </b>[mensagem]\n\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:9:\"[arquivo]\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(951, 201, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"Anaclin \"[your-subject]\"\";s:6:\"sender\";s:35:\"Anaclin <wordpress@milleniumfalcon>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:135:\"Corpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\";s:18:\"additional_headers\";s:35:\"Reply-To: maria.machado@dev2.com.br\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(952, 201, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:27:\"Agradecemos a sua mensagem.\";s:12:\"mail_sent_ng\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:16:\"validation_error\";s:63:\"Um ou mais campos possuem um erro. Verifique e tente novamente.\";s:4:\"spam\";s:74:\"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\";s:12:\"accept_terms\";s:72:\"Você deve aceitar os termos e condições antes de enviar sua mensagem.\";s:16:\"invalid_required\";s:24:\"O campo é obrigatório.\";s:16:\"invalid_too_long\";s:23:\"O campo é muito longo.\";s:17:\"invalid_too_short\";s:23:\"O campo é muito curto.\";s:12:\"invalid_date\";s:34:\"O formato de data está incorreto.\";s:14:\"date_too_early\";s:44:\"A data é anterior à mais antiga permitida.\";s:13:\"date_too_late\";s:44:\"A data é posterior à maior data permitida.\";s:13:\"upload_failed\";s:49:\"Ocorreu um erro desconhecido ao enviar o arquivo.\";s:24:\"upload_file_type_invalid\";s:59:\"Você não tem permissão para enviar esse tipo de arquivo.\";s:21:\"upload_file_too_large\";s:26:\"O arquivo é muito grande.\";s:23:\"upload_failed_php_error\";s:36:\"Ocorreu um erro ao enviar o arquivo.\";s:14:\"invalid_number\";s:34:\"O formato de número é inválido.\";s:16:\"number_too_small\";s:46:\"O número é menor do que o mínimo permitido.\";s:16:\"number_too_large\";s:46:\"O número é maior do que o máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:39:\"A resposta para o quiz está incorreta.\";s:17:\"captcha_not_match\";s:35:\"O código digitado está incorreto.\";s:13:\"invalid_email\";s:45:\"O endereço de e-mail informado é inválido.\";s:11:\"invalid_url\";s:19:\"A URL é inválida.\";s:11:\"invalid_tel\";s:35:\"O número de telefone é inválido.\";}'),
(953, 201, '_additional_settings', ''),
(954, 201, '_locale', 'pt_BR'),
(956, 202, 'formulario_fale_conosco', '[contact-form-7 id=\"29\" title=\"Formulário Fale Conosco\"]'),
(957, 202, '_formulario_fale_conosco', 'field_5971f6c9ffcd7'),
(958, 202, 'formulario_trabalhe_conosco', '[contact-form-7 id=\"201\" title=\"Formulário Trabalhe Conosco\"]'),
(959, 202, '_formulario_trabalhe_conosco', 'field_5971f6dfffcd8'),
(967, 203, 'texto_coaching_de_emagrecimento', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.'),
(968, 203, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(969, 203, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(970, 203, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(971, 203, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(972, 203, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(973, 203, 'texto_exame_my_gene_diet', 'Exame de Emagrecimento My Gene Diet lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(974, 203, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(975, 203, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(976, 203, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(977, 204, 'texto_coaching_de_emagrecimento', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.'),
(978, 204, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(979, 204, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(980, 204, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(981, 204, 'texto_exame_pathway_genomics', 'Exame de Emagrecimento Pathway Genomics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nDonec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(982, 204, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(983, 204, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(984, 204, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(985, 204, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(986, 204, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(987, 205, 'texto_coaching_de_emagrecimento', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.'),
(988, 205, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(989, 205, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(990, 205, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(991, 205, 'texto_exame_pathway_genomics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida.'),
(992, 205, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(993, 205, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(994, 205, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(995, 205, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(996, 205, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(1027, 208, '_edit_last', '1'),
(1028, 208, '_edit_lock', '1520544994:1'),
(1030, 208, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(1031, 208, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(1032, 208, 'crm_do_medico_destacado', '76764'),
(1033, 208, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(1034, 208, 'doutores_0_imagem', '68'),
(1035, 208, '_doutores_0_imagem', 'field_596d0a328a227'),
(1036, 208, 'doutores_0_nome', 'Dr. Lorem Ipsum'),
(1037, 208, '_doutores_0_nome', 'field_596d0a3c8a228'),
(1038, 208, 'doutores_0_crm', '88984'),
(1039, 208, '_doutores_0_crm', 'field_596d0a418a229'),
(1040, 208, 'doutores', '1'),
(1041, 208, '_doutores', 'field_596d0a238a226'),
(1042, 209, '_edit_last', '1'),
(1043, 209, '_edit_lock', '1520543920:1'),
(1044, 209, '_thumbnail_id', '68'),
(1045, 209, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(1046, 209, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(1047, 209, 'crm_do_medico_destacado', '9785345'),
(1048, 209, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(1049, 209, 'doutores_0_imagem', '68'),
(1050, 209, '_doutores_0_imagem', 'field_596d0a328a227'),
(1051, 209, 'doutores_0_nome', 'Dr. Lorem Ipsum'),
(1052, 209, '_doutores_0_nome', 'field_596d0a3c8a228'),
(1053, 209, 'doutores_0_crm', '54685'),
(1054, 209, '_doutores_0_crm', 'field_596d0a418a229'),
(1055, 209, 'doutores', '1'),
(1056, 209, '_doutores', 'field_596d0a238a226'),
(1057, 210, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1058, 210, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1059, 210, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1060, 210, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1061, 210, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável. '),
(1062, 210, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1063, 210, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento. '),
(1064, 210, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1065, 210, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1066, 210, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1067, 210, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1068, 210, '_perda_de_peso', 'field_5970bd189d4f2'),
(1069, 210, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1070, 210, '_texto_cursos', 'field_5970be96d72d0'),
(1071, 210, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(1072, 210, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(1073, 210, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1074, 210, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(1075, 210, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(1076, 210, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(1077, 210, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1078, 210, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(1079, 210, 'cursos', '2'),
(1080, 210, '_cursos', 'field_5970bf6dcefda'),
(1081, 210, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(1082, 210, '_frase_fale_conosco', 'field_5970c046f7def'),
(1083, 211, 'conteudo_coaching_de_emagrecimento', 'Continuação coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1084, 211, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(1085, 211, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(1086, 211, '_formulario', 'field_596fb1d3ef6bb'),
(1087, 211, 'mais_conteudo_coaching_de_emagrecimento', 'Mais conteúdo aqui lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum.'),
(1088, 211, '_mais_conteudo_coaching_de_emagrecimento', 'field_596fb38c2e7eb'),
(1089, 212, 'conteudo_coaching_de_emagrecimento', ''),
(1090, 212, '_conteudo_coaching_de_emagrecimento', 'field_596fa3bba410e'),
(1091, 212, 'formulario', '[contact-form-7 id=\"119\" title=\"Formulário Agendar uma Consulta\"]'),
(1092, 212, '_formulario', 'field_596fb1d3ef6bb'),
(1093, 212, 'mais_conteudo_coaching_de_emagrecimento', 'Mais conteúdo aqui lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum.'),
(1094, 212, '_mais_conteudo_coaching_de_emagrecimento', 'field_596fb38c2e7eb'),
(1095, 213, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(1096, 213, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(1097, 213, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(1098, 213, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(1099, 213, 'texto_exame_pathway_genomics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida.'),
(1100, 213, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(1101, 213, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1102, 213, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(1103, 213, 'texto_exames_de_prevenção', 'Exames de prevenção lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(1104, 213, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(1105, 214, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(1106, 214, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(1107, 214, 'texto_conheça_nossas_especialidades', 'Conheça nossas especialidades lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius pharetra fermentum. Curabitur in convallis augue, ac sodales eros.'),
(1108, 214, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(1109, 214, 'texto_exame_pathway_genomics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida.'),
(1110, 214, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(1111, 214, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1112, 214, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(1113, 214, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(1114, 214, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(1120, 216, 'texto_pathway_perfil_cardiaco', 'Analisa o perfil genético único de um paciente, que traz a tona o risco de uma ampla gama de condições relacionadas ao coração incluindo níveis de colesterol HDL e LDL, hipertensão e infarto do miocárdio. Também examina oito classes de medicamentos que afetam o sistema cardiovascular: antiagregantes plaquetários, anticoagulantes, beta-bloqueadores, estimulantes, estatinas, inibidores da ECA, bloqueadores dos canais de cálcio e terapias hormonais. '),
(1121, 216, '_texto_pathway_perfil_cardiaco', 'field_5970b84312c6a'),
(1122, 216, 'itens_pathway_perfil_cardiaco_0_item', 'Lorem ipsum dolor sit amet'),
(1123, 216, '_itens_pathway_perfil_cardiaco_0_item', 'field_5970b87d1fc43'),
(1124, 216, 'itens_pathway_perfil_cardiaco_1_item', 'Lorem ipsum dolor sit amet'),
(1125, 216, '_itens_pathway_perfil_cardiaco_1_item', 'field_5970b87d1fc43'),
(1126, 216, 'itens_pathway_perfil_cardiaco_2_item', 'Lorem ipsum dolor sit amet'),
(1127, 216, '_itens_pathway_perfil_cardiaco_2_item', 'field_5970b87d1fc43'),
(1128, 216, 'itens_pathway_perfil_cardiaco', '3'),
(1129, 216, '_itens_pathway_perfil_cardiaco', 'field_5970b8711fc42'),
(1130, 216, 'texto_dna_insight', 'Texto DNA Insight lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. '),
(1131, 216, '_texto_dna_insight', 'field_5970b9a8e4732'),
(1132, 216, 'itens_dna_insight_0_item', 'Lorem ipsum dolor sit amet'),
(1133, 216, '_itens_dna_insight_0_item', 'field_5970b9e011313'),
(1134, 216, 'itens_dna_insight_1_item', 'Lorem ipsum dolor sit amet'),
(1135, 216, '_itens_dna_insight_1_item', 'field_5970b9e011313'),
(1136, 216, 'itens_dna_insight', '2'),
(1137, 216, '_itens_dna_insight', 'field_5970b9d711312'),
(1138, 217, 'texto_pathway_perfil_cardiaco', 'Analisa o perfil genético único de um paciente, que traz a tona o risco de uma ampla gama de condições relacionadas ao coração incluindo níveis de colesterol HDL e LDL, hipertensão e infarto do miocárdio. Também examina oito classes de medicamentos que afetam o sistema cardiovascular: antiagregantes plaquetários, anticoagulantes, beta-bloqueadores, estimulantes, estatinas, inibidores da ECA, bloqueadores dos canais de cálcio e terapias hormonais. '),
(1139, 217, '_texto_pathway_perfil_cardiaco', 'field_5970b84312c6a'),
(1140, 217, 'itens_pathway_perfil_cardiaco', '0'),
(1141, 217, '_itens_pathway_perfil_cardiaco', 'field_5970b8711fc42'),
(1142, 217, 'texto_dna_insight', ''),
(1143, 217, '_texto_dna_insight', 'field_5970b9a8e4732'),
(1144, 217, 'itens_dna_insight', '0'),
(1145, 217, '_itens_dna_insight', 'field_5970b9d711312'),
(1146, 218, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer, analisa o perfil genético do paciente em dois genes: BRCA1 e BRCA2. Principais como: Mama/Colo de Útero/Ovário.'),
(1147, 218, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(1148, 218, 'itens_exame_pathway_perfil_brca', '0'),
(1149, 218, '_itens_exame_pathway_perfil_brca', 'field_5970adc332076'),
(1150, 218, 'texto_pathway_perfil_true_risk_pannel_8_genes', 'Texto Pathway Perfil True Risk Pannel (8 Genes) lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1151, 218, '_texto_pathway_perfil_true_risk_pannel_8_genes', 'field_5970b02b07093'),
(1152, 218, 'itens_exame_pathway_perfil_true_0_item', 'Lorem ipsum dolor sit amet'),
(1153, 218, '_itens_exame_pathway_perfil_true_0_item', 'field_5970b07607095'),
(1154, 218, 'itens_exame_pathway_perfil_true_1_item', 'Lorem ipsum dolor sit amet'),
(1155, 218, '_itens_exame_pathway_perfil_true_1_item', 'field_5970b07607095'),
(1156, 218, 'itens_exame_pathway_perfil_true', '2'),
(1157, 218, '_itens_exame_pathway_perfil_true', 'field_5970b06a07094'),
(1158, 219, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer, analisa o perfil genético do paciente em dois genes: BRCA1 e BRCA2. Principais como: Mama/Colo de Útero/Ovário.'),
(1159, 219, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(1160, 219, 'itens_exame_pathway_perfil_brca', '0'),
(1161, 219, '_itens_exame_pathway_perfil_brca', 'field_5970adc332076'),
(1162, 219, 'texto_pathway_perfil_true_risk_pannel_8_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer. Combina a nutrigenética com informações sobre saúde geral e resposta a medicamentos. Analisa o perfil genético do paciente em sete genes: BRCA1, BRCA2, CDH1, PALB2, PTEN, TP53, STK11 e 5+K11.'),
(1163, 219, '_texto_pathway_perfil_true_risk_pannel_8_genes', 'field_5970b02b07093'),
(1164, 219, 'itens_exame_pathway_perfil_true_0_item', 'Lorem ipsum dolor sit amet'),
(1165, 219, '_itens_exame_pathway_perfil_true_0_item', 'field_5970b07607095'),
(1166, 219, 'itens_exame_pathway_perfil_true_1_item', 'Lorem ipsum dolor sit amet'),
(1167, 219, '_itens_exame_pathway_perfil_true_1_item', 'field_5970b07607095'),
(1168, 219, 'itens_exame_pathway_perfil_true', '2'),
(1169, 219, '_itens_exame_pathway_perfil_true', 'field_5970b06a07094'),
(1170, 220, 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer, analisa o perfil genético do paciente em dois genes: BRCA1 e BRCA2. Principais como: Mama/Colo de Útero/Ovário.'),
(1171, 220, '_texto_pathway_perfil_brca_true_hispanica_2_genes', 'field_5970ad414b01e'),
(1172, 220, 'itens_exame_pathway_perfil_brca', '0'),
(1173, 220, '_itens_exame_pathway_perfil_brca', 'field_5970adc332076'),
(1174, 220, 'texto_pathway_perfil_true_risk_pannel_8_genes', 'Com foco na predisposição genética enquanto estratégia para redução do risco de câncer. Combina a nutrigenética com informações sobre saúde geral e resposta a medicamentos. Analisa o perfil genético do paciente em sete genes: BRCA1, BRCA2, CDH1, PALB2, PTEN, TP53, STK11 e 5+K11.\r\n\r\nA partir desse exame é possível verificar o seguinte: '),
(1175, 220, '_texto_pathway_perfil_true_risk_pannel_8_genes', 'field_5970b02b07093'),
(1176, 220, 'itens_exame_pathway_perfil_true_0_item', 'Ovário'),
(1177, 220, '_itens_exame_pathway_perfil_true_0_item', 'field_5970b07607095'),
(1178, 220, 'itens_exame_pathway_perfil_true_1_item', 'Pâncreas'),
(1179, 220, '_itens_exame_pathway_perfil_true_1_item', 'field_5970b07607095'),
(1180, 220, 'itens_exame_pathway_perfil_true_2_item', 'Cólon'),
(1181, 220, '_itens_exame_pathway_perfil_true_2_item', 'field_5970b07607095'),
(1182, 220, 'itens_exame_pathway_perfil_true_3_item', 'Mama'),
(1183, 220, '_itens_exame_pathway_perfil_true_3_item', 'field_5970b07607095'),
(1184, 220, 'itens_exame_pathway_perfil_true_4_item', 'Intestino Delgado'),
(1185, 220, '_itens_exame_pathway_perfil_true_4_item', 'field_5970b07607095'),
(1186, 220, 'itens_exame_pathway_perfil_true_5_item', 'Cérebro / Cabeça'),
(1187, 220, '_itens_exame_pathway_perfil_true_5_item', 'field_5970b07607095'),
(1188, 220, 'itens_exame_pathway_perfil_true_6_item', 'Endométrio'),
(1189, 220, '_itens_exame_pathway_perfil_true_6_item', 'field_5970b07607095'),
(1190, 220, 'itens_exame_pathway_perfil_true_7_item', 'Gástrico (estômago)'),
(1191, 220, '_itens_exame_pathway_perfil_true_7_item', 'field_5970b07607095'),
(1192, 220, 'itens_exame_pathway_perfil_true_8_item', 'Próstata'),
(1193, 220, '_itens_exame_pathway_perfil_true_8_item', 'field_5970b07607095'),
(1194, 220, 'itens_exame_pathway_perfil_true_9_item', 'Melonoma'),
(1195, 220, '_itens_exame_pathway_perfil_true_9_item', 'field_5970b07607095'),
(1196, 220, 'itens_exame_pathway_perfil_true_10_item', 'Tireóide '),
(1197, 220, '_itens_exame_pathway_perfil_true_10_item', 'field_5970b07607095'),
(1198, 220, 'itens_exame_pathway_perfil_true_11_item', 'Rim'),
(1199, 220, '_itens_exame_pathway_perfil_true_11_item', 'field_5970b07607095'),
(1200, 220, 'itens_exame_pathway_perfil_true_12_item', 'Carcinoma'),
(1201, 220, '_itens_exame_pathway_perfil_true_12_item', 'field_5970b07607095'),
(1202, 220, 'itens_exame_pathway_perfil_true_13_item', 'Sarcoma'),
(1203, 220, '_itens_exame_pathway_perfil_true_13_item', 'field_5970b07607095'),
(1204, 220, 'itens_exame_pathway_perfil_true', '14'),
(1205, 220, '_itens_exame_pathway_perfil_true', 'field_5970b06a07094'),
(1206, 141, 'itens_exame_pathway_perfil_true_2_item', 'Cólon'),
(1207, 141, '_itens_exame_pathway_perfil_true_2_item', 'field_5970b07607095'),
(1208, 141, 'itens_exame_pathway_perfil_true_3_item', 'Mama'),
(1209, 141, '_itens_exame_pathway_perfil_true_3_item', 'field_5970b07607095'),
(1210, 141, 'itens_exame_pathway_perfil_true_4_item', 'Intestino Delgado'),
(1211, 141, '_itens_exame_pathway_perfil_true_4_item', 'field_5970b07607095'),
(1212, 141, 'itens_exame_pathway_perfil_true_5_item', 'Cérebro / Cabeça'),
(1213, 141, '_itens_exame_pathway_perfil_true_5_item', 'field_5970b07607095'),
(1214, 141, 'itens_exame_pathway_perfil_true_6_item', 'Endométrio'),
(1215, 141, '_itens_exame_pathway_perfil_true_6_item', 'field_5970b07607095'),
(1216, 141, 'itens_exame_pathway_perfil_true_7_item', 'Gástrico (estômago)'),
(1217, 141, '_itens_exame_pathway_perfil_true_7_item', 'field_5970b07607095'),
(1218, 141, 'itens_exame_pathway_perfil_true_8_item', 'Próstata'),
(1219, 141, '_itens_exame_pathway_perfil_true_8_item', 'field_5970b07607095'),
(1220, 141, 'itens_exame_pathway_perfil_true_9_item', 'Melonoma'),
(1221, 141, '_itens_exame_pathway_perfil_true_9_item', 'field_5970b07607095'),
(1222, 141, 'itens_exame_pathway_perfil_true_10_item', 'Tireóide '),
(1223, 141, '_itens_exame_pathway_perfil_true_10_item', 'field_5970b07607095'),
(1224, 141, 'itens_exame_pathway_perfil_true_11_item', 'Rim'),
(1225, 141, '_itens_exame_pathway_perfil_true_11_item', 'field_5970b07607095'),
(1226, 141, 'itens_exame_pathway_perfil_true_12_item', 'Carcinoma'),
(1227, 141, '_itens_exame_pathway_perfil_true_12_item', 'field_5970b07607095'),
(1228, 141, 'itens_exame_pathway_perfil_true_13_item', 'Sarcoma'),
(1229, 141, '_itens_exame_pathway_perfil_true_13_item', 'field_5970b07607095'),
(1230, 221, 'texto_pathway_perfil_skinfit', 'Fotoenvelhecimento da pele que inclui:'),
(1231, 221, '_texto_pathway_perfil_skinfit', 'field_5970b42119ccc'),
(1232, 221, 'itens_pathway_perfil_skinfit_0_item', 'Necessidades nutricionais (Principais vitaminas e ácido fólico / ômega 3 / ômega 6)'),
(1233, 221, '_itens_pathway_perfil_skinfit_0_item', 'field_5970b47766faf'),
(1234, 221, 'itens_pathway_perfil_skinfit_1_item', 'Inflamação cutânea e risco de alergias (Como eczema / dermatite / psoríase)'),
(1235, 221, '_itens_pathway_perfil_skinfit_1_item', 'field_5970b47766faf'),
(1236, 221, 'itens_pathway_perfil_skinfit_2_item', 'Textura e elasticidade da pele (Como celulite / estrias / varizes)'),
(1237, 221, '_itens_pathway_perfil_skinfit_2_item', 'field_5970b47766faf'),
(1238, 221, 'itens_pathway_perfil_skinfit_3_item', 'Humidade da pele e fator de hidratação (Como pele seca)'),
(1239, 221, '_itens_pathway_perfil_skinfit_3_item', 'field_5970b47766faf'),
(1240, 221, 'itens_pathway_perfil_skinfit_4_item', 'Proteção contra a oxidação da pele (Como reação antioxidante)'),
(1241, 221, '_itens_pathway_perfil_skinfit_4_item', 'field_5970b47766faf'),
(1242, 221, 'itens_pathway_perfil_skinfit_5_item', 'Glicação da pele'),
(1243, 221, '_itens_pathway_perfil_skinfit_5_item', 'field_5970b47766faf'),
(1244, 221, 'itens_pathway_perfil_skinfit_6_item', 'Fotoenvelhecimento (Como manchas / sardas / rugas / degradação do colágeno)'),
(1245, 221, '_itens_pathway_perfil_skinfit_6_item', 'field_5970b47766faf'),
(1246, 221, 'itens_pathway_perfil_skinfit', '7'),
(1247, 221, '_itens_pathway_perfil_skinfit', 'field_5970b46366fae'),
(1248, 153, 'itens_pathway_perfil_skinfit_3_item', 'Humidade da pele e fator de hidratação (Como pele seca)'),
(1249, 153, '_itens_pathway_perfil_skinfit_3_item', 'field_5970b47766faf'),
(1250, 153, 'itens_pathway_perfil_skinfit_4_item', 'Proteção contra a oxidação da pele (Como reação antioxidante)'),
(1251, 153, '_itens_pathway_perfil_skinfit_4_item', 'field_5970b47766faf'),
(1252, 153, 'itens_pathway_perfil_skinfit_5_item', 'Glicação da pele'),
(1253, 153, '_itens_pathway_perfil_skinfit_5_item', 'field_5970b47766faf'),
(1254, 153, 'itens_pathway_perfil_skinfit_6_item', 'Fotoenvelhecimento (Como manchas / sardas / rugas / degradação do colágeno)'),
(1255, 153, '_itens_pathway_perfil_skinfit_6_item', 'field_5970b47766faf'),
(1256, 222, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1257, 222, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(1258, 222, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet'),
(1259, 222, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(1260, 222, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet'),
(1261, 222, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(1262, 222, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet'),
(1263, 222, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(1264, 222, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet'),
(1265, 222, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(1266, 222, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet'),
(1267, 222, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(1268, 222, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet'),
(1269, 222, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(1270, 222, 'itens_exame_pathway', '6'),
(1271, 222, '_itens_exame_pathway', 'field_596fc2e131e38'),
(1272, 222, 'texto_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1273, 222, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(1274, 222, 'itens_exame_my_gene_diet_0_item', '11 variações genéticas'),
(1275, 222, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(1276, 222, 'itens_exame_my_gene_diet_1_item', 'Compulsão alimentar'),
(1277, 222, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(1278, 222, 'itens_exame_my_gene_diet_2_item', ' Hábito alimentar'),
(1279, 222, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(1280, 222, 'itens_exame_my_gene_diet_3_item', 'Preferências alimentares'),
(1281, 222, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(1282, 222, 'itens_exame_my_gene_diet_4_item', 'Peso corporal'),
(1283, 222, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(1284, 222, 'itens_exame_my_gene_diet_5_item', 'Exercício físico indicado para o seu perfil'),
(1285, 222, '_itens_exame_my_gene_diet_5_item', 'field_596fc486bc81e'),
(1286, 222, 'itens_exame_my_gene_diet_6_item', 'Obesidade'),
(1287, 222, '_itens_exame_my_gene_diet_6_item', 'field_596fc486bc81e'),
(1288, 222, 'itens_exame_my_gene_diet_7_item', 'Tendência a excesso de peso'),
(1289, 222, '_itens_exame_my_gene_diet_7_item', 'field_596fc486bc81e'),
(1290, 222, 'itens_exame_my_gene_diet_8_item', 'Mapeamento das fibras musculares'),
(1291, 222, '_itens_exame_my_gene_diet_8_item', 'field_596fc486bc81e'),
(1292, 222, 'itens_exame_my_gene_diet', '9'),
(1293, 222, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(1294, 124, 'itens_exame_my_gene_diet_5_item', 'Exercício físico indicado para o seu perfil'),
(1295, 124, '_itens_exame_my_gene_diet_5_item', 'field_596fc486bc81e'),
(1296, 124, 'itens_exame_my_gene_diet_6_item', 'Obesidade'),
(1297, 124, '_itens_exame_my_gene_diet_6_item', 'field_596fc486bc81e'),
(1298, 124, 'itens_exame_my_gene_diet_7_item', 'Tendência a excesso de peso'),
(1299, 124, '_itens_exame_my_gene_diet_7_item', 'field_596fc486bc81e'),
(1300, 124, 'itens_exame_my_gene_diet_8_item', 'Mapeamento das fibras musculares'),
(1301, 124, '_itens_exame_my_gene_diet_8_item', 'field_596fc486bc81e'),
(1302, 223, 'texto_exame_pathway_genetics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida. '),
(1303, 223, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(1304, 223, 'itens_exame_pathway_0_item', '80 variações genéticas '),
(1305, 223, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(1306, 223, 'itens_exame_pathway_1_item', 'Tipo certo de dieta   '),
(1307, 223, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(1308, 223, 'itens_exame_pathway_2_item', ' Exercício físico adequado'),
(1309, 223, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(1310, 223, 'itens_exame_pathway_3_item', 'Controle de peso'),
(1311, 223, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(1312, 223, 'itens_exame_pathway_4_item', 'Fatores de saúde metabólica'),
(1313, 223, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(1314, 223, 'itens_exame_pathway_5_item', 'Necessidades nutricionais'),
(1315, 223, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(1316, 223, 'itens_exame_pathway_6_item', 'Reações alimentares');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1317, 223, '_itens_exame_pathway_6_item', 'field_596fc2f231e39'),
(1318, 223, 'itens_exame_pathway_7_item', 'Hábito alimentar'),
(1319, 223, '_itens_exame_pathway_7_item', 'field_596fc2f231e39'),
(1320, 223, 'itens_exame_pathway_8_item', 'Peso corporal'),
(1321, 223, '_itens_exame_pathway_8_item', 'field_596fc2f231e39'),
(1322, 223, 'itens_exame_pathway_9_item', ' Compulsão alimentar'),
(1323, 223, '_itens_exame_pathway_9_item', 'field_596fc2f231e39'),
(1324, 223, 'itens_exame_pathway_10_item', 'Capacidade aeróbica'),
(1325, 223, '_itens_exame_pathway_10_item', 'field_596fc2f231e39'),
(1326, 223, 'itens_exame_pathway_11_item', 'Perca de gordura corporal'),
(1327, 223, '_itens_exame_pathway_11_item', 'field_596fc2f231e39'),
(1328, 223, 'itens_exame_pathway_12_item', ' Obesidade '),
(1329, 223, '_itens_exame_pathway_12_item', 'field_596fc2f231e39'),
(1330, 223, 'itens_exame_pathway_13_item', 'Risco de colesterol elevado'),
(1331, 223, '_itens_exame_pathway_13_item', 'field_596fc2f231e39'),
(1332, 223, 'itens_exame_pathway_14_item', 'Risco de glicose elevada'),
(1333, 223, '_itens_exame_pathway_14_item', 'field_596fc2f231e39'),
(1334, 223, 'itens_exame_pathway_15_item', 'Sensibilidade à insulina'),
(1335, 223, '_itens_exame_pathway_15_item', 'field_596fc2f231e39'),
(1336, 223, 'itens_exame_pathway', '16'),
(1337, 223, '_itens_exame_pathway', 'field_596fc2e131e38'),
(1338, 223, 'texto_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1339, 223, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(1340, 223, 'itens_exame_my_gene_diet_0_item', '11 variações genéticas'),
(1341, 223, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(1342, 223, 'itens_exame_my_gene_diet_1_item', 'Compulsão alimentar'),
(1343, 223, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(1344, 223, 'itens_exame_my_gene_diet_2_item', 'Hábito alimentar'),
(1345, 223, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(1346, 223, 'itens_exame_my_gene_diet_3_item', 'Preferências alimentares'),
(1347, 223, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(1348, 223, 'itens_exame_my_gene_diet_4_item', 'Peso corporal'),
(1349, 223, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(1350, 223, 'itens_exame_my_gene_diet_5_item', 'Exercício físico indicado para o seu perfil'),
(1351, 223, '_itens_exame_my_gene_diet_5_item', 'field_596fc486bc81e'),
(1352, 223, 'itens_exame_my_gene_diet_6_item', 'Obesidade'),
(1353, 223, '_itens_exame_my_gene_diet_6_item', 'field_596fc486bc81e'),
(1354, 223, 'itens_exame_my_gene_diet_7_item', 'Tendência a excesso de peso'),
(1355, 223, '_itens_exame_my_gene_diet_7_item', 'field_596fc486bc81e'),
(1356, 223, 'itens_exame_my_gene_diet_8_item', 'Mapeamento das fibras musculares'),
(1357, 223, '_itens_exame_my_gene_diet_8_item', 'field_596fc486bc81e'),
(1358, 223, 'itens_exame_my_gene_diet', '9'),
(1359, 223, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(1360, 124, 'itens_exame_pathway_6_item', 'Reações alimentares'),
(1361, 124, '_itens_exame_pathway_6_item', 'field_596fc2f231e39'),
(1362, 124, 'itens_exame_pathway_7_item', 'Hábito alimentar'),
(1363, 124, '_itens_exame_pathway_7_item', 'field_596fc2f231e39'),
(1364, 124, 'itens_exame_pathway_8_item', 'Peso corporal'),
(1365, 124, '_itens_exame_pathway_8_item', 'field_596fc2f231e39'),
(1366, 124, 'itens_exame_pathway_9_item', 'Compulsão alimentar'),
(1367, 124, '_itens_exame_pathway_9_item', 'field_596fc2f231e39'),
(1368, 124, 'itens_exame_pathway_10_item', 'Capacidade aeróbica'),
(1369, 124, '_itens_exame_pathway_10_item', 'field_596fc2f231e39'),
(1370, 124, 'itens_exame_pathway_11_item', 'Perca de gordura corporal'),
(1371, 124, '_itens_exame_pathway_11_item', 'field_596fc2f231e39'),
(1372, 124, 'itens_exame_pathway_12_item', 'Obesidade'),
(1373, 124, '_itens_exame_pathway_12_item', 'field_596fc2f231e39'),
(1374, 124, 'itens_exame_pathway_13_item', 'Risco de colesterol elevado'),
(1375, 124, '_itens_exame_pathway_13_item', 'field_596fc2f231e39'),
(1376, 124, 'itens_exame_pathway_14_item', 'Risco de glicose elevada'),
(1377, 124, '_itens_exame_pathway_14_item', 'field_596fc2f231e39'),
(1378, 124, 'itens_exame_pathway_15_item', 'Sensibilidade à insulina'),
(1379, 124, '_itens_exame_pathway_15_item', 'field_596fc2f231e39'),
(1380, 224, 'texto_seja_um_credenciado', 'A Anaclin é representante exclusiva da My Gene Diet e Pathway Genomics no estado do Paraná e Litoral Catarinense. Estamos cadastrando clínicas parceiras que compartilham da visão da Anaclin no emagrecimento, nutrição, prevenção e qualidade de vida com atendimento personalizado. Para mais informações sobre parceria, por favor entre em contato.'),
(1381, 224, '_texto_seja_um_credenciado', 'field_596e498f3aa89'),
(1382, 225, 'texto_seja_um_credenciado', 'Estamos cadastrando clínicas parceiras que compartilham da visão da Anaclin no emagrecimento, nutrição, prevenção e qualidade de vida com atendimento personalizado. Para mais informações sobre parceria, por favor entre em contato.'),
(1383, 225, '_texto_seja_um_credenciado', 'field_596e498f3aa89'),
(1384, 209, '_wpmidia_post_views_count', '125'),
(1385, 1, '_edit_lock', '1504698501:1'),
(1386, 228, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1387, 228, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1388, 228, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1389, 228, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1390, 228, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1391, 228, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1392, 228, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1393, 228, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1394, 228, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1395, 228, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1396, 228, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1397, 228, '_perda_de_peso', 'field_5970bd189d4f2'),
(1398, 228, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1399, 228, '_texto_cursos', 'field_5970be96d72d0'),
(1400, 228, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(1401, 228, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(1402, 228, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1403, 228, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(1404, 228, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(1405, 228, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(1406, 228, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1407, 228, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(1408, 228, 'cursos', '2'),
(1409, 228, '_cursos', 'field_5970bf6dcefda'),
(1410, 228, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(1411, 228, '_frase_fale_conosco', 'field_5970c046f7def'),
(1412, 71, '_edit_lock', '1520623156:1'),
(1413, 71, '_edit_last', '1'),
(1414, 230, 'nossa_estrutura', 'Nossa estrutura lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(1415, 230, '_nossa_estrutura', 'field_596cf4efa8192'),
(1416, 230, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1417, 230, '_nossa_missão', 'field_596cf52b590b5'),
(1418, 230, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1419, 230, '_nossa_visão', 'field_596cf51b590b4'),
(1420, 230, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1421, 230, '_nossos_valores', 'field_596cf536590b6'),
(1422, 230, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1423, 230, '_nosso_parceiro', 'field_59afee5507fb2'),
(1424, 7, 'nosso_parceiro', ''),
(1425, 7, '_nosso_parceiro', 'field_59afee5507fb2'),
(1426, 232, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1427, 232, '_como_funciona', 'field_59afef6707e5e'),
(1428, 232, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1429, 232, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1430, 232, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1431, 232, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1432, 232, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1433, 232, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1434, 232, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1435, 232, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1436, 232, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1437, 232, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1438, 232, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1439, 232, '_perda_de_peso', 'field_5970bd189d4f2'),
(1440, 232, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1441, 232, '_texto_cursos', 'field_5970be96d72d0'),
(1442, 232, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(1443, 232, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(1444, 232, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1445, 232, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(1446, 232, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(1447, 232, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(1448, 232, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1449, 232, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(1450, 232, 'cursos', '2'),
(1451, 232, '_cursos', 'field_5970bf6dcefda'),
(1452, 232, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(1453, 232, '_frase_fale_conosco', 'field_5970c046f7def'),
(1454, 13, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1455, 13, '_como_funciona', 'field_59afef6707e5e'),
(1456, 233, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1457, 233, '_como_funciona', 'field_59afef6707e5e'),
(1458, 233, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1459, 233, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1460, 233, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1461, 233, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1462, 233, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1463, 233, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1464, 233, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1465, 233, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1466, 233, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1467, 233, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1468, 233, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1469, 233, '_perda_de_peso', 'field_5970bd189d4f2'),
(1470, 233, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1471, 233, '_texto_cursos', 'field_5970be96d72d0'),
(1472, 233, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(1473, 233, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(1474, 233, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1475, 233, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(1476, 233, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(1477, 233, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(1478, 233, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1479, 233, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(1480, 233, 'cursos', '2'),
(1481, 233, '_cursos', 'field_5970bf6dcefda'),
(1482, 233, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(1483, 233, '_frase_fale_conosco', 'field_5970c046f7def'),
(1484, 235, 'nossa_estrutura', 'Nossa estrutura lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.'),
(1485, 235, '_nossa_estrutura', 'field_596cf4efa8192'),
(1486, 235, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1487, 235, '_nossa_missão', 'field_596cf52b590b5'),
(1488, 235, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1489, 235, '_nossa_visão', 'field_596cf51b590b4'),
(1490, 235, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1491, 235, '_nossos_valores', 'field_596cf536590b6'),
(1492, 235, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1493, 235, '_nosso_parceiro', 'field_59afee5507fb2'),
(1494, 189, '_wpmidia_post_views_count', '141'),
(1495, 236, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(1496, 236, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(1497, 236, 'texto_agende_uma_avaliação', 'Profissionais especializados em emagrecimento, nutrição e prevenção.'),
(1498, 236, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(1499, 236, 'formulario_popup_agendar_uma_consulta', '[contact-form-7 id=\"191\" title=\"Formulário Popup Agendar uma Consulta\"]'),
(1500, 236, '_formulario_popup_agendar_uma_consulta', 'field_5971f268fe8be'),
(1501, 237, 'texto_exames_exclusivos', 'Emagrecimento eficiente de acordo com seu DNA.'),
(1502, 237, '_texto_exames_exclusivos', 'field_596cf22e5e2e3'),
(1503, 237, 'texto_agende_uma_avaliação', 'Profissionais especializados em emagrecimento, <br>nutrição e prevenção.'),
(1504, 237, '_texto_agende_uma_avaliação', 'field_596cf3a390b8e'),
(1505, 237, 'formulario_popup_agendar_uma_consulta', '[contact-form-7 id=\"191\" title=\"Formulário Popup Agendar uma Consulta\"]'),
(1506, 237, '_formulario_popup_agendar_uma_consulta', 'field_5971f268fe8be'),
(1507, 238, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida.\r\nA Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia.\r\n\r\nAgende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1508, 238, '_nossa_estrutura', 'field_596cf4efa8192'),
(1509, 238, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1510, 238, '_nossa_missão', 'field_596cf52b590b5'),
(1511, 238, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1512, 238, '_nossa_visão', 'field_596cf51b590b4'),
(1513, 238, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1514, 238, '_nossos_valores', 'field_596cf536590b6'),
(1515, 238, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1516, 238, '_nosso_parceiro', 'field_59afee5507fb2'),
(1517, 239, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1518, 239, '_nossa_estrutura', 'field_596cf4efa8192'),
(1519, 239, 'nossa_missão', 'Nossa missão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1520, 239, '_nossa_missão', 'field_596cf52b590b5'),
(1521, 239, 'nossa_visão', 'Nossa visão lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1522, 239, '_nossa_visão', 'field_596cf51b590b4'),
(1523, 239, 'nossos_valores', 'Nossos valores lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed.'),
(1524, 239, '_nossos_valores', 'field_596cf536590b6'),
(1525, 239, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1526, 239, '_nosso_parceiro', 'field_59afee5507fb2'),
(1527, 240, '_wp_attached_file', '2017/07/logo.png'),
(1528, 240, '_ale_hide_from_gallery', '0'),
(1529, 240, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:228;s:6:\"height\";i:80;s:4:\"file\";s:16:\"2017/07/logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:14:\"logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:15:\"logo-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:15:\"logo-180x80.png\";s:5:\"width\";i:180;s:6:\"height\";i:80;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:{}}}'),
(1530, 241, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1531, 241, '_nossa_estrutura', 'field_596cf4efa8192'),
(1532, 241, 'nossa_missão', ''),
(1533, 241, '_nossa_missão', 'field_596cf52b590b5'),
(1534, 241, 'nossa_visão', ''),
(1535, 241, '_nossa_visão', 'field_596cf51b590b4'),
(1536, 241, 'nossos_valores', '.'),
(1537, 241, '_nossos_valores', 'field_596cf536590b6'),
(1538, 241, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1539, 241, '_nosso_parceiro', 'field_59afee5507fb2'),
(1540, 242, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(1541, 242, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(1542, 242, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer o melhor resultado para você.'),
(1543, 242, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(1544, 242, 'texto_exame_pathway_genomics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida.'),
(1545, 242, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(1546, 242, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1547, 242, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(1548, 242, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(1549, 242, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(1550, 243, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(1551, 243, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(1552, 243, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(1553, 243, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(1554, 243, 'texto_exame_pathway_genomics', 'A Pathway Genomics é uma empresa americana, fundada em 2008 e líder mundial em testes genéticos. Com laboratório clínico próprio, a Pathway oferece testes acionáveis sobre: dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental. Apropriados para todo os perfis de pacientes, os exames da Pathway são a solução para a prevenção e tratamentos médicos efetivos. Utilize o seu DNA, combinado com  a mais alta tecnologia genética, para obter informações genéticas acuradas que ajudam a otimizar seus cuidados com a saúde e qualidade de vida.'),
(1555, 243, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(1556, 243, 'texto_exame_my_gene_diet', 'O My Gene Diet é um teste patenteado pela empresa dinamarquesa Natures Remedies Ltd. O mapeamento da My Gene Diet analisa onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados. É o mapeamento mais completo do mercado nacional e internacional, e com fundamento científico. O My Gene Diet é a nova e definitiva solução para programas de emagrecimento eficientes, com qualidade de vida, e com a manutenção do peso após a conclusão do programa. O exame é realizado uma única vez, e pode ser aplicado para todas as idades (crianças, adultos e idosos). '),
(1557, 243, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(1558, 243, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(1559, 243, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(1560, 245, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1561, 245, '_como_funciona', 'field_59afef6707e5e'),
(1562, 245, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1563, 245, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1564, 245, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1565, 245, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1566, 245, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1567, 245, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1568, 245, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1569, 245, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1570, 245, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1571, 245, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1572, 245, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1573, 245, '_perda_de_peso', 'field_5970bd189d4f2'),
(1574, 245, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1575, 245, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1576, 245, 'texto_cursos', 'Texto Cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(1577, 245, '_texto_cursos', 'field_5970be96d72d0'),
(1578, 245, 'cursos_0_nome_do_curso', 'Lorem Ipsum'),
(1579, 245, '_cursos_0_nome_do_curso', 'field_5970bf75cefdb'),
(1580, 245, 'cursos_0_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1581, 245, '_cursos_0_descrição', 'field_5970bf7fcefdc'),
(1582, 245, 'cursos_1_nome_do_curso', 'Lorem Ipsum'),
(1583, 245, '_cursos_1_nome_do_curso', 'field_5970bf75cefdb'),
(1584, 245, 'cursos_1_descrição', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices.'),
(1585, 245, '_cursos_1_descrição', 'field_5970bf7fcefdc'),
(1586, 245, 'cursos', '2'),
(1587, 245, '_cursos', 'field_5970bf6dcefda'),
(1588, 245, 'frase_fale_conosco', 'Frase Ipsum dolor sit amet'),
(1589, 245, '_frase_fale_conosco', 'field_5970c046f7def'),
(1590, 13, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1591, 13, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1592, 246, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1593, 246, '_como_funciona', 'field_59afef6707e5e'),
(1594, 246, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1595, 246, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1596, 246, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1597, 246, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1598, 246, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1599, 246, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1600, 246, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1601, 246, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1602, 246, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1603, 246, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1604, 246, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1605, 246, '_perda_de_peso', 'field_5970bd189d4f2'),
(1606, 246, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1607, 246, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1608, 246, 'texto_cursos', 'Em Breve'),
(1609, 246, '_texto_cursos', 'field_5970be96d72d0'),
(1610, 246, 'cursos', '0'),
(1611, 246, '_cursos', 'field_5970bf6dcefda'),
(1612, 246, 'frase_fale_conosco', ''),
(1613, 246, '_frase_fale_conosco', 'field_5970c046f7def'),
(1614, 247, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1615, 247, '_como_funciona', 'field_59afef6707e5e'),
(1616, 247, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1617, 247, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1618, 247, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1619, 247, '_mapeamento_do_dna', 'field_5970bcee9d4ee');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1620, 247, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1621, 247, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1622, 247, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1623, 247, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1624, 247, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1625, 247, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1626, 247, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1627, 247, '_perda_de_peso', 'field_5970bd189d4f2'),
(1628, 247, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1629, 247, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1630, 247, 'texto_cursos', 'Em Breve.'),
(1631, 247, '_texto_cursos', 'field_5970be96d72d0'),
(1632, 247, 'cursos', '0'),
(1633, 247, '_cursos', 'field_5970bf6dcefda'),
(1634, 247, 'frase_fale_conosco', ''),
(1635, 247, '_frase_fale_conosco', 'field_5970c046f7def'),
(1645, 249, '_edit_last', '1'),
(1646, 249, '_edit_lock', '1505161679:1'),
(1647, 249, '_thumbnail_id', '253'),
(1648, 250, '_edit_last', '1'),
(1649, 250, '_edit_lock', '1505849926:1'),
(1650, 250, '_thumbnail_id', '253'),
(1651, 251, '_wp_attached_file', '2017/09/depoimentos.jpg'),
(1652, 251, '_ale_hide_from_gallery', '0'),
(1653, 251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:105;s:6:\"height\";i:105;s:4:\"file\";s:23:\"2017/09/depoimentos.jpg\";s:5:\"sizes\";a:2:{s:16:\"featured_preview\";a:4:{s:4:\"file\";s:21:\"depoimentos-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:22:\"depoimentos-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1657, 253, '_wp_attached_file', '2017/07/depoimentos-logo.jpg'),
(1658, 253, '_ale_hide_from_gallery', '0'),
(1659, 253, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:105;s:6:\"height\";i:105;s:4:\"file\";s:28:\"2017/07/depoimentos-logo.jpg\";s:5:\"sizes\";a:2:{s:16:\"featured_preview\";a:4:{s:4:\"file\";s:26:\"depoimentos-logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:27:\"depoimentos-logo-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1661, 255, '_wp_attached_file', '2017/07/anaclin_banner01.png'),
(1662, 255, '_ale_hide_from_gallery', '0'),
(1663, 255, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:387;s:6:\"height\";i:290;s:4:\"file\";s:28:\"2017/07/anaclin_banner01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:26:\"anaclin_banner01-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:27:\"anaclin_banner01-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-387x180.png\";s:5:\"width\";i:387;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:28:\"anaclin_banner01-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1664, 257, '_edit_last', '1'),
(1665, 257, '_edit_lock', '1531227140:1'),
(1666, 258, '_wp_attached_file', '2017/09/anaclin_banner02.png'),
(1667, 258, '_ale_hide_from_gallery', '0'),
(1668, 258, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:321;s:6:\"height\";i:387;s:4:\"file\";s:28:\"2017/09/anaclin_banner02.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-249x300.png\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:26:\"anaclin_banner02-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-321x330.png\";s:5:\"width\";i:321;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:27:\"anaclin_banner02-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-321x180.png\";s:5:\"width\";i:321;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:28:\"anaclin_banner02-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1669, 257, '_thumbnail_id', '400'),
(1670, 257, 'link', 'http://anaclingenetica.com.br/servicos/'),
(1671, 257, '_link', 'field_5971f4031dffb'),
(1672, 42, '_wp_old_slug', 'titulo-da-noticia'),
(1673, 44, '_wp_old_slug', 'titulo-da-noticia-2'),
(1674, 260, '_wp_attached_file', '2017/07/2.jpg'),
(1675, 260, '_ale_hide_from_gallery', '0'),
(1676, 260, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:457;s:4:\"file\";s:13:\"2017/07/2.jpg\";s:5:\"sizes\";a:12:{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-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"2-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:11:\"2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"2-940x457.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:13:\"2-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:12:\"2-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:13:\"2-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:13:\"2-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:13:\"2-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:13:\"2-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1677, 261, '_wp_attached_file', '2017/07/1.jpg'),
(1678, 261, '_ale_hide_from_gallery', '0'),
(1679, 261, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:457;s:4:\"file\";s:13:\"2017/07/1.jpg\";s:5:\"sizes\";a:12:{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-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:11:\"1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-940x457.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:13:\"1-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:12:\"1-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:13:\"1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:13:\"1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:13:\"1-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:13:\"1-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1731, 279, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1732, 279, '_nossa_estrutura', 'field_596cf4efa8192'),
(1733, 279, 'nossa_missão', ''),
(1734, 279, '_nossa_missão', 'field_596cf52b590b5'),
(1735, 279, 'nossa_visão', ''),
(1736, 279, '_nossa_visão', 'field_596cf51b590b4'),
(1737, 279, 'nossos_valores', ''),
(1738, 279, '_nossos_valores', 'field_596cf536590b6'),
(1739, 279, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n				<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n				<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n				<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1740, 279, '_nosso_parceiro', 'field_59afee5507fb2'),
(1741, 208, '_wpmidia_post_views_count', '140'),
(1751, 283, '_edit_last', '1'),
(1752, 283, '_edit_lock', '1507059684:1'),
(1753, 283, '_thumbnail_id', '68'),
(1754, 283, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(1755, 283, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(1756, 283, 'crm_do_medico_destacado', '9785345'),
(1757, 283, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(1758, 283, 'doutores_0_imagem', '68'),
(1759, 283, '_doutores_0_imagem', 'field_596d0a328a227'),
(1760, 283, 'doutores_0_nome', 'Dr. Lorem Ipsum'),
(1761, 283, '_doutores_0_nome', 'field_596d0a3c8a228'),
(1762, 283, 'doutores_0_crm', '9785345'),
(1763, 283, '_doutores_0_crm', 'field_596d0a418a229'),
(1764, 283, 'doutores', '1'),
(1765, 283, '_doutores', 'field_596d0a238a226'),
(1766, 283, '_wpmidia_post_views_count', '110'),
(1767, 1, '_wpmidia_post_views_count', '22'),
(1769, 91, '_wpmidia_post_views_count', '119'),
(1771, 104, '_wpmidia_post_views_count', '5'),
(1772, 257, '_wpmidia_post_views_count', '15'),
(1773, 250, '_wpmidia_post_views_count', '13'),
(1775, 106, '_wpmidia_post_views_count', '7'),
(1776, 38, '_wpmidia_post_views_count', '27'),
(1777, 7, '_yoast_wpseo_content_score', '30'),
(1778, 284, '_wp_attached_file', '2017/07/recepcao-anaclin.jpg'),
(1779, 284, '_ale_hide_from_gallery', '0'),
(1780, 284, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:743;s:6:\"height\";i:1039;s:4:\"file\";s:28:\"2017/07/recepcao-anaclin.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-150x150.jpg\";s:5:\"width\";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:\"recepcao-anaclin-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"recepcao-anaclin-732x1024.jpg\";s:5:\"width\";i:732;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:26:\"recepcao-anaclin-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-743x537.jpg\";s:5:\"width\";i:743;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-743x330.jpg\";s:5:\"width\";i:743;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:27:\"recepcao-anaclin-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:28:\"recepcao-anaclin-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1781, 285, '_wp_attached_file', '2017/07/cafe-espera.jpeg'),
(1782, 285, '_ale_hide_from_gallery', '0'),
(1783, 285, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:24:\"2017/07/cafe-espera.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cafe-espera-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cafe-espera-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"cafe-espera-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"cafe-espera-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:22:\"cafe-espera-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"cafe-espera-940x537.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:24:\"cafe-espera-950x330.jpeg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:23:\"cafe-espera-100x67.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:24:\"cafe-espera-180x120.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:24:\"cafe-espera-300x170.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:24:\"cafe-espera-692x180.jpeg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:24:\"cafe-espera-230x170.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1784, 286, '_wp_attached_file', '2017/07/consultorio1.jpeg'),
(1785, 286, '_ale_hide_from_gallery', '0'),
(1786, 286, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:25:\"2017/07/consultorio1.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"consultorio1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"consultorio1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"consultorio1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"consultorio1-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:23:\"consultorio1-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"consultorio1-940x537.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:25:\"consultorio1-950x330.jpeg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:24:\"consultorio1-100x67.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:25:\"consultorio1-180x120.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:25:\"consultorio1-300x170.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:25:\"consultorio1-692x180.jpeg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:25:\"consultorio1-230x170.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1787, 287, '_wp_attached_file', '2017/07/consultorio2.1.jpg'),
(1788, 287, '_ale_hide_from_gallery', '0'),
(1789, 287, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2017/07/consultorio2.1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-150x150.jpg\";s:5:\"width\";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:\"consultorio2.1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:24:\"consultorio2.1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-940x537.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:25:\"consultorio2.1-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:26:\"consultorio2.1-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1790, 288, '_wp_attached_file', '2017/07/consultorio2.jpg'),
(1791, 288, '_ale_hide_from_gallery', '0'),
(1792, 288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:24:\"2017/07/consultorio2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"consultorio2-150x150.jpg\";s:5:\"width\";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:\"consultorio2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"consultorio2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:22:\"consultorio2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"consultorio2-940x537.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:24:\"consultorio2-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:23:\"consultorio2-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:24:\"consultorio2-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:24:\"consultorio2-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:24:\"consultorio2-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:24:\"consultorio2-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1793, 289, '_wp_attached_file', '2017/07/entrada.jpg'),
(1794, 289, '_ale_hide_from_gallery', '0'),
(1795, 289, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1292;s:4:\"file\";s:19:\"2017/07/entrada.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"entrada-150x150.jpg\";s:5:\"width\";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:\"entrada-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"entrada-768x992.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:992;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"entrada-793x1024.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:17:\"entrada-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"entrada-940x537.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:19:\"entrada-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:18:\"entrada-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:19:\"entrada-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:19:\"entrada-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:19:\"entrada-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:19:\"entrada-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1796, 290, '_wp_attached_file', '2017/07/cantinho-cafe.jpg'),
(1797, 290, '_ale_hide_from_gallery', '0'),
(1798, 290, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1380;s:4:\"file\";s:25:\"2017/07/cantinho-cafe.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-150x150.jpg\";s:5:\"width\";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:\"cantinho-cafe-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cantinho-cafe-768x1060.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cantinho-cafe-742x1024.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:23:\"cantinho-cafe-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-940x537.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"banner\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-950x330.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:24:\"cantinho-cafe-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-692x180.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:25:\"cantinho-cafe-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1799, 7, 'vdw_gallery_id', 'a:7:{i:0;s:3:\"289\";i:1;s:3:\"284\";i:2;s:3:\"285\";i:3;s:3:\"290\";i:4;s:3:\"286\";i:5;s:3:\"288\";i:6;s:3:\"287\";}'),
(1800, 291, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1801, 291, '_nossa_estrutura', 'field_596cf4efa8192'),
(1802, 291, 'nossa_missão', ''),
(1803, 291, '_nossa_missão', 'field_596cf52b590b5'),
(1804, 291, 'nossa_visão', ''),
(1805, 291, '_nossa_visão', 'field_596cf51b590b4'),
(1806, 291, 'nossos_valores', ''),
(1807, 291, '_nossos_valores', 'field_596cf536590b6'),
(1808, 291, 'nosso_parceiro', '<p>Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.</p>\r\n<p>A parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.</p>\r\n<p>A Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.</p>\r\n<p>Tendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.</p>\r\n<p>A abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.</p>'),
(1809, 291, '_nosso_parceiro', 'field_59afee5507fb2'),
(1810, 292, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1811, 292, '_nossa_estrutura', 'field_596cf4efa8192'),
(1812, 292, 'nossa_missão', ''),
(1813, 292, '_nossa_missão', 'field_596cf52b590b5'),
(1814, 292, 'nossa_visão', ''),
(1815, 292, '_nossa_visão', 'field_596cf51b590b4'),
(1816, 292, 'nossos_valores', ''),
(1817, 292, '_nossos_valores', 'field_596cf536590b6'),
(1818, 292, 'nosso_parceiro', 'Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.\r\nA parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.\r\nA Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.\r\nA abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.'),
(1819, 292, '_nosso_parceiro', 'field_59afee5507fb2'),
(1820, 293, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1821, 293, '_nossa_estrutura', 'field_596cf4efa8192'),
(1822, 293, 'nossa_missão', ''),
(1823, 293, '_nossa_missão', 'field_596cf52b590b5'),
(1824, 293, 'nossa_visão', ''),
(1825, 293, '_nossa_visão', 'field_596cf51b590b4'),
(1826, 293, 'nossos_valores', ''),
(1827, 293, '_nossos_valores', 'field_596cf536590b6'),
(1828, 293, 'nosso_parceiro', 'Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavos Borges.\r\n\r\nA parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.\r\n\r\nA Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.\r\n\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.\r\n\r\nA abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.'),
(1829, 293, '_nosso_parceiro', 'field_59afee5507fb2'),
(1830, 38, '_yoast_wpseo_content_score', '60'),
(1831, 40, '_yoast_wpseo_content_score', '30'),
(1832, 257, '_yoast_wpseo_content_score', '60'),
(1833, 40, '_wpmidia_post_views_count', '31'),
(1834, 105, '_wpmidia_post_views_count', '10'),
(1835, 106, '_oembed_06750cffaed056a9ebd4a29ba5563333', '{{unknown}}'),
(1836, 106, '_yoast_wpseo_primary_estado', ''),
(1837, 106, '_yoast_wpseo_content_score', '60'),
(1838, 104, '_yoast_wpseo_primary_estado', ''),
(1839, 104, '_yoast_wpseo_content_score', '60'),
(1840, 105, '_yoast_wpseo_primary_estado', '6'),
(1841, 105, '_yoast_wpseo_content_score', '60'),
(1842, 106, '_oembed_74a3649420a06a77e9ffebdd7c9366b7', '{{unknown}}'),
(1843, 249, '_wpmidia_post_views_count', '3'),
(1853, 303, '_edit_last', '1'),
(1854, 303, '_edit_lock', '1518034600:1'),
(1855, 303, '_yoast_wpseo_primary_estado', '28'),
(1856, 303, '_yoast_wpseo_content_score', '60'),
(1857, 67, '_yoast_wpseo_content_score', '30'),
(1861, 283, '_yoast_wpseo_content_score', '30'),
(1865, 209, '_yoast_wpseo_content_score', '60'),
(1866, 189, '_yoast_wpseo_content_score', '30'),
(1892, 312, '_edit_last', '1'),
(1893, 312, '_edit_lock', '1518626409:1'),
(1894, 312, '_yoast_wpseo_primary_estado', '14'),
(1895, 312, '_yoast_wpseo_content_score', '60'),
(1896, 303, '_wpmidia_post_views_count', '12'),
(1897, 312, '_wpmidia_post_views_count', '10'),
(1898, 316, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(1899, 316, '_nossa_estrutura', 'field_596cf4efa8192'),
(1900, 316, 'nossa_missão', ''),
(1901, 316, '_nossa_missão', 'field_596cf52b590b5'),
(1902, 316, 'nossa_visão', ''),
(1903, 316, '_nossa_visão', 'field_596cf51b590b4'),
(1904, 316, 'nossos_valores', ''),
(1905, 316, '_nossos_valores', 'field_596cf536590b6'),
(1906, 316, 'nosso_parceiro', 'Uma honra para a Anaclin. Estamos em uma importante parceria o Espaço Anaclin na Academia Gustavo Borges.\r\n\r\nA parceria com a Anaclin chega para complementar o trabalho dos profissionais e trazer um diferencial importante para otimizar os treinos e dietas dos alunos, através da genética e medicina individualizada.\r\n\r\nA Gustavo Borges possui o que há de mais avançado em técnica, atendimento, infra-estrutura, tecnologia e equipamentos.\r\n\r\nTendo como missão a busca por inovação continua, reforçando o papel de pioneiros na evolução da área de natação com excelência e personalização.\r\n\r\nA abertura do espaço Anaclin contará com uma equipe multidisciplinar para melhor atender e com um tratamento totalmente individualizado.'),
(1907, 316, '_nosso_parceiro', 'field_59afee5507fb2'),
(1908, 318, '_edit_last', '1'),
(1909, 318, '_yoast_wpseo_primary_estado', '15'),
(1910, 318, '_yoast_wpseo_content_score', '60'),
(1911, 318, '_edit_lock', '1509044552:1'),
(1912, 318, '_wpmidia_post_views_count', '4'),
(1918, 208, '_yoast_wpseo_content_score', '30'),
(1919, 323, 'nome_do_medico_destacado', 'Dr. Lorem Destacado'),
(1920, 323, '_nome_do_medico_destacado', 'field_5970e795f3bd0'),
(1921, 323, 'crm_do_medico_destacado', '76764'),
(1922, 323, '_crm_do_medico_destacado', 'field_5970e7a5f3bd1'),
(1923, 323, 'doutores_0_imagem', '68'),
(1924, 323, '_doutores_0_imagem', 'field_596d0a328a227'),
(1925, 323, 'doutores_0_nome', 'Dr. Lorem Ipsum'),
(1926, 323, '_doutores_0_nome', 'field_596d0a3c8a228'),
(1927, 323, 'doutores_0_crm', '88984'),
(1928, 323, '_doutores_0_crm', 'field_596d0a418a229'),
(1929, 323, 'doutores', '1'),
(1930, 323, '_doutores', 'field_596d0a238a226'),
(1931, 208, '_oembed_c605c8720311befa972bd8177bc8c75f', '{{unknown}}'),
(1932, 326, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 9 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1933, 326, '_como_funciona', 'field_59afef6707e5e'),
(1934, 326, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1935, 326, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1936, 326, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1937, 326, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1938, 326, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1939, 326, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1940, 326, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1941, 326, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1942, 326, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1943, 326, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1944, 326, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1945, 326, '_perda_de_peso', 'field_5970bd189d4f2'),
(1946, 326, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1947, 326, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1948, 326, 'texto_cursos', 'Em Breve.'),
(1949, 326, '_texto_cursos', 'field_5970be96d72d0'),
(1950, 326, 'cursos', '0'),
(1951, 326, '_cursos', 'field_5970bf6dcefda'),
(1952, 326, 'frase_fale_conosco', ''),
(1953, 326, '_frase_fale_conosco', 'field_5970c046f7def'),
(1954, 13, '_yoast_wpseo_content_score', '30'),
(1955, 328, 'como_funciona', 'Você terá o acompanhamento nutricional, onde será desenvolvido de acordo com a necessidade de cada participante com técnicas e estratégias buscando o emagrecimento saudável.\r\nParticipação de palestras e atividades com o Profissional de Educação Física (Personal Trainer) a fim de mostrar a importância da atividade física no processo de emagrecimento e como existem formas simples de adaptar a atividade física ao seu dia a dia.\r\nParticipação com a Psicóloga no intuito de aprender sobre o manejo da ansiedade, como não sabotar a orientação nutricional e como o suporte motivacional e autoestima podem potencializar o emagrecimento.\r\nEm 10 encontros com duração de 2 horas e ½ sendo 1 vez na semana.\r\n\r\nVocê receberá:\r\n- Orientações de um plano alimentar\r\n- Desafios semanais\r\n- Controle de peso semanal\r\n- Aula de culinária\r\n- Fome física x fome emocional\r\n- Encontro no parque com Profissional de Educação Física - Personal Trainer\r\n- Mudanças de hábitos alimentares\r\n- Técnicas para diminuir a ansiedade\r\n- Relaxamento e vivências para elevação da autoestima\r\n- Metas realistas de emagrecimento saudável\r\n- Ir para academia e ver a mudança na composição corporal\r\n- Orientações sobre sua genética relacionada a obesidade com estratégias de como deixar os seus genes trabalharem por você.\r\n\r\nSuporte Via WhatsApp com os profissionais de todas as especialidades envolvidas no Grupo de Emagrecimento.\r\nFicando on line no grupo do WhatsApp uma hora semanal com cada especialidade.\r\nAssim poderá tirar dúvidas que geram durante a semana até o próximo encontro e assim evitando o não sucesso do seu objetivo que é o Emagrecimento Saudável.'),
(1956, 328, '_como_funciona', 'field_59afef6707e5e'),
(1957, 328, 'coleta_da_amostra', 'É coletada uma amostra de 2ml de saliva bucal.'),
(1958, 328, '_coleta_da_amostra', 'field_5970bcce9d4ed'),
(1959, 328, 'mapeamento_do_dna', 'A amostra é enviada para laboratórios no exterior. O mapeamento é realizado a partir de variantes genéticas individuais que  interferem na resposta à dieta. Estes dados auxiliam na definição  da expressão dos genes, de modo a promover saúde e reduzir o  risco de doença crônicas.'),
(1960, 328, '_mapeamento_do_dna', 'field_5970bcee9d4ee'),
(1961, 328, 'resultado_do_mapeamento', 'Com o resultado em mãos, conseguimos elaborar uma lista com  os alimentos e exercícios mais adequados ao seu perfil genético,  indicando o tipo e o tempo ideal de atividades para manter  seu peso sempre saudável.'),
(1962, 328, '_resultado_do_mapeamento', 'field_5970bcf89d4ef'),
(1963, 328, 'indicação_do_tratamento', 'Após o resultado do mapeamento genético, você receberá um  plano de tratamento chamado de coaching de emagrecimento.'),
(1964, 328, '_indicação_do_tratamento', 'field_5970bd079d4f0'),
(1965, 328, 'acompanhamento_clinico', 'Para garantir a eficiência do processo, você será avaliado e  acompanhado constantemente por nossa equipe clínica.'),
(1966, 328, '_acompanhamento_clinico', 'field_5970bd109d4f1'),
(1967, 328, 'perda_de_peso', 'Seguindo as orientações clínicas você conseguirá o peso  desejado de uma forma saudável e duradoura.'),
(1968, 328, '_perda_de_peso', 'field_5970bd189d4f2'),
(1969, 328, 'texto_conheça_nossos_exames', 'Exames Genéticos Exclusivos'),
(1970, 328, '_texto_conheça_nossos_exames', 'field_59b6c1b3f3654'),
(1971, 328, 'texto_cursos', 'Em Breve.'),
(1972, 328, '_texto_cursos', 'field_5970be96d72d0'),
(1973, 328, 'cursos', '0'),
(1974, 328, '_cursos', 'field_5970bf6dcefda'),
(1975, 328, 'frase_fale_conosco', ''),
(1976, 328, '_frase_fale_conosco', 'field_5970c046f7def'),
(1977, 329, '_edit_last', '1'),
(1978, 329, '_edit_lock', '1518626781:1'),
(1979, 329, '_yoast_wpseo_primary_estado', '20'),
(1980, 329, '_yoast_wpseo_content_score', '60'),
(1981, 331, 'texto_exame_pathway_genetics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável. '),
(1982, 331, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(1983, 331, 'itens_exame_pathway_0_item', '80 variações genéticas'),
(1984, 331, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(1985, 331, 'itens_exame_pathway_1_item', 'Tipo certo de dieta'),
(1986, 331, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(1987, 331, 'itens_exame_pathway_2_item', 'Exercício físico adequado'),
(1988, 331, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(1989, 331, 'itens_exame_pathway_3_item', 'Controle de peso'),
(1990, 331, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(1991, 331, 'itens_exame_pathway_4_item', 'Fatores de saúde metabólica'),
(1992, 331, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(1993, 331, 'itens_exame_pathway_5_item', 'Necessidades nutricionais'),
(1994, 331, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(1995, 331, 'itens_exame_pathway_6_item', 'Reações alimentares'),
(1996, 331, '_itens_exame_pathway_6_item', 'field_596fc2f231e39'),
(1997, 331, 'itens_exame_pathway_7_item', 'Hábito alimentar');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1998, 331, '_itens_exame_pathway_7_item', 'field_596fc2f231e39'),
(1999, 331, 'itens_exame_pathway_8_item', 'Peso corporal'),
(2000, 331, '_itens_exame_pathway_8_item', 'field_596fc2f231e39'),
(2001, 331, 'itens_exame_pathway_9_item', 'Compulsão alimentar'),
(2002, 331, '_itens_exame_pathway_9_item', 'field_596fc2f231e39'),
(2003, 331, 'itens_exame_pathway_10_item', 'Capacidade aeróbica'),
(2004, 331, '_itens_exame_pathway_10_item', 'field_596fc2f231e39'),
(2005, 331, 'itens_exame_pathway_11_item', 'Perca de gordura corporal'),
(2006, 331, '_itens_exame_pathway_11_item', 'field_596fc2f231e39'),
(2007, 331, 'itens_exame_pathway_12_item', 'Obesidade'),
(2008, 331, '_itens_exame_pathway_12_item', 'field_596fc2f231e39'),
(2009, 331, 'itens_exame_pathway_13_item', 'Risco de colesterol elevado'),
(2010, 331, '_itens_exame_pathway_13_item', 'field_596fc2f231e39'),
(2011, 331, 'itens_exame_pathway_14_item', 'Risco de glicose elevada'),
(2012, 331, '_itens_exame_pathway_14_item', 'field_596fc2f231e39'),
(2013, 331, 'itens_exame_pathway_15_item', 'Sensibilidade à insulina'),
(2014, 331, '_itens_exame_pathway_15_item', 'field_596fc2f231e39'),
(2015, 331, 'itens_exame_pathway', '16'),
(2016, 331, '_itens_exame_pathway', 'field_596fc2e131e38'),
(2017, 331, 'texto_my_gene_diet', 'Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2018, 331, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(2019, 331, 'itens_exame_my_gene_diet_0_item', '11 variações genéticas'),
(2020, 331, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(2021, 331, 'itens_exame_my_gene_diet_1_item', 'Compulsão alimentar'),
(2022, 331, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(2023, 331, 'itens_exame_my_gene_diet_2_item', 'Hábito alimentar'),
(2024, 331, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(2025, 331, 'itens_exame_my_gene_diet_3_item', 'Preferências alimentares'),
(2026, 331, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(2027, 331, 'itens_exame_my_gene_diet_4_item', 'Peso corporal'),
(2028, 331, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(2029, 331, 'itens_exame_my_gene_diet_5_item', 'Exercício físico indicado para o seu perfil'),
(2030, 331, '_itens_exame_my_gene_diet_5_item', 'field_596fc486bc81e'),
(2031, 331, 'itens_exame_my_gene_diet_6_item', 'Obesidade'),
(2032, 331, '_itens_exame_my_gene_diet_6_item', 'field_596fc486bc81e'),
(2033, 331, 'itens_exame_my_gene_diet_7_item', 'Tendência a excesso de peso'),
(2034, 331, '_itens_exame_my_gene_diet_7_item', 'field_596fc486bc81e'),
(2035, 331, 'itens_exame_my_gene_diet_8_item', 'Mapeamento das fibras musculares'),
(2036, 331, '_itens_exame_my_gene_diet_8_item', 'field_596fc486bc81e'),
(2037, 331, 'itens_exame_my_gene_diet', '9'),
(2038, 331, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(2039, 124, '_yoast_wpseo_content_score', '30'),
(2040, 332, 'texto_exame_pathway_genetics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável. '),
(2041, 332, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(2042, 332, 'itens_exame_pathway_0_item', '80 variações genéticas'),
(2043, 332, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(2044, 332, 'itens_exame_pathway_1_item', 'Tipo certo de dieta'),
(2045, 332, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(2046, 332, 'itens_exame_pathway_2_item', 'Exercício físico adequado'),
(2047, 332, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(2048, 332, 'itens_exame_pathway_3_item', 'Controle de peso'),
(2049, 332, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(2050, 332, 'itens_exame_pathway_4_item', 'Fatores de saúde metabólica'),
(2051, 332, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(2052, 332, 'itens_exame_pathway_5_item', 'Necessidades nutricionais'),
(2053, 332, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(2054, 332, 'itens_exame_pathway_6_item', 'Reações alimentares'),
(2055, 332, '_itens_exame_pathway_6_item', 'field_596fc2f231e39'),
(2056, 332, 'itens_exame_pathway_7_item', 'Hábito alimentar'),
(2057, 332, '_itens_exame_pathway_7_item', 'field_596fc2f231e39'),
(2058, 332, 'itens_exame_pathway_8_item', 'Peso corporal'),
(2059, 332, '_itens_exame_pathway_8_item', 'field_596fc2f231e39'),
(2060, 332, 'itens_exame_pathway_9_item', 'Compulsão alimentar'),
(2061, 332, '_itens_exame_pathway_9_item', 'field_596fc2f231e39'),
(2062, 332, 'itens_exame_pathway_10_item', 'Capacidade aeróbica'),
(2063, 332, '_itens_exame_pathway_10_item', 'field_596fc2f231e39'),
(2064, 332, 'itens_exame_pathway_11_item', 'Perca de gordura corporal'),
(2065, 332, '_itens_exame_pathway_11_item', 'field_596fc2f231e39'),
(2066, 332, 'itens_exame_pathway_12_item', 'Obesidade'),
(2067, 332, '_itens_exame_pathway_12_item', 'field_596fc2f231e39'),
(2068, 332, 'itens_exame_pathway_13_item', 'Risco de colesterol elevado'),
(2069, 332, '_itens_exame_pathway_13_item', 'field_596fc2f231e39'),
(2070, 332, 'itens_exame_pathway_14_item', 'Risco de glicose elevada'),
(2071, 332, '_itens_exame_pathway_14_item', 'field_596fc2f231e39'),
(2072, 332, 'itens_exame_pathway_15_item', 'Sensibilidade à insulina'),
(2073, 332, '_itens_exame_pathway_15_item', 'field_596fc2f231e39'),
(2074, 332, 'itens_exame_pathway', '16'),
(2075, 332, '_itens_exame_pathway', 'field_596fc2e131e38'),
(2076, 332, 'texto_my_gene_diet', 'Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2077, 332, '_texto_my_gene_diet', 'field_596fc4397cbea'),
(2078, 332, 'itens_exame_my_gene_diet_0_item', '11 variações genéticas'),
(2079, 332, '_itens_exame_my_gene_diet_0_item', 'field_596fc486bc81e'),
(2080, 332, 'itens_exame_my_gene_diet_1_item', 'Compulsão alimentar'),
(2081, 332, '_itens_exame_my_gene_diet_1_item', 'field_596fc486bc81e'),
(2082, 332, 'itens_exame_my_gene_diet_2_item', 'Hábito alimentar'),
(2083, 332, '_itens_exame_my_gene_diet_2_item', 'field_596fc486bc81e'),
(2084, 332, 'itens_exame_my_gene_diet_3_item', 'Preferências alimentares'),
(2085, 332, '_itens_exame_my_gene_diet_3_item', 'field_596fc486bc81e'),
(2086, 332, 'itens_exame_my_gene_diet_4_item', 'Peso corporal'),
(2087, 332, '_itens_exame_my_gene_diet_4_item', 'field_596fc486bc81e'),
(2088, 332, 'itens_exame_my_gene_diet_5_item', 'Exercício físico indicado para o seu perfil'),
(2089, 332, '_itens_exame_my_gene_diet_5_item', 'field_596fc486bc81e'),
(2090, 332, 'itens_exame_my_gene_diet_6_item', 'Obesidade'),
(2091, 332, '_itens_exame_my_gene_diet_6_item', 'field_596fc486bc81e'),
(2092, 332, 'itens_exame_my_gene_diet_7_item', 'Tendência a excesso de peso'),
(2093, 332, '_itens_exame_my_gene_diet_7_item', 'field_596fc486bc81e'),
(2094, 332, 'itens_exame_my_gene_diet_8_item', 'Mapeamento das fibras musculares'),
(2095, 332, '_itens_exame_my_gene_diet_8_item', 'field_596fc486bc81e'),
(2096, 332, 'itens_exame_my_gene_diet', '9'),
(2097, 332, '_itens_exame_my_gene_diet', 'field_596fc486bc81d'),
(2098, 333, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2099, 333, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2100, 333, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2101, 333, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2102, 333, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2103, 333, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2104, 333, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2105, 333, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2106, 333, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2107, 333, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2108, 9, '_yoast_wpseo_content_score', '30'),
(2109, 329, '_wpmidia_post_views_count', '5'),
(2110, 336, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho  e com a segunda unidade dentro da Academia Gustavo Borges Barigui, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(2111, 336, '_nossa_estrutura', 'field_596cf4efa8192'),
(2112, 336, 'nossa_missão', ''),
(2113, 336, '_nossa_missão', 'field_596cf52b590b5'),
(2114, 336, 'nossa_visão', ''),
(2115, 336, '_nossa_visão', 'field_596cf51b590b4'),
(2116, 336, 'nossos_valores', ''),
(2117, 336, '_nossos_valores', 'field_596cf536590b6'),
(2118, 336, 'nosso_parceiro', ''),
(2119, 336, '_nosso_parceiro', 'field_59afee5507fb2'),
(2120, 7, '_oembed_d27c24ed20e260fa6f568be81ca9e643', '{{unknown}}'),
(2121, 58, '_edit_lock', '1520535428:1'),
(2122, 338, 'nossa_estrutura', 'Localizada em Curitiba, no bairro Bigorrilho, conta com uma estrutura totalmente planejada para atender bem ao paciente que procura ajuda no emagrecimento de forma saudável e apoio na melhoria da performance esportiva ou simplesmente qualidade de vida. A Anaclin Genética conta com profissionais nas áreas de nutrição,preparo físico e psicologia. Agende uma consulta de avaliação e conheça tudo que podemos oferecer para aumentar a sua qualidade de vida.'),
(2123, 338, '_nossa_estrutura', 'field_596cf4efa8192'),
(2124, 338, 'nossa_missão', ''),
(2125, 338, '_nossa_missão', 'field_596cf52b590b5'),
(2130, 290, '_edit_lock', '1520622947:1'),
(2131, 289, '_edit_lock', '1520622954:1'),
(2132, 284, '_edit_lock', '1520623024:1'),
(2133, 68, '_edit_lock', '1520622974:1'),
(2134, 39, '_edit_lock', '1520622981:1'),
(2135, 43, '_edit_lock', '1520622998:1'),
(2136, 260, '_edit_lock', '1520623010:1'),
(2137, 261, '_edit_lock', '1520623020:1'),
(2138, 285, '_edit_lock', '1520623031:1'),
(2139, 286, '_edit_lock', '1520623045:1'),
(2140, 342, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2141, 342, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2142, 342, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2143, 342, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2144, 342, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2145, 342, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2146, 342, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2147, 342, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2148, 342, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2149, 342, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2160, 345, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2161, 345, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2162, 345, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2163, 345, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2164, 345, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2165, 345, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2166, 345, 'texto_exame_my_gene_diet', '\r\n'),
(2167, 345, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2168, 345, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2169, 345, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2170, 240, '_edit_lock', '1522082230:1'),
(2171, 253, '_edit_lock', '1522082377:1'),
(2182, 347, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2183, 347, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2184, 347, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2185, 347, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2186, 347, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2187, 347, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2188, 347, 'texto_exame_my_gene_diet', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos.\r\n- Perfil Nutrição personalizada e atividade física.\r\n- Perfil Nutrição personalizada e atividade física para fertilidade e gestante.\r\n- Perfil Nutrição esportiva e performance física.\r\no DNA é analisado por meio de uma simples amostra de saliva.\r\nSaiba como seus genes afetam sua resposta para:\r\nManutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão. '),
(2189, 347, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2190, 347, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2191, 347, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2202, 9, '_oembed_d6d0834e0f5e74c36e4a1dd56f5d6830', '{{unknown}}'),
(2209, 352, '_wp_attached_file', '2017/07/marca_anaclin_72dpi-1.jpg'),
(2210, 352, '_ale_hide_from_gallery', '0'),
(2211, 352, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:526;s:6:\"height\";i:238;s:4:\"file\";s:33:\"2017/07/marca_anaclin_72dpi-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:31:\"marca_anaclin_72dpi-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:32:\"marca_anaclin_72dpi-1-100x67.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-526x180.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:33:\"marca_anaclin_72dpi-1-230x170.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Rodrigo América\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486555342\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2217, 355, '_wp_attached_file', '2017/07/oie_transparent-e1522091841123.png'),
(2218, 355, '_ale_hide_from_gallery', '0'),
(2219, 355, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:775;s:4:\"file\";s:42:\"2017/07/oie_transparent-e1522091841123.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"oie_transparent-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"oie_transparent-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"oie_transparent-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:25:\"oie_transparent-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"oie_transparent-940x537.png\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:27:\"oie_transparent-950x330.png\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:26:\"oie_transparent-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:27:\"oie_transparent-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:27:\"oie_transparent-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:27:\"oie_transparent-692x180.png\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:27:\"oie_transparent-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2220, 355, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1003;s:6:\"height\";i:775;s:4:\"file\";s:19:\"oie_transparent.png\";}}'),
(2229, 359, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2230, 359, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2231, 359, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2232, 359, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2233, 359, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2234, 359, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2235, 359, 'texto_exame_my_gene_diet', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos.\r\n- Perfil Nutrição personalizada e atividade física.\r\n- Perfil Nutrição personalizada e atividade física para fertilidade e gestante.\r\n- Perfil Nutrição esportiva e performance física.\r\no DNA é analisado por meio de uma simples amostra de saliva.\r\nSaiba como seus genes afetam sua resposta para:\r\nManutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão. '),
(2236, 359, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2237, 359, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2238, 359, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2239, 360, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2240, 360, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2241, 360, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2242, 360, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2243, 360, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2244, 360, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2245, 360, 'texto_exame_my_gene_diet', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos.\r\n- Perfil Nutrição personalizada e atividade física.\r\n- Perfil Nutrição personalizada e atividade física para fertilidade e gestante.\r\n- Perfil Nutrição esportiva e performance física.\r\no DNA é analisado por meio de uma simples amostra de saliva.\r\nSaiba como seus genes afetam sua resposta para:\r\nManutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão. '),
(2246, 360, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2247, 360, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2248, 360, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2292, 365, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2293, 365, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2294, 365, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2295, 365, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2296, 365, 'texto_exame_pathway_genomics', 'Técnica Americana. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2297, 365, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2298, 365, 'texto_exame_my_gene_diet', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos.\r\n- Perfil Nutrição personalizada e atividade física.\r\n- Perfil Nutrição personalizada e atividade física para fertilidade e gestante.\r\n- Perfil Nutrição esportiva e performance física.\r\no DNA é analisado por meio de uma simples amostra de saliva.\r\nSaiba como seus genes afetam sua resposta para:\r\nManutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão. '),
(2299, 365, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2300, 365, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2301, 365, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2389, 371, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2390, 371, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2391, 371, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2392, 371, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2393, 371, 'texto_exame_pathway_genomics', 'A Anaclin, Clínica de Genética, saúde e nutrição localizada em Curitiba, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2394, 371, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2395, 371, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2396, 371, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2397, 371, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2398, 371, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2399, 372, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2400, 372, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2401, 372, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2402, 372, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2403, 372, 'texto_exame_pathway_genomics', 'A Anaclin, Clínica de Genética, saúde e nutrição localizada em Curitiba, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2404, 372, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2405, 372, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2406, 372, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2407, 372, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2408, 372, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2409, 373, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do My Gene Diet e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2410, 373, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2411, 373, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2412, 373, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2413, 373, 'texto_exame_pathway_genomics', 'A Anaclin, Clínica de Genética, saúde e nutrição localizada em Curitiba, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2414, 373, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2415, 373, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2416, 373, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2417, 373, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2418, 373, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2419, 374, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2420, 374, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2421, 374, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2422, 374, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2423, 374, 'texto_exame_pathway_genomics', 'A Anaclin, Clínica de Genética, saúde e nutrição localizada em Curitiba, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2424, 374, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2425, 374, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2426, 374, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2427, 374, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2428, 374, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2429, 40, '_wp_old_slug', 'banner-2'),
(2430, 38, '_wp_old_slug', 'banner-1'),
(2431, 375, '_wp_attached_file', '2017/09/site-fertilidade-1.png'),
(2432, 375, '_ale_hide_from_gallery', '0'),
(2433, 375, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:813;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2017/09/site-fertilidade-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:28:\"site-fertilidade-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-813x537.png\";s:5:\"width\";i:813;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-813x330.png\";s:5:\"width\";i:813;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:29:\"site-fertilidade-1-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-692x180.png\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:30:\"site-fertilidade-1-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2437, 377, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2438, 377, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2439, 377, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2440, 377, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2441, 377, 'texto_exame_pathway_genomics', 'A Anaclin, Clínica de Genética, saúde e nutrição localizada em Curitiba, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2442, 377, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2443, 377, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2444, 377, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2445, 377, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2446, 377, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2475, 386, '_wp_attached_file', '2017/07/site-site--e1522248135316.png'),
(2476, 386, '_ale_hide_from_gallery', '0'),
(2477, 386, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:699;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2017/07/site-site--e1522248135316.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"site-site--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"site-site--300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"site-site--768x750.png\";s:5:\"width\";i:768;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"site-site--60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"site-site--850x537.png\";s:5:\"width\";i:850;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:22:\"site-site--850x330.png\";s:5:\"width\";i:850;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"site-site--100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"site-site--180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"site-site--300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:22:\"site-site--692x180.png\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"site-site--230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2478, 40, '_thumbnail_id', '398'),
(2479, 386, '_wp_attachment_backup_sizes', 'a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:850;s:6:\"height\";i:830;s:4:\"file\";s:14:\"site-site-.png\";}s:18:\"full-1522248092854\";a:3:{s:5:\"width\";i:832;s:6:\"height\";i:812;s:4:\"file\";s:29:\"site-site--e1522248076215.png\";}s:18:\"full-1522248113709\";a:3:{s:5:\"width\";i:813;s:6:\"height\";i:793;s:4:\"file\";s:29:\"site-site--e1522248092854.png\";}s:18:\"full-1522248135316\";a:3:{s:5:\"width\";i:699;s:6:\"height\";i:682;s:4:\"file\";s:29:\"site-site--e1522248113709.png\";}}'),
(2480, 387, '_wp_attached_file', '2017/07/novo-nutri-.png-site-123.png'),
(2481, 387, '_ale_hide_from_gallery', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2482, 387, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:806;s:6:\"height\";i:681;s:4:\"file\";s:36:\"2017/07/novo-nutri-.png-site-123.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-768x649.png\";s:5:\"width\";i:768;s:6:\"height\";i:649;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:34:\"novo-nutri-.png-site-123-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-806x537.png\";s:5:\"width\";i:806;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-806x330.png\";s:5:\"width\";i:806;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:35:\"novo-nutri-.png-site-123-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-692x180.png\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:36:\"novo-nutri-.png-site-123-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2483, 388, '_wp_attached_file', '2017/10/anagenix-sem-fundo.png'),
(2484, 388, '_ale_hide_from_gallery', '0'),
(2485, 388, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:775;s:4:\"file\";s:30:\"2017/10/anagenix-sem-fundo.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:28:\"anagenix-sem-fundo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-940x537.png\";s:5:\"width\";i:940;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-950x330.png\";s:5:\"width\";i:950;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:29:\"anagenix-sem-fundo-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-692x180.png\";s:5:\"width\";i:692;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:30:\"anagenix-sem-fundo-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2486, 390, 'texto_exame_pathway_genetics', 'Texto Exame Pathway Genetics lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.'),
(2487, 390, '_texto_exame_pathway_genetics', 'field_596fc2d2efb6f'),
(2488, 390, 'itens_exame_pathway_0_item', 'Lorem ipsum dolor sit amet'),
(2489, 390, '_itens_exame_pathway_0_item', 'field_596fc2f231e39'),
(2490, 390, 'itens_exame_pathway_1_item', 'Lorem ipsum dolor sit amet'),
(2491, 390, '_itens_exame_pathway_1_item', 'field_596fc2f231e39'),
(2492, 390, 'itens_exame_pathway_2_item', 'Lorem ipsum dolor sit amet'),
(2493, 390, '_itens_exame_pathway_2_item', 'field_596fc2f231e39'),
(2494, 390, 'itens_exame_pathway_3_item', 'Lorem ipsum dolor sit amet'),
(2495, 390, '_itens_exame_pathway_3_item', 'field_596fc2f231e39'),
(2496, 390, 'itens_exame_pathway_4_item', 'Lorem ipsum dolor sit amet'),
(2497, 390, '_itens_exame_pathway_4_item', 'field_596fc2f231e39'),
(2498, 390, 'itens_exame_pathway_5_item', 'Lorem ipsum dolor sit amet'),
(2499, 390, '_itens_exame_pathway_5_item', 'field_596fc2f231e39'),
(2500, 390, 'itens_exame_pathway', '6'),
(2501, 390, '_itens_exame_pathway', 'field_596fc2e131e38'),
(2502, 392, 'texto_coaching_de_emagrecimento', 'Um programa exclusivo. O Coaching de Emagrecimento é um programa completo para emagrecimento combinando o uso do Anagenix e do Pathway Fit com nossa equipe de médico, nutricionista, psicóloga e personal trainer. Seu corpo é único, e o programa também.'),
(2503, 392, '_texto_coaching_de_emagrecimento', 'field_596cf8fc03e58'),
(2504, 392, 'texto_conheça_nossas_especialidades', 'Profissionais especializados e exames precisos para trazer <br>o melhor resultado para você.'),
(2505, 392, '_texto_conheça_nossas_especialidades', 'field_596cfc579a3c8'),
(2506, 392, 'texto_exame_pathway_genomics', 'A Anaclin, em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético, Anagenix - Que analisam 45 marcadores genéticos. \r\n- Anagenix Perfil Nutrição personalizada e atividade física. \r\n- Anagenix Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.\r\n- Anagenix perfil Nutrição Esportiva e performance física.\r\nSaiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, risco de lesão atividade física, fertilidade.  \r\n\r\n\r\nE a tecnologia Americana dos laboratórios Pathway – Que analisam 80 marcadores genéticos. Um mapeamento genético que fornece um relatório individualizado com informação da máxima importância para ajudar a compreender de que forma a sua genética e estilo de vida poderão influenciar a sua dieta, nutrição e exercícios. Com as informações genéticas poderá ter uma melhor percepção sobre como o seu organismo poderá processar açucares, gorduras, nutrientes e vitaminas. Também serão analisados o seu potencial muscular e o modo que seu organismo reage ao exercício e o seu potencial para manter um peso saudável.'),
(2507, 392, '_texto_exame_pathway_genomics', 'field_596cff45093ff'),
(2508, 392, 'texto_exame_my_gene_diet', ' Técnica Dinamarquesa. Um mapeamento genético que identifica como cada organismo metaboliza determinados alimentos e substâncias, e aponta tendências genéticas para a obesidade e intolerâncias alimentares, compulsão alimentar, hábitos alimentares, peso corporal, tipo de exercício físico indicado.\r\nInformações fundamentais para atingir respostas mais rápidas e melhores para dietas e tratamentos. \r\n'),
(2509, 392, '_texto_exame_my_gene_diet', 'field_596cffbb45b46'),
(2510, 392, 'texto_exames_de_prevenção', 'A prevenção é sempre a melhor maneira para um corpo e uma mente saudáveis. A Anaclin oferece (com exclusividade) exames inovadores do seu DNA da Pathway (EUA) para detecção de doenças preexistentes. Use a informação a favor da suas saúde e qualidade de vida.'),
(2511, 392, '_texto_exames_de_prevenção', 'field_596d0064f45f6'),
(2512, 9, '_thumbnail_id', '355'),
(2513, 395, '_wp_attached_file', '2017/07/cropped-oie_transparent-e1522091841123.png'),
(2514, 395, '_wp_attachment_context', 'site-icon'),
(2515, 395, '_ale_hide_from_gallery', '0'),
(2516, 395, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:50:\"2017/07/cropped-oie_transparent-e1522091841123.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:48:\"cropped-oie_transparent-e1522091841123-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-512x330.png\";s:5:\"width\";i:512;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:49:\"cropped-oie_transparent-e1522091841123-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-512x180.png\";s:5:\"width\";i:512;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:50:\"cropped-oie_transparent-e1522091841123-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:48:\"cropped-oie_transparent-e1522091841123-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(2517, 398, '_wp_attached_file', '2017/07/banner-anaclin1.png'),
(2518, 398, '_ale_hide_from_gallery', '0'),
(2519, 398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:552;s:6:\"height\";i:394;s:4:\"file\";s:27:\"2017/07/banner-anaclin1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:25:\"banner-anaclin1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-552x330.png\";s:5:\"width\";i:552;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:26:\"banner-anaclin1-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-552x180.png\";s:5:\"width\";i:552;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:27:\"banner-anaclin1-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2520, 399, '_wp_attached_file', '2017/07/banner-anaclin2.png'),
(2521, 399, '_ale_hide_from_gallery', '0'),
(2522, 399, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:394;s:4:\"file\";s:27:\"2017/07/banner-anaclin2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:25:\"banner-anaclin2-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-378x330.png\";s:5:\"width\";i:378;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:26:\"banner-anaclin2-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-378x180.png\";s:5:\"width\";i:378;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:27:\"banner-anaclin2-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2523, 400, '_wp_attached_file', '2017/07/banner-anaclin3.png'),
(2524, 400, '_ale_hide_from_gallery', '0'),
(2525, 400, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:378;s:6:\"height\";i:394;s:4:\"file\";s:27:\"2017/07/banner-anaclin3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:25:\"banner-anaclin3-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-378x330.png\";s:5:\"width\";i:378;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:26:\"banner-anaclin3-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-378x180.png\";s:5:\"width\";i:378;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:27:\"banner-anaclin3-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2526, 401, '_edit_last', '1'),
(2527, 401, '_yoast_wpseo_content_score', '30'),
(2528, 401, '_edit_lock', '1531359014:1'),
(2529, 401, '_thumbnail_id', '427'),
(2530, 403, '_edit_last', '1'),
(2531, 403, '_yoast_wpseo_primary_pages_exames', '30'),
(2532, 403, '_yoast_wpseo_content_score', '30'),
(2533, 403, '_edit_lock', '1531239683:1'),
(2534, 403, '_wpmidia_post_views_count', '20'),
(2539, 405, '_edit_last', '1'),
(2540, 405, '_yoast_wpseo_content_score', '30'),
(2541, 405, '_edit_lock', '1531241604:1'),
(2542, 407, '_edit_last', '1'),
(2543, 407, '_yoast_wpseo_content_score', '30'),
(2544, 407, '_edit_lock', '1531241686:1'),
(2545, 409, '_edit_last', '1'),
(2546, 409, '_yoast_wpseo_content_score', '30'),
(2547, 409, '_edit_lock', '1531241895:1'),
(2548, 411, '_edit_last', '1'),
(2549, 411, '_yoast_wpseo_content_score', '30'),
(2550, 411, '_edit_lock', '1531241696:1'),
(2551, 411, '_yoast_wpseo_title', '%%title%% - %%sitename%%'),
(2552, 413, '_edit_last', '1'),
(2553, 413, '_edit_lock', '1531238445:1'),
(2554, 403, 'material', 'Saliva'),
(2555, 403, '_material', 'field_5b44d0511b59b'),
(2556, 403, 'volume_da_amostra', 'Saliva: 2 ml (tubo especifico)'),
(2557, 403, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2558, 403, 'metodologia', 'PCR real time'),
(2559, 403, '_metodologia', 'field_5b44d39d1e8a9'),
(2560, 403, 'prazo_para_resultado', ' 15 dias úteis.'),
(2561, 403, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2562, 403, 'armazenamento', 'Saliva: Temperatura ambiente.'),
(2563, 403, '_armazenamento', 'field_5b44d3b81e8ab'),
(2564, 403, 'estabilidade', 'Saliva: 2 semanas'),
(2565, 403, '_estabilidade', 'field_5b44d3c61e8ac'),
(2566, 403, 'transporte_do_material', 'Temperatura ambiente'),
(2567, 403, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2568, 403, 'prazo_para_recebimento', 'Até 5 dias'),
(2569, 403, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2570, 403, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta de saliva. <br>\r\nRemover a maquiagem labial<br>\r\nSolicitar o kit de coleta <br>\r\n'),
(2571, 403, '_observações', 'field_5b44d3f21e8af'),
(2572, 403, '_yoast_wpseo_focuskw_text_input', 'Skindna'),
(2573, 403, '_yoast_wpseo_focuskw', 'Skindna'),
(2574, 403, '_yoast_wpseo_metadesc', 'Exame de %%title%% em Curitiba. Confira a ficha técnica do exame de %%title%% na %%sitename%%.'),
(2575, 403, '_yoast_wpseo_linkdex', '71'),
(2576, 403, '_thumbnail_id', '352'),
(2577, 424, '_edit_last', '1'),
(2578, 424, '_edit_lock', '1531238376:1'),
(2579, 424, 'material', 'Saliva'),
(2580, 424, '_material', 'field_5b44d0511b59b'),
(2581, 424, 'volume_da_amostra', '1ml (tubo especifico)'),
(2582, 424, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2583, 424, 'metodologia', 'PCR real time'),
(2584, 424, '_metodologia', 'field_5b44d39d1e8a9'),
(2585, 424, 'prazo_para_resultado', '15 dias úteis.'),
(2586, 424, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2587, 424, 'armazenamento', 'Temperatura ambiente.'),
(2588, 424, '_armazenamento', 'field_5b44d3b81e8ab'),
(2589, 424, 'estabilidade', 'Indeterminado.'),
(2590, 424, '_estabilidade', 'field_5b44d3c61e8ac'),
(2591, 424, 'transporte_do_material', 'Temperatura ambiente'),
(2592, 424, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2593, 424, 'prazo_para_recebimento', 'Até 5 dias'),
(2594, 424, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2595, 424, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>'),
(2596, 424, '_observações', 'field_5b44d3f21e8af'),
(2597, 424, '_yoast_wpseo_primary_pages_exames', '30'),
(2598, 424, '_yoast_wpseo_content_score', '30'),
(2599, 424, '_wpmidia_post_views_count', '4'),
(2604, 425, '_wp_attached_file', '2018/07/Untitled-3.png'),
(2605, 425, '_ale_hide_from_gallery', '0'),
(2606, 425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:406;s:6:\"height\";i:158;s:4:\"file\";s:22:\"2018/07/Untitled-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-3-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"Untitled-3-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"Untitled-3-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"Untitled-3-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"Untitled-3-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"Untitled-3-230x158.png\";s:5:\"width\";i:230;s:6:\"height\";i:158;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:{}}}'),
(2607, 426, '_wp_attached_file', '2018/07/Untitled-4.png'),
(2608, 426, '_ale_hide_from_gallery', '0'),
(2609, 426, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:364;s:6:\"height\";i:247;s:4:\"file\";s:22:\"2018/07/Untitled-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"Untitled-4-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"Untitled-4-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"Untitled-4-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:22:\"Untitled-4-364x180.png\";s:5:\"width\";i:364;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"Untitled-4-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2610, 427, '_wp_attached_file', '2018/07/Untitled-1.png'),
(2611, 427, '_ale_hide_from_gallery', '0'),
(2612, 427, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:308;s:6:\"height\";i:308;s:4:\"file\";s:22:\"2018/07/Untitled-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"Untitled-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"Untitled-1-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:22:\"Untitled-1-308x180.png\";s:5:\"width\";i:308;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"Untitled-1-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2613, 428, '_wp_attached_file', '2018/07/Untitled-2.png'),
(2614, 428, '_ale_hide_from_gallery', '0'),
(2615, 428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:306;s:6:\"height\";i:662;s:4:\"file\";s:22:\"2018/07/Untitled-2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-139x300.png\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"Untitled-2-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-306x537.png\";s:5:\"width\";i:306;s:6:\"height\";i:537;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:22:\"Untitled-2-306x330.png\";s:5:\"width\";i:306;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"Untitled-2-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:22:\"Untitled-2-306x180.png\";s:5:\"width\";i:306;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"Untitled-2-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2616, 405, '_thumbnail_id', '426'),
(2617, 411, '_thumbnail_id', '425'),
(2618, 407, '_thumbnail_id', '428'),
(2619, 429, '_wp_attached_file', '2018/07/Untitled-5.png'),
(2620, 429, '_ale_hide_from_gallery', '0'),
(2621, 429, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:384;s:6:\"height\";i:515;s:4:\"file\";s:22:\"2018/07/Untitled-5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-5-224x300.png\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"featured_preview\";a:4:{s:4:\"file\";s:20:\"Untitled-5-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"banner\";a:4:{s:4:\"file\";s:22:\"Untitled-5-384x330.png\";s:5:\"width\";i:384;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-small\";a:4:{s:4:\"file\";s:21:\"Untitled-5-100x67.png\";s:5:\"width\";i:100;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"thumb-medium\";a:4:{s:4:\"file\";s:22:\"Untitled-5-180x120.png\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"thumb-large\";a:4:{s:4:\"file\";s:22:\"Untitled-5-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"thumb-bloglist\";a:4:{s:4:\"file\";s:22:\"Untitled-5-384x180.png\";s:5:\"width\";i:384;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"thumb-imovel-list\";a:4:{s:4:\"file\";s:22:\"Untitled-5-230x170.png\";s:5:\"width\";i:230;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2622, 409, '_thumbnail_id', '429'),
(2623, 430, '_edit_last', '1'),
(2624, 430, '_edit_lock', '1531320630:1'),
(2625, 430, 'material', 'Sangue periférico (EDTA), Saliva, Papel de Filtro (W903 ou PES)'),
(2626, 430, '_material', 'field_5b44d0511b59b'),
(2627, 430, 'volume_da_amostra', 'Saliva: 5ml (tubo especifico)'),
(2628, 430, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2629, 430, 'metodologia', 'PCR + Sequenciamento'),
(2630, 430, '_metodologia', 'field_5b44d39d1e8a9'),
(2631, 430, 'prazo_para_resultado', '15 dias úteis.'),
(2632, 430, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2633, 430, 'armazenamento', 'Saliva: Temperatura ambiente.'),
(2634, 430, '_armazenamento', 'field_5b44d3b81e8ab'),
(2635, 430, 'estabilidade', 'Saliva e Papel de Filtro: Indeterminado. '),
(2636, 430, '_estabilidade', 'field_5b44d3c61e8ac'),
(2637, 430, 'transporte_do_material', 'O material congelado pode ser transportado em gelo seco ou refrigerado (gelo reciclável) em caixas de isopor em caso de sangue. O transporte de saliva é a temperatura ambiente'),
(2638, 430, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2639, 430, 'prazo_para_recebimento', 'Até 5 dias'),
(2640, 430, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2641, 430, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso a amostra seja saliva. <br>\r\nNão há preparo para sangue. <br>\r\nSolicitar o kit de coleta <br>'),
(2642, 430, '_observações', 'field_5b44d3f21e8af'),
(2643, 430, '_yoast_wpseo_primary_pages_exames', '30'),
(2644, 430, '_yoast_wpseo_content_score', '30'),
(2645, 430, '_wpmidia_post_views_count', '1'),
(2646, 431, '_edit_last', '1'),
(2647, 431, '_edit_lock', '1531321119:1'),
(2648, 431, 'material', 'Sangue Total (EDTA). Saliva '),
(2649, 431, '_material', 'field_5b44d0511b59b'),
(2650, 431, 'volume_da_amostra', '5ml (tubo primário)'),
(2651, 431, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2652, 431, 'metodologia', 'Jejum de 30 minutos'),
(2653, 431, '_metodologia', 'field_5b44d39d1e8a9'),
(2654, 431, 'prazo_para_resultado', 'PCR - RFLP'),
(2655, 431, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2656, 431, 'armazenamento', '15 dias úteis'),
(2657, 431, '_armazenamento', 'field_5b44d3b81e8ab'),
(2658, 431, 'estabilidade', 'Refrigerado (2 a 8°C)'),
(2659, 431, '_estabilidade', 'field_5b44d3c61e8ac'),
(2660, 431, 'transporte_do_material', 'Ambiente'),
(2661, 431, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2662, 431, 'prazo_para_recebimento', 'Ambiente'),
(2663, 431, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2664, 431, 'observações', 'Indicar medicações utilizadas pelo paciente <br>\r\nPreencher o formulário de Exames Genéticos e o Termo de consentimento <br> '),
(2665, 431, '_observações', 'field_5b44d3f21e8af'),
(2666, 431, '_yoast_wpseo_primary_pages_exames', '30'),
(2667, 431, '_yoast_wpseo_content_score', '30'),
(2668, 431, '_wpmidia_post_views_count', '1'),
(2669, 432, '_edit_last', '1'),
(2670, 432, '_edit_lock', '1531321365:1'),
(2671, 432, 'material', 'Saliva'),
(2672, 432, '_material', 'field_5b44d0511b59b'),
(2673, 432, 'volume_da_amostra', '1ml (tubo especifico)'),
(2674, 432, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2675, 432, 'metodologia', 'PCR real time'),
(2676, 432, '_metodologia', 'field_5b44d39d1e8a9'),
(2677, 432, 'prazo_para_resultado', '15 dias úteis.'),
(2678, 432, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2679, 432, 'armazenamento', 'Temperatura ambiente.'),
(2680, 432, '_armazenamento', 'field_5b44d3b81e8ab'),
(2681, 432, 'estabilidade', 'Indeterminado.'),
(2682, 432, '_estabilidade', 'field_5b44d3c61e8ac'),
(2683, 432, 'transporte_do_material', 'Temperatura ambiente'),
(2684, 432, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2685, 432, 'prazo_para_recebimento', 'Até 5 dias'),
(2686, 432, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2687, 432, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>'),
(2688, 432, '_observações', 'field_5b44d3f21e8af'),
(2689, 432, '_yoast_wpseo_primary_pages_exames', '30'),
(2690, 432, '_yoast_wpseo_content_score', '30'),
(2691, 432, '_wpmidia_post_views_count', '1'),
(2692, 433, '_edit_last', '1'),
(2693, 433, '_edit_lock', '1531321585:1'),
(2694, 433, 'material', 'Saliva (tubo específico). Sangue (tubo EDTA).'),
(2695, 433, '_material', 'field_5b44d0511b59b'),
(2696, 433, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(2697, 433, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2698, 433, 'metodologia', 'PCR seguida de sequenciamento.'),
(2699, 433, '_metodologia', 'field_5b44d39d1e8a9'),
(2700, 433, 'prazo_para_resultado', '10 dias úteis.'),
(2701, 433, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2702, 433, 'armazenamento', 'Saliva: temperatura ambiente. Sangue: refrigerado'),
(2703, 433, '_armazenamento', 'field_5b44d3b81e8ab'),
(2704, 433, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses refrigerado e 6 meses congelado.'),
(2705, 433, '_estabilidade', 'field_5b44d3c61e8ac'),
(2706, 433, 'transporte_do_material', 'Temperatura ambiente.'),
(2707, 433, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2708, 433, 'prazo_para_recebimento', 'Até 5 dias'),
(2709, 433, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2710, 433, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja coletada saliva. <br>\r\nRemover a maquiagem labial. <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar o Termo de Consentimento. <br>'),
(2711, 433, '_observações', 'field_5b44d3f21e8af'),
(2712, 433, '_yoast_wpseo_primary_pages_exames', '30'),
(2713, 433, '_yoast_wpseo_content_score', '60'),
(2714, 433, '_wpmidia_post_views_count', '1'),
(2715, 434, '_edit_last', '1'),
(2716, 434, '_edit_lock', '1531321850:1'),
(2717, 434, 'material', 'Saliva. Sangue (tubo EDTA).'),
(2718, 434, '_material', 'field_5b44d0511b59b'),
(2719, 434, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(2720, 434, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2721, 434, 'metodologia', 'PCR seguida de sequenciamento.'),
(2722, 434, '_metodologia', 'field_5b44d39d1e8a9'),
(2723, 434, 'prazo_para_resultado', '10 dias úteis.'),
(2724, 434, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2725, 434, 'armazenamento', 'Saliva: Temperatura ambiente. Sangue: refrigerado'),
(2726, 434, '_armazenamento', 'field_5b44d3b81e8ab'),
(2727, 434, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses refrigerado e 6 meses congelado.'),
(2728, 434, '_estabilidade', 'field_5b44d3c61e8ac'),
(2729, 434, 'transporte_do_material', 'Temperatura ambiente.'),
(2730, 434, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2731, 434, 'prazo_para_recebimento', 'Até 5 dias'),
(2732, 434, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2733, 434, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso a coleta seja de saliva <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar o Termo de Consentimento. <br>'),
(2734, 434, '_observações', 'field_5b44d3f21e8af'),
(2735, 434, '_yoast_wpseo_primary_pages_exames', '30'),
(2736, 434, '_yoast_wpseo_content_score', '60'),
(2737, 434, '_wpmidia_post_views_count', '3'),
(2738, 436, '_edit_last', '1'),
(2739, 436, '_edit_lock', '1531398155:1'),
(2740, 436, 'material', 'Saliva Sangue (tubo EDTA)'),
(2741, 436, '_material', 'field_5b44d0511b59b'),
(2742, 436, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico) Sangue: 5ml'),
(2743, 436, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2744, 436, 'metodologia', 'PCR real time'),
(2745, 436, '_metodologia', 'field_5b44d39d1e8a9'),
(2746, 436, 'prazo_para_resultado', '15 dias úteis.'),
(2747, 436, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2748, 436, 'armazenamento', 'Saliva: Temperatura ambiente. Sangue: refrigerado'),
(2749, 436, '_armazenamento', 'field_5b44d3b81e8ab'),
(2750, 436, 'estabilidade', 'Saliva: 1 semana Sangue: 3 meses refrigerado e 6 meses congelado'),
(2751, 436, '_estabilidade', 'field_5b44d3c61e8ac'),
(2752, 436, 'transporte_do_material', ' Temperatura ambiente'),
(2753, 436, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2754, 436, 'prazo_para_recebimento', 'Até 5 dias'),
(2755, 436, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2756, 436, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta de saliva <br>\r\nRemover  a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>'),
(2757, 436, '_observações', 'field_5b44d3f21e8af'),
(2758, 436, '_yoast_wpseo_primary_pages_exames', '30'),
(2759, 436, '_yoast_wpseo_content_score', '30'),
(2760, 437, '_edit_last', '1'),
(2761, 437, '_edit_lock', '1531398348:1'),
(2762, 436, '_wpmidia_post_views_count', '2'),
(2763, 437, 'material', 'Saliva'),
(2764, 437, '_material', 'field_5b44d0511b59b'),
(2765, 437, 'volume_da_amostra', '1ml (tubo especifico)'),
(2766, 437, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2767, 437, 'metodologia', 'PCR-Real Time'),
(2768, 437, '_metodologia', 'field_5b44d39d1e8a9'),
(2769, 437, 'prazo_para_resultado', '7 dias úteis.'),
(2770, 437, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2771, 437, 'armazenamento', 'Temperatura ambiente'),
(2772, 437, '_armazenamento', 'field_5b44d3b81e8ab'),
(2773, 437, 'estabilidade', '3 meses'),
(2774, 437, '_estabilidade', 'field_5b44d3c61e8ac'),
(2775, 437, 'transporte_do_material', 'O material deve ser transportado a temperatura ambiente '),
(2776, 437, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2777, 437, 'prazo_para_recebimento', 'Até 5 dias'),
(2778, 437, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2779, 437, 'observações', 'Informar medicamentos em uso <br>\r\nNão ingerir líquidos e alimentos 30 minutos antes da coleta de saliva <br>'),
(2780, 437, '_observações', 'field_5b44d3f21e8af'),
(2781, 437, '_yoast_wpseo_primary_pages_exames', '30'),
(2782, 437, '_yoast_wpseo_content_score', '30'),
(2783, 438, '_edit_last', '1'),
(2784, 438, '_edit_lock', '1531398575:1'),
(2785, 437, '_wpmidia_post_views_count', '1'),
(2786, 438, 'material', 'Saliva ou sangue EDTA.'),
(2787, 438, '_material', 'field_5b44d0511b59b'),
(2788, 438, 'volume_da_amostra', '1ml (tubo especifico) para saliva. Sangue EDTA - 4 ml.'),
(2789, 438, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2790, 438, 'metodologia', 'PCR real time.'),
(2791, 438, '_metodologia', 'field_5b44d39d1e8a9'),
(2792, 438, 'prazo_para_resultado', '5 dias úteis.'),
(2793, 438, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2794, 438, 'armazenamento', 'Temperatura ambiente.'),
(2795, 438, '_armazenamento', 'field_5b44d3b81e8ab'),
(2796, 438, 'estabilidade', 'Indeterminado.'),
(2797, 438, '_estabilidade', 'field_5b44d3c61e8ac'),
(2798, 438, 'transporte_do_material', 'Temperatura ambiente.'),
(2799, 438, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2800, 438, 'prazo_para_recebimento', 'Até 5 dias'),
(2801, 438, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2802, 438, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja coleta de saliva. <br>\r\nAssinar Termo de Consentimento. <br>\r\nRemover a maquiagem labial, caso seja coleta de saliva <br>\r\nSolicitar o kit de coleta <br>'),
(2803, 438, '_observações', 'field_5b44d3f21e8af'),
(2804, 438, '_yoast_wpseo_primary_pages_exames', '30'),
(2805, 438, '_yoast_wpseo_content_score', '30'),
(2806, 439, '_edit_last', '1'),
(2807, 439, '_edit_lock', '1531398848:1'),
(2808, 439, 'material', 'Saliva '),
(2809, 439, '_material', 'field_5b44d0511b59b'),
(2810, 439, 'volume_da_amostra', '2 ml Saliva'),
(2811, 439, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2812, 439, 'metodologia', 'Sequenciamento completo dos genes BRCA1 e 2.'),
(2813, 439, '_metodologia', 'field_5b44d39d1e8a9'),
(2814, 439, 'prazo_para_resultado', '40 dias úteis.'),
(2815, 439, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2816, 439, 'armazenamento', 'Temperatura Ambiente'),
(2817, 439, '_armazenamento', 'field_5b44d3b81e8ab'),
(2818, 439, 'estabilidade', '7 dias'),
(2819, 439, '_estabilidade', 'field_5b44d3c61e8ac'),
(2820, 439, 'transporte_do_material', 'Temperatura Ambiente'),
(2821, 439, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2822, 439, 'prazo_para_recebimento', '4 dias.'),
(2823, 439, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2824, 439, 'observações', 'Indispensável o envio de relatório médico com história clínica. <br> \r\nPreencher o formulário de Exames Genéticos e o Termo de Consentimento. <br> '),
(2825, 439, '_observações', 'field_5b44d3f21e8af'),
(2826, 439, '_yoast_wpseo_primary_pages_exames', '32'),
(2827, 439, '_yoast_wpseo_content_score', '60'),
(2828, 440, '_edit_last', '1'),
(2829, 440, '_edit_lock', '1531399144:1'),
(2830, 439, '_wpmidia_post_views_count', '1'),
(2831, 440, 'material', 'Saliva ou sangue EDTA.'),
(2832, 440, '_material', 'field_5b44d0511b59b'),
(2833, 440, 'volume_da_amostra', '1ml (tubo especifico) para saliva. 4ml para sangue.'),
(2834, 440, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2835, 440, 'metodologia', 'PCR real time.'),
(2836, 440, '_metodologia', 'field_5b44d39d1e8a9'),
(2837, 440, 'prazo_para_resultado', '5 dias úteis.'),
(2838, 440, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2839, 440, 'armazenamento', 'Temperatura ambiente para saliva. Refrigerado (2º a 8ºC) para sangue.'),
(2840, 440, '_armazenamento', 'field_5b44d3b81e8ab'),
(2841, 440, 'estabilidade', 'Indeterminado.'),
(2842, 440, '_estabilidade', 'field_5b44d3c61e8ac'),
(2843, 440, 'transporte_do_material', 'Temperatura ambiente (saliva) ou refrigerado (com gelo reciclável) para sangue.'),
(2844, 440, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2845, 440, 'prazo_para_recebimento', '5 dias'),
(2846, 440, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2847, 440, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja coleta de saliva. <br>\r\nRemover a maquiagem labial, caso seja coleta de saliva. <br>\r\nSolicitar o kit de coleta de saliva <br>\r\nPreencher e assinar Termo de Consentimento e Questionário Genético. <br>'),
(2848, 440, '_observações', 'field_5b44d3f21e8af'),
(2849, 440, '_yoast_wpseo_primary_pages_exames', '32'),
(2850, 440, '_yoast_wpseo_content_score', '30'),
(2851, 441, '_edit_last', '1'),
(2852, 441, '_edit_lock', '1531399322:1'),
(2853, 441, 'material', 'Sangue  ou Saliva'),
(2854, 441, '_material', 'field_5b44d0511b59b'),
(2855, 441, 'volume_da_amostra', 'Sangue: 5ml Saliva 2 ml'),
(2856, 441, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2857, 441, 'metodologia', 'NGS (genes APP, PSEN1 e PSEN2)'),
(2858, 441, '_metodologia', 'field_5b44d39d1e8a9'),
(2859, 441, 'prazo_para_resultado', '25 dias úteis.'),
(2860, 441, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2861, 441, 'armazenamento', 'Sangue: refrigerado Saliva Ambiente'),
(2862, 441, '_armazenamento', 'field_5b44d3b81e8ab'),
(2863, 441, 'estabilidade', 'Sangue refrigerado: 3 meses Sangue congelado: 6 meses Saliva – 30 dias'),
(2864, 441, '_estabilidade', 'field_5b44d3c61e8ac'),
(2865, 441, 'transporte_do_material', 'Refrigerado Saliva temperatura ambiente'),
(2866, 441, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2867, 441, 'prazo_para_recebimento', '5 dias'),
(2868, 441, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2869, 441, 'observações', 'Enviar o termo de consentimento informado preenchido e assinado. <br>\r\nEnviar pedido médico. <br>'),
(2870, 441, '_observações', 'field_5b44d3f21e8af'),
(2871, 441, '_yoast_wpseo_primary_pages_exames', '32'),
(2872, 441, '_yoast_wpseo_content_score', '30'),
(2873, 442, '_edit_last', '1'),
(2874, 442, '_edit_lock', '1531399935:1'),
(2875, 442, 'material', 'Saliva'),
(2876, 442, '_material', 'field_5b44d0511b59b'),
(2877, 442, 'volume_da_amostra', '1ml (tubo especifico)'),
(2878, 442, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2879, 442, 'metodologia', 'PCR real time'),
(2880, 442, '_metodologia', 'field_5b44d39d1e8a9'),
(2881, 442, 'prazo_para_resultado', '15 dias úteis.'),
(2882, 442, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2883, 442, 'armazenamento', 'Temperatura ambiente.'),
(2884, 442, '_armazenamento', 'field_5b44d3b81e8ab'),
(2885, 442, 'estabilidade', 'Indeterminado.'),
(2886, 442, '_estabilidade', 'field_5b44d3c61e8ac'),
(2887, 442, 'transporte_do_material', 'Temperatura ambiente'),
(2888, 442, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2889, 442, 'prazo_para_recebimento', '5 dias'),
(2890, 442, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2891, 442, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>'),
(2892, 442, '_observações', 'field_5b44d3f21e8af'),
(2893, 442, '_yoast_wpseo_primary_pages_exames', '32'),
(2894, 442, '_yoast_wpseo_content_score', '30'),
(2895, 444, '_edit_last', '1'),
(2896, 444, '_edit_lock', '1531400165:1'),
(2897, 444, 'material', 'Saliva  Sangue (tubo EDTA)'),
(2898, 444, '_material', 'field_5b44d0511b59b'),
(2899, 444, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml (tubo primário). '),
(2900, 444, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2901, 444, 'metodologia', 'PCR.'),
(2902, 444, '_metodologia', 'field_5b44d39d1e8a9'),
(2903, 444, 'prazo_para_resultado', '15 dias úteis.'),
(2904, 444, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2905, 444, 'armazenamento', 'Saliva: Temperatura ambiente. Sangue: refrigerado (2 a 8ºC)'),
(2906, 444, '_armazenamento', 'field_5b44d3b81e8ab'),
(2907, 444, 'estabilidade', 'Saliva: 1 semana Sangue: 3 meses refrigerado'),
(2908, 444, '_estabilidade', 'field_5b44d3c61e8ac'),
(2909, 444, 'transporte_do_material', 'Temperatura ambiente ou refrigerado com gelo reciclável em caixa de isopor.'),
(2910, 444, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2911, 444, 'prazo_para_recebimento', '5 dias'),
(2912, 444, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2913, 444, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja coletada saliva. <br>\r\nSolicitar o kit de coleta <br>\r\nEnviar o pedido médico especificando o exame a ser realizado com história clínica. <br>\r\nPreencher e assinar o Questionário Genético e o Termo de Consentimento. <br>'),
(2914, 444, '_observações', 'field_5b44d3f21e8af'),
(2915, 444, '_yoast_wpseo_primary_pages_exames', '32'),
(2916, 444, '_yoast_wpseo_content_score', '60'),
(2917, 445, '_edit_last', '1'),
(2918, 445, '_edit_lock', '1531400387:1'),
(2919, 445, 'material', 'Saliva  Sangue (tubo EDTA)'),
(2920, 445, '_material', 'field_5b44d0511b59b'),
(2921, 445, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml (tubo primário). '),
(2922, 445, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2923, 445, 'metodologia', 'PCR.'),
(2924, 445, '_metodologia', 'field_5b44d39d1e8a9'),
(2925, 445, 'prazo_para_resultado', '20 dias úteis.'),
(2926, 445, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2927, 445, 'armazenamento', 'Saliva: Temperatura ambiente. Sangue: refrigerado (2 a 8ºC)'),
(2928, 445, '_armazenamento', 'field_5b44d3b81e8ab'),
(2929, 445, 'estabilidade', 'Saliva: 1 semana Sangue: 3 meses refrigerado');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2930, 445, '_estabilidade', 'field_5b44d3c61e8ac'),
(2931, 445, 'transporte_do_material', 'Temperatura ambiente ou refrigerado com gelo reciclável em caixa de isopor.'),
(2932, 445, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2933, 445, 'prazo_para_recebimento', ''),
(2934, 445, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2935, 445, 'observações', ''),
(2936, 445, '_observações', 'field_5b44d3f21e8af'),
(2937, 445, '_yoast_wpseo_primary_pages_exames', '32'),
(2938, 445, '_yoast_wpseo_content_score', '30'),
(2939, 446, '_edit_last', '1'),
(2940, 446, '_edit_lock', '1531400568:1'),
(2941, 446, 'material', 'Células bucais / Saliva Sangue total (EDTA).'),
(2942, 446, '_material', 'field_5b44d0511b59b'),
(2943, 446, 'volume_da_amostra', 'Sangue: 5ml Células bucais: tubo específico. Saliva'),
(2944, 446, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2945, 446, 'metodologia', 'PCR em Tempo Real.'),
(2946, 446, '_metodologia', 'field_5b44d39d1e8a9'),
(2947, 446, 'prazo_para_resultado', '15 dias úteis.'),
(2948, 446, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2949, 446, 'armazenamento', 'Células bucais: temperatura ambiente. Sangue: refrigerado. '),
(2950, 446, '_armazenamento', 'field_5b44d3b81e8ab'),
(2951, 446, 'estabilidade', 'Células bucais: 1 semana Sangue: 3 meses refrigerado'),
(2952, 446, '_estabilidade', 'field_5b44d3c61e8ac'),
(2953, 446, 'transporte_do_material', 'O material refrigerado pode ser transportado em caixas de isopor com gelo reciclável. Temperatura ambiente (quando for célula bucal) - Saliva'),
(2954, 446, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2955, 446, 'prazo_para_recebimento', 'Até 5 dias'),
(2956, 446, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2957, 446, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com células bucais. <br>\r\nRemover a maquiagem labial, caso seja realizada coleta com células bucais. <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar Termo de Consentimento. <br>\r\nPara coleta de sangue total, não há necessidade de jejum. <br>'),
(2958, 446, '_observações', 'field_5b44d3f21e8af'),
(2959, 446, '_yoast_wpseo_primary_pages_exames', '32'),
(2960, 446, '_yoast_wpseo_content_score', '60'),
(2961, 447, '_edit_last', '1'),
(2962, 447, '_edit_lock', '1531401638:1'),
(2963, 447, 'material', 'Sangue total (EDTA). Swab bucal.'),
(2964, 447, '_material', 'field_5b44d0511b59b'),
(2965, 447, 'volume_da_amostra', 'Sangue total: 5ml (tubo primário).'),
(2966, 447, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2967, 447, 'metodologia', 'Sequenciamento de nova geração - NGS'),
(2968, 447, '_metodologia', 'field_5b44d39d1e8a9'),
(2969, 447, 'prazo_para_resultado', '20 dias úteis.'),
(2970, 447, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2971, 447, 'armazenamento', 'Sangue total: refrigerado. Swab bucal: temperatura ambiente.'),
(2972, 447, '_armazenamento', 'field_5b44d3b81e8ab'),
(2973, 447, 'estabilidade', 'Sangue - refrigerado: 05 dias de 2ºC a 8ºC. Swab bucal - temperatura ambiente: 05 dias.'),
(2974, 447, '_estabilidade', 'field_5b44d3c61e8ac'),
(2975, 447, 'transporte_do_material', 'Temperatura Ambiente'),
(2976, 447, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2977, 447, 'prazo_para_recebimento', '5 dias'),
(2978, 447, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(2979, 447, 'observações', 'Sangue total: Não é necessário jejum. <br>\r\nSwab bucal: jejum de, no mínimo, 30 minutos. <br>\r\nÉ importantr que se respeite o jejum em caso de coleta de swab bucal. <br>\r\nCaso a coleta de swab seja inadequada (baixa quantidade de DNA), será solicitada uma nova amostra. <br>\r\nPreencher e assinar o termo de consentimento. <br>'),
(2980, 447, '_observações', 'field_5b44d3f21e8af'),
(2981, 447, '_yoast_wpseo_primary_pages_exames', '32'),
(2982, 447, '_yoast_wpseo_content_score', '60'),
(2983, 448, '_edit_last', '1'),
(2984, 448, '_edit_lock', '1531402512:1'),
(2985, 448, 'material', 'Sangue total (EDTA). Swab bucal.'),
(2986, 448, '_material', 'field_5b44d0511b59b'),
(2987, 448, 'volume_da_amostra', 'Sangue total: 5ml (tubo primário).'),
(2988, 448, '_volume_da_amostra', 'field_5b44d0621b59c'),
(2989, 448, 'metodologia', 'Sequenciamento de nova geração - NGS'),
(2990, 448, '_metodologia', 'field_5b44d39d1e8a9'),
(2991, 448, 'prazo_para_resultado', '20 dias úteis.'),
(2992, 448, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(2993, 448, 'armazenamento', 'Sangue total: refrigerado. Swab bucal: temperatura ambiente.'),
(2994, 448, '_armazenamento', 'field_5b44d3b81e8ab'),
(2995, 448, 'estabilidade', 'Sangue - refrigerado: 05 dias de 2ºC a 8ºC. Swab bucal - temperatura ambiente: 05 dias.'),
(2996, 448, '_estabilidade', 'field_5b44d3c61e8ac'),
(2997, 448, 'transporte_do_material', 'Temperatura Ambiente'),
(2998, 448, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(2999, 448, 'prazo_para_recebimento', '5 dias'),
(3000, 448, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3001, 448, 'observações', 'Sangue total: Não é necessário jejum. <br>\r\nSwab bucal: jejum de, no mínimo, 30 minutos. <br>\r\nÉ importantr que se respeite o jejum em caso de coleta de swab bucal. <br>\r\nCaso a coleta de swab seja inadequada (baixa quantidade de DNA), será solicitada uma nova amostra em sangue. <br>\r\nPreencher e assinar o termo de consentimento. <br>'),
(3002, 448, '_observações', 'field_5b44d3f21e8af'),
(3003, 448, '_yoast_wpseo_primary_pages_exames', '32'),
(3004, 448, '_yoast_wpseo_content_score', '60'),
(3005, 450, '_edit_last', '1'),
(3006, 450, '_edit_lock', '1531412065:1'),
(3007, 450, 'material', 'Saliva. Sangue (tubo EDTA).'),
(3008, 450, '_material', 'field_5b44d0511b59b'),
(3009, 450, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(3010, 450, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3011, 450, 'metodologia', 'PCR real time.'),
(3012, 450, '_metodologia', 'field_5b44d39d1e8a9'),
(3013, 450, 'prazo_para_resultado', '30 dias úteis.'),
(3014, 450, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3015, 450, 'armazenamento', 'Saliva: temperatura ambiente. Sangue: refrigerado.'),
(3016, 450, '_armazenamento', 'field_5b44d3b81e8ab'),
(3017, 450, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses referigerado.'),
(3018, 450, '_estabilidade', 'field_5b44d3c61e8ac'),
(3019, 450, 'transporte_do_material', 'Temperatura ambiente.'),
(3020, 450, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3021, 450, 'prazo_para_recebimento', 'Até 5 dias'),
(3022, 450, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3023, 450, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com saliva. <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar o Termo de Consentimento e o formulário de solicitação de exames. <br>'),
(3024, 450, '_observações', 'field_5b44d3f21e8af'),
(3025, 450, '_yoast_wpseo_primary_pages_exames', '31'),
(3026, 450, '_yoast_wpseo_content_score', '30'),
(3027, 450, '_wpmidia_post_views_count', '1'),
(3028, 451, '_edit_last', '1'),
(3029, 451, '_edit_lock', '1531413096:1'),
(3030, 451, 'material', 'Saliva. Sangue (tubo EDTA).'),
(3031, 451, '_material', 'field_5b44d0511b59b'),
(3032, 451, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(3033, 451, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3034, 451, 'metodologia', 'PCR real time.'),
(3035, 451, '_metodologia', 'field_5b44d39d1e8a9'),
(3036, 451, 'prazo_para_resultado', '30 dias úteis.'),
(3037, 451, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3038, 451, 'armazenamento', 'Saliva: temperatura ambiente. Sangue: refrigerado.'),
(3039, 451, '_armazenamento', 'field_5b44d3b81e8ab'),
(3040, 451, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses referigerado.'),
(3041, 451, '_estabilidade', 'field_5b44d3c61e8ac'),
(3042, 451, 'transporte_do_material', 'Temperatura ambiente.'),
(3043, 451, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3044, 451, 'prazo_para_recebimento', 'Até 5 dias'),
(3045, 451, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3046, 451, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com saliva. <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar o Termo de Consentimento e o formulário de solicitação de exames. <br>'),
(3047, 451, '_observações', 'field_5b44d3f21e8af'),
(3048, 451, '_yoast_wpseo_primary_pages_exames', '31'),
(3049, 451, '_yoast_wpseo_content_score', '30'),
(3050, 451, '_wpmidia_post_views_count', '1'),
(3051, 452, '_edit_last', '1'),
(3052, 452, '_edit_lock', '1531413282:1'),
(3053, 452, 'material', 'Saliva. Sangue (tubo EDTA).'),
(3054, 452, '_material', 'field_5b44d0511b59b'),
(3055, 452, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(3056, 452, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3057, 452, 'metodologia', 'PCR real time.'),
(3058, 452, '_metodologia', 'field_5b44d39d1e8a9'),
(3059, 452, 'prazo_para_resultado', '30 dias úteis.'),
(3060, 452, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3061, 452, 'armazenamento', 'Saliva: temperatura ambiente. Sangue: refrigerado.'),
(3062, 452, '_armazenamento', 'field_5b44d3b81e8ab'),
(3063, 452, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses referigerado.'),
(3064, 452, '_estabilidade', 'field_5b44d3c61e8ac'),
(3065, 452, 'transporte_do_material', 'Temperatura ambiente.'),
(3066, 452, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3067, 452, 'prazo_para_recebimento', 'Até 5 dias'),
(3068, 452, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3069, 452, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com saliva.\r\nRemover a maquiagem labial\r\nSolicitar o kit de coleta \r\nPreencher e assinar o Termo de Consentimento e o formulário de solicitação de exames.'),
(3070, 452, '_observações', 'field_5b44d3f21e8af'),
(3071, 452, '_yoast_wpseo_primary_pages_exames', '31'),
(3072, 452, '_yoast_wpseo_content_score', '30'),
(3073, 452, '_wpmidia_post_views_count', '2'),
(3074, 454, '_edit_last', '1'),
(3075, 454, '_edit_lock', '1531413743:1'),
(3076, 454, 'material', 'Saliva. Sangue (tubo EDTA).'),
(3077, 454, '_material', 'field_5b44d0511b59b'),
(3078, 454, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico). Sangue: 5ml.'),
(3079, 454, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3080, 454, 'metodologia', 'PCR real time.'),
(3081, 454, '_metodologia', 'field_5b44d39d1e8a9'),
(3082, 454, 'prazo_para_resultado', '20 dias úteis.'),
(3083, 454, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3084, 454, 'armazenamento', 'Saliva: temperatura ambiente. Sangue: refrigerado.'),
(3085, 454, '_armazenamento', 'field_5b44d3b81e8ab'),
(3086, 454, 'estabilidade', 'Saliva: 1 semana. Sangue: 3 meses referigerado.'),
(3087, 454, '_estabilidade', 'field_5b44d3c61e8ac'),
(3088, 454, 'transporte_do_material', 'Temperatura ambiente.'),
(3089, 454, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3090, 454, 'prazo_para_recebimento', 'Até 5 dias'),
(3091, 454, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3092, 454, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com saliva. <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>\r\nPreencher e assinar o Termo de Consentimento e o formulário de solicitação de exames. <br>'),
(3093, 454, '_observações', 'field_5b44d3f21e8af'),
(3094, 454, '_yoast_wpseo_primary_pages_exames', '31'),
(3095, 454, '_yoast_wpseo_content_score', '30'),
(3096, 454, '_wpmidia_post_views_count', '1'),
(3097, 455, '_edit_last', '1'),
(3098, 455, '_edit_lock', '1531414227:1'),
(3099, 455, 'material', 'Sangue total EDTA Saliva'),
(3100, 455, '_material', 'field_5b44d0511b59b'),
(3101, 455, 'volume_da_amostra', '5ml (tubo primário) Saliva 2 ml'),
(3102, 455, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3103, 455, 'metodologia', 'PCR + RFLP'),
(3104, 455, '_metodologia', 'field_5b44d39d1e8a9'),
(3105, 455, 'prazo_para_resultado', '05 dias úteis'),
(3106, 455, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3107, 455, 'armazenamento', 'Temperatura Ambiente'),
(3108, 455, '_armazenamento', 'field_5b44d3b81e8ab'),
(3109, 455, 'estabilidade', '7 dias'),
(3110, 455, '_estabilidade', 'field_5b44d3c61e8ac'),
(3111, 455, 'transporte_do_material', 'Temperatura Ambiente'),
(3112, 455, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3113, 455, 'prazo_para_recebimento', '5 dias '),
(3114, 455, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3115, 455, 'observações', 'Indicar medicações utilizadas pelo paciente <br>\r\nJejum de 30 minutos <br>\r\nEnviar termo de consentimento informado e questionario de exames geneticos preenchidos e assinados <br>'),
(3116, 455, '_observações', 'field_5b44d3f21e8af'),
(3117, 455, '_yoast_wpseo_primary_pages_exames', '31'),
(3118, 455, '_yoast_wpseo_content_score', '90'),
(3119, 455, '_wpmidia_post_views_count', '1'),
(3120, 457, '_edit_last', '1'),
(3121, 457, '_edit_lock', '1531415401:1'),
(3122, 457, 'material', 'Saliva. Sangue Total EDTA.'),
(3123, 457, '_material', 'field_5b44d0511b59b'),
(3124, 457, 'volume_da_amostra', 'Saliva - 1ml (tubo especifico). Sangue total - 5ml.'),
(3125, 457, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3126, 457, 'metodologia', 'Sequenciamento.'),
(3127, 457, '_metodologia', 'field_5b44d39d1e8a9'),
(3128, 457, 'prazo_para_resultado', '10 dias úteis.'),
(3129, 457, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3130, 457, 'armazenamento', 'Saliva - temperatura ambiente. Sangue total - refrigerado (2 a 8ºC).'),
(3131, 457, '_armazenamento', 'field_5b44d3b81e8ab'),
(3132, 457, 'estabilidade', 'Indeterminado.'),
(3133, 457, '_estabilidade', 'field_5b44d3c61e8ac'),
(3134, 457, 'transporte_do_material', 'Temperatura ambiente '),
(3135, 457, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3136, 457, 'prazo_para_recebimento', '5 dias'),
(3137, 457, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3138, 457, 'observações', 'Para coleta de saliva: <br>\r\nNão ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta <br>\r\nRemover a maquiagem labial <br>\r\nSolicitar o kit de coleta <br>'),
(3139, 457, '_observações', 'field_5b44d3f21e8af'),
(3140, 457, '_yoast_wpseo_primary_pages_exames', '31'),
(3141, 457, '_yoast_wpseo_content_score', '60'),
(3142, 458, '_edit_last', '1'),
(3143, 458, '_edit_lock', '1531415571:1'),
(3144, 458, 'material', 'Sangue total;  saliva.'),
(3145, 458, '_material', 'field_5b44d0511b59b'),
(3146, 458, 'volume_da_amostra', 'Sangue: 5ml (tubo primário) ou papel de filtro Saliva: 1ml'),
(3147, 458, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3148, 458, 'metodologia', 'Genotipagem de tag-SNPs associados aos alelos HLA classe II que correspondem aos haplótipos DQ2 (DQ2.2 e DQ2.5), DQ4, DQ7 e DQ8.'),
(3149, 458, '_metodologia', 'field_5b44d39d1e8a9'),
(3150, 458, 'prazo_para_resultado', '20 dias úteis'),
(3151, 458, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3152, 458, 'armazenamento', 'Temperatura ambiente. '),
(3153, 458, '_armazenamento', 'field_5b44d3b81e8ab'),
(3154, 458, 'estabilidade', '7 dias'),
(3155, 458, '_estabilidade', 'field_5b44d3c61e8ac'),
(3156, 458, 'transporte_do_material', 'Temperatura ambiente. '),
(3157, 458, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3158, 458, 'prazo_para_recebimento', '5 dias'),
(3159, 458, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3160, 458, 'observações', ''),
(3161, 458, '_observações', 'field_5b44d3f21e8af'),
(3162, 458, '_yoast_wpseo_primary_pages_exames', '31'),
(3163, 458, '_yoast_wpseo_content_score', '30'),
(3164, 459, '_edit_last', '1'),
(3165, 459, '_edit_lock', '1531415915:1'),
(3166, 457, '_wpmidia_post_views_count', '1'),
(3167, 459, 'material', 'Saliva Sangue (tubo EDTA)'),
(3168, 459, '_material', 'field_5b44d0511b59b'),
(3169, 459, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico) Sangue: 5ml'),
(3170, 459, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3171, 459, 'metodologia', 'PCR real time'),
(3172, 459, '_metodologia', 'field_5b44d39d1e8a9'),
(3173, 459, 'prazo_para_resultado', '15 dias úteis.'),
(3174, 459, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3175, 459, 'armazenamento', 'Saliva: Temperatura ambiente. Snague: refrigerado'),
(3176, 459, '_armazenamento', 'field_5b44d3b81e8ab'),
(3177, 459, 'estabilidade', 'Saliva: 1 semana Sangue: 3 meses refrigerado e 6 meses congelado'),
(3178, 459, '_estabilidade', 'field_5b44d3c61e8ac'),
(3179, 459, 'transporte_do_material', 'Temperatura ambiente'),
(3180, 459, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3181, 459, 'prazo_para_recebimento', '5 dias'),
(3182, 459, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3183, 459, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta de saliva <br>\r\nSolicitar o kit de coleta ao Centro de Genomas® <br>'),
(3184, 459, '_observações', 'field_5b44d3f21e8af'),
(3185, 459, '_yoast_wpseo_primary_pages_exames', '34'),
(3186, 459, '_yoast_wpseo_content_score', '60'),
(3187, 460, '_edit_last', '1'),
(3188, 460, '_edit_lock', '1531416209:1'),
(3189, 460, 'material', 'Saliva Sangue (tubo EDTA)'),
(3190, 460, '_material', 'field_5b44d0511b59b'),
(3191, 460, 'volume_da_amostra', 'Saliva: 1ml (tubo especifico) Sangue: 5ml'),
(3192, 460, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3193, 460, 'metodologia', 'PCR-Real Time'),
(3194, 460, '_metodologia', 'field_5b44d39d1e8a9'),
(3195, 460, 'prazo_para_resultado', '15 dias úteis.'),
(3196, 460, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3197, 460, 'armazenamento', 'Saliva: Temperatura ambiente  Sangue:refrigerado '),
(3198, 460, '_armazenamento', 'field_5b44d3b81e8ab'),
(3199, 460, 'estabilidade', 'Saliva: 1 semana Sangue: 3 meses refrigerado e 6 meses congelado'),
(3200, 460, '_estabilidade', 'field_5b44d3c61e8ac'),
(3201, 460, 'transporte_do_material', 'O material deve ser transportado a temperatura ambiente '),
(3202, 460, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3203, 460, 'prazo_para_recebimento', '5 dias'),
(3204, 460, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3205, 460, 'observações', 'Informar medicamentos em uso <br> \r\nNão ingerir líquidos e alimentos 30 minutos antes da coleta de saliva, caso seja realizada coleta de saliva <br>'),
(3206, 460, '_observações', 'field_5b44d3f21e8af'),
(3207, 460, '_yoast_wpseo_primary_pages_exames', '34'),
(3208, 460, '_yoast_wpseo_content_score', '60'),
(3209, 461, '_edit_last', '1'),
(3210, 461, '_edit_lock', '1531416362:1'),
(3211, 461, 'material', 'Células bucais. Sangue total (EDTA).'),
(3212, 461, '_material', 'field_5b44d0511b59b'),
(3213, 461, 'volume_da_amostra', 'Sangue: 5ml. Células bucais: frasco específico.'),
(3214, 461, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3215, 461, 'metodologia', 'PCR em Tempo Real.'),
(3216, 461, '_metodologia', 'field_5b44d39d1e8a9'),
(3217, 461, 'prazo_para_resultado', '15 dias úteis.'),
(3218, 461, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3219, 461, 'armazenamento', 'Células bucais: temperatura ambiente. Sangue: refrigerado (2 a 8ºC).'),
(3220, 461, '_armazenamento', 'field_5b44d3b81e8ab'),
(3221, 461, 'estabilidade', 'Células bucais: 1 semana. Sangue: 3 meses refrigerado.'),
(3222, 461, '_estabilidade', 'field_5b44d3c61e8ac'),
(3223, 461, 'transporte_do_material', 'O sangue pode ser transportado refrigerado (gelo reciclável) em caixas de isopor. As células bucais podem ser transportadas em temperatura ambiente.'),
(3224, 461, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3225, 461, 'prazo_para_recebimento', '5 dias.'),
(3226, 461, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3227, 461, 'observações', 'Não ingerir alimentos e líquidos nos 30 minutos que antecedem a coleta, caso seja realizada coleta com células bucais. <br>\r\nAssinar Termo de Consentimento. Enviar o pedido médico <br>\r\nRemover a maquiagem labial, caso seja realizada coleta com células bucais. <br>\r\nSolicitar o kit de coleta <br>'),
(3228, 461, '_observações', 'field_5b44d3f21e8af'),
(3229, 461, '_yoast_wpseo_primary_pages_exames', '34'),
(3230, 461, '_yoast_wpseo_content_score', '30'),
(3231, 462, '_edit_last', '1'),
(3232, 462, '_edit_lock', '1531416675:1'),
(3233, 462, 'material', 'Sangue total (EDTA). Swab bucal.'),
(3234, 462, '_material', 'field_5b44d0511b59b'),
(3235, 462, 'volume_da_amostra', 'Sangue total: 5ml (tubo primário).'),
(3236, 462, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3237, 462, 'metodologia', 'Sequenciamento de nova geração - NGS'),
(3238, 462, '_metodologia', 'field_5b44d39d1e8a9'),
(3239, 462, 'prazo_para_resultado', '20 dias úteis.'),
(3240, 462, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3241, 462, 'armazenamento', 'Sangue total: refrigerado. Swab bucal: temperatura ambiente.'),
(3242, 462, '_armazenamento', 'field_5b44d3b81e8ab'),
(3243, 462, 'estabilidade', 'Sangue - refrigerado: 05 dias de 2ºC a 8ºC. Swab bucal - temperatura ambiente: 05 dias.'),
(3244, 462, '_estabilidade', 'field_5b44d3c61e8ac'),
(3245, 462, 'transporte_do_material', 'Temperatura Ambiente'),
(3246, 462, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3247, 462, 'prazo_para_recebimento', '5 dias'),
(3248, 462, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3249, 462, 'observações', 'Sangue total: Não é necessário jejum. <br>\r\nSwab bucal: jejum de, no mínimo, 30 minutos. <br>\r\nÉ importantr que se respeite o jejum em caso de coleta de swab bucal. <br>\r\nCaso a coleta de swab seja inadequada (baixa quantidade de DNA), será solicitada uma nova amostra em sangue. <br>\r\nPreencher e assinar o termo de consentimento. <br>'),
(3250, 462, '_observações', 'field_5b44d3f21e8af'),
(3251, 462, '_yoast_wpseo_primary_pages_exames', '32'),
(3252, 462, '_yoast_wpseo_content_score', '60'),
(3253, 462, '_wpmidia_post_views_count', '1'),
(3254, 463, '_edit_last', '1'),
(3255, 463, '_edit_lock', '1531485762:1'),
(3256, 463, 'material', 'Papel de Filtro  Saliva'),
(3257, 463, '_material', 'field_5b44d0511b59b'),
(3258, 463, 'volume_da_amostra', 'Gota de sangue deve tranpassar para o verso do papel filtro. Saliva 2 ml'),
(3259, 463, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3260, 463, 'metodologia', 'STR Multiplex PCR.'),
(3261, 463, '_metodologia', 'field_5b44d39d1e8a9'),
(3262, 463, 'prazo_para_resultado', '10 dias úteis.'),
(3263, 463, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3264, 463, 'armazenamento', 'Temperatura ambiente.'),
(3265, 463, '_armazenamento', 'field_5b44d3b81e8ab'),
(3266, 463, 'estabilidade', 'Indeterminado.'),
(3267, 463, '_estabilidade', 'field_5b44d3c61e8ac'),
(3268, 463, 'transporte_do_material', 'Dentro de um envelope à temperatura ambiente.'),
(3269, 463, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3270, 463, 'prazo_para_recebimento', 'Indeterminado.'),
(3271, 463, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3272, 463, 'observações', 'Existem procedimentos que devem ser seguidos passo a passo: <br>\r\n1. Preenchimento de formulário específico (com dados dos envolvidos e do coletor). <br>\r\n2. Anexar cópia dos documentos dos envolvidos. Se o suposto pai for o pai de registro poderá assinar pelo filho, caso não tenha registrado, a mãe ou responsável legal terá que assinar pelo filho. <br>\r\n3. Assinar termo de mãe ausente. <br>\r\n4. Identificar as amostras e mostrá-las aos envolvidos. <br>\r\n5. Não realizamos o exame em sangue de pacientes transplantados de medula óssea. <br>\r\n6. As assinaturas na ficha de identificação deverão ser exatamente iguais as assinaturas dos documentos apresentados. <br>'),
(3273, 463, '_observações', 'field_5b44d3f21e8af'),
(3274, 463, '_yoast_wpseo_primary_pages_exames', '33'),
(3275, 463, '_yoast_wpseo_content_score', '30'),
(3276, 464, '_edit_last', '1'),
(3277, 464, '_edit_lock', '1531486016:1'),
(3278, 464, 'material', 'Papel de filtro  saliva'),
(3279, 464, '_material', 'field_5b44d0511b59b'),
(3280, 464, 'volume_da_amostra', 'Gota de sangue deve transpassar para o verso do papel filtro. Saliva 2 ml'),
(3281, 464, '_volume_da_amostra', 'field_5b44d0621b59c'),
(3282, 464, 'metodologia', 'STR Multiplex PCR.'),
(3283, 464, '_metodologia', 'field_5b44d39d1e8a9'),
(3284, 464, 'prazo_para_resultado', '10 dias úteis.'),
(3285, 464, '_prazo_para_resultado', 'field_5b44d3a51e8aa'),
(3286, 464, 'armazenamento', 'Temperatura ambiente.'),
(3287, 464, '_armazenamento', 'field_5b44d3b81e8ab'),
(3288, 464, 'estabilidade', 'Período indeterminado.'),
(3289, 464, '_estabilidade', 'field_5b44d3c61e8ac'),
(3290, 464, 'transporte_do_material', '​Dentro de um envelope à temperatura ambiente.'),
(3291, 464, '_transporte_do_material', 'field_5b44d3d61e8ad'),
(3292, 464, 'prazo_para_recebimento', 'Indeterminado.'),
(3293, 464, '_prazo_para_recebimento', 'field_5b44d3e41e8ae'),
(3294, 464, 'observações', 'Existem procedimentos que devem ser seguidos passo a passo: <br>\r\n1. Preenchimento de formulário específico (com dados dos envolvidos e do coletor). <br>\r\n2. Anexar cópia dos documentos dos envolvidos. <br>\r\n3. Identificar as amostras e mostrá-las aos envolvidos. <br>\r\n4. Não realizamos o exame em sangue de pacientes transplantados de medula óssea. <br>\r\n5. As assinaturas na ficha de identificação deverão ser exatamente iguais as assinaturas dos documentos apresentados. <br>'),
(3295, 464, '_observações', 'field_5b44d3f21e8af'),
(3296, 464, '_yoast_wpseo_primary_pages_exames', '33'),
(3297, 464, '_yoast_wpseo_content_score', '60'),
(3298, 463, '_wpmidia_post_views_count', '1'),
(3299, 466, '_menu_item_type', 'post_type'),
(3300, 466, '_menu_item_menu_item_parent', '0'),
(3301, 466, '_menu_item_object_id', '405'),
(3302, 466, '_menu_item_object', 'page'),
(3303, 466, '_menu_item_target', ''),
(3304, 466, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3305, 466, '_menu_item_xfn', ''),
(3306, 466, '_menu_item_url', ''),
(3308, 467, '_menu_item_type', 'post_type'),
(3309, 467, '_menu_item_menu_item_parent', '0'),
(3310, 467, '_menu_item_object_id', '411'),
(3311, 467, '_menu_item_object', 'page'),
(3312, 467, '_menu_item_target', ''),
(3313, 467, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3314, 467, '_menu_item_xfn', ''),
(3315, 467, '_menu_item_url', ''),
(3317, 468, '_menu_item_type', 'post_type'),
(3318, 468, '_menu_item_menu_item_parent', '0'),
(3319, 468, '_menu_item_object_id', '401'),
(3320, 468, '_menu_item_object', 'page'),
(3321, 468, '_menu_item_target', ''),
(3322, 468, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3323, 468, '_menu_item_xfn', ''),
(3324, 468, '_menu_item_url', ''),
(3326, 469, '_menu_item_type', 'post_type'),
(3327, 469, '_menu_item_menu_item_parent', '0'),
(3328, 469, '_menu_item_object_id', '407'),
(3329, 469, '_menu_item_object', 'page'),
(3330, 469, '_menu_item_target', ''),
(3331, 469, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3332, 469, '_menu_item_xfn', ''),
(3333, 469, '_menu_item_url', ''),
(3335, 470, '_menu_item_type', 'post_type'),
(3336, 470, '_menu_item_menu_item_parent', '0'),
(3337, 470, '_menu_item_object_id', '409'),
(3338, 470, '_menu_item_object', 'page'),
(3339, 470, '_menu_item_target', ''),
(3340, 470, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3341, 470, '_menu_item_xfn', ''),
(3342, 470, '_menu_item_url', '');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 utf8_general_ci NOT NULL,
  `post_title` text COLLATE utf8_general_ci NOT NULL,
  `post_excerpt` text COLLATE utf8_general_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8_general_ci NOT NULL,
  `pinged` text COLLATE utf8_general_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 utf8_general_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8_general_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2017-07-13 11:20:16', '2017-07-13 14:20:16', 'Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!', 'Olá, mundo!', '', 'publish', 'open', 'open', '', 'ola-mundo', '', '', '2017-07-13 11:20:16', '2017-07-13 14:20:16', '', 0, 'http://anaclingenetica.com.br/?p=1', 0, 'post', '', 0),
(7, 1, '2017-07-13 11:29:01', '2017-07-13 14:29:01', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'publish', 'closed', 'closed', '', 'a-clinica', '', '', '2018-03-08 15:54:54', '2018-03-08 18:54:54', '', 0, 'http://anaclingenetica.com.br/?page_id=7', 0, 'page', '', 0),
(8, 1, '2017-07-13 11:29:01', '2017-07-13 14:29:01', '', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-13 11:29:01', '2017-07-13 14:29:01', '', 7, 'http://anaclingenetica.com.br/2017/07/13/7-revision-v1/', 0, 'revision', '', 0),
(9, 1, '2017-07-13 11:29:17', '2017-07-13 14:29:17', '', 'Exames', '', 'publish', 'closed', 'closed', '', 'servicos', '', '', '2018-04-16 13:19:47', '2018-04-16 16:19:47', '', 0, 'http://anaclingenetica.com.br/?page_id=9', 0, 'page', '', 0),
(10, 1, '2017-07-13 11:29:17', '2017-07-13 14:29:17', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-13 11:29:17', '2017-07-13 14:29:17', '', 9, 'http://anaclingenetica.com.br/2017/07/13/9-revision-v1/', 0, 'revision', '', 0),
(11, 1, '2017-07-13 11:29:32', '2017-07-13 14:29:32', '', 'Especialidades', '', 'publish', 'closed', 'closed', '', 'especialidades', '', '', '2017-07-13 11:29:32', '2017-07-13 14:29:32', '', 0, 'http://anaclingenetica.com.br/?page_id=11', 0, 'page', '', 0),
(12, 1, '2017-07-13 11:29:32', '2017-07-13 14:29:32', '', 'Especialidades', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2017-07-13 11:29:32', '2017-07-13 14:29:32', '', 11, 'http://anaclingenetica.com.br/2017/07/13/11-revision-v1/', 0, 'revision', '', 0),
(13, 1, '2017-07-13 11:29:52', '2017-07-13 14:29:52', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'publish', 'closed', 'closed', '', 'grupos-de-emagrecimento-e-cursos', '', '', '2018-02-09 17:00:05', '2018-02-09 19:00:05', '', 0, 'http://anaclingenetica.com.br/?page_id=13', 0, 'page', '', 0),
(14, 1, '2017-07-13 11:29:52', '2017-07-13 14:29:52', '', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-13 11:29:52', '2017-07-13 14:29:52', '', 13, 'http://anaclingenetica.com.br/2017/07/13/13-revision-v1/', 0, 'revision', '', 0),
(15, 1, '2017-07-13 11:30:00', '2017-07-13 14:30:00', '', 'Depoimentos', '', 'publish', 'closed', 'closed', '', 'depoimentos', '', '', '2017-07-13 11:30:00', '2017-07-13 14:30:00', '', 0, 'http://anaclingenetica.com.br/?page_id=15', 0, 'page', '', 0),
(16, 1, '2017-07-13 11:30:00', '2017-07-13 14:30:00', '', 'Depoimentos', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2017-07-13 11:30:00', '2017-07-13 14:30:00', '', 15, 'http://anaclingenetica.com.br/2017/07/13/15-revision-v1/', 0, 'revision', '', 0),
(17, 1, '2017-07-13 11:30:10', '2017-07-13 14:30:10', '', 'Clínicas Credenciadas', '', 'publish', 'closed', 'closed', '', 'clinicas-credenciadas', '', '', '2017-07-24 12:16:04', '2017-07-24 15:16:04', '', 0, 'http://anaclingenetica.com.br/?page_id=17', 0, 'page', '', 0),
(18, 1, '2017-07-13 11:30:10', '2017-07-13 14:30:10', '', 'Clínicas Credenciadas', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2017-07-13 11:30:10', '2017-07-13 14:30:10', '', 17, 'http://anaclingenetica.com.br/2017/07/13/17-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2017-07-13 11:30:17', '2017-07-13 14:30:17', '', 'Contato', '', 'publish', 'closed', 'closed', '', 'contato', '', '', '2017-07-21 09:53:24', '2017-07-21 12:53:24', '', 0, 'http://anaclingenetica.com.br/?page_id=19', 0, 'page', '', 0),
(20, 1, '2017-07-13 11:30:17', '2017-07-13 14:30:17', '', 'Contato', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2017-07-13 11:30:17', '2017-07-13 14:30:17', '', 19, 'http://anaclingenetica.com.br/2017/07/13/19-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2017-07-13 11:31:35', '2017-07-13 14:31:35', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'http://anaclingenetica.com.br/?p=21', 1, 'nav_menu_item', '', 0),
(22, 1, '2017-07-13 11:31:36', '2017-07-13 14:31:36', ' ', '', '', 'publish', 'closed', 'closed', '', '22', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'http://anaclingenetica.com.br/?p=22', 2, 'nav_menu_item', '', 0),
(23, 1, '2017-07-13 11:31:37', '2017-07-13 14:31:37', '', 'Clínicas<br> Credenciadas', '', 'publish', 'closed', 'closed', '', '23', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'http://anaclingenetica.com.br/?p=23', 8, 'nav_menu_item', '', 0),
(24, 1, '2017-07-13 11:31:37', '2017-07-13 14:31:37', ' ', '', '', 'publish', 'closed', 'closed', '', '24', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'http://anaclingenetica.com.br/?p=24', 9, 'nav_menu_item', '', 0),
(29, 1, '2017-07-13 11:34:32', '2017-07-13 14:34:32', '[text* nome placeholder \"Nome\"]                   \r\n[email* email placeholder \"E-mail\"]\r\n[tel* fone placeholder \"Telefone\"]\r\n[select* assunto \"Fale Conosco\"]  \r\n[textarea* mensagem placeholder \"Mensagem\"]\r\n<div class=\"row\">\r\n<div class=\"col-md-5 col-md-offset-7\">\r\n[submit class:transicao \"Enviar\"]\r\n</div>\r\n</div>\n1\nContato via Site Anaclin \"[nome]\"\n[nome] <site@anaclingenetica.com.br>\natendimento@anaclingenetica.com.br\n<b>Formulário Fale Conosco</b>\r\n\r\n<b>Nome: </b>[nome]\r\n<b>E-mail: </b>[email]\r\n<b>Telefone: </b>[fone]\r\n<b>Assunto: </b>[assunto]\r\n<b>Mensagem: </b>[mensagem]\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin\nReply-To: [email]\n\n1\n\n\nAnaclin \"[your-subject]\"\nAnaclin <wordpress@milleniumfalcon>\n[your-email]\nCorpo da mensagem:\r\n[your-message]\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\nReply-To: maria.machado@dev2.com.br\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO código digitado está incorreto.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Formulário Fale Conosco', '', 'publish', 'closed', 'closed', '', 'formulario-de-contato-1', '', '', '2017-09-18 09:01:49', '2017-09-18 12:01:49', '', 0, 'http://anaclingenetica.com.br/?post_type=wpcf7_contact_form&#038;p=29', 0, 'wpcf7_contact_form', '', 0),
(30, 1, '2017-07-13 11:44:27', '2017-07-13 14:44:27', '', 'Home', '', 'publish', 'closed', 'closed', '', 'inicio', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=30', 1, 'nav_menu_item', '', 0),
(31, 1, '2017-07-13 11:44:28', '2017-07-13 14:44:28', ' ', '', '', 'publish', 'closed', 'closed', '', '31', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=31', 2, 'nav_menu_item', '', 0),
(32, 1, '2017-07-13 11:44:28', '2017-07-13 14:44:28', ' ', '', '', 'publish', 'closed', 'closed', '', '32', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=32', 8, 'nav_menu_item', '', 0),
(33, 1, '2017-07-13 11:44:28', '2017-07-13 14:44:28', ' ', '', '', 'publish', 'closed', 'closed', '', '33', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=33', 9, 'nav_menu_item', '', 0),
(34, 1, '2017-07-13 11:44:28', '2017-07-13 14:44:28', ' ', '', '', 'publish', 'closed', 'closed', '', '34', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=34', 7, 'nav_menu_item', '', 0),
(35, 1, '2017-07-13 11:44:28', '2017-07-13 14:44:28', ' ', '', '', 'publish', 'closed', 'closed', '', '35', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=35', 4, 'nav_menu_item', '', 0),
(36, 1, '2017-07-13 11:44:29', '2017-07-13 14:44:29', ' ', '', '', 'publish', 'closed', 'closed', '', '36', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=36', 5, 'nav_menu_item', '', 0),
(37, 1, '2017-07-13 11:44:29', '2017-07-13 14:44:29', ' ', '', '', 'publish', 'closed', 'closed', '', '37', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=37', 3, 'nav_menu_item', '', 0),
(38, 1, '2017-10-03 16:55:44', '2017-10-03 19:55:44', '<h1>Conheça o Anagenix, o novo exame genético da Anaclin</h1>\r\n<h1></h1>', 'Banner 2', '', 'publish', 'closed', 'closed', '', 'banner-2', '', '', '2018-07-10 09:47:19', '2018-07-10 12:47:19', '', 0, 'http://anaclingenetica.com.br/?post_type=banner&#038;p=38', 0, 'banner', '', 0),
(39, 1, '2017-07-13 11:50:00', '2017-07-13 14:50:00', '', 'maca-banner', '', 'inherit', 'open', 'closed', '', 'maca-banner', '', '', '2017-07-13 11:50:00', '2017-07-13 14:50:00', '', 38, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/maca-banner.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2017-07-13 11:51:53', '2017-07-13 14:51:53', '<h1>A Resposta pode estar em seus genes</h1>', 'Banner 1', '', 'publish', 'closed', 'closed', '', 'banner-1-2', '', '', '2018-07-10 09:47:17', '2018-07-10 12:47:17', '', 0, 'http://anaclingenetica.com.br/?post_type=banner&#038;p=40', 0, 'banner', '', 0),
(41, 1, '2017-07-13 12:02:47', '2017-07-13 15:02:47', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-13 12:02:47', '2017-07-13 15:02:47', '', 13, 'http://anaclingenetica.com.br/2017/07/13/13-revision-v1/', 0, 'revision', '', 0),
(42, 1, '2017-07-13 12:11:09', '2017-07-13 15:11:09', 'Estudos recentes em diversos locais do mundo, demonstraram que a famosa frase “eu não consigo perder peso por causa da minha genética” realmente faz sentido.\r\n\r\nUm destes estudos ocorreu no Brasil e foi feito pela nutricionista Flávia Corgosinho, na sua pesquisa de doutorado pela Unifesp (Universidade Federal de São Paulo) o que acontece é que a variação genética que influencia diretamente na perda de peso é encontrada no gene receptor da leptina (LEPR).\r\n\r\nLeptina é um hormônio que desempenha um papel importante na regulação genética, inibindo a fome e aumentando o gasto energético dos tecidos periféricos.\r\n\r\nApós um ano de pesquisa em voluntários que incluiu a prática de exercícios físicos e acompanhamento nutricional, médico e psicológico a pesquisadora notou que portadores dos genótipos CT e CC não conseguiram reduzir o perfil lipídico, resistência a insulina e também não conseguiram diminuir o índice de massa corpórea comparada ao do grupo TT.\r\n\r\nOs adolescentes do estudo que tinham níveis maiores de neuropeptídeos orexígenos (estimulantes da fome) e isso ajudou a explicar o porque de alguns adolescentes responderem melhor ao estudo e outros não. O estudo contou com 76 voluntários considerados obesos, destes, 39 pertenciam ao grupo dominante (classificado como TT) e outros 37 compunham o grupo que era portador da alteração.\r\n\r\nNo Brasil há exames exclusivos que ajudam a mapear geneticamente o seu corpo, e saber exatamente se o seu perfil genético tem o estado de hiperleptinemia (excesso de produção de leptina) e isto impacta diretamente na saúde do paciente.\r\n\r\nA Anaclin conta com o exame Pathway Genetics Fit que é um teste onde a partir da análise do DNA é possível identificar tipos de dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental.\r\n\r\nTambém possuímos o teste My Gene Diet que com a análise do DNA de onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados trazendo mais qualidade de vida para quem quer perder peso, porém sem perder a saúde.\r\n\r\nEstes exames são indicados para todos os tipos de pacientes, que buscam entender melhor o funcionamento do seu corpo e buscam ter mais qualidade de vida através de uma dieta personalizada e a prática de exercícios.\r\n\r\nFonte: <a href=\"http://noticias.r7.com/saude/genetica-influencia-diretamente-no-emagrecimento-aponta-pesquisa-da-unifesp-22082016\" target=\"_blank\" rel=\"noopener\">http://noticias.r7.com/saude/genetica-influencia-diretamente-no-emagrecimento-aponta-pesquisa-da-unifesp-22082016</a>', 'Saiba como a Genética Pode Influenciar no Seu Emagrecimento', '', 'publish', 'closed', 'closed', '', 'saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento', '', '', '2017-09-14 16:44:20', '2017-09-14 19:44:20', '', 0, 'http://anaclingenetica.com.br/?post_type=noticia&#038;p=42', 0, 'noticia', '', 0),
(43, 1, '2017-07-13 12:11:04', '2017-07-13 15:11:04', '', 'noticias', '', 'inherit', 'open', 'closed', '', 'noticias', '', '', '2017-07-13 12:11:04', '2017-07-13 15:11:04', '', 42, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/noticias.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2017-07-13 12:18:25', '2017-07-13 15:18:25', 'Algo em comum que todo mundo pensa quando se fala em emagrecer é a combinação entre dieta e corrida.\r\n\r\nPorém, o que muitas pessoas não sabem é que cada corpo é um corpo, e necessariamente não é somente estes itens que farão com que você emagreça, pois, cada organismo reage a uma forma, é muito comum usarmos métodos que deram certo em amigos e familiares e aplicar na nossa rotina, e se questionar com os resultados pois geralmente não são os mesmos.\r\n\r\nDeve-se primeiramente entender como funciona o seu organismo, saber se a sua genética é favorável a este tipo de treino, pois há pessoas que conseguem ótimos resultados com a corrida, porém outras pela sua genética, não conseguem com a corrida, mas com a musculação tem um resultado melhor.\r\n\r\nApós ter estas informações para conhecer melhor o seu organismo, é necessário estar aliado com a dieta ideal para ele, ou seja, verificar se possui intolerância a algum tipo de alimento, qual são os itens que você deve evitar, como por exemplo reduzir a ingestão de carboidratos.\r\n\r\nUm acompanhamento detalhado é o segredo para ter ótimos resultados na busca pela perda de peso e uma vida mais saudável, pois com estas informações é possível criar planos específicos para cada indivíduo, e também indicar qual atividade física seu organismo tende a metabolizar mais rápido para ter maior perda de gordura, seja ela a corrida ou algum outro.\r\n\r\nVocê já pensou em participar de um programa de coaching para emagrecimento?\r\n\r\nNós criamos um plano completo para mapear o organismo de cada paciente, e com isto criamos planos personalizados, com o suporte de uma equipe contando com um médico, uma nutricionista, psicóloga e personal trainer para que você emagreça com saúde.\r\n\r\nEntre em contato conosco para saber mais!\r\n\r\nFonte: <a href=\"http://delas.ig.com.br/2016-05-24/emagrecer-x-ganhar-massa-treino-e-dieta-certos-para-seus-objetivos.html\" target=\"_blank\" rel=\"noopener\">http://delas.ig.com.br/2016-05-24/emagrecer-x-ganhar-massa-treino-e-dieta-certos-para-seus-objetivos.html</a>', 'Treino e Dieta para Emagrecer', '', 'publish', 'closed', 'closed', '', 'treino-e-dieta-para-emagrecer', '', '', '2017-09-14 16:44:37', '2017-09-14 19:44:37', '', 0, 'http://anaclingenetica.com.br/?post_type=noticia&#038;p=44', 0, 'noticia', '', 0),
(45, 1, '2017-07-14 18:01:00', '2017-07-14 21:01:00', '[contact-form-7 id=\"29\" title=\"Formulário de Contato\"]', 'Contato', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2017-07-14 18:01:00', '2017-07-14 21:01:00', '', 19, 'http://anaclingenetica.com.br/2017/07/14/19-revision-v1/', 0, 'revision', '', 0),
(46, 1, '2017-07-17 14:21:32', '2017-07-17 17:21:32', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-09-11 13:44:42', '2017-09-11 16:44:42', '', 0, 'http://anaclingenetica.com.br/?page_id=46', 0, 'page', '', 0),
(47, 1, '2017-07-17 14:21:32', '2017-07-17 17:21:32', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-07-17 14:21:32', '2017-07-17 17:21:32', '', 46, 'http://anaclingenetica.com.br/2017/07/17/46-revision-v1/', 0, 'revision', '', 0),
(48, 1, '2017-07-17 14:22:07', '2017-07-17 17:22:07', '', 'Home', '', 'publish', 'closed', 'closed', '', 'acf_home', '', '', '2017-07-17 14:28:12', '2017-07-17 17:28:12', '', 0, 'http://anaclingenetica.com.br/?post_type=acf&#038;p=48', 0, 'acf', '', 0),
(49, 1, '2017-07-17 14:22:52', '2017-07-17 17:22:52', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-07-17 14:22:52', '2017-07-17 17:22:52', '', 46, 'http://anaclingenetica.com.br/2017/07/17/46-revision-v1/', 0, 'revision', '', 0),
(50, 1, '2017-07-17 14:28:51', '2017-07-17 17:28:51', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-07-17 14:28:51', '2017-07-17 17:28:51', '', 46, 'http://anaclingenetica.com.br/2017/07/17/46-revision-v1/', 0, 'revision', '', 0),
(51, 1, '2017-07-17 14:30:02', '2017-07-17 17:30:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-07-17 14:30:02', '2017-07-17 17:30:02', '', 46, 'http://anaclingenetica.com.br/2017/07/17/46-revision-v1/', 0, 'revision', '', 0),
(52, 1, '2017-07-17 14:34:10', '2017-07-17 17:34:10', '', 'A Clínica', '', 'publish', 'closed', 'closed', '', 'acf_a-clinica', '', '', '2017-07-17 14:35:04', '2017-07-17 17:35:04', '', 0, 'http://anaclingenetica.com.br/?post_type=acf&#038;p=52', 0, 'acf', '', 0),
(53, 1, '2017-07-17 14:36:01', '2017-07-17 17:36:01', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:36:01', '2017-07-17 17:36:01', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(54, 1, '2017-07-17 14:36:52', '2017-07-17 17:36:52', '<p>Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:36:52', '2017-07-17 17:36:52', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(55, 1, '2017-07-17 14:37:26', '2017-07-17 17:37:26', '<p>Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:37:26', '2017-07-17 17:37:26', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2017-07-17 14:38:00', '2017-07-17 17:38:00', '<p>Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:38:00', '2017-07-17 17:38:00', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2017-07-17 14:39:13', '2017-07-17 17:39:13', '<p>Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.</p>', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:39:13', '2017-07-17 17:39:13', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2017-07-17 14:41:58', '2017-07-17 17:41:58', '', 'banner-estrutura', '', 'inherit', 'open', 'closed', '', 'banner-estrutura', '', '', '2017-07-17 14:41:58', '2017-07-17 17:41:58', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/banner-estrutura.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2017-07-17 14:42:30', '2017-07-17 17:42:30', 'Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-07-17 14:42:30', '2017-07-17 17:42:30', '', 7, 'http://anaclingenetica.com.br/2017/07/17/7-revision-v1/', 0, 'revision', '', 0),
(60, 1, '2017-07-17 14:51:11', '2017-07-17 17:51:11', '', 'Serviços', '', 'publish', 'closed', 'closed', '', 'acf_servicos', '', '', '2017-07-17 15:22:40', '2017-07-17 18:22:40', '', 0, 'http://anaclingenetica.com.br/?post_type=acf&#038;p=60', 0, 'acf', '', 0),
(61, 1, '2017-07-17 14:59:42', '2017-07-17 17:59:42', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 14:59:42', '2017-07-17 17:59:42', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(62, 1, '2017-07-17 15:06:13', '2017-07-17 18:06:13', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 15:06:13', '2017-07-17 18:06:13', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(63, 1, '2017-07-17 15:19:05', '2017-07-17 18:19:05', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 15:19:05', '2017-07-17 18:19:05', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2017-07-17 15:21:17', '2017-07-17 18:21:17', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 15:21:17', '2017-07-17 18:21:17', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2017-07-17 15:21:44', '2017-07-17 18:21:44', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 15:21:44', '2017-07-17 18:21:44', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(66, 1, '2017-07-17 15:23:30', '2017-07-17 18:23:30', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-17 15:23:30', '2017-07-17 18:23:30', '', 9, 'http://anaclingenetica.com.br/2017/07/17/9-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2017-07-17 15:40:54', '2017-07-17 18:40:54', 'Você recebe um atendimento para mudar seus hábitos alimentares a partir do seguimento de um Plano Alimentar Personalizado, que leva em conta suas preferências alimentares, intolerâncias/alergias, doenças associadas, além da sua rotina e necessidades de macro e micronutrientes. Além de uma alimentação saudável e equilibrada, você tem acesso a receitas práticas e saborosas, ricas em alimentos com propriedades funcionais, que complementam seu plano alimentar. Além disso, se necessário, você terá indicação de suplementação nutricional ou fitoterápicos. Tudo para que seu organismo fique em perfeita harmonia!\r\n\r\nVocê já ouviu falar em nutrigenômica e nutrigenética? São áreas que estudam como os nutrientes e compostos bioativos presentes nos alimentos podem influenciar o estado de saúde e de doença,\r\npor meio da modulação da expressão gênica; e também como a constituição genética influencia a resposta em relação a ingestão de uma determinada dieta. Por que você deve conhecê-las? Elas serão suas aliadas para uma nutrição saudável, pois o desafio de ambas é contribuir na criação de estratégias alimentares capazes de otimizar a ação de determinados genes na promoção e recuperação da saúde e na prevenção de doenças.', 'Nutricionista <span>Clínica</span>', '', 'publish', 'closed', 'closed', '', 'nutricionista-clinica', '', '', '2017-10-03 16:37:31', '2017-10-03 19:37:31', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=67', 0, 'especialidade', '', 0),
(68, 1, '2017-07-17 15:44:00', '2017-07-17 18:44:00', '', 'dr', '', 'inherit', 'open', 'closed', '', 'dr', '', '', '2017-09-15 17:22:39', '2017-09-15 20:22:39', '', 67, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/dr.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2017-07-17 15:45:10', '2017-07-17 18:45:10', '<p>Texto nutricionista clínica lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida.</p>', 'Nutricionista <span>Clínica</span>', '', 'inherit', 'closed', 'closed', '', '67-autosave-v1', '', '', '2017-07-17 15:45:10', '2017-07-17 18:45:10', '', 67, 'http://anaclingenetica.com.br/2017/07/17/67-autosave-v1/', 0, 'revision', '', 0),
(71, 1, '2017-07-17 16:02:10', '2017-07-17 19:02:10', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"7\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'A Clínica', 'a-clinica', 'publish', 'closed', 'closed', '', 'group_596d09b2904ab', '', '', '2018-03-08 15:12:02', '2018-03-08 18:12:02', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=71', 0, 'acf-field-group', '', 0),
(72, 1, '2017-07-17 16:02:10', '2017-07-17 19:02:10', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Nossa Estrutura', 'nossa_estrutura', 'publish', 'closed', 'closed', '', 'field_596cf4efa8192', '', '', '2017-07-17 16:02:10', '2017-07-17 19:02:10', '', 71, 'http://anaclingenetica.com.br/?post_type=acf-field&p=72', 0, 'acf-field', '', 0),
(73, 1, '2017-07-17 16:02:10', '2017-07-17 19:02:10', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Nossa Missão', 'nossa_missão', 'publish', 'closed', 'closed', '', 'field_596cf52b590b5', '', '', '2017-07-17 16:02:10', '2017-07-17 19:02:10', '', 71, 'http://anaclingenetica.com.br/?post_type=acf-field&p=73', 1, 'acf-field', '', 0),
(76, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"46\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home', 'home', 'publish', 'closed', 'closed', '', 'group_596d09b3153fa', '', '', '2017-07-21 09:24:46', '2017-07-21 12:24:46', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=76', 0, 'acf-field-group', '', 0),
(77, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Exames Exclusivos', 'texto_exames_exclusivos', 'publish', 'closed', 'closed', '', 'field_596cf22e5e2e3', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 76, 'http://anaclingenetica.com.br/?post_type=acf-field&p=77', 0, 'acf-field', '', 0),
(78, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:13:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Agende uma Avaliação', 'texto_agende_uma_avaliação', 'publish', 'closed', 'closed', '', 'field_596cf3a390b8e', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 76, 'http://anaclingenetica.com.br/?post_type=acf-field&p=78', 1, 'acf-field', '', 0),
(79, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"9\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:8:\"seamless\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Serviços', 'servicos', 'publish', 'closed', 'closed', '', 'group_596d09b34e640', '', '', '2017-07-20 09:51:13', '2017-07-20 12:51:13', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=79', 0, 'acf-field-group', '', 0),
(80, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Coaching de Emagrecimento', 'texto_coaching_de_emagrecimento', 'publish', 'closed', 'closed', '', 'field_596cf8fc03e58', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 79, 'http://anaclingenetica.com.br/?post_type=acf-field&p=80', 0, 'acf-field', '', 0),
(81, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Conheça Nossas Especialidades', 'texto_conheça_nossas_especialidades', 'publish', 'closed', 'closed', '', 'field_596cfc579a3c8', '', '', '2017-07-20 09:51:13', '2017-07-20 12:51:13', '', 79, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=81', 1, 'acf-field', '', 0),
(82, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Exame Pathway Genomics', 'texto_exame_pathway_genomics', 'publish', 'closed', 'closed', '', 'field_596cff45093ff', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 79, 'http://anaclingenetica.com.br/?post_type=acf-field&p=82', 2, 'acf-field', '', 0),
(83, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Exame My Gene Diet', 'texto_exame_my_gene_diet', 'publish', 'closed', 'closed', '', 'field_596cffbb45b46', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 79, 'http://anaclingenetica.com.br/?post_type=acf-field&p=83', 3, 'acf-field', '', 0),
(84, 1, '2017-07-17 16:02:11', '2017-07-17 19:02:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:17:\"conditional_logic\";i:0;s:9:\"new_lines\";s:2:\"br\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Exames de Prevenção', 'texto_exames_de_prevenção', 'publish', 'closed', 'closed', '', 'field_596d0064f45f6', '', '', '2017-07-17 16:02:11', '2017-07-17 19:02:11', '', 79, 'http://anaclingenetica.com.br/?post_type=acf-field&p=84', 4, 'acf-field', '', 0),
(85, 1, '2017-07-17 16:05:32', '2017-07-17 19:05:32', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"especialidade\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Especialidades', 'especialidades', 'publish', 'closed', 'closed', '', 'group_596d09f7f1a7b', '', '', '2017-07-20 14:28:47', '2017-07-20 17:28:47', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=85', 0, 'acf-field-group', '', 0),
(86, 1, '2017-07-17 16:05:32', '2017-07-17 19:05:32', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Doutores', 'doutores', 'publish', 'closed', 'closed', '', 'field_596d0a238a226', '', '', '2017-07-20 14:26:14', '2017-07-20 17:26:14', '', 85, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=86', 2, 'acf-field', '', 0),
(87, 1, '2017-07-17 16:05:32', '2017-07-17 19:05:32', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:34;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Imagem', 'imagem', 'publish', 'closed', 'closed', '', 'field_596d0a328a227', '', '', '2017-07-17 16:05:32', '2017-07-17 19:05:32', '', 86, 'http://anaclingenetica.com.br/?post_type=acf-field&p=87', 0, 'acf-field', '', 0),
(88, 1, '2017-07-17 16:05:32', '2017-07-17 19:05:32', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:34;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:19:\"Ex: Dr. Lorem Ipsum\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Nome', 'nome', 'publish', 'closed', 'closed', '', 'field_596d0a3c8a228', '', '', '2017-07-17 16:08:14', '2017-07-17 19:08:14', '', 86, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=88', 1, 'acf-field', '', 0),
(89, 1, '2017-07-17 16:05:32', '2017-07-17 19:05:32', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";i:34;s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:10:\"Ex: 000000\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'CRM', 'crm', 'publish', 'closed', 'closed', '', 'field_596d0a418a229', '', '', '2017-07-17 16:08:38', '2017-07-17 19:08:38', '', 86, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=89', 2, 'acf-field', '', 0),
(91, 1, '2017-07-17 16:38:05', '2017-07-17 19:38:05', 'Use a mente a seu favor para emagrecer! A forma que lidamos com nossas emoções e a maneira que pensamos afeta diretamente a forma como nos relacionamos com nós mesmos, com os outros, com a comida, com a prática de exercício físico. É fundamental modificar os padrões de pensamento e comportamentos para que você possa emagrecer com saúde, adquirir hábitos mais saudáveis, tendo assim qualidade de vida e bem-estar a longo prazo. ', 'Psicologia para <span>Emagrecimento</span>', '', 'publish', 'closed', 'closed', '', 'psicologia-para-emagrecimento', '', '', '2017-07-24 10:15:38', '2017-07-24 13:15:38', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=91', 0, 'especialidade', '', 0),
(92, 1, '2017-07-17 17:00:01', '2017-07-17 20:00:01', '', 'Notícias', '', 'publish', 'closed', 'closed', '', 'noticias', '', '', '2017-07-17 17:00:01', '2017-07-17 20:00:01', '', 0, 'http://anaclingenetica.com.br/?page_id=92', 0, 'page', '', 0),
(93, 1, '2017-07-17 17:00:01', '2017-07-17 20:00:01', '', 'Notícias', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2017-07-17 17:00:01', '2017-07-17 20:00:01', '', 92, 'http://anaclingenetica.com.br/2017/07/17/92-revision-v1/', 0, 'revision', '', 0),
(94, 1, '2017-07-17 17:01:03', '2017-07-17 20:01:03', ' ', '', '', 'publish', 'closed', 'closed', '', '94', '', '', '2017-09-11 14:13:08', '2017-09-11 17:13:08', '', 0, 'http://anaclingenetica.com.br/?p=94', 6, 'nav_menu_item', '', 0),
(96, 1, '2017-07-17 17:04:52', '2017-07-17 20:04:52', '', 'depoimentos', '', 'inherit', 'open', 'closed', '', 'depoimentos-2', '', '', '2017-07-17 17:04:52', '2017-07-17 20:04:52', '', 0, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/depoimentos.png', 0, 'attachment', 'image/png', 0),
(98, 1, '2017-07-18 14:47:15', '2017-07-18 17:47:15', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"17\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Clínicas Credenciadas', 'clinicas-credenciadas', 'publish', 'closed', 'closed', '', 'group_596e496ed7341', '', '', '2017-07-18 14:47:15', '2017-07-18 17:47:15', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=98', 0, 'acf-field-group', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(99, 1, '2017-07-18 14:47:15', '2017-07-18 17:47:15', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Seja um Credenciado', 'texto_seja_um_credenciado', 'publish', 'closed', 'closed', '', 'field_596e498f3aa89', '', '', '2017-07-18 14:47:15', '2017-07-18 17:47:15', '', 98, 'http://anaclingenetica.com.br/?post_type=acf-field&p=99', 0, 'acf-field', '', 0),
(100, 1, '2017-07-18 14:47:37', '2017-07-18 17:47:37', '', 'Clínicas Credenciadas', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2017-07-18 14:47:37', '2017-07-18 17:47:37', '', 17, 'http://anaclingenetica.com.br/2017/07/18/17-revision-v1/', 0, 'revision', '', 0),
(101, 1, '2017-07-18 17:52:20', '2017-07-18 20:52:20', 'Dr. Gabriel Magalhães - Estética Avançada e Alta Performance / Clínica Topfit - Estética Avançada\r\n(31)34845868\r\n(31)995905868\r\ntopfitsaude@gmail.com\r\nwww.drgabrielmagalhaes.com.br\r\nBelo Horizonte', 'Minas Gerais', '', 'publish', 'closed', 'closed', '', 'minas-gerais', '', '', '2017-07-19 10:57:45', '2017-07-19 13:57:45', '', 0, 'http://anaclingenetica.com.br/?post_type=clinica&#038;p=101', 0, 'clinica', '', 0),
(102, 1, '2017-07-18 17:52:55', '2017-07-18 20:52:55', 'Ad Corpus Biomedicina Estética\r\nRua: Dr Paula Xavier, 1203 \r\nCentro - Ponta Grossa\r\n42 99833-0110 / 42 3323-4276', 'Paraná', '', 'publish', 'closed', 'closed', '', 'parana', '', '', '2017-07-19 10:58:08', '2017-07-19 13:58:08', '', 0, 'http://anaclingenetica.com.br/?post_type=clinica&#038;p=102', 0, 'clinica', '', 0),
(103, 1, '2017-07-18 17:53:30', '2017-07-18 20:53:30', 'Soul Brava Clínica\r\nAv. Osvaldo Reis 3281\r\nsl 803 - Riviera Business Mall - Praia Brava - Itajaí\r\n(47) 99991-5380 e (47) 3046-8280', 'Santa Catarina', '', 'publish', 'closed', 'closed', '', 'santa-catarina', '', '', '2017-07-19 10:58:28', '2017-07-19 13:58:28', '', 0, 'http://anaclingenetica.com.br/?post_type=clinica&#038;p=103', 0, 'clinica', '', 0),
(104, 1, '2017-07-19 11:11:04', '2017-07-19 14:11:04', '&nbsp;\r\n<p class=\"nome_clinica\">Mônica Araujo</p>\r\n<p class=\"endereco_clinica\">Shopping Patio Batel - Av. batel, 1868 Piso L2 Salão Torriton Beauty e Hair</p>\r\n<p class=\"telefone_clinica\">(41) 98835-5225 ou (41) 3030-7676 3220-2848\r\nSite: <a href=\"https://www.instagram.com/clinicamonicaaraujo/?hl=pt-br\" target=\"_blank\" rel=\"noopener\">https://www.instagram.com/clinicamonicaaraujo/?hl=pt-br</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Clínica Levitá Essência de Beleza e Bem Estar</p>\r\n<p class=\"endereco_clinica\">Rua: Domingos Cordeiro, 510, Centro, Campo Largo.</p>\r\n<p class=\"telefone_clinica\">(41) 3399-1789 (41) 99615-9926\r\nSite: <a href=\"https://www.facebook.com/clinicalevita/\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/clinicalevita/</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"nome_clinica\">Instituto Mussi - Dra. Thais Mussi- Endocrinologista e Metabologia</p>\r\n<p class=\"endereco_clinica\">Av. Brasil, 450, Centro, Pato Branco – PR, Ed. Thereza Mussi</p>\r\n<p class=\"telefone_clinica\">(46) 3220-2848\r\nSite: <a href=\"http://www.institutomussi.com/\" target=\"_blank\" rel=\"noopener\">http://www.institutomussi.com</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Ney Felipe Fernandes - Nutricionista - Clínica Nutrição Avançada</p>\r\n<p class=\"endereco_clinica\">Avenida do Batel, 1230\r\nSala 206 B - Curitiba</p>\r\n<p class=\"telefone_clinica\">(41) 3311 1702\r\nSite: <a href=\"http://nutricaoavancada.com.br/\" target=\"_blank\" rel=\"noopener\">http://nutricaoavancada.com.br/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Mai Clínica Medicina Saudável- Dra. Maisa Moraes</p>\r\n<p class=\"endereco_clinica\">Rua Padre Anchieta, 2540 - SL 1512 - Bigorrilho Curitiba - PR</p>\r\n<p class=\"telefone_clinica\">(41) 3524-8620\r\nSite: <a href=\"http://maiclinica.com.br/\" target=\"_blank\" rel=\"noopener\">http://maiclinica.com.br/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Clínica Dr. Eduardo Nunes</p>\r\n<p class=\"endereco_clinica\">Avenida Itororó, 993\r\nMaringá</p>\r\n<p class=\"telefone_clinica\">(44) 3026-3937 / (44) 9964-2148\r\nSite: <a href=\"http://www.eplastica.com.br/\" target=\"_blank\" rel=\"noopener\">http://www.eplastica.com.br/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Bruno Matias - Saúde, Nutrição e Estilo de Vida</p>\r\n<p class=\"endereco_clinica\">Londrina - PR</p>\r\n<p class=\"telefone_clinica\">(043) 98848-6949</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dra. Carina Trevisan - Nutricionista Clínica e Esportiva</p>\r\n<p class=\"endereco_clinica\">Av. Paraná, 1319 - Centro - Foz do Iguaçu</p>\r\n<p class=\"telefone_clinica\">(45) 9132-6101 (45) 3527-7066&gt;</p>\r\nSite: <a href=\"http://www.carinatrevisan.com.br/\" target=\"_blank\" rel=\"noopener\">http://www.carinatrevisan.com.br/</a>', 'Paraná', '', 'publish', 'closed', 'closed', '', 'parana', '', '', '2018-01-31 17:01:04', '2018-01-31 19:01:04', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=104', 0, 'endereco', '', 0),
(105, 1, '2017-07-19 11:11:30', '2017-07-19 14:11:30', '&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dra. Bruna Sampaio Lima - Nutrição Funcional - Atendimento Adulto e Pediátrico</p>\r\n<p class=\"endereco_clinica\">Rua Paraíba, 476\r\nSala 602 - Savassi - Belo Horizonte\r\nCEP 30130-140</p>\r\n<p class=\"telefone_clinica\">31 3032-8644\r\nSite: <a href=\"http://www.brunasampaiolima.com.br/\" target=\"_blank\" rel=\"noopener\">http://www.brunasampaiolima.com.br/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Adriano Faustino Medicina e Qualidade de vida</p>\r\n<p class=\"endereco_clinica\">Clinica Bardot - Av Paulo Camilo Pena, 172 - Belvedere - BH - MG</p>\r\n<p class=\"telefone_clinica\">(31) 3324-0030 / (31) 99885-0169\r\nSite: <a href=\"http://adrianofaustino.com/\" target=\"_blank\" rel=\"noopener\">http://adrianofaustino.com/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Gustavo Neto - Endocrinologia e Metabologia</p>\r\n<p class=\"endereco_clinica\">Av Telésforo Cândido de Rezende, 550 Conselheiro Lafaiete</p>\r\n<p class=\"telefone_clinica\">(31) 3762-9987 (31) 98741-2477\r\nSite: <a href=\"https://www.facebook.com/dr.gustavonetomg\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/dr.gustavonetomg /</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Saulo Aguiar Delmiro - Nutrição Esportiva</p>\r\n<p class=\"endereco_clinica\">R. Nicanor Carvalho, 279 - Álvaro Camargos, Belo Horizonte - MG</p>\r\n<p class=\"telefone_clinica\">(31) 99443-1092</p>\r\n<p class=\"endereco_clinica\">Lifecenter Av. Do Contorno 4747 sala 1005/1006, Funcionarios, Belo Horizonte - MG</p>\r\n<p class=\"telefone_clinica\">(31) 3281 3713</p>\r\n<p class=\"telefone_clinica\">Site: <a href=\"www.drfaixapreta.com.br\" target=\"_blank\" rel=\"noopener\">www.drfaixapreta.com.br</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dr. Daniel Bernucci - Médico Nutrólogo</p>\r\n<p class=\"endereco_clinica\">Rua Rio de Janeiro, 2244, Lourdes, Belo Horizonte - MG</p>\r\n<p class=\"telefone_clinica\">(31) 3223-8809\r\nSite: <a href=\"https://www.facebook.com/Dr.DanielBernucci/\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/Dr.DanielBernucci/</a></p>\r\n&nbsp;', 'Minas Gerais', '', 'publish', 'closed', 'closed', '', 'minas-gerais', '', '', '2018-01-29 16:23:43', '2018-01-29 18:23:43', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=105', 0, 'endereco', '', 0),
(106, 1, '2017-07-19 11:12:00', '2017-07-19 14:12:00', '&nbsp;\r\n<p class=\"nome_clinica\">Prollmed Laboratório de Análises Clínicas</p>\r\n<p class=\"endereco_clinica\">Rua Pedro Lobo, 55, Centro - Joinville - SC</p>\r\n<p class=\"telefone_clinica\">(47) 3804-3283\r\nSite: <a href=\"prollmed@prollmed.com.br//\" target=\"_blank\" rel=\"noopener\">http://www.prollmed.com.br/</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Soul Brava Clínica</p>\r\n<p class=\"endereco_clinica\">Rodovia Osvaldo Reis, 3281, sala 803, Praia Brava - Itajaí SC</p>\r\n<p class=\"telefone_clinica\">(47) 3046-8280\r\nSite: <a href=\"https://www.soulbrava.com.br//\" target=\"_blank\" rel=\"noopener\">https://www.soulbrava.com.br /</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Clínica Due</p>\r\n<p class=\"endereco_clinica\">Rua 1528,142\r\nSala 01 - Centro - Bal. Camboriú - SC</p>\r\n<p class=\"telefone_clinica\">(47) 3366-1224\r\nSite: <a href=\"http://clinicadue2.blogspot.com.br/p/a-clinica-due.html//\" target=\"_blank\" rel=\"noopener\">http://clinicadue2.blogspot.com.br/p/a-clinica-due.html /</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p class=\"nome_clinica\">Centro de Biomédicina Estética Dra. Kelly Golynski</p>\r\n<p class=\"endereco_clinica\">Rua: Lauro Linhares, 2055 sala 404, Torre Flora, Florianópolis - SC</p>\r\n<p class=\"telefone_clinica\">(48) 3030-2899</p>\r\nSite: <a href=\"https://www.facebook.com/pg/drakellygolynski/about/?ref=page_internal//\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/pg/drakellygolynski/about/</a>', 'Santa Catarina', '', 'publish', 'closed', 'closed', '', 'santa-catarina', '', '', '2017-10-02 15:56:22', '2017-10-02 18:56:22', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=106', 0, 'endereco', '', 0),
(107, 1, '2018-01-31 16:56:02', '2018-01-31 18:56:02', '&nbsp;\n<p class=\"nome_clinica\">Mônica Araujo</p>\n<p class=\"endereco_clinica\">Shopping Patio Batel - Av. batel, 1868 Piso L2 Salão Torriton Beauty e Hair</p>\n<p class=\"telefone_clinica\">(41) 98835-5225 ou (41) 3030-7676 3220-2848\nSite: <a href=\"https://www.instagram.com/clinicamonicaaraujo/?hl=pt-br\" target=\"_blank\" rel=\"noopener\">https://www.instagram.com/clinicamonicaaraujo/?hl=pt-br</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Clínica Levitá Essência de Beleza e Bem Estar</p>\n<p class=\"endereco_clinica\">Rua: Domingos Cordeiro, 510, Centro, Campo Largo.\nSite: <a href=\"https://m.facebook.com/clinicalevita//?hl=pt-br\" target=\"_blank\" rel=\"noopener\">https://m.facebook.com/clinicalevita//?hl=pt-br</a>&lt;</p>\nclass=\"telefone_clinica\"&gt;(41) 3399-1789/ (41) 99615-9926\n\n&nbsp;\n<p class=\"nome_clinica\">Instituto Mussi - Dra. Thais Mussi- Endocrinologista e Metabologia</p>\n<p class=\"endereco_clinica\">Av. Brasil, 450, Centro, Pato Branco – PR, Ed. Thereza Mussi</p>\n<p class=\"telefone_clinica\">(46) 3220-2848\nSite: <a href=\"http://www.institutomussi.com/\" target=\"_blank\" rel=\"noopener\">http://www.institutomussi.com</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Dr. Ney Felipe Fernandes - Nutricionista - Clínica Nutrição Avançada</p>\n<p class=\"endereco_clinica\">Avenida do Batel, 1230\nSala 206 B - Curitiba</p>\n<p class=\"telefone_clinica\">(41) 3311 1702\nSite: <a href=\"http://nutricaoavancada.com.br/\" target=\"_blank\" rel=\"noopener\">http://nutricaoavancada.com.br/</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Mai Clínica Medicina Saudável- Dra. Maisa Moraes</p>\n<p class=\"endereco_clinica\">Rua Padre Anchieta, 2540 - SL 1512 - Bigorrilho Curitiba - PR</p>\n<p class=\"telefone_clinica\">(41) 3524-8620\nSite: <a href=\"http://maiclinica.com.br/\" target=\"_blank\" rel=\"noopener\">http://maiclinica.com.br/</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Clínica Dr. Eduardo Nunes</p>\n<p class=\"endereco_clinica\">Avenida Itororó, 993\nMaringá</p>\n<p class=\"telefone_clinica\">(44) 3026-3937 / (44) 9964-2148\nSite: <a href=\"http://www.eplastica.com.br/\" target=\"_blank\" rel=\"noopener\">http://www.eplastica.com.br/</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Dr. Bruno Matias - Saúde, Nutrição e Estilo de Vida</p>\n<p class=\"endereco_clinica\">Londrina - PR</p>\n<p class=\"telefone_clinica\">(043) 98848-6949</p>\n&nbsp;\n\n&nbsp;\n<p class=\"nome_clinica\">Dra. Carina Trevisan - Nutricionista Clínica e Esportiva</p>\n<p class=\"endereco_clinica\">Av. Paraná, 1319 - Centro - Foz do Iguaçu</p>\n<p class=\"telefone_clinica\">(45) 9132-6101 (45) 3527-7066&gt;</p>\nSite: <a href=\"http://www.carinatrevisan.com.br/\" target=\"_blank\" rel=\"noopener\">http://www.carinatrevisan.com.br/</a>', 'Paraná', '', 'inherit', 'closed', 'closed', '', '104-autosave-v1', '', '', '2018-01-31 16:56:02', '2018-01-31 18:56:02', '', 104, 'http://anaclingenetica.com.br/2017/07/19/104-autosave-v1/', 0, 'revision', '', 0),
(108, 1, '2017-10-02 15:56:18', '2017-10-02 18:56:18', 'p&gt;p&gt;\n<p class=\"nome_clinica\">Prollmed Laboratório de Análises Clínicas</p>\n<p class=\"endereco_clinica\">Rua Pedro Lobo, 55, Centro - Joinville - SC</p>\n<p class=\"telefone_clinica\">(47) 3804-3283\nSite: <a href=\"prollmed@prollmed.com.br//\" target=\"_blank\" rel=\"noopener\">http://www.prollmed.com.br/</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Soul Brava Clínica</p>\n<p class=\"endereco_clinica\">Rodovia Osvaldo Reis, 3281, sala 803, Praia Brava - Itajaí SC</p>\n<p class=\"telefone_clinica\">(47) 3046-8280\nSite: <a href=\"https://www.soulbrava.com.br//\" target=\"_blank\" rel=\"noopener\">https://www.soulbrava.com.br /</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Clínica Due</p>\n<p class=\"endereco_clinica\">Rua 1528,142\nSala 01 - Centro - Bal. Camboriú - SC</p>\n<p class=\"telefone_clinica\">(47) 3366-1224\nSite: <a href=\"http://clinicadue2.blogspot.com.br/p/a-clinica-due.html//\" target=\"_blank\" rel=\"noopener\">http://clinicadue2.blogspot.com.br/p/a-clinica-due.html /</a></p>\n&nbsp;\n\n&nbsp;\n<p class=\"nome_clinica\">Centro de Biomédicina Estética Dra. Kelly Golynski</p>\n<p class=\"endereco_clinica\">Rua: Lauro Linhares, 2055 sala 404, Torre Flora, Florianópolis - SC</p>\n<p class=\"telefone_clinica\">(48) 3030-2899</p>\nSite: <a href=\"https://www.facebook.com/pg/drakellygolynski/about/?ref=page_internal//\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/pg/drakellygolynski/about/</a>', 'Santa Catarina', '', 'inherit', 'closed', 'closed', '', '106-autosave-v1', '', '', '2017-10-02 15:56:18', '2017-10-02 18:56:18', '', 106, 'http://anaclingenetica.com.br/2017/07/19/106-autosave-v1/', 0, 'revision', '', 0),
(110, 1, '2017-07-19 15:10:47', '2017-07-19 18:10:47', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.', 'Coaching de Emagrecimento', '', 'publish', 'closed', 'closed', '', 'coaching-de-emagrecimento', '', '', '2017-07-24 10:33:34', '2017-07-24 13:33:34', '', 0, 'http://anaclingenetica.com.br/?page_id=110', 0, 'page', '', 0),
(111, 1, '2017-07-19 15:10:47', '2017-07-19 18:10:47', '', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 15:10:47', '2017-07-19 18:10:47', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(112, 1, '2017-07-19 15:24:11', '2017-07-19 18:24:11', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"110\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Coaching de Emagrecimento', 'coaching-de-emagrecimento', 'publish', 'closed', 'closed', '', 'group_596fa39ce89a2', '', '', '2017-07-19 16:31:34', '2017-07-19 19:31:34', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=112', 0, 'acf-field-group', '', 0),
(113, 1, '2017-07-19 15:23:47', '2017-07-19 18:23:47', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.</p>', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 15:23:47', '2017-07-19 18:23:47', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2017-07-19 15:24:11', '2017-07-19 18:24:11', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Conteúdo Coaching de Emagrecimento', 'conteudo_coaching_de_emagrecimento', 'publish', 'closed', 'closed', '', 'field_596fa3bba410e', '', '', '2017-07-19 15:24:11', '2017-07-19 18:24:11', '', 112, 'http://anaclingenetica.com.br/?post_type=acf-field&p=114', 0, 'acf-field', '', 0),
(115, 1, '2017-07-19 15:24:29', '2017-07-19 18:24:29', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.</p>', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 15:24:29', '2017-07-19 18:24:29', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(116, 1, '2017-07-19 15:25:30', '2017-07-19 18:25:30', '<p>Coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.</p>', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-autosave-v1', '', '', '2017-07-19 15:25:30', '2017-07-19 18:25:30', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-autosave-v1/', 0, 'revision', '', 0),
(117, 1, '2017-07-19 15:25:37', '2017-07-19 18:25:37', '<p>Coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.</p>', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 15:25:37', '2017-07-19 18:25:37', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(118, 1, '2017-07-19 16:24:14', '2017-07-19 19:24:14', 'a:9:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}', 'Formulário', 'formulario', 'publish', 'closed', 'closed', '', 'field_596fb1d3ef6bb', '', '', '2017-07-19 16:24:14', '2017-07-19 19:24:14', '', 112, 'http://anaclingenetica.com.br/?post_type=acf-field&p=118', 1, 'acf-field', '', 0),
(119, 1, '2017-07-19 16:28:07', '2017-07-19 19:28:07', '<div class=\"col-sm-7\">\r\n                        <div class=\"row\">\r\n                            <div class=\"col-sm-6\">\r\n                                [text* nome placeholder \"Nome\"]\r\n                            </div>\r\n                            <div class=\"col-sm-6\">\r\n                                [tel* fone placeholder \"Fone\"]\r\n                            </div>\r\n                            <div class=\"col-sm-6\">\r\n                                [email* email placeholder \"E-mail\"]\r\n                            </div>\r\n                            <div class=\"col-sm-6\">\r\n                                [date* data placeholder \"Data do Exame\"]\r\n                            </div>\r\n                            <div class=\"col-xs-12\">\r\n                                [textarea* mensagem placeholder \"Mensagem\"]\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"col-sm-2\">\r\n                        [submit class:transicao \"Enviar\"]\r\n                    </div>\n1\nContato via Site Anaclin \"[nome]\"\n[nome] <site@anaclingenetica.com.br>\natendimento@anaclingenetica.com.br\n<b>Formulário para Agendar uma Consulta de Avaliação</b>\r\n\r\n<b>Nome: </b>[nome]\r\n<b>Fone: </b>[fone]\r\n<b>E-mail: </b>[email]\r\n<b>Data: </b>[data]\r\n<b>Mensagem: </b>[mensagem]\r\n\r\n\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin\nReply-To: [email]\n\n1\n\n\nAnaclin \"[your-subject]\"\nAnaclin <wordpress@milleniumfalcon>\n[your-email]\nCorpo da mensagem:\r\n[your-message]\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\nReply-To: maria.machado@dev2.com.br\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO código digitado está incorreto.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Formulário Agendar uma Consulta', '', 'publish', 'closed', 'closed', '', 'formulario-agendar-uma-consulta', '', '', '2017-09-15 18:07:26', '2017-09-15 21:07:26', '', 0, 'http://anaclingenetica.com.br/?post_type=wpcf7_contact_form&#038;p=119', 0, 'wpcf7_contact_form', '', 0),
(120, 1, '2017-07-19 16:30:42', '2017-07-19 19:30:42', '<p>Coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.</p>', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 16:30:42', '2017-07-19 19:30:42', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(121, 1, '2017-07-19 16:31:34', '2017-07-19 19:31:34', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Mais Conteúdo Coaching de Emagrecimento', 'mais_conteudo_coaching_de_emagrecimento', 'publish', 'closed', 'closed', '', 'field_596fb38c2e7eb', '', '', '2017-07-19 16:31:34', '2017-07-19 19:31:34', '', 112, 'http://anaclingenetica.com.br/?post_type=acf-field&p=121', 2, 'acf-field', '', 0),
(122, 1, '2017-07-19 16:32:13', '2017-07-19 19:32:13', 'Coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 16:32:13', '2017-07-19 19:32:13', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(123, 1, '2017-07-19 16:33:26', '2017-07-19 19:33:26', 'Coaching de emagrecimento lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non.', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-19 16:33:26', '2017-07-19 19:33:26', '', 110, 'http://anaclingenetica.com.br/2017/07/19/110-revision-v1/', 0, 'revision', '', 0),
(124, 1, '2017-07-19 16:38:12', '2017-07-19 19:38:12', '', 'Exames de Emagrecimento', '', 'publish', 'closed', 'closed', '', 'exames-de-emagrecimento', '', '', '2018-07-10 09:37:31', '2018-07-10 12:37:31', '', 0, 'http://anaclingenetica.com.br/?page_id=124', 0, 'page', '', 0),
(125, 1, '2017-07-19 16:38:12', '2017-07-19 19:38:12', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 16:38:12', '2017-07-19 19:38:12', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(126, 1, '2017-07-19 17:36:39', '2017-07-19 20:36:39', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"124\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Exames de Emagrecimento', 'exames-de-emagrecimento', 'publish', 'closed', 'closed', '', 'group_596fc29b71114', '', '', '2018-03-26 13:33:38', '2018-03-26 16:33:38', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=126', 0, 'acf-field-group', '', 0),
(127, 1, '2017-07-19 17:36:39', '2017-07-19 20:36:39', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Exame Pathway Genetics', 'texto_exame_pathway_genetics', 'publish', 'closed', 'closed', '', 'field_596fc2d2efb6f', '', '', '2017-07-19 17:36:39', '2017-07-19 20:36:39', '', 126, 'http://anaclingenetica.com.br/?post_type=acf-field&p=127', 0, 'acf-field', '', 0),
(128, 1, '2017-07-19 17:37:14', '2017-07-19 20:37:14', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens Exame Pathway', 'itens_exame_pathway', 'publish', 'closed', 'closed', '', 'field_596fc2e131e38', '', '', '2017-07-19 17:42:44', '2017-07-19 20:42:44', '', 126, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=128', 1, 'acf-field', '', 0),
(129, 1, '2017-07-19 17:37:14', '2017-07-19 20:37:14', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_596fc2f231e39', '', '', '2017-07-19 17:37:14', '2017-07-19 20:37:14', '', 128, 'http://anaclingenetica.com.br/?post_type=acf-field&p=129', 0, 'acf-field', '', 0),
(130, 1, '2017-07-19 17:38:18', '2017-07-19 20:38:18', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:38:18', '2017-07-19 20:38:18', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(131, 1, '2017-07-19 17:38:50', '2017-07-19 20:38:50', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:38:50', '2017-07-19 20:38:50', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(132, 1, '2017-07-19 17:41:24', '2017-07-19 20:41:24', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:41:24', '2017-07-19 20:41:24', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(133, 1, '2017-07-19 17:42:01', '2017-07-19 20:42:01', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:42:01', '2017-07-19 20:42:01', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(134, 1, '2017-07-19 17:42:16', '2017-07-19 20:42:16', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:42:16', '2017-07-19 20:42:16', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(136, 1, '2017-07-19 17:43:04', '2017-07-19 20:43:04', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:43:04', '2017-07-19 20:43:04', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(139, 1, '2017-07-19 17:44:57', '2017-07-19 20:44:57', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-19 17:44:57', '2017-07-19 20:44:57', '', 124, 'http://anaclingenetica.com.br/2017/07/19/124-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2017-07-20 09:51:31', '2017-07-20 12:51:31', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-20 09:51:31', '2017-07-20 12:51:31', '', 9, 'http://anaclingenetica.com.br/2017/07/20/9-revision-v1/', 0, 'revision', '', 0),
(141, 1, '2017-07-20 10:09:43', '2017-07-20 13:09:43', '', 'Exames Oncológicos', '', 'publish', 'closed', 'closed', '', 'exames-oncologicos', '', '', '2017-07-24 10:54:12', '2017-07-24 13:54:12', '', 0, 'http://anaclingenetica.com.br/?page_id=141', 0, 'page', '', 0),
(142, 1, '2017-07-20 10:09:43', '2017-07-20 13:09:43', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-20 10:09:43', '2017-07-20 13:09:43', '', 141, 'http://anaclingenetica.com.br/2017/07/20/141-revision-v1/', 0, 'revision', '', 0),
(143, 1, '2017-07-20 10:17:44', '2017-07-20 13:17:44', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"141\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Exames Oncológicos', 'exames-oncologicos', 'publish', 'closed', 'closed', '', 'group_5970ad0a88d83', '', '', '2017-07-20 10:30:52', '2017-07-20 13:30:52', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=143', 0, 'acf-field-group', '', 0),
(144, 1, '2017-07-20 10:17:44', '2017-07-20 13:17:44', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Pathway Perfil BRCA True Hispanica (2 Genes)', 'texto_pathway_perfil_brca_true_hispanica_2_genes', 'publish', 'closed', 'closed', '', 'field_5970ad414b01e', '', '', '2017-07-20 10:17:44', '2017-07-20 13:17:44', '', 143, 'http://anaclingenetica.com.br/?post_type=acf-field&p=144', 0, 'acf-field', '', 0),
(145, 1, '2017-07-20 10:18:28', '2017-07-20 13:18:28', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-20 10:18:28', '2017-07-20 13:18:28', '', 141, 'http://anaclingenetica.com.br/2017/07/20/141-revision-v1/', 0, 'revision', '', 0),
(146, 1, '2017-07-20 10:20:09', '2017-07-20 13:20:09', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens Exame', 'itens_exame_pathway_perfil_brca', 'publish', 'closed', 'closed', '', 'field_5970adc332076', '', '', '2017-07-20 10:30:52', '2017-07-20 13:30:52', '', 143, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=146', 1, 'acf-field', '', 0),
(147, 1, '2017-07-20 10:20:09', '2017-07-20 13:20:09', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_5970ae0132077', '', '', '2017-07-20 10:20:09', '2017-07-20 13:20:09', '', 146, 'http://anaclingenetica.com.br/?post_type=acf-field&p=147', 0, 'acf-field', '', 0),
(148, 1, '2017-07-20 10:20:52', '2017-07-20 13:20:52', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-20 10:20:52', '2017-07-20 13:20:52', '', 141, 'http://anaclingenetica.com.br/2017/07/20/141-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2017-07-20 10:30:52', '2017-07-20 13:30:52', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Pathway Perfil True Risk Pannel (8 Genes)', 'texto_pathway_perfil_true_risk_pannel_8_genes', 'publish', 'closed', 'closed', '', 'field_5970b02b07093', '', '', '2017-07-20 10:30:52', '2017-07-20 13:30:52', '', 143, 'http://anaclingenetica.com.br/?post_type=acf-field&p=149', 2, 'acf-field', '', 0),
(150, 1, '2017-07-20 10:30:52', '2017-07-20 13:30:52', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens Exame', 'itens_exame_pathway_perfil_true', 'publish', 'closed', 'closed', '', 'field_5970b06a07094', '', '', '2017-07-20 10:30:52', '2017-07-20 13:30:52', '', 143, 'http://anaclingenetica.com.br/?post_type=acf-field&p=150', 3, 'acf-field', '', 0),
(151, 1, '2017-07-20 10:30:52', '2017-07-20 13:30:52', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_5970b07607095', '', '', '2017-07-20 10:30:52', '2017-07-20 13:30:52', '', 150, 'http://anaclingenetica.com.br/?post_type=acf-field&p=151', 0, 'acf-field', '', 0),
(152, 1, '2017-07-20 10:32:01', '2017-07-20 13:32:01', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-20 10:32:01', '2017-07-20 13:32:01', '', 141, 'http://anaclingenetica.com.br/2017/07/20/141-revision-v1/', 0, 'revision', '', 0),
(153, 1, '2017-07-20 10:42:36', '2017-07-20 13:42:36', '', 'Exames Dermatológicos', '', 'publish', 'closed', 'closed', '', 'exames-dermatologicos', '', '', '2017-07-24 10:58:50', '2017-07-24 13:58:50', '', 0, 'http://anaclingenetica.com.br/?page_id=153', 0, 'page', '', 0),
(154, 1, '2017-07-20 10:42:36', '2017-07-20 13:42:36', '', 'Exames Dermatológicos', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2017-07-20 10:42:36', '2017-07-20 13:42:36', '', 153, 'http://anaclingenetica.com.br/2017/07/20/153-revision-v1/', 0, 'revision', '', 0),
(155, 1, '2017-07-20 10:47:07', '2017-07-20 13:47:07', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"153\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Exames Dermatológicos', 'exames-dermatologicos', 'publish', 'closed', 'closed', '', 'group_5970b410711e7', '', '', '2017-07-20 10:48:10', '2017-07-20 13:48:10', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=155', 0, 'acf-field-group', '', 0),
(156, 1, '2017-07-20 10:47:07', '2017-07-20 13:47:07', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Pathway Perfil SkinFit', 'texto_pathway_perfil_skinfit', 'publish', 'closed', 'closed', '', 'field_5970b42119ccc', '', '', '2017-07-20 10:47:07', '2017-07-20 13:47:07', '', 155, 'http://anaclingenetica.com.br/?post_type=acf-field&p=156', 0, 'acf-field', '', 0),
(157, 1, '2017-07-20 10:48:10', '2017-07-20 13:48:10', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens Pathway Perfil SkinFit', 'itens_pathway_perfil_skinfit', 'publish', 'closed', 'closed', '', 'field_5970b46366fae', '', '', '2017-07-20 10:48:10', '2017-07-20 13:48:10', '', 155, 'http://anaclingenetica.com.br/?post_type=acf-field&p=157', 1, 'acf-field', '', 0),
(158, 1, '2017-07-20 10:48:10', '2017-07-20 13:48:10', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_5970b47766faf', '', '', '2017-07-20 10:48:10', '2017-07-20 13:48:10', '', 157, 'http://anaclingenetica.com.br/?post_type=acf-field&p=158', 0, 'acf-field', '', 0),
(159, 1, '2017-07-20 10:48:57', '2017-07-20 13:48:57', '', 'Exames Dermatológicos', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2017-07-20 10:48:57', '2017-07-20 13:48:57', '', 153, 'http://anaclingenetica.com.br/2017/07/20/153-revision-v1/', 0, 'revision', '', 0),
(160, 1, '2017-07-20 10:56:53', '2017-07-20 13:56:53', '', 'Exames Cardiológicos', '', 'publish', 'closed', 'closed', '', 'exames-cardiologicos', '', '', '2017-07-24 10:46:18', '2017-07-24 13:46:18', '', 0, 'http://anaclingenetica.com.br/?page_id=160', 0, 'page', '', 0),
(161, 1, '2017-07-20 10:56:53', '2017-07-20 13:56:53', '', 'Exames Cardiológicos', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2017-07-20 10:56:53', '2017-07-20 13:56:53', '', 160, 'http://anaclingenetica.com.br/2017/07/20/160-revision-v1/', 0, 'revision', '', 0),
(162, 1, '2017-07-20 11:04:18', '2017-07-20 14:04:18', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"160\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Exames Cardiológicos', 'exames-cardiologicos', 'publish', 'closed', 'closed', '', 'group_5970b83332f36', '', '', '2017-07-20 11:10:51', '2017-07-20 14:10:51', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=162', 0, 'acf-field-group', '', 0),
(163, 1, '2017-07-20 11:04:18', '2017-07-20 14:04:18', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Pathway Perfil Cardíaco', 'texto_pathway_perfil_cardiaco', 'publish', 'closed', 'closed', '', 'field_5970b84312c6a', '', '', '2017-07-20 11:04:18', '2017-07-20 14:04:18', '', 162, 'http://anaclingenetica.com.br/?post_type=acf-field&p=163', 0, 'acf-field', '', 0),
(164, 1, '2017-07-20 11:04:57', '2017-07-20 14:04:57', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens Pathway Perfil Cardíaco', 'itens_pathway_perfil_cardiaco', 'publish', 'closed', 'closed', '', 'field_5970b8711fc42', '', '', '2017-07-20 11:04:57', '2017-07-20 14:04:57', '', 162, 'http://anaclingenetica.com.br/?post_type=acf-field&p=164', 1, 'acf-field', '', 0),
(165, 1, '2017-07-20 11:04:57', '2017-07-20 14:04:57', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_5970b87d1fc43', '', '', '2017-07-20 11:04:57', '2017-07-20 14:04:57', '', 164, 'http://anaclingenetica.com.br/?post_type=acf-field&p=165', 0, 'acf-field', '', 0),
(166, 1, '2017-07-20 11:06:28', '2017-07-20 14:06:28', '', 'Exames Cardiológicos', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2017-07-20 11:06:28', '2017-07-20 14:06:28', '', 160, 'http://anaclingenetica.com.br/2017/07/20/160-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2017-07-20 11:10:16', '2017-07-20 14:10:16', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto DNA Insight', 'texto_dna_insight', 'publish', 'closed', 'closed', '', 'field_5970b9a8e4732', '', '', '2017-07-20 11:10:16', '2017-07-20 14:10:16', '', 162, 'http://anaclingenetica.com.br/?post_type=acf-field&p=167', 2, 'acf-field', '', 0),
(168, 1, '2017-07-20 11:10:51', '2017-07-20 14:10:51', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Itens DNA Insight', 'itens_dna_insight', 'publish', 'closed', 'closed', '', 'field_5970b9d711312', '', '', '2017-07-20 11:10:51', '2017-07-20 14:10:51', '', 162, 'http://anaclingenetica.com.br/?post_type=acf-field&p=168', 3, 'acf-field', '', 0),
(169, 1, '2017-07-20 11:10:51', '2017-07-20 14:10:51', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Item', 'item', 'publish', 'closed', 'closed', '', 'field_5970b9e011313', '', '', '2017-07-20 11:10:51', '2017-07-20 14:10:51', '', 168, 'http://anaclingenetica.com.br/?post_type=acf-field&p=169', 0, 'acf-field', '', 0),
(170, 1, '2017-07-20 11:11:37', '2017-07-20 14:11:37', '', 'Exames Cardiológicos', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2017-07-20 11:11:37', '2017-07-20 14:11:37', '', 160, 'http://anaclingenetica.com.br/2017/07/20/160-revision-v1/', 0, 'revision', '', 0),
(171, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"13\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Grupos de Emagrecimento e Cursos', 'grupos-de-emagrecimento-e-cursos', 'publish', 'closed', 'closed', '', 'group_5970bcc395674', '', '', '2017-09-11 14:03:07', '2017-09-11 17:03:07', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=171', 0, 'acf-field-group', '', 0),
(172, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Coleta da Amostra', 'coleta_da_amostra', 'publish', 'closed', 'closed', '', 'field_5970bcce9d4ed', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=172', 1, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(173, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Mapeamento do DNA', 'mapeamento_do_dna', 'publish', 'closed', 'closed', '', 'field_5970bcee9d4ee', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=173', 2, 'acf-field', '', 0),
(174, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Resultado do Mapeamento', 'resultado_do_mapeamento', 'publish', 'closed', 'closed', '', 'field_5970bcf89d4ef', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=174', 3, 'acf-field', '', 0),
(175, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Indicação do Tratamento', 'indicação_do_tratamento', 'publish', 'closed', 'closed', '', 'field_5970bd079d4f0', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=175', 4, 'acf-field', '', 0),
(176, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Acompanhamento Clínico', 'acompanhamento_clinico', 'publish', 'closed', 'closed', '', 'field_5970bd109d4f1', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=176', 5, 'acf-field', '', 0),
(177, 1, '2017-07-20 11:26:44', '2017-07-20 14:26:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Perda de Peso', 'perda_de_peso', 'publish', 'closed', 'closed', '', 'field_5970bd189d4f2', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=177', 6, 'acf-field', '', 0),
(178, 1, '2017-07-20 11:28:26', '2017-07-20 14:28:26', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-20 11:28:26', '2017-07-20 14:28:26', '', 13, 'http://anaclingenetica.com.br/2017/07/20/13-revision-v1/', 0, 'revision', '', 0),
(179, 1, '2017-07-20 11:30:57', '2017-07-20 14:30:57', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Cursos', 'texto_cursos', 'publish', 'closed', 'closed', '', 'field_5970be96d72d0', '', '', '2017-09-11 14:03:07', '2017-09-11 17:03:07', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=179', 8, 'acf-field', '', 0),
(180, 1, '2017-07-20 11:31:47', '2017-07-20 14:31:47', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-20 11:31:47', '2017-07-20 14:31:47', '', 13, 'http://anaclingenetica.com.br/2017/07/20/13-revision-v1/', 0, 'revision', '', 0),
(181, 1, '2017-07-20 11:34:49', '2017-07-20 14:34:49', 'a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:15:\"Adicionar Linha\";}', 'Cursos', 'cursos', 'publish', 'closed', 'closed', '', 'field_5970bf6dcefda', '', '', '2017-09-11 14:03:07', '2017-09-11 17:03:07', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=181', 9, 'acf-field', '', 0),
(182, 1, '2017-07-20 11:34:49', '2017-07-20 14:34:49', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Nome do Curso', 'nome_do_curso', 'publish', 'closed', 'closed', '', 'field_5970bf75cefdb', '', '', '2017-07-20 11:34:49', '2017-07-20 14:34:49', '', 181, 'http://anaclingenetica.com.br/?post_type=acf-field&p=182', 0, 'acf-field', '', 0),
(183, 1, '2017-07-20 11:34:49', '2017-07-20 14:34:49', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Descrição', 'descrição', 'publish', 'closed', 'closed', '', 'field_5970bf7fcefdc', '', '', '2017-07-20 11:34:49', '2017-07-20 14:34:49', '', 181, 'http://anaclingenetica.com.br/?post_type=acf-field&p=183', 1, 'acf-field', '', 0),
(184, 1, '2017-07-20 11:37:08', '2017-07-20 14:37:08', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-20 11:37:08', '2017-07-20 14:37:08', '', 13, 'http://anaclingenetica.com.br/2017/07/20/13-revision-v1/', 0, 'revision', '', 0),
(185, 1, '2017-07-20 11:38:21', '2017-07-20 14:38:21', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Frase Fale Conosco', 'frase_fale_conosco', 'publish', 'closed', 'closed', '', 'field_5970c046f7def', '', '', '2017-09-11 14:03:07', '2017-09-11 17:03:07', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&#038;p=185', 10, 'acf-field', '', 0),
(186, 1, '2017-07-20 11:38:41', '2017-07-20 14:38:41', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-20 11:38:41', '2017-07-20 14:38:41', '', 13, 'http://anaclingenetica.com.br/2017/07/20/13-revision-v1/', 0, 'revision', '', 0),
(187, 1, '2017-07-20 14:26:14', '2017-07-20 17:26:14', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Nome do Médico Destacado', 'nome_do_medico_destacado', 'publish', 'closed', 'closed', '', 'field_5970e795f3bd0', '', '', '2017-07-20 14:26:14', '2017-07-20 17:26:14', '', 85, 'http://anaclingenetica.com.br/?post_type=acf-field&p=187', 0, 'acf-field', '', 0),
(188, 1, '2017-07-20 14:26:14', '2017-07-20 17:26:14', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'CRM do Médico Destacado', 'crm_do_medico_destacado', 'publish', 'closed', 'closed', '', 'field_5970e7a5f3bd1', '', '', '2017-07-20 14:26:14', '2017-07-20 17:26:14', '', 85, 'http://anaclingenetica.com.br/?post_type=acf-field&p=188', 1, 'acf-field', '', 0),
(189, 1, '2017-07-20 14:38:54', '2017-07-20 17:38:54', 'Durante o período de envelhecimento iniciam-se as alterações nos processos emocionais, fisiológicos e sociais, que serão merecedoras de muita atenção. Estas são algumas das razões para o cuidado com o idoso. Observando a psicologia do idoso, entendendo que nesta fase suas habilidades estão mais elaboradas, sua percepção do mundo será muito mais crítica e assertiva. O objetivo principal da psicologia geriátrica será oferecer ao idoso estrutura psicológica para o enfrentamento destas situações e das muitas demandas que irá enfrentar neste novo momento de vida, onde ele sente muita força e jovialidade, mas seu corpo não mais responderá como deseja.\r\n\r\nPara enfrentar o tratamento oncológico com determinação e qualidade emocional, é preciso ter um suporte emocional. Na Anaclin oferecemos este momento de reflexão, e de autocontrole emocional,\r\nque visa contribuir para que o paciente consiga se estruturar emocionalmente, acreditando que mudanças serão necessárias para o enfrentamento da doença e da cura.', 'Psicologia <span>Geriátrica</span> e </span> Oncológica', '', 'publish', 'closed', 'closed', '', 'psicologia-geriatrica', '', '', '2017-10-03 16:50:43', '2017-10-03 19:50:43', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=189', 0, 'especialidade', '', 0),
(191, 1, '2017-07-21 09:22:13', '2017-07-21 12:22:13', '<div class=\"row\">\r\n                    <div class=\"col-sm-6\">\r\n                        [text* nome placeholder \"Nome\"]\r\n                    </div>\r\n                    <div class=\"col-sm-6\">\r\n                        [tel* fone placeholder \"Fone\"]\r\n                    </div>\r\n                </div>\r\n                <div class=\"row\">\r\n                    <div class=\"col-sm-6\">\r\n                        [email* email placeholder \"E-mail\"]\r\n                    </div>\r\n                    <div class=\"col-sm-6\">\r\n                        [date* data placeholder \"Data do Exame\"]\r\n                    </div>\r\n                </div>\r\n                <div class=\"row\">\r\n                    <div class=\"col-xs-12\">\r\n                        [textarea* mensagem placeholder \"Mensagem\"]\r\n                    </div>\r\n                </div>\r\n                <div class=\"row\">\r\n                    <div class=\"col-sm-4 col-sm-offset-8\">\r\n                        [submit class:transicao \"Enviar\"]\r\n                    </div>\r\n                </div>\n1\nContato via Site Anaclin \"[nome]\"\n[nome] <site@anaclingenetica.com.br>\natendimento@anaclingenetica.com.br\n<b>Formulário para Agendar uma Consulta de Avaliação</b>\r\n\r\n<b>Nome: </b>[nome]\r\n<b>Fone: </b>[fone]\r\n<b>E-mail: </b>[email]\r\n<b>Data: </b>[data]\r\n<b>Mensagem: </b>[mensagem]\r\n\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin\nReply-To: [email]\n\n1\n\n\nAnaclin \"[your-subject]\"\nAnaclin <wordpress@milleniumfalcon>\n[your-email]\nCorpo da mensagem:\r\n[your-message]\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\nReply-To: maria.machado@dev2.com.br\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO código digitado está incorreto.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Formulário Popup Agendar uma Consulta', '', 'publish', 'closed', 'closed', '', 'formulario-popup-agendar-uma-consulta', '', '', '2017-09-15 18:07:11', '2017-09-15 21:07:11', '', 0, 'http://anaclingenetica.com.br/?post_type=wpcf7_contact_form&#038;p=191', 0, 'wpcf7_contact_form', '', 0),
(192, 1, '2017-07-21 09:24:45', '2017-07-21 12:24:45', 'a:9:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}', 'Formulário Popup Agendar uma Consulta', 'formulario_popup_agendar_uma_consulta', 'publish', 'closed', 'closed', '', 'field_5971f268fe8be', '', '', '2017-07-21 09:24:45', '2017-07-21 12:24:45', '', 76, 'http://anaclingenetica.com.br/?post_type=acf-field&p=192', 2, 'acf-field', '', 0),
(193, 1, '2017-07-21 09:25:03', '2017-07-21 12:25:03', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-07-21 09:25:03', '2017-07-21 12:25:03', '', 46, 'http://anaclingenetica.com.br/2017/07/21/46-revision-v1/', 0, 'revision', '', 0),
(194, 1, '2017-07-21 09:31:08', '2017-07-21 12:31:08', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"banner\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Banners', 'banners', 'publish', 'closed', 'closed', '', 'group_5971f3f895321', '', '', '2017-07-21 09:31:08', '2017-07-21 12:31:08', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=194', 0, 'acf-field-group', '', 0),
(195, 1, '2017-07-21 09:31:08', '2017-07-21 12:31:08', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Link', 'link', 'publish', 'closed', 'closed', '', 'field_5971f4031dffb', '', '', '2017-07-21 09:31:08', '2017-07-21 12:31:08', '', 194, 'http://anaclingenetica.com.br/?post_type=acf-field&p=195', 0, 'acf-field', '', 0),
(196, 1, '2017-07-21 09:42:36', '2017-07-21 12:42:36', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"19\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Contato', 'contato', 'publish', 'closed', 'closed', '', 'group_5971f6b1a6f45', '', '', '2017-07-21 09:43:25', '2017-07-21 12:43:25', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=196', 0, 'acf-field-group', '', 0),
(197, 1, '2017-07-21 09:43:25', '2017-07-21 12:43:25', 'a:9:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}', 'Formulário Fale Conosco', 'formulario_fale_conosco', 'publish', 'closed', 'closed', '', 'field_5971f6c9ffcd7', '', '', '2017-07-21 09:43:25', '2017-07-21 12:43:25', '', 196, 'http://anaclingenetica.com.br/?post_type=acf-field&p=197', 0, 'acf-field', '', 0),
(198, 1, '2017-07-21 09:43:25', '2017-07-21 12:43:25', 'a:9:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;}', 'Formulário Trabalhe Conosco', 'formulario_trabalhe_conosco', 'publish', 'closed', 'closed', '', 'field_5971f6dfffcd8', '', '', '2017-07-21 09:43:25', '2017-07-21 12:43:25', '', 196, 'http://anaclingenetica.com.br/?post_type=acf-field&p=198', 1, 'acf-field', '', 0),
(199, 1, '2017-07-21 09:45:00', '2017-07-21 12:45:00', '[contact-form-7 id=\"29\" title=\"Formulário Fale Conosco\"]', 'Contato', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2017-07-21 09:45:00', '2017-07-21 12:45:00', '', 19, 'http://anaclingenetica.com.br/2017/07/21/19-revision-v1/', 0, 'revision', '', 0),
(200, 1, '2017-07-21 09:45:19', '2017-07-21 12:45:19', '', 'Contato', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2017-07-21 09:45:19', '2017-07-21 12:45:19', '', 19, 'http://anaclingenetica.com.br/2017/07/21/19-revision-v1/', 0, 'revision', '', 0),
(201, 1, '2017-07-21 09:53:03', '2017-07-21 12:53:03', '[text* nome placeholder \"Nome\"]                   \r\n[email* email placeholder \"E-mail\"]\r\n[tel* fone placeholder \"Telefone\"]\r\n[select* assunto \"Trabalhe Conosco\"]  \r\n[file* arquivo][textarea* mensagem placeholder \"Mensagem\"]<div class=\"row\"><div class=\"col-md-5 col-md-offset-7\">[submit class:transicao \"Enviar\"]</div></div>\n1\nContato via Site Anaclin \"[nome]\"\n[nome] <site@anaclingenetica.com.br>\natendimento@anaclingenetica.com.br\n<b>Formulário Trabalhe Conosco</b>\r\n\r\n<b>Nome: </b>[nome]\r\n<b>E-mail: </b>[email]\r\n<b>Telefone: </b>[fone]\r\n<b>Assunto: </b>[assunto]\r\n<b>Arquivo: </b>[arquivo]\r\n<b>Mensagem: </b>[mensagem]\r\n\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin\nReply-To: [email]\n[arquivo]\n1\n\n\nAnaclin \"[your-subject]\"\nAnaclin <wordpress@milleniumfalcon>\n[your-email]\nCorpo da mensagem:\r\n[your-message]\r\n\r\n-- \r\nEste e-mail foi enviado de um formulário de contato em Anaclin (http://milleniumfalcon/anaclin)\nReply-To: maria.machado@dev2.com.br\n\n\n\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.\nO formato de data está incorreto.\nA data é anterior à mais antiga permitida.\nA data é posterior à maior data permitida.\nOcorreu um erro desconhecido ao enviar o arquivo.\nVocê não tem permissão para enviar esse tipo de arquivo.\nO arquivo é muito grande.\nOcorreu um erro ao enviar o arquivo.\nO formato de número é inválido.\nO número é menor do que o mínimo permitido.\nO número é maior do que o máximo permitido.\nA resposta para o quiz está incorreta.\nO código digitado está incorreto.\nO endereço de e-mail informado é inválido.\nA URL é inválida.\nO número de telefone é inválido.', 'Formulário Trabalhe Conosco', '', 'publish', 'closed', 'closed', '', 'formulario-trabalhe-conosco', '', '', '2017-10-23 11:06:50', '2017-10-23 13:06:50', '', 0, 'http://anaclingenetica.com.br/?post_type=wpcf7_contact_form&#038;p=201', 0, 'wpcf7_contact_form', '', 0),
(202, 1, '2017-07-21 09:53:24', '2017-07-21 12:53:24', '', 'Contato', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2017-07-21 09:53:24', '2017-07-21 12:53:24', '', 19, 'http://anaclingenetica.com.br/2017/07/21/19-revision-v1/', 0, 'revision', '', 0),
(203, 1, '2017-07-24 10:08:51', '2017-07-24 13:08:51', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-24 10:08:51', '2017-07-24 13:08:51', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(204, 1, '2017-07-24 10:10:41', '2017-07-24 13:10:41', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-24 10:10:41', '2017-07-24 13:10:41', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(205, 1, '2017-07-24 10:11:32', '2017-07-24 13:11:32', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-24 10:11:32', '2017-07-24 13:11:32', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(208, 1, '2017-07-24 10:20:46', '2017-07-24 13:20:46', 'Benefícios da atividade física no processo de emagrecimento.\r\n\r\nA atividade física é muito importante no processo de emagrecimento pois baseia-se no fato que o exercício físico, ativa a liberação de hormônios no cérebro, como as endorfinas, que fazem o indivíduo se sentir melhor, mais calmo e mais relaxado, preparado para fazer escolhas saudáveis e inteligentes na hora de se alimentar, diminuindo assim a compulsão alimentar. Os exercícios físicos também auxiliam na manutenção do peso corporal, diminuindo muito o efeito sanfona. A questão para se manter uma atividade física regular em seu dia a dia é escolher uma atividade de sua preferência, assim as chances da pessoa desistir ou desestimular diminuem significativamente. Entre alguns benefícios da atividade física regular associada a uma dieta saudável estão, o controle da pressão sanguínea; melhora na capacidade cardiorrespiratória, pois o fortalecimento dos órgãos como coração e pulmão são de extrema importância para pessoas obesas; aumento da circulação sanguínea; aumento e ganho de massa muscular já que geralmente pessoas que fazem dietas muito restritivas tem a tendência de perder massa magra além da gordura corporal; diminuição de dores articulares, por consequência da diminuição do peso corporal; aumento do gasto calórico; diminuição da ansiedade e da depressão, devido a liberação de hormônios como as endorfinas; diminuição do tecido adiposo visceral e intramuscular; melhora o metabolismo da glicose; melhor controle do colesterol; aumento da densidade óssea e da mobilidade articular e melhora o condicionamento físico.', 'Preparação <span>Física</span>', '', 'publish', 'closed', 'closed', '', 'preparacao-fisica', '', '', '2018-03-08 18:22:02', '2018-03-08 21:22:02', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=208', 0, 'especialidade', '', 0),
(209, 1, '2017-07-24 10:21:54', '2017-07-24 13:21:54', 'Em apenas uma consulta única e otimizada você terá esclarecimentos sobre o exame de mapeamento genético: como é realizado; quem pode fazer; qual o preparo para o dia da coleta; como proceder após o resultado em mãos; como ele contribui para as áreas de emagrecimento, cardiologia, oncologia, fotoenvelhecimento e resposta a medicamentos. Na Consulta de Instrução para Realização do Mapeamento Genético, também realizamos uma investigação minuciosa de seu estado de saúde.', 'Consulta <span>para</span> exame genético', '', 'publish', 'closed', 'closed', '', 'consulta-de-instrucao', '', '', '2017-10-03 16:47:24', '2017-10-03 19:47:24', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=209', 0, 'especialidade', '', 0),
(210, 1, '2017-07-24 10:31:56', '2017-07-24 13:31:56', 'Texto grupos de emagrecimento e cursos lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-07-24 10:31:56', '2017-07-24 13:31:56', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(211, 1, '2017-07-24 10:33:14', '2017-07-24 13:33:14', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-24 10:33:14', '2017-07-24 13:33:14', '', 110, 'http://anaclingenetica.com.br/110-revision-v1/', 0, 'revision', '', 0),
(212, 1, '2017-07-24 10:33:34', '2017-07-24 13:33:34', 'Um programa único para você, baseado no seu DNA. Com base no mapeamento do My Gene Diet e do Pathway Fit, a perda de peso será otimizada e personalizada com um tratamento acompanhado da nossa equipe clínica formada por um médico, uma nutricionista, uma psicóloga e um personal trainer. Cada corpo reage aos estímulos e a alimentação de maneira diferente, e essa é causa de insucessos nos emagrecimentos com uso de programas genéricos.', 'Coaching de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2017-07-24 10:33:34', '2017-07-24 13:33:34', '', 110, 'http://anaclingenetica.com.br/110-revision-v1/', 0, 'revision', '', 0),
(213, 1, '2017-07-24 10:35:22', '2017-07-24 13:35:22', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-24 10:35:22', '2017-07-24 13:35:22', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(214, 1, '2017-07-24 10:36:12', '2017-07-24 13:36:12', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-07-24 10:36:12', '2017-07-24 13:36:12', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(216, 1, '2017-07-24 10:43:57', '2017-07-24 13:43:57', '', 'Exames Cardiológicos', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2017-07-24 10:43:57', '2017-07-24 13:43:57', '', 160, 'http://anaclingenetica.com.br/160-revision-v1/', 0, 'revision', '', 0),
(217, 1, '2017-07-24 10:46:18', '2017-07-24 13:46:18', '', 'Exames Cardiológicos', '', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2017-07-24 10:46:18', '2017-07-24 13:46:18', '', 160, 'http://anaclingenetica.com.br/160-revision-v1/', 0, 'revision', '', 0),
(218, 1, '2017-07-24 10:50:04', '2017-07-24 13:50:04', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-24 10:50:04', '2017-07-24 13:50:04', '', 141, 'http://anaclingenetica.com.br/141-revision-v1/', 0, 'revision', '', 0),
(219, 1, '2017-07-24 10:51:36', '2017-07-24 13:51:36', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-24 10:51:36', '2017-07-24 13:51:36', '', 141, 'http://anaclingenetica.com.br/141-revision-v1/', 0, 'revision', '', 0),
(220, 1, '2017-07-24 10:54:12', '2017-07-24 13:54:12', '', 'Exames Oncológicos', '', 'inherit', 'closed', 'closed', '', '141-revision-v1', '', '', '2017-07-24 10:54:12', '2017-07-24 13:54:12', '', 141, 'http://anaclingenetica.com.br/141-revision-v1/', 0, 'revision', '', 0),
(221, 1, '2017-07-24 10:58:50', '2017-07-24 13:58:50', '', 'Exames Dermatológicos', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2017-07-24 10:58:50', '2017-07-24 13:58:50', '', 153, 'http://anaclingenetica.com.br/153-revision-v1/', 0, 'revision', '', 0),
(222, 1, '2017-07-24 11:02:45', '2017-07-24 14:02:45', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-24 11:02:45', '2017-07-24 14:02:45', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(223, 1, '2017-07-24 11:05:35', '2017-07-24 14:05:35', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2017-07-24 11:05:35', '2017-07-24 14:05:35', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(224, 1, '2017-07-24 12:15:39', '2017-07-24 15:15:39', '', 'Clínicas Credenciadas', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2017-07-24 12:15:39', '2017-07-24 15:15:39', '', 17, 'http://anaclingenetica.com.br/17-revision-v1/', 0, 'revision', '', 0),
(225, 1, '2017-07-24 12:16:04', '2017-07-24 15:16:04', '', 'Clínicas Credenciadas', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2017-07-24 12:16:04', '2017-07-24 15:16:04', '', 17, 'http://anaclingenetica.com.br/17-revision-v1/', 0, 'revision', '', 0),
(227, 1, '2017-09-06 09:11:40', '2017-09-06 12:11:40', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de  lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e  vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física.\nO trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro.\nSe você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você.\nEntre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-autosave-v1', '', '', '2017-09-06 09:11:40', '2017-09-06 12:11:40', '', 13, 'http://anaclingenetica.com.br/13-autosave-v1/', 0, 'revision', '', 0),
(228, 1, '2017-09-06 09:11:54', '2017-09-06 12:11:54', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de  lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar. O programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e  vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-06 09:11:54', '2017-09-06 12:11:54', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(230, 1, '2017-09-06 09:48:25', '2017-09-06 12:48:25', 'Nossa história lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum ultrices ligula. Proin iaculis tincidunt venenatis. Duis ultrices eget diam mollis condimentum. Aliquam scelerisque convallis blandit. Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.Mauris rhoncus lorem at diam condimentum elementum. Quisque at dictum urna, ut sodales quam. Sed bibendum ante urna. Nullam mattis ultrices sapien, eu iaculis arcu dictum at. Donec sollicitudin orci velit, et tempus nunc gravida non. Curabitur feugiat mauris ac odio ultrices rhoncus.', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-06 09:48:25', '2017-09-06 12:48:25', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(231, 1, '2017-09-06 09:52:06', '2017-09-06 12:52:06', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Como Funciona', 'como_funciona', 'publish', 'closed', 'closed', '', 'field_59afef6707e5e', '', '', '2017-09-06 09:52:06', '2017-09-06 12:52:06', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&p=231', 0, 'acf-field', '', 0),
(232, 1, '2017-09-06 09:52:58', '2017-09-06 12:52:58', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de  lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar. O programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e  vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-06 09:52:58', '2017-09-06 12:52:58', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(233, 1, '2017-09-06 09:54:53', '2017-09-06 12:54:53', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-06 09:54:53', '2017-09-06 12:54:53', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(235, 1, '2017-09-06 10:14:29', '2017-09-06 13:14:29', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-06 10:14:29', '2017-09-06 13:14:29', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(236, 1, '2017-09-11 13:44:28', '2017-09-11 16:44:28', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-09-11 13:44:28', '2017-09-11 16:44:28', '', 46, 'http://anaclingenetica.com.br/46-revision-v1/', 0, 'revision', '', 0),
(237, 1, '2017-09-11 13:44:42', '2017-09-11 16:44:42', '', 'Home', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-09-11 13:44:42', '2017-09-11 16:44:42', '', 46, 'http://anaclingenetica.com.br/46-revision-v1/', 0, 'revision', '', 0),
(238, 1, '2017-09-11 13:45:32', '2017-09-11 16:45:32', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-11 13:45:32', '2017-09-11 16:45:32', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(239, 1, '2017-09-11 13:45:52', '2017-09-11 16:45:52', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-11 13:45:52', '2017-09-11 16:45:52', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(240, 1, '2017-09-11 13:46:47', '2017-09-11 16:46:47', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2017-09-11 13:46:47', '2017-09-11 16:46:47', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/logo.png', 0, 'attachment', 'image/png', 0),
(241, 1, '2017-09-11 13:47:01', '2017-09-11 16:47:01', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-11 13:47:01', '2017-09-11 16:47:01', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(242, 1, '2017-09-11 13:53:21', '2017-09-11 16:53:21', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-09-11 13:53:21', '2017-09-11 16:53:21', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(243, 1, '2017-09-11 13:53:39', '2017-09-11 16:53:39', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2017-09-11 13:53:39', '2017-09-11 16:53:39', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(244, 1, '2017-09-11 14:03:07', '2017-09-11 17:03:07', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Texto Conheça Nossos Exames', 'texto_conheça_nossos_exames', 'publish', 'closed', 'closed', '', 'field_59b6c1b3f3654', '', '', '2017-09-11 14:03:07', '2017-09-11 17:03:07', '', 171, 'http://anaclingenetica.com.br/?post_type=acf-field&p=244', 7, 'acf-field', '', 0),
(245, 1, '2017-09-11 14:03:49', '2017-09-11 17:03:49', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-11 14:03:49', '2017-09-11 17:03:49', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(246, 1, '2017-09-11 14:05:34', '2017-09-11 17:05:34', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-11 14:05:34', '2017-09-11 17:05:34', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(247, 1, '2017-09-11 14:05:59', '2017-09-11 17:05:59', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2017-09-11 14:05:59', '2017-09-11 17:05:59', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(249, 1, '2017-09-11 17:15:49', '2017-09-11 20:15:49', 'A Nicola começou a ganhar peso após a prescrição de um novo remédio. Ela tentou diversos tratamentos para perda de peso, e todas sem sucesso, até conhecer o My Gene Diet. Surpresa com as variáveis apresentadas no seu relatório que mostram a sua predisposição para ganho de peso, Nicola aceitou prontamente a sugestão de dieta com base em seu gene: uma dieta com baixo carboidrato e rica em proteína e gordura animal. \"Eu escolhi o MGD para conhecer algumas respostas de qual era a melhor maneira de se alimentar. Eu iniciei minha dieta em Janeiro de 2013 e perdi rapidamente o peso que ganhei devido aos remédios. \"\r\n', 'Nicola Passingham', '', 'publish', 'closed', 'closed', '', 'nicola-passingham', '', '', '2017-09-11 17:30:22', '2017-09-11 20:30:22', '', 0, 'http://anaclingenetica.com.br/?post_type=depoimento&#038;p=249', 0, 'depoimento', '', 0),
(250, 1, '2017-09-11 17:16:45', '2017-09-11 20:16:45', 'Eu optei pelo MGD para descobrir os motivos que eu jamais conseguia perder peso – aparentemente o que funcionava para os outros não funcionavam para mim. Quando eu peguei meus resultados, eu personalizei a minha dieta com base nos dados do relatório. Eu tive a recomendação para seguir uma dieta rica em carboidratos para contrabalancear os efeitos malefícios da gordura do meu corpo (gene FTO), junto com exercícios de longa duração para atuação no meu gene ACTB3. Estas recomendações, junto com o remédio Zotrim, significaram que eu finalmente perdi peso e melhor, mantive o peso – o que era algo que eu sempre quis na minha vida. \" \r\n', 'Louise Hilborne', '', 'publish', 'closed', 'closed', '', 'louise-hilborne', '', '', '2017-09-11 17:30:31', '2017-09-11 20:30:31', '', 0, 'http://anaclingenetica.com.br/?post_type=depoimento&#038;p=250', 0, 'depoimento', '', 0),
(251, 1, '2017-09-11 17:20:07', '2017-09-11 20:20:07', '', 'depoimentos', '', 'inherit', 'open', 'closed', '', 'depoimentos-3', '', '', '2017-09-11 17:20:07', '2017-09-11 20:20:07', '', 0, 'http://anaclingenetica.com.br/wp-content/uploads/2017/09/depoimentos.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2017-09-11 17:26:31', '2017-09-11 20:26:31', '', 'depoimentos-logo', '', 'inherit', 'open', 'closed', '', 'depoimentos-logo', '', '', '2017-09-11 17:26:31', '2017-09-11 20:26:31', '', 0, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/depoimentos-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2017-09-13 11:24:24', '2017-09-13 14:24:24', '', 'anaclin_banner01', '', 'inherit', 'open', 'closed', '', 'anaclin_banner01', '', '', '2017-09-13 11:24:24', '2017-09-13 14:24:24', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/anaclin_banner01.png', 0, 'attachment', 'image/png', 0),
(257, 1, '2017-09-13 11:31:32', '2017-09-13 14:31:32', '<h1>Anagenix 45 genes - Perfil Nutrição personalizada e atividade física para Fertilidade e Gestante.</h1>', 'Banner 3', '', 'publish', 'closed', 'closed', '', 'banner-3', '', '', '2018-07-10 09:47:21', '2018-07-10 12:47:21', '', 0, 'http://anaclingenetica.com.br/?post_type=banner&#038;p=257', 0, 'banner', '', 0),
(258, 1, '2017-09-13 11:26:13', '2017-09-13 14:26:13', '', 'anaclin_banner02', '', 'inherit', 'open', 'closed', '', 'anaclin_banner02', '', '', '2017-09-13 11:26:13', '2017-09-13 14:26:13', '', 257, 'http://anaclingenetica.com.br/wp-content/uploads/2017/09/anaclin_banner02.png', 0, 'attachment', 'image/png', 0),
(259, 1, '2017-09-14 13:51:03', '2017-09-14 16:51:03', 'Estudos recentes em diversos locais do mundo, demonstraram que a famosa frase “eu não consigo perder peso por causa da minha genética” realmente faz sentido.\n\nUm destes estudos ocorreu no Brasil e foi feito pela nutricionista Flávia Corgosinho, na sua pesquisa de doutorado pela Unifesp (Universidade Federal de São Paulo) o que acontece é que a variação genética que influencia diretamente na perda de peso é encontrada no gene receptor da leptina (LEPR).\n\nLeptina é um hormônio que desempenha um papel importante na regulação genética, inibindo a fome e aumentando o gasto energético dos tecidos periféricos.\n\nApós um ano de pesquisa em voluntários que incluiu a prática de exercícios físicos e acompanhamento nutricional, médico e psicológico a pesquisadora notou que portadores dos genótipos CT e CC não conseguiram reduzir o perfil lipídico, resistência a insulina e também não conseguiram diminuir o índice de massa corpórea comparada ao do grupo TT.\n\nOs adolescentes do estudo que tinham níveis maiores de neuropeptídeos orexígenos (estimulantes da fome) e isso ajudou a explicar o porque de alguns adolescentes responderem melhor ao estudo e outros não. O estudo contou com 76 voluntários considerados obesos, destes, 39 pertenciam ao grupo dominante (classificado como TT) e outros 37 compunham o grupo que era portador da alteração.\n\nNo Brasil há exames exclusivos que ajudam a mapear geneticamente o seu corpo, e saber exatamente se o seu perfil genético tem o estado de hiperleptinemia (excesso de produção de leptina) e isto impacta diretamente na saúde do paciente.\n\nA Anaclin conta com o exame Pathway Genetics Fit que é um teste onde a partir da análise do DNA é possível identificar tipos de dieta e resposta ao exercício; risco para o câncer; doenças hereditárias; características da saúde do coração, resposta a oito classes de medicamentos que afetam o sistema cardiovascular; condições gerais da saúde, e respostas a medicamentos usados no tratamento da dor e na saúde mental.\n\nTambém possuímos o teste My Gene Diet que com a análise do DNA de onze variações em seis genes, que tem impacto na fome, nos hábitos alimentares, nas preferências alimentares, no peso corporal e nos exercícios apropriados trazendo mais qualidade de vida para quem quer perder peso, porém sem perder a saúde.\n\nEstes exames são indicados para todos os tipos de pacientes, que buscam entender melhor o funcionamento do seu corpo e buscam ter mais qualidade de vida através de uma dieta personalizada e a prática de exercícios.\n\nFonte: <a href=\"http://noticias.r7.com/saude/genetica-influencia-diretamente-no-emagrecimento-aponta-pesquisa-da-unifesp-22082016\" target=\"_blank\" rel=\"noopener\">http://noticias.r7.com/saude/genetica-influencia-diretamente-no-emagrecimento-aponta-pesquisa-da-unifesp-22082016</a>', 'Saiba como a Genética Pode Influenciar no Seu Emagrecimento', '', 'inherit', 'closed', 'closed', '', '42-autosave-v1', '', '', '2017-09-14 13:51:03', '2017-09-14 16:51:03', '', 42, 'http://anaclingenetica.com.br/42-autosave-v1/', 0, 'revision', '', 0),
(260, 1, '2017-09-14 16:44:09', '2017-09-14 19:44:09', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2017-09-14 16:44:09', '2017-09-14 19:44:09', '', 42, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(261, 1, '2017-09-14 16:44:34', '2017-09-14 19:44:34', '', '1', '', 'inherit', 'open', 'closed', '', '1', '', '', '2017-09-14 16:44:34', '2017-09-14 19:44:34', '', 44, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 1, '2017-09-15 16:27:51', '2017-09-15 19:27:51', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-15 16:27:51', '2017-09-15 19:27:51', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(283, 1, '2017-07-17 16:15:56', '2017-07-17 19:15:56', 'A medicina preventiva é a especialidade médica voltada à prevenção de doenças e tratamento como um todo do paciente incluindo clínico, físico, mental.\r\nDentre as medidas englobadas pela medicina preventiva, podemos citar os exames periódicos para controle do colesterol, projetos focados na atividade física, monitoramento dos hábitos alimentares, controle de peso, check-ups regulares, mapeamentos genéticos para saber as suas predisposições para determinadas doenças, déficits de vitaminas e hormônios, manipulações de formulas com mudança de estilo de vida. Também podem ser consideradas preventivas atividades voltadas para o alívio da mente com acompanhamento com psicológico, por prezarem pelo equilíbrio mental e, assim, afastarem transtornos de ansiedade, depressão. A principal importância da medicina preventiva está na manutenção constante da qualidade de vida.', 'Medicina <span>Integrativa</span>', '', 'publish', 'closed', 'closed', '', 'medicina-integrativa', '', '', '2017-10-03 16:41:24', '2017-10-03 19:41:24', '', 0, 'http://anaclingenetica.com.br/?post_type=especialidade&#038;p=283', 0, 'especialidade', '', 0),
(284, 1, '2017-09-18 16:05:57', '2017-09-18 19:05:57', '', 'recepcao-anaclin', '', 'inherit', 'open', 'closed', '', 'recepcao-anaclin', '', '', '2017-09-18 16:05:57', '2017-09-18 19:05:57', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/recepcao-anaclin.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2017-09-18 16:06:01', '2017-09-18 19:06:01', '', 'cafe-espera', '', 'inherit', 'open', 'closed', '', 'cafe-espera', '', '', '2017-09-18 16:06:01', '2017-09-18 19:06:01', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/cafe-espera.jpeg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2017-09-18 16:06:05', '2017-09-18 19:06:05', '', 'consultorio1', '', 'inherit', 'open', 'closed', '', 'consultorio1', '', '', '2017-09-18 16:06:05', '2017-09-18 19:06:05', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/consultorio1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2017-09-18 16:16:13', '2017-09-18 19:16:13', '', 'consultorio2.1', '', 'inherit', 'open', 'closed', '', 'consultorio2-1', '', '', '2017-09-18 16:16:13', '2017-09-18 19:16:13', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/consultorio2.1.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2017-09-18 16:16:23', '2017-09-18 19:16:23', '', 'consultorio2', '', 'inherit', 'open', 'closed', '', 'consultorio2', '', '', '2017-09-18 16:16:23', '2017-09-18 19:16:23', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/consultorio2.jpg', 0, 'attachment', 'image/jpeg', 0),
(289, 1, '2017-09-18 16:16:27', '2017-09-18 19:16:27', '', 'entrada', '', 'inherit', 'open', 'closed', '', 'entrada', '', '', '2017-09-18 16:16:27', '2017-09-18 19:16:27', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/entrada.jpg', 0, 'attachment', 'image/jpeg', 0),
(290, 1, '2017-09-18 16:16:34', '2017-09-18 19:16:34', '', 'cantinho-cafe', '', 'inherit', 'open', 'closed', '', 'cantinho-cafe', '', '', '2017-09-18 16:16:34', '2017-09-18 19:16:34', '', 7, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/cantinho-cafe.jpg', 0, 'attachment', 'image/jpeg', 0),
(291, 1, '2017-09-19 15:49:31', '2017-09-19 18:49:31', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-19 15:49:31', '2017-09-19 18:49:31', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(292, 1, '2017-09-19 15:50:10', '2017-09-19 18:50:10', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-19 15:50:10', '2017-09-19 18:50:10', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(293, 1, '2017-09-19 15:50:30', '2017-09-19 18:50:30', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-09-19 15:50:30', '2017-09-19 18:50:30', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(303, 1, '2017-10-02 15:53:23', '2017-10-02 18:53:23', '&nbsp;\r\n<p class=\"nome_clinica\">Estilo VivaNutri - Nutrição Clínica, Esportiva e Estética. Nutricionista Camila Caverni.</p>\r\n<p class=\"endereco_clinica\">Rua Amália de Noronha, 151, cj. 505 - Pinheiros - SP</p>\r\n<p class=\"telefone_clinica\">( 11) 96113-4161\r\nSite: <a href=\"https://www.facebook.com/camila.vivanutri\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/camila.vivanutri</a></p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dra. Angelica de Tullio Nutricionista e Coach de Empoderamento Feminino</p>\r\n<p class=\"endereco_clinica\">Rua Mogi Guaçu 1296 Chácara da Barra, Campinas SP</p>\r\n<p class=\"telefone_clinica\">(19) 992682855</p>\r\n&nbsp;\r\n<p class=\"nome_clinica\">Dra. Janine Araujo &amp; Dr. Bruno Lima</p>\r\n<p class=\"endereco_clinica\">Av. Angélica, 2330, cj 82 New England, Higienópolis- São Paulo -SP</p>\r\n<p class=\"telefone_clinica\">( 11) 3129-5572 (11) 94455-7473\r\nSite: <a href=\"https://janinearaujo.com.br/\" target=\"_blank\" rel=\"noopener\">https://janinearaujo.com.br/</a></p>', 'SÃO PAULO', '', 'publish', 'closed', 'closed', '', 'sao-paulo', '', '', '2018-02-07 18:17:55', '2018-02-07 20:17:55', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=303', 0, 'endereco', '', 0),
(312, 1, '2017-10-09 15:16:24', '2017-10-09 18:16:24', '&nbsp;\r\n<p class=\"nome_clinica\">Bio Renew Clínica Estética</p>\r\n<p class=\"endereco_clinica\">Rua CLN413, Bloco D, Sala 104, Asa Norte Brasília-DF</p>\r\n<p class=\"telefone_clinica\">(61)3340-6151 (61)98150-0706\r\nSite: <a href=\"http://biorenew.com.br/\" target=\"_blank\" rel=\"noopener\">http://biorenew.com.br/</a></p>', 'Brasília- DF', '', 'publish', 'closed', 'closed', '', 'brasilia-df', '', '', '2017-10-09 17:02:32', '2017-10-09 20:02:32', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=312', 0, 'endereco', '', 0),
(313, 1, '2017-10-09 17:01:47', '2017-10-09 20:01:47', '&nbsp;\r\n<p class=\"nome_clinica\">Bio Renew Clínica Estética</p>\r\n<p class=\"endereco_clinica\">Rua CLN413, Bloco D, Sala 104, Asa Norte Brasília-DF</p>\r\n<p class=\"telefone_clinica\">(61)3340-6151 (61)98150-0706\r\nSite: <a href=\"www.biorenew.com.br/\" target=\"_blank\" rel=\"noopener\">www.biorenew.com.br</a></p>', 'Brasília- DF', '', 'inherit', 'closed', 'closed', '', '312-autosave-v1', '', '', '2017-10-09 17:01:47', '2017-10-09 20:01:47', '', 312, 'http://anaclingenetica.com.br/312-autosave-v1/', 0, 'revision', '', 0),
(314, 1, '2018-02-07 18:14:08', '2018-02-07 20:14:08', '&nbsp;\n<p class=\"nome_clinica\">Estilo VivaNutri - Nutrição Clínica, Esportiva e Estética. Nutricionista Camila Caverni.</p>\n<p class=\"endereco_clinica\">Rua Amália de Noronha, 151, cj. 505 - Pinheiros - SP</p>\n<p class=\"telefone_clinica\">( 11) 96113-4161\nSite: <a href=\"https://www.facebook.com/camila.vivanutri\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/camila.vivanutri</a></p>\n&nbsp;\n<p class=\"nome_clinica\">Angelica de Tullio Nutricionista e Coach de Empoderamento Feminino</p>\n<p class=\"endereco_clinica\">Rua Mogi Guaçu 1296 Chácara da Barra, Campinas SP</p>\n<p class=\"telefone_clinica\">(19) 992682855</p>\n&nbsp;\n<p class=\"nome_clinica\">Dra. Janine Araujo.</p>\n&nbsp;\n<p class=\"nome_clinica\">Dr. Bruno Lima</p>\n<p class=\"endereco_clinica\">Av. Angélica, 2330, cj 82 New England, Higienópolis- São Paulo -SP</p>\n<p class=\"telefone_clinica\">( 11) 3129-5572 (11) 94455-7473\nSite: <a href=\"https://janinearaujo.com.br/\" target=\"_blank\" rel=\"noopener\">https://janinearaujo.com.br/</a></p>', 'SÃO PAULO', '', 'inherit', 'closed', 'closed', '', '303-autosave-v1', '', '', '2018-02-07 18:14:08', '2018-02-07 20:14:08', '', 303, 'http://anaclingenetica.com.br/303-autosave-v1/', 0, 'revision', '', 0),
(316, 1, '2017-10-18 18:52:28', '2017-10-18 20:52:28', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-10-18 18:52:28', '2017-10-18 20:52:28', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(318, 1, '2017-10-26 16:31:44', '2017-10-26 18:31:44', '&nbsp;\r\n<p class=\"nome_clinica\">Dermal Clinic</p>\r\n<p class=\"endereco_clinica\">Rua Fran Teixeira, 38, Mirador -Maranhão</p>\r\n<p class=\"telefone_clinica\">(99) 988322440 (98) 991122130\r\nSite: <a href=\"https://www.facebook.com/Dermal-Clinic-741694602704027/\" target=\"_blank\" rel=\"noopener\">https://www.facebook.com/Dermal-Clinic-741694602704027/</a></p>', 'Mirador -Ma', '', 'publish', 'closed', 'closed', '', 'mirador-ma', '', '', '2017-10-26 17:02:32', '2017-10-26 19:02:32', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=318', 0, 'endereco', '', 0),
(323, 1, '2017-12-12 11:49:21', '2017-12-12 13:49:21', 'Contamos com essa importante parceria, Vanuza Maciel. Professora de Educação Física, especializada em treinamento desportivo e prevenção &amp; reabilitação.\r\n\r\n•Atua na área da educação física desde Fevereiro de 1988.\r\n\r\n•Diretora técnica e idealizadora da Assessoria Esportiva Team Vanuza Maciel. Onde desenvolve o trabalho de treinamento de triathlon infantil e adulto, corrida de rua, trail run e personal trainer. Sobre a Assessoria Team Vanuza Maciel:\r\n\r\n•Temos como objetivo melhorar a qualidade de vida das pessoas, oferecendo a elas serviços personalizados para uma prática esportiva plena. Uma prática voltada não apenas à uma boa forma física, mas a todos os aspectos de sua saúde. Afinal, o esporte não é simplesmente uma forma de lazer ou aprimoramento físico. É uma opção lógica para quem busca uma vida mais longa.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-321\" src=\"http://anaclingenetica.com.br/wp-content/uploads/2017/07/vanuza-maciel-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />', 'Preparação <span>Física</span>', '', 'inherit', 'closed', 'closed', '', '208-autosave-v1', '', '', '2017-12-12 11:49:21', '2017-12-12 13:49:21', '', 208, 'http://anaclingenetica.com.br/208-autosave-v1/', 0, 'revision', '', 0),
(326, 1, '2018-01-31 11:53:58', '2018-01-31 13:53:58', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2018-01-31 11:53:58', '2018-01-31 13:53:58', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(328, 1, '2018-02-09 17:00:05', '2018-02-09 19:00:05', 'Tem como objetivo de mudança de hábitos e comportamentos relacionados com a perda de peso e superar dificuldades no processo de emagrecimento e manutenção do peso. Perfeito para quem quer mudar hábitos, desenvolver um comportamento mais saudável e parar de lutar contra a balança. Grupo com foco no emagrecimento saudável a partir de técnicas, palestras e atividades com equipe multidisciplinar.\r\n\r\nO programa de Emagrecimento saudável tem um método inovador para que você conquiste menos peso com mais qualidade de vida e vem promover o emagrecimento de forma saudável baseado em 4 pilares integrados Clínico, Nutricional, Psicológico e Atividade Física. O trabalho em conjunto de todas as áreas ajuda na conquista do seu objetivo e torna o processo mais fácil e duradouro. Se você está em busca de novos hábitos de vida e emagrecimento saudável a ANACLIN foi feita para você. Entre em contato e conheça mais sobre o projeto que vai mudar a sua vida.', 'Grupos de Emagrecimento e Cursos', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2018-02-09 17:00:05', '2018-02-09 19:00:05', '', 13, 'http://anaclingenetica.com.br/13-revision-v1/', 0, 'revision', '', 0),
(329, 1, '2018-02-14 14:41:17', '2018-02-14 16:41:17', '&nbsp;\r\n<p class=\"nome_clinica\">Dra. Laura Meneses Nutricionista</p>\r\n<p class=\"telefone_clinica\">83 9 9687 8922\r\nSite: <a href=\"https://www.instagram.com/blogdanutri/\" target=\"_blank\" rel=\"noopener\">https://www.instagram.com/blogdanutri/</a></p>', 'João Pessoa', '', 'publish', 'closed', 'closed', '', 'joao-pessoa', '', '', '2018-02-14 14:47:33', '2018-02-14 16:47:33', '', 0, 'http://anaclingenetica.com.br/?post_type=endereco&#038;p=329', 0, 'endereco', '', 0),
(331, 1, '2018-02-15 15:05:28', '2018-02-15 17:05:28', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2018-02-15 15:05:28', '2018-02-15 17:05:28', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(332, 1, '2018-02-15 15:06:58', '2018-02-15 17:06:58', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2018-02-15 15:06:58', '2018-02-15 17:06:58', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(333, 1, '2018-02-15 15:08:18', '2018-02-15 17:08:18', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-02-15 15:08:18', '2018-02-15 17:08:18', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(336, 1, '2018-03-08 14:52:43', '2018-03-08 17:52:43', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-03-08 14:52:43', '2018-03-08 17:52:43', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(338, 1, '2018-03-08 15:54:54', '2018-03-08 18:54:54', 'A Anaclin Genética é um centro de tratamento diferenciado, que nasceu com a missão de oferecer tratamentos voltados á saúde, bem estar, prevenção e qualidade de vida de forma responsável e tendo como base o mapeamento genético de seus pacientes conseguindo trabalhar com foco na prevenção e na manifestação genética com isso evitando o aparecimento de muitas complicações e manifestações de problemas de saúde.\r\n\r\nEm nossa clínica, disponibilizamos um atendimento personalizado e individualizado com uma equipe multiprofissional das áreas de nutrição, medicina integrativa, genética, psicológica e atividade física. Isso garante aos pacientes resultados positivos na manutenção de uma vida saudável.\r\n\r\nUtilizando tecnologias Dinamarquesa e Americana, realizamos exames genéticos para as áreas de cardiologia, oncologia, dermatologia e especialistas em exames genéticos para tratamentos de obesidade e emagrecimento, todos com base no seu DNA.\r\n\r\nDeixe seus genes trabalharem por você!', 'A Clínica', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2018-03-08 15:54:54', '2018-03-08 18:54:54', '', 7, 'http://anaclingenetica.com.br/7-revision-v1/', 0, 'revision', '', 0),
(342, 1, '2018-03-15 17:15:00', '2018-03-15 20:15:00', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-15 17:15:00', '2018-03-15 20:15:00', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(345, 1, '2018-03-26 13:34:30', '2018-03-26 16:34:30', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-26 13:34:30', '2018-03-26 16:34:30', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(347, 1, '2018-03-26 13:50:49', '2018-03-26 16:50:49', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-26 13:50:49', '2018-03-26 16:50:49', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(352, 1, '2018-03-26 15:41:04', '2018-03-26 18:41:04', '', 'marca_anaclin_72dpi (1)', '', 'inherit', 'open', 'closed', '', 'marca_anaclin_72dpi-1', '', '', '2018-03-26 15:41:04', '2018-03-26 18:41:04', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/marca_anaclin_72dpi-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(355, 1, '2018-03-26 16:16:35', '2018-03-26 19:16:35', '', 'oie_transparent', '', 'inherit', 'open', 'closed', '', 'oie_transparent', '', '', '2018-03-26 16:16:35', '2018-03-26 19:16:35', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/oie_transparent.png', 0, 'attachment', 'image/png', 0),
(359, 1, '2018-03-26 17:25:20', '2018-03-26 20:25:20', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos.\r\n- Perfil Nutrição personalizada e atividade física.\r\n- Perfil Nutrição personalizada e atividade física para fertilidade e gestante.\r\n- Perfil Nutrição esportiva e performance física.\r\no DNA é analisado por meio de uma simples amostra de saliva.\r\nSaiba como seus genes afetam sua resposta para:\r\nManutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão. ', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-26 17:25:20', '2018-03-26 20:25:20', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(360, 1, '2018-03-26 17:31:08', '2018-03-26 20:31:08', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-26 17:31:08', '2018-03-26 20:31:08', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(365, 1, '2018-03-26 18:52:01', '2018-03-26 21:52:01', 'A Anaclin em parceria com a Universidade de Toronto no Canadá apresenta o seu exame genético o Anagenix, um teste genético abrangente que consiste em 45 marcadores genéticos. - Perfil Nutrição personalizada e atividade física. - Perfil Nutrição personalizada e atividade física para fertilidade e gestante. - Perfil Nutrição esportiva e performance física. o DNA é analisado por meio de uma simples amostra de saliva. Saiba como seus genes afetam sua resposta para: Manutenção do peso, saúde cardio-Metabólica, metabolismo de nutrientes, intolerâncias alimentares, hábitos alimentares, atividade física, risco de lesão.', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-26 18:52:01', '2018-03-26 21:52:01', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(369, 1, '2018-03-27 10:30:13', '2018-03-27 13:30:13', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-27 10:30:13', '2018-03-27 13:30:13', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2018-03-27 11:41:48', '2018-03-27 14:41:48', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-27 11:41:48', '2018-03-27 14:41:48', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(372, 1, '2018-03-27 11:42:12', '2018-03-27 14:42:12', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-autosave-v1', '', '', '2018-03-27 11:42:12', '2018-03-27 14:42:12', '', 9, 'http://anaclingenetica.com.br/9-autosave-v1/', 0, 'revision', '', 0),
(373, 1, '2018-03-27 11:42:16', '2018-03-27 14:42:16', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-27 11:42:16', '2018-03-27 14:42:16', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2018-03-27 11:44:48', '2018-03-27 14:44:48', '', 'Serviços', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-27 11:44:48', '2018-03-27 14:44:48', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2018-03-27 16:32:46', '2018-03-27 19:32:46', '', 'site fertilidade 1', '', 'inherit', 'open', 'closed', '', 'site-fertilidade-1', '', '', '2018-03-27 16:32:46', '2018-03-27 19:32:46', '', 257, 'http://anaclingenetica.com.br/wp-content/uploads/2017/09/site-fertilidade-1.png', 0, 'attachment', 'image/png', 0),
(377, 1, '2018-03-27 17:01:58', '2018-03-27 20:01:58', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-27 17:01:58', '2018-03-27 20:01:58', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(386, 1, '2018-03-27 17:40:22', '2018-03-27 20:40:22', '', 'site site', '', 'inherit', 'open', 'closed', '', 'site-site', '', '', '2018-03-27 17:40:22', '2018-03-27 20:40:22', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/site-site-.png', 0, 'attachment', 'image/png', 0),
(387, 1, '2018-03-28 12:09:09', '2018-03-28 15:09:09', '', 'novo nutri .png site 123', '', 'inherit', 'open', 'closed', '', 'novo-nutri-png-site-123', '', '', '2018-03-28 12:09:09', '2018-03-28 15:09:09', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/novo-nutri-.png-site-123.png', 0, 'attachment', 'image/png', 0),
(388, 1, '2018-03-28 12:16:23', '2018-03-28 15:16:23', '', 'anagenix sem fundo', '', 'inherit', 'open', 'closed', '', 'anagenix-sem-fundo', '', '', '2018-03-28 12:16:23', '2018-03-28 15:16:23', '', 38, 'http://anaclingenetica.com.br/wp-content/uploads/2017/10/anagenix-sem-fundo.png', 0, 'attachment', 'image/png', 0),
(389, 1, '2018-03-28 12:56:03', '2018-03-28 15:56:03', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2018-03-28 12:56:03', '2018-03-28 15:56:03', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(390, 1, '2018-03-28 12:56:08', '2018-03-28 15:56:08', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-autosave-v1', '', '', '2018-03-28 12:56:08', '2018-03-28 15:56:08', '', 124, 'http://anaclingenetica.com.br/124-autosave-v1/', 0, 'revision', '', 0),
(391, 1, '2018-03-28 12:56:38', '2018-03-28 15:56:38', '', 'Exames de Emagrecimento', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2018-03-28 12:56:38', '2018-03-28 15:56:38', '', 124, 'http://anaclingenetica.com.br/124-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2018-03-28 14:13:14', '2018-03-28 17:13:14', '', 'Exames', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-03-28 14:13:14', '2018-03-28 17:13:14', '', 9, 'http://anaclingenetica.com.br/9-revision-v1/', 0, 'revision', '', 0),
(395, 1, '2018-04-16 13:51:44', '2018-04-16 16:51:44', 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/cropped-oie_transparent-e1522091841123.png', 'cropped-oie_transparent-e1522091841123.png', '', 'inherit', 'open', 'closed', '', 'cropped-oie_transparent-e1522091841123-png', '', '', '2018-04-16 13:51:44', '2018-04-16 16:51:44', '', 0, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/cropped-oie_transparent-e1522091841123.png', 0, 'attachment', 'image/png', 0),
(398, 1, '2018-07-10 09:45:30', '2018-07-10 12:45:30', '', 'banner-anaclin1', '', 'inherit', 'open', 'closed', '', 'banner-anaclin1', '', '', '2018-07-10 09:45:30', '2018-07-10 12:45:30', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/banner-anaclin1.png', 0, 'attachment', 'image/png', 0),
(399, 1, '2018-07-10 09:45:32', '2018-07-10 12:45:32', '', 'banner-anaclin2', '', 'inherit', 'open', 'closed', '', 'banner-anaclin2', '', '', '2018-07-10 09:45:32', '2018-07-10 12:45:32', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/banner-anaclin2.png', 0, 'attachment', 'image/png', 0),
(400, 1, '2018-07-10 09:45:33', '2018-07-10 12:45:33', '', 'banner-anaclin3', '', 'inherit', 'open', 'closed', '', 'banner-anaclin3', '', '', '2018-07-10 09:45:33', '2018-07-10 12:45:33', '', 40, 'http://anaclingenetica.com.br/wp-content/uploads/2017/07/banner-anaclin3.png', 0, 'attachment', 'image/png', 0),
(401, 1, '2018-07-10 10:53:44', '2018-07-10 13:53:44', '', 'Dermatologia Estética', '', 'publish', 'closed', 'closed', '', 'dermatologia-estetica', '', '', '2018-07-10 13:55:19', '2018-07-10 16:55:19', '', 0, 'http://anaclingenetica.com.br/?page_id=401', 0, 'page', '', 0),
(402, 1, '2018-07-10 10:53:44', '2018-07-10 13:53:44', '', 'Dermatologia Estética', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2018-07-10 10:53:44', '2018-07-10 13:53:44', '', 401, 'http://anaclingenetica.com.br/401-revision-v1/', 0, 'revision', '', 0),
(403, 1, '2018-07-10 11:24:54', '2018-07-10 14:24:54', 'Diversos SNPs podem alterar a atividade da proteína traduzida, ocasionando alterações em sua função e outros polimorfismos em regiões regulatórias podem alterar os níveis de transcrição. Estudos científicos realizados tanto em modelos animais experimentais quanto em humanos identificaram que SNPs podem influenciar a manutenção da saúde da pele, atuando tanto no processo de envelhecimento precoce, quanto no surgimento de lesões.\r\n\r\nO envelhecimento cutâneo ocorre por meio de dois processos biologicamente distintos: envelhecimento intrínseco e extrínseco (ou fotoenvelhecimento). O primeiro é um processo de ocorrência natural que resulta de uma degeneração tecidual lenta. O envelhecimento extrínseco é devido aos fatores ambientais, sendo a exposição solar à radiação UV, a sua principal causa.\r\n\r\nO colágeno – um dos principais componentes da derme humana – atua na manutenção da resistência e elasticidade da pele, sendo continuamente degradado por enzimas chamadas metaloproteinases de matriz (MMPs). Um polimorfismo localizado na região promotora do gene MMP-1 faz com que estas enzimas estejam presentes em maior quantidade, resultando em maior degradação de colágeno e maior propensão ao desenvolvimento de rugas.\r\n\r\nO processo de fotoenvelhecimento é influenciado pela enzima NQO1, responsável por manter a coenzima Q10 em sua forma reduzida, a qual é capaz de eliminar radicais livres prejudiciais às células. SNPs no gene da NQO1diminuem sua capacidade de ativação da coenzima Q10, deixando a pele mais suscetível ao ataque de radicais livres e ao processo de fotoenvelhecimento.\r\nDurante o processo de respiração celular nas mitocôndrias, ocorre a formação de espécies reativas de oxigênio (EROs), que são radicais altamente reativos, podendo danificar componentes celulares. A pele está constantemente exposta aos EROs e, a atuação de enzimas antioxidantes, é crucial para a manutenção da saúde deste órgão. Quatro enzimas antioxidantes atuam na proteção da pele: superóxido dismutase 2 (SOD2), superóxido dismutase 3 (SOD3), glutationa peroxidase 1 (GPX1) e catalase (CAT). SNPs nos genes da SOD2 e SOD3 ocasionam uma diminuição na atividade destas enzimas, deixando a pele mais propensa ao ataque das EROs e ao envelhecimento precoce.\r\n\r\nPolimorfismos que codificam para GPX1 e CAT alteram a atividade e/ou os níveis dessas enzimas. Dentre o aparato de enzimas antioxidantes presentes na epiderme, a catalase representa a maior atividade.\r\n\r\nOutros exemplos de SNPs que podem afetar negativamente a saúde da pele são aqueles encontrados nos genes das enzimas epóxido hidrolase 1 (EPHX1) e glutationa S transferase (GSTP1), as quais atuam como destoxificadoras de poluentes ambientais e xenobióticos. Estes SNPs reduzem a capacidade de destoxificação da pele.\r\n\r\nPolimorfismo presentes no gene da citocina pró-inflamatória TNF alfa influenciam o estabelecimento de uma resposta inflamatória exacerbada da pele frente a tratamento dermatológicos, incluindo o uso de preenchedores.', 'SkinDNA', '', 'publish', 'closed', 'closed', '', 'skindna', '', '', '2018-07-10 12:54:02', '2018-07-10 15:54:02', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=403', 0, 'exame', '', 0),
(405, 1, '2018-07-10 11:36:55', '2018-07-10 14:36:55', '', 'Nutrição Personalizada', '', 'publish', 'closed', 'closed', '', 'nutricao-personalizada', '', '', '2018-07-10 13:55:33', '2018-07-10 16:55:33', '', 0, 'http://anaclingenetica.com.br/?page_id=405', 0, 'page', '', 0),
(406, 1, '2018-07-10 11:36:55', '2018-07-10 14:36:55', '', 'Nutrição Personalizada', '', 'inherit', 'closed', 'closed', '', '405-revision-v1', '', '', '2018-07-10 11:36:55', '2018-07-10 14:36:55', '', 405, 'http://anaclingenetica.com.br/405-revision-v1/', 0, 'revision', '', 0),
(407, 1, '2018-07-10 11:39:22', '2018-07-10 14:39:22', '', 'Prevenção', '', 'publish', 'closed', 'closed', '', 'prevencao', '', '', '2018-07-10 13:56:27', '2018-07-10 16:56:27', '', 0, 'http://anaclingenetica.com.br/?page_id=407', 0, 'page', '', 0),
(408, 1, '2018-07-10 11:39:22', '2018-07-10 14:39:22', '', 'Prevenção', '', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2018-07-10 11:39:22', '2018-07-10 14:39:22', '', 407, 'http://anaclingenetica.com.br/407-revision-v1/', 0, 'revision', '', 0),
(409, 1, '2018-07-10 11:41:30', '2018-07-10 14:41:30', '', 'Paternidade', '', 'publish', 'closed', 'closed', '', 'paternidade', '', '', '2018-07-10 14:00:20', '2018-07-10 17:00:20', '', 0, 'http://anaclingenetica.com.br/?page_id=409', 0, 'page', '', 0),
(410, 1, '2018-07-10 11:41:30', '2018-07-10 14:41:30', '', 'Paternidade', '', 'inherit', 'closed', 'closed', '', '409-revision-v1', '', '', '2018-07-10 11:41:30', '2018-07-10 14:41:30', '', 409, 'http://anaclingenetica.com.br/409-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2018-07-10 11:41:58', '2018-07-10 14:41:58', '', 'Performance Física', '', 'publish', 'closed', 'closed', '', 'performance-fisica', '', '', '2018-07-10 13:56:16', '2018-07-10 16:56:16', '', 0, 'http://anaclingenetica.com.br/?page_id=411', 0, 'page', '', 0),
(412, 1, '2018-07-10 11:41:58', '2018-07-10 14:41:58', '', 'Performance Física', '', 'inherit', 'closed', 'closed', '', '411-revision-v1', '', '', '2018-07-10 11:41:58', '2018-07-10 14:41:58', '', 411, 'http://anaclingenetica.com.br/411-revision-v1/', 0, 'revision', '', 0),
(413, 1, '2018-07-10 12:27:39', '2018-07-10 15:27:39', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"exame\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Exame', 'exame', 'publish', 'closed', 'closed', '', 'group_5b44d02e92c65', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 0, 'http://anaclingenetica.com.br/?post_type=acf-field-group&#038;p=413', 0, 'acf-field-group', '', 0),
(414, 1, '2018-07-10 12:27:39', '2018-07-10 15:27:39', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Material', 'material', 'publish', 'closed', 'closed', '', 'field_5b44d0511b59b', '', '', '2018-07-10 12:27:39', '2018-07-10 15:27:39', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=414', 0, 'acf-field', '', 0),
(415, 1, '2018-07-10 12:27:39', '2018-07-10 15:27:39', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Volume da Amostra', 'volume_da_amostra', 'publish', 'closed', 'closed', '', 'field_5b44d0621b59c', '', '', '2018-07-10 12:27:39', '2018-07-10 15:27:39', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=415', 1, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(416, 1, '2018-07-10 12:31:21', '2018-07-10 15:31:21', 'Diversos SNPs podem alterar a atividade da proteína traduzida, ocasionando alterações em sua função e outros polimorfismos em regiões regulatórias podem alterar os níveis de transcrição. Estudos científicos realizados tanto em modelos animais experimentais quanto em humanos identificaram que SNPs podem influenciar a manutenção da saúde da pele, atuando tanto no processo de envelhecimento precoce, quanto no surgimento de lesões.\n\nO envelhecimento cutâneo ocorre por meio de dois processos biologicamente distintos: envelhecimento intrínseco e extrínseco (ou fotoenvelhecimento). O primeiro é um processo de ocorrência natural que resulta de uma degeneração tecidual lenta. O envelhecimento extrínseco é devido aos fatores ambientais, sendo a exposição solar à radiação UV, a sua principal causa.\n\nO colágeno – um dos principais componentes da derme humana – atua na manutenção da resistência e elasticidade da pele, sendo continuamente degradado por enzimas chamadas metaloproteinases de matriz (MMPs). Um polimorfismo localizado na região promotora do gene MMP-1 faz com que estas enzimas estejam presentes em maior quantidade, resultando em maior degradação de colágeno e maior propensão ao desenvolvimento de rugas.\n\nO processo de fotoenvelhecimento é influenciado pela enzima NQO1, responsável por manter a coenzima Q10 em sua forma reduzida, a qual é capaz de eliminar radicais livres prejudiciais às células. SNPs no gene da NQO1diminuem sua capacidade de ativação da coenzima Q10, deixando a pele mais suscetível ao ataque de radicais livres e ao processo de fotoenvelhecimento.\nDurante o processo de respiração celular nas mitocôndrias, ocorre a formação de espécies reativas de oxigênio (EROs), que são radicais altamente reativos, podendo danificar componentes celulares. A pele está constantemente exposta aos EROs e, a atuação de enzimas antioxidantes, é crucial para a manutenção da saúde deste órgão. Quatro enzimas antioxidantes atuam na proteção da pele: superóxido dismutase 2 (SOD2), superóxido dismutase 3 (SOD3), glutationa peroxidase 1 (GPX1) e catalase (CAT). SNPs nos genes da SOD2 e SOD3 ocasionam uma diminuição na atividade destas enzimas, deixando a pele mais propensa ao ataque das EROs e ao envelhecimento precoce.\n\nPolimorfismos que codificam para GPX1 e CAT alteram a atividade e/ou os níveis dessas enzimas. Dentre o aparato de enzimas antioxidantes presentes na epiderme, a catalase representa a maior atividade.\n\nOutros exemplos de SNPs que podem afetar negativamente a saúde da pele são aqueles encontrados nos genes das enzimas epóxido hidrolase 1 (EPHX1) e glutationa S transferase (GSTP1), as quais atuam como destoxificadoras de poluentes ambientais e xenobióticos. Estes SNPs reduzem a capacidade de destoxificação da pele.\nPolimorfismo presentes no gene da citocina pró-inflamatória TNF alfa influenciam o estabelecimento de uma resposta inflamatória exacerbada da pele frente a tratamento dermatológicos, incluindo o uso de preenchedores.', 'Skindna', '', 'inherit', 'closed', 'closed', '', '403-autosave-v1', '', '', '2018-07-10 12:31:21', '2018-07-10 15:31:21', '', 403, 'http://anaclingenetica.com.br/403-autosave-v1/', 0, 'revision', '', 0),
(417, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Metodologia', 'metodologia', 'publish', 'closed', 'closed', '', 'field_5b44d39d1e8a9', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=417', 2, 'acf-field', '', 0),
(418, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Prazo para Resultado', 'prazo_para_resultado', 'publish', 'closed', 'closed', '', 'field_5b44d3a51e8aa', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=418', 3, 'acf-field', '', 0),
(419, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Armazenamento', 'armazenamento', 'publish', 'closed', 'closed', '', 'field_5b44d3b81e8ab', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=419', 4, 'acf-field', '', 0),
(420, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Estabilidade', 'estabilidade', 'publish', 'closed', 'closed', '', 'field_5b44d3c61e8ac', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=420', 5, 'acf-field', '', 0),
(421, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Transporte do Material', 'transporte_do_material', 'publish', 'closed', 'closed', '', 'field_5b44d3d61e8ad', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=421', 6, 'acf-field', '', 0),
(422, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Prazo para Recebimento', 'prazo_para_recebimento', 'publish', 'closed', 'closed', '', 'field_5b44d3e41e8ae', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=422', 7, 'acf-field', '', 0),
(423, 1, '2018-07-10 12:43:01', '2018-07-10 15:43:01', 'a:12:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:10;s:9:\"new_lines\";s:7:\"wpautop\";s:8:\"readonly\";i:0;s:8:\"disabled\";i:0;}', 'Observações', 'observações', 'publish', 'closed', 'closed', '', 'field_5b44d3f21e8af', '', '', '2018-07-10 12:43:01', '2018-07-10 15:43:01', '', 413, 'http://anaclingenetica.com.br/?post_type=acf-field&p=423', 8, 'acf-field', '', 0),
(424, 1, '2018-07-10 13:01:09', '2018-07-10 16:01:09', 'Atualmente as terapias sistêmicas são cada vez mais utilizadas no tratamento de doenças comuns da pele; porém, a toxicidade dos medicamentos e a relativa falta de eficácia terapêutica permanecem ainda como um inconveniente significativo. Além disso, é difícil prever o risco de morte e outras reações adversas.\r\n\r\nA farmacogenética, estudo que relaciona a influência da diversidade genética na variabilidade das respostas individuais aos medicamentos, visa distinguir os pacientes respondedores dos não respondedores e identificar aqueles em que a toxicidade é mais provável. A aplicação bem sucedida da farmacogenética leva à terapia medicamentosa personalizada e racional.\r\n\r\nAvanços recentes nas técnicas de genética molecular, tais como genotipagem em microarranjo (microarrays) tem o potencial de proporcionar uma abordagem mais ampla de vários genes relacionados ao metabolismo dos medicamentos.\r\n\r\nNeste teste, avaliamos as principais drogas utilizadas em Dermatologia: Tacrolimus/Ciclosporina, Azatioprina, Dapsona, Fluorouracil, Metrotexato, Terbinafina e as isoenzimas da CYP450 (e sua interação com outras drogas).', 'Perfil Farmacogenético Em Dermatologia', '', 'publish', 'closed', 'closed', '', 'perfil-farmacogenetico-em-dermatologia', '', '', '2018-07-10 13:01:09', '2018-07-10 16:01:09', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=424', 0, 'exame', '', 0),
(425, 1, '2018-07-10 13:55:11', '2018-07-10 16:55:11', '', 'Untitled-3', '', 'inherit', 'open', 'closed', '', 'untitled-3', '', '', '2018-07-10 13:55:11', '2018-07-10 16:55:11', '', 401, 'http://anaclingenetica.com.br/wp-content/uploads/2018/07/Untitled-3.png', 0, 'attachment', 'image/png', 0),
(426, 1, '2018-07-10 13:55:13', '2018-07-10 16:55:13', '', 'Untitled-4', '', 'inherit', 'open', 'closed', '', 'untitled-4', '', '', '2018-07-10 13:55:13', '2018-07-10 16:55:13', '', 401, 'http://anaclingenetica.com.br/wp-content/uploads/2018/07/Untitled-4.png', 0, 'attachment', 'image/png', 0),
(427, 1, '2018-07-10 13:55:14', '2018-07-10 16:55:14', '', 'Untitled-1', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2018-07-10 13:55:14', '2018-07-10 16:55:14', '', 401, 'http://anaclingenetica.com.br/wp-content/uploads/2018/07/Untitled-1.png', 0, 'attachment', 'image/png', 0),
(428, 1, '2018-07-10 13:55:15', '2018-07-10 16:55:15', '', 'Untitled-2', '', 'inherit', 'open', 'closed', '', 'untitled-2', '', '', '2018-07-10 13:55:15', '2018-07-10 16:55:15', '', 401, 'http://anaclingenetica.com.br/wp-content/uploads/2018/07/Untitled-2.png', 0, 'attachment', 'image/png', 0),
(429, 1, '2018-07-10 14:00:09', '2018-07-10 17:00:09', '', 'Untitled-5', '', 'inherit', 'open', 'closed', '', 'untitled-5', '', '', '2018-07-10 14:00:09', '2018-07-10 17:00:09', '', 409, 'http://anaclingenetica.com.br/wp-content/uploads/2018/07/Untitled-5.png', 0, 'attachment', 'image/png', 0),
(430, 1, '2018-07-11 11:50:29', '2018-07-11 14:50:29', 'Melanoma é um tipo de câncer que se desenvolve nas células que produzem a melanina (melanócitos), as quais são células responsáveis pela pigmentação da pele. Caracteriza-se por uma lesão maligna potencialmente grave, que pode surgir na pele, nas membranas mucosas, nos olhos e no sistema nervoso central, com grande risco de produzir metástases e com altas taxas de mortalidade nos estágios mais avançados.\r\n\r\nA hereditariedade de melanoma é estimada em 18-21%, ou seja, os fatores ambientais contribuem mais para o  risco do que fatores genéticos. Contribuições genéticas para o risco de melanoma incluem fatores ainda desconhecidos e também fatores conhecidos, como os polimorfismos analisados neste teste. Outros fatores que podem aumentar o risco incluem: pele clara, viver em um clima ensolarado, a exposição excessiva ao sol, uma história de queimaduras solares, nevos atípicos, presença de numerosos nevos e sardas, cabelos ruivos e incapacidade de bronzeamento.\r\n\r\nEste teste não é diagnóstico de melanoma e não se pode descartar o risco de desenvolver melanoma no futuro. Esse é um teste preditivo, que analisa os genes TYR (tirosinase), SLC45A2 (também conhecido como gene CDKN2A ou gene MATP - proteína transportadora associada a membrana) e MC1R (receptor de melanocortina 1).', 'RISCO A MELANOMA - GENES MC1R-TYR-MATP', '', 'publish', 'closed', 'closed', '', 'risco-a-melanoma-genes-mc1r-tyr-matp', '', '', '2018-07-11 11:50:29', '2018-07-11 14:50:29', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=430', 0, 'exame', '', 0),
(431, 1, '2018-07-11 12:00:22', '2018-07-11 15:00:22', '', 'PREDISPOSIÇÃO A CELULITE - GENE ECA', '', 'publish', 'closed', 'closed', '', 'predisposicao-a-celulite-gene-eca', '', '', '2018-07-11 12:00:22', '2018-07-11 15:00:22', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=431', 0, 'exame', '', 0),
(432, 1, '2018-07-11 12:04:52', '2018-07-11 15:04:52', 'Quelóide é uma cicatriz anormal espessa e elevada que se forma quase que exclusivamente a partir de cicatrizes na pele. Vários fatores estão relacionados à formação de quelóides como tensão nas margens suturadas, disposição contrária às pregas naturais da pele, etc. É mais comum em pele mais escura e em regiões mais pigmentadas.\r\n\r\nAtualmente, tem-se revelado um fundo genético que predispõe o indivíduo a desenvolver quelóides. A predisposição genética tem-se mostrado como uma combinação de diferentes polimorfismos e não tem um gene exclusivo ligado a esta alteração. Este laudo apresenta a probabilidade de risco relativo à população geral.\r\n\r\nUm valor menor que o risco médio da população não significa ausência de risco, mas sim um risco menor que qualquer indivíduo aleatório não testado. Quanto mais próximo do menor valor, maior a probabilidade de não desenvolver queloide, e para valores que se aproximam do valor máximo, maior é a probabilidade do desenvolvimento das cicatrizes.', 'SUSCETIBILIDADE AO QUELÓIDE', '', 'publish', 'closed', 'closed', '', 'suscetibilidade-ao-queloide', '', '', '2018-07-11 12:04:52', '2018-07-11 15:04:52', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=432', 0, 'exame', '', 0),
(433, 1, '2018-07-11 12:08:07', '2018-07-11 15:08:07', 'A causa da queda de cabelo feminino é muitas vezes momentânea e às vezes mal diagnosticada. Embora a perda de cabelo comum em mulheres (alopecia androgenética) pareça seguir um padrão de herança poligênica (muitos genes estão envolvidos na causa da alopecia), os cientistas identificaram fortes marcadores associados com a queda de cabelo. Recentemente, descobriu-se que certas variantes do gene receptor de andrógeno (gene AR) em mulheres estão fortemente associadas a um maior risco de desenvolver o padrão feminino para queda de cabelo (Ludwig grau II ou III). O número de repetições CAG do primeiro intron do gene AR está ligado à predisposição a alopecia feminina.\r\n\r\nDe acordo com o estudo de Sawaya, 97% das mulheres com menos de 15 repetições CAG apresentaram alopecia androgenética e 2,3% das mulheres com mais de 24 repetições apresentaram esse mesmo quadro. Dessa forma, concluiu-se que quanto menor o número de repetições, maior o risco de desenvolver alopecia, enquanto um maior número de repetições parece conferir uma proteção.\r\n\r\nConsidera-se que a sensibilidade do receptor de andrógenos para andrógeno é afetada por esses polimorfismos genéticos. Diversos estudos analisaram a correlação entre o efeito terapêutico da Finasterida e o número de repetições de CAG no gene AR. Os resultados demonstraram que há um melhor efeito terapêutico da Finasterida para a AAG (alopecia androgenética) nos casos em que as repetições de CAG eram curtas (13 a 24 repetições).', 'ALOPECIA ANDROGÊNICA FEMININA', '', 'publish', 'closed', 'closed', '', 'alopecia-androgenica-feminina', '', '', '2018-07-11 12:08:07', '2018-07-11 15:08:07', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=433', 0, 'exame', '', 0),
(434, 1, '2018-07-11 12:12:08', '2018-07-11 15:12:08', 'A perda do cabelo tem uma influência negativa na qualidade de vida, afetando a autoestima e podendo causar problemas nas interações sociais. Pesquisas mostram que pessoas com perda de cabelo grave são mais propensos a experimentar angústia psicológica.Existem diversos tipos de alopécia, entre as mais frequentes estão a androgenética e a areata, que não tem causa hormonal, mas uma predisposição genética que seria estimulada por fatores desencadeantes como o estresse emocional e fenômenos autoimunes, e aquelas decorrentes de uso de inibidores da recaptação da serotonina. Na alopécia androgenética ocorre a substituição dos terminais de cabelo por outros mais finos, curtos e sem pigmento. Está fortemente associada à hereditariedade e tratando-se de um padrão autossômico dominante nos homens.\r\n\r\nO objetivo do teste genético da alopecia androgenética é identificar a pré-disposição da calvície masculina antes que os primeiros sintomas possam ser vistos, sendo que homens que apresentarem o resultado portador da variante no gene AR têm 80% de chances de desenvolver a calvície.', 'ALOPECIA ANDROGÊNICA MASCULINA', '', 'publish', 'closed', 'closed', '', 'alopecia-androgenica-masculina', '', '', '2018-07-11 12:12:08', '2018-07-11 15:12:08', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=434', 0, 'exame', '', 0),
(436, 1, '2018-07-12 09:24:24', '2018-07-12 12:24:24', 'Atualmente, um dos medicamentos mais amplamente prescritos para a queda de cabelo, a Finasterida, funciona bloqueando a produção do andrógeno dihidrotestosterona (DHT). Esse hormônio é responsável pela queda de cabelo na alopécia androgenética (AAG) ou calvície de padrão masculino. A enzima 5-alfa redutase é responsável pela conversão da testosterona em DHT, esta enzima é inibida pela finasterida. A terapia com Finasterida estabiliza a perda de cabelo em 85% dos pacientes e pode fortalecer e fazer voltar a crescer o cabelo perdido em 66% dos pacientes. Embora eficaz, os efeitos secundários desta droga incluem vários tipos de disfunção sexual, embora em apenas cerca de 3% dos pacientes. Além disso, outros efeitos colaterais incluem sensibilidade mamária ou aumento das mamas.\r\n\r\nApesar da pequena proporção de pacientes que sofrem com os efeitos adversos, a ameaça pode, contudo, impedir os pacientes de iniciar a terapia com 5-alfa reductase por dúvidas sobre o benefício de risco-recompensa. O gene receptor de androgênio que codifica o receptor androgênico, tem sido identificado como um fator importante da AAG. A sequência de DNA dos genes pode variar, quer como polimorfismos SNPs ou STRs nos introns. Estas diferenças na sequência do gene têm frequentemente efeitos sobre a atividade ou a função dos produtos do gene. Por exemplo, o gene do receptor de androgênio tem um polimorfismo do comprimento do segmento de CAG de nucleotídeos. Este polimorfismo ajuda a determinar a sensibilidade do receptor androgênico, tanto em homens como em mulheres.\r\n\r\nA variação na sensibilidade androgênica afeta a forma como as células respondem aos andrógenos. Os números mais baixos de repetições CAG têm sido associados com sensibilidade aumentada ao androgênio. Portanto, para aqueles com repetições CAG curtos, até mesmo os baixos níveis de DHT podem provocar uma resposta forte, tal como perda de cabelo. Esta sensibilidade e genótipo associado têm sido relacionados com uma grande variação de efeitos fisiológicos.\r\n\r\nEm particular à perda de cabelo, foi demonstrado em 2 estudos independentes a partir de 2 grupos de investigação importantes no Japão, que um menor número de repetições CAG impacta na resposta dos paciente para as terapias com Finasterida contra a AA', 'SENSIBILIDADE À FINASTERIDA', '', 'publish', 'closed', 'closed', '', 'sensibilidade-a-finasterida', '', '', '2018-07-12 09:24:24', '2018-07-12 12:24:24', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=436', 0, 'exame', '', 0),
(437, 1, '2018-07-12 09:27:52', '2018-07-12 12:27:52', '<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">O colágeno – um dos principais componentes da derma humana – atua na manutenção da resistência e elasticidade da pele, sendo continuamente degradado por metaloproteinases de matriz (MMPs). Um polimorfismo localizado no gene MMP-1 faz com que esta enzima esteja presente em maiores quantidade, resultando em maior degradação de colágeno e maior propensão ao desenvolvimento de rugas.</span></span>', 'PREDISPOSIÇÃO A QUEBRA DE COLAGENO - GENE MMP1-DNAPEEL', '', 'publish', 'closed', 'closed', '', 'predisposicao-a-quebra-de-colageno-gene-mmp1-dnapeel', '', '', '2018-07-12 09:27:52', '2018-07-12 12:27:52', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=437', 0, 'exame', '', 0),
(438, 1, '2018-07-12 09:31:52', '2018-07-12 12:31:52', 'As aquaporinas são proteínas de canal de água que aumentam a permeabilidade da camada bilipídica da membrana celular à água, sendo consideradas importantes sistemas que regulam o transporte de água da derme para a epiderme. A aquaporina 3 (AQP3) é especificamente expressa em queratinócitos da camada basal da pele e apresenta papel crucial na hidratação da epiderme (ao diminuir a permeabilidade à água e ao glicerol), na migração celular e cicatrização de feridas.\r\n\r\nPor ser relacionada à hidratação da pele, mudanças na expressão do gene que codifica para AQP3 podem ser causa ou consequência da desidratação da pele e, consequentemente, sinais de fotoenvelhecimento precoce da pele.\r\nO polimorfismo rs17553719 (substituição do alelo A para alelo G) está localizado na região promotora 5’UTR do gene AQP-3 e determina o nível de expressão da proteína aquaglicoproteína.\r\n\r\nO alelo G apresenta um nível de expressão mais baixo e, por consequência, um menor efeito hidratante quando comparado com o alelo A deste polimorfismo.\r\n\r\nEste teste não determina o tipo de pele entre seca e oleosa, mas sim a eficiência dos canais de aquaporina em equilibrar a água no estrato córneo e epiderme.', 'PREDISPOSIÇÃO GENÉTICA A BAIXA HIDRATAÇÃO CELULAR - AQUAPORINA 3', '', 'publish', 'closed', 'closed', '', 'predisposicao-genetica-a-baixa-hidratacao-celular-aquaporina-3', '', '', '2018-07-12 09:31:52', '2018-07-12 12:31:52', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=438', 0, 'exame', '', 0),
(439, 1, '2018-07-12 09:36:23', '2018-07-12 12:36:23', 'Cerca de 5 a 10% do total de casos de pacientes com câncer de mama e ovário, são hereditários. A suscetibilidade hereditária aos cânceres de mama e ovário é causada principalmente por mutações nos genes BRCA1 e BRCA2.\r\n\r\nA realização da pesquisa das mutações do BRCA1 e BRCA2 em pacientes com história pessoal de câncer de  mama é  justificada pela maior chance de recorrência da neoplasia na mama contra -lateral do que naquelas pacientes portadoras dessas mutações.\r\n\r\nHerança autossômica dominante. Estas mutações aumentam a probabilidade de desenvolver câncer de mama e de ovário, assim como de outros tumores, como câncer de próstata e de intestino grosso.', 'BRCA1 E BRCA2 - SEQUENCIAMENTO COMPLETO', '', 'publish', 'closed', 'closed', '', 'brca1-e-brca2-sequenciamento-completo', '', '', '2018-07-12 09:36:23', '2018-07-12 12:36:23', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=439', 0, 'exame', '', 0),
(440, 1, '2018-07-12 09:40:28', '2018-07-12 12:40:28', 'A doença de Alzheimer (DA) é a demência mais comum entre idosos em todo o mundo.  Os genes de início tardio (DAIT) começam geralmente após 65 e o gene mais comum é chamado apolipoproteína E (APOE). A APOE tem papel importante no transporte de colesterol e fosfolipídeos dos compartimentos gliais aos locais de regeneração da membrana  neuronal e remielinação. Também atua na regulação imunológica e na modulação do crescimento e diferenciação celular. Além deste, outros genes estão associados à AD, como o TREM 2 envolvido na regulação da resposta do cérebro à inflamação e o ABCA7 que têm papel no transporte dos lipídeos através da membrana celular.', 'DOENÇA DE ALZHEIMER INÍCIO TARDIO - DAIT', '', 'publish', 'closed', 'closed', '', 'doenca-de-alzheimer-inicio-tardio-dait', '', '', '2018-07-12 09:40:28', '2018-07-12 12:40:28', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=440', 0, 'exame', '', 0),
(441, 1, '2018-07-12 09:43:51', '2018-07-12 12:43:51', 'A doença de Alzheimer (DA) é a doença neurodegenerativa que cursa com demência mais comum entre idosos em todo o mundo.  A Doença de Alzheimer de início precoce (DAIP) representa 5% de todos os casos da DA e está relacionada a mutações gênicas com padrão de herança autossômico dominante. No gene da proteína precursora do amiloide (APP), mutações causam 10 a 15% dos casos de DAIP. Essa proteína sofre uma clivagem após sua síntese e dá origem a o fragmento conhecido como beta-amiloide, o qual tem a propriedade de agregação proteica na parte extracelular dos neurônios e seu acúmulo resulta na formação de fibras amiloides gerando placas senis. As mutações no gene das presenilinas 1 e 2 causam 30% a 70% dos casos de DAIP. A PSEN 1 está relacionada ao processo inflamatório observado na placa amiloide e pode interferir no processo de apoptose, e mutações no gene da PSEN2 podem acelerar o processo de neurodegeneração.', 'DOENÇA DE ALZHEIMER DE INÍCIO PRECOCE – DAIP (SEQ PSEN1, PSEN 2 E APP)', '', 'publish', 'closed', 'closed', '', 'doenca-de-alzheimer-de-inicio-precoce-daip-seq-psen1-psen-2-e-app', '', '', '2018-07-12 09:43:51', '2018-07-12 12:43:51', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=441', 0, 'exame', '', 0),
(442, 1, '2018-07-12 09:54:16', '2018-07-12 12:54:16', 'A resposta inflamatória, o estresse oxidativo e as vias de desintoxicação estão intimamente relacionados. A ativação de cascatas inflamatórias mediadas por citocinas parece ser um evento chave na gênese de doenças metabólicas como o diabetes e as doenças cardiovasculares está relacionada com o processo de carcinogênese.\r\n\r\nO processo de respiração celular para obtenção de energia ocorre em organelas denominadas mitocôndrias. Estas utilizam o oxigênio molecular, sendo que uma fração deste dá origem a espécies reativas de oxigênio (ROS), devido a uma redução incompleta no metabolismo aeróbio. Um aumento na produção ou remoção ineficiente das ROS pode aumentar a possibilidade de que componentes intracelulares sejam modificados por oxidação, ou ainda, gerar mutações no material genético das células (Wei et al., 2001). Portanto, durante o processo normal de respiração, uma parte do oxigênio consumido pelas células resulta na formação de espécies reativas de oxigênio.\r\n\r\nUm desbalanço entre a produção de ROS e a desintoxicação das mesmas pelo sistema de defesa antioxidante pode levar a um estado de estresse oxidativo exacerbado, e consequentemente a danos oxidativos em todas as células do organismo. Tanto a resposta inflamatória exacerbada, quanto o desequilíbrio nos processos oxidativo/antioxidante podem ocasionar uma série de doenças, e ainda acelerar o processo de envelhecimento celular.', 'PERFIL DE DETOXIFICAÇÃO (DETOX)', '', 'publish', 'closed', 'closed', '', 'perfil-de-detoxificacao-detox', '', '', '2018-07-12 09:54:16', '2018-07-12 12:54:16', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=442', 0, 'exame', '', 0),
(443, 1, '2018-07-12 09:54:19', '2018-07-12 12:54:19', 'A resposta inflamatória, o estresse oxidativo e as vias de desintoxicação estão intimamente relacionados. A ativação de cascatas inflamatórias mediadas por citocinas parece ser um evento chave na gênese de doenças metabólicas como o diabetes e as doenças cardiovasculares está relacionada com o processo de carcinogênese.\n\nO processo de respiração celular para obtenção de energia ocorre em organelas denominadas mitocôndrias. Estas utilizam o oxigênio molecular, sendo que uma fração deste dá origem a espécies reativas de oxigênio (ROS), devido a uma redução incompleta no metabolismo aeróbio. Um aumento na produção ou remoção ineficiente das ROS pode aumentar a possibilidade de que componentes intracelulares sejam modificados por oxidação, ou ainda, gerar mutações no material genético das células (Wei et al., 2001). Portanto, durante o processo normal de respiração, uma parte do oxigênio consumido pelas células resulta na formação de espécies reativas de oxigênio.\n\nUm desbalanço entre a produção de ROS e a desintoxicação das mesmas pelo sistema de defesa antioxidante pode levar a um estado de estresse oxidativo exacerbado, e consequentemente a danos oxidativos em todas as células do organismo. Tanto a resposta inflamatória exacerbada, quanto o desequilíbrio nos processos oxidativo/antioxidante podem ocasionar uma série de doenças, e ainda acelerar o processo de envelhecimento celular.', 'PERFIL DE DETOXIFICAÇÃO (DETOX)', '', 'inherit', 'closed', 'closed', '', '442-autosave-v1', '', '', '2018-07-12 09:54:19', '2018-07-12 12:54:19', '', 442, 'http://anaclingenetica.com.br/442-autosave-v1/', 0, 'revision', '', 0),
(444, 1, '2018-07-12 09:58:23', '2018-07-12 12:58:23', 'A aterosclerose e trombose venosa são as duas maiores manifestações de doença cardiovascular. Ambas são causadas por uma interação complexa de parâmetros ambientais e genéticos, e a ausência de um  estilo de vida saudável, em combinação com certas variantes genéticas, pode contribuir para a aterosclerose.\r\n\r\nNeste teste são avaliados os genes relevantes  que estão envolvidos na disfunção endotelial, hiperlipidemia, hipertensão arterial sistêmica e inflamação. Também são avaliadas as variações genéticas responsáveis pelo sistema de coagulação que podem conduzir à trombose.\r\n\r\nNeste perfil são analisados os seguintes polimorfismos:\r\n\r\n1. Fator V de Leiden (G1691A; R506Q)\r\n2. Fator V Haplótipo R2 (H1299R)\r\n3. Fator II - Protrombina (PTH-G20210A)\r\n4. Metilenotetrahidrofolatoredutase (MTHFR - C677T)\r\n5. Metilenotetrahidrofolatoredutase (MTHFR - A1298C)\r\n6. Fator XIII  (V34L)\r\n7. Inibidor 1 do ativador do plasminogênio  (PAI-1, SERPIN E1 4G/5G)\r\n8. Beta-Fibrinogênio (FGB - 455 G&gt; A)\r\n9. Antígeno plaquetário humano 1 (HPA1; Gp IIIa; integrina beta 3) L33P (1a / b)\r\n10. Enzima conversora de angiotensina (ACE - I / D)\r\n11. Apolipoproteína B (APO B) R3500Q\r\n12. Apolipoproteína E (APO E - E2/E3/E4)', 'PERFIL PARA RISCO CARDIOVASCULAR', '', 'publish', 'closed', 'closed', '', 'perfil-para-risco-cardiovascular', '', '', '2018-07-12 09:58:23', '2018-07-12 12:58:23', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=444', 0, 'exame', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(445, 1, '2018-07-12 10:01:19', '2018-07-12 13:01:19', '<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">Hoje os exames preventivos se destacam pela análise de variantes de sequência de DNA nos genes, regiões específicas do DNA que contém a informação necessária para a produção de proteínas responsáveis pelo funcionamento das células do corpo humano.</span></span></span></span>\r\n\r\n<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">O objetivo do </span></span><b><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">Perfil de Saúde Óssea OSTEOGEN</span></span></b><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\"> é identificar a presença de variantes genéticas, conhecidas como </span></span><b><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">polimorfismos, que influenciam o risco do desenvolvimento de osteoporose</span></span></b><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">, além de variantes genéticas associadas à redução dos efeitos da osteoporose a partir de intervenções nutricionais. Portanto, trata-se de um teste de predisposição genética.</span></span></span></span>\r\n\r\n<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">Conhecer o seu próprio perfil genético proporciona a possibilidade de uma abordagem personalizada para manter a densidade mineral óssea ideal, visando reduzir o risco de lesões, dores e desconfortos ocasionados pela perda progressiva de massa óssea.</span></span></span></span>\r\n\r\n<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">A elaboração de planos alimentares personalizados a partir de informações genéticas pode ser essencial para sua saúde. Especificamente com relação à saúde óssea, estratégias nutricionais personalizadas podem ajudar a manter os ossos com a densidade mineral adequada.</span></span></span></span>\r\n<h2 class=\"western\"><span style=\"color: #00705e;\"><span style=\"font-family: Arial, serif;\"><span style=\"font-size: large;\">1. ANÁLISE DE 12 GENES E 15 VARIANTES GENÉTICAS DE PREDISPOSIÇÃO À OSTEOPOROSE.</span></span></span></h2>\r\n<p class=\"western\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n<h2 class=\"western\"><span style=\"color: #00705e;\"><span style=\"font-family: Arial, serif;\"><span style=\"font-size: large;\">2. ANÁLISE DE 4 GENES E 7 VARIANTES GENÉTICAS PARA INTERVENÇÃO NUTRICIONAL PERSONALIZADA.</span></span></span></h2>\r\n<p class=\"western\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n<h2 class=\"western\"><span style=\"color: #00705e;\"><span style=\"font-family: Arial, serif;\"><span style=\"font-size: large;\">3. LIBERAÇÃO DE SCORE DE RISCO GENÉTICO BASEADO NA POPULAÇÃO GERAL.</span></span></span></h2>\r\n<p class=\"western\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\"><span style=\"font-size: medium;\">O Painel de Saúde Óssea avalia a presença de variantes genéticas que predispõem ao risco de osteoporose e variantes genéticas associadas a estratégias nutricionais que podem ajudar a manter os ossos com a densidade mineral adequada.</span></span></span></p>\r\n<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\"><span style=\"color: #000000;\"><span style=\"font-family: Arial, serif;\">A metodologia utilizada nesse exame consiste na amplificação por PCR das regiões onde as variantes estão localizadas utilizando um pool de primes desenvolvido com tecnologia Ampliseq, seguida de sequenciamento de nova geração (NGS) no equipamento Personal Genome Machine System (PGM, Thermo Fisher Scientific). Após alinhamento com o genoma de referência GRCh37 (hg19) são removidas leituras de baixa qualidade, e as variantes genéticas são identificadas utilizando os softwares Ion Torrent Suite™ e Ion Reporter™. As variantes são interpretadas de acordo com as informações disponíveis nos bancos de dados e artigos científicos consultados</span></span></span></span>\r\n<h4 class=\"western\"><span style=\"color: #00705e;\"><span style=\"font-family: Arial, serif;\"><span style=\"font-size: x-large;\"><b>GENES RELACIONADOS:</b></span></span></span></h4>\r\n<p class=\"western\" align=\"center\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAACSCAYAAADW4coGAAAphUlEQVR4nO2dD9Akx1XYn4p/LmRZK2MibDA3AhuIUXxzBmPZMtZcAsaWUtwekKrPUpLbA5dTCFP3feWi8NkV9B0UlkjKuU8Vc/wp8O0RW1wq4NsjkUOMKzcHlhEYWyNHODjIpZENGGGQxwSn7LioY97O6503vd0zPf9297t5v6r9dnamX3dPz+t+3a+75/vyK1eugCAIgiAMlS9fdwYEQRAEYZ2IIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCQRAEYdCUGsJrdo6tKh+CIAiC0BtXTp+zXnMZEcr+CkEQBGG/ck1VAFfXaJJ+/qhVVgRBEARhdfjp5zkuAV0N4WPp53ub5kYQBEEQVsx/Sz93uASUxTKCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAyalRrCraf+3k+/RvQzOn/jlyUlYb30y7NcNsqmMhi3bxJIw4eWdKwyjCSVjyrCWNHuu4r5vRnu33bPgSmPFeU3R5VJRRnEabi4LB6SD1gcEeU31sI558mSDsaPaTk/DxcZVoY6lffeFCoLTNejUyFU1AmSC0hOEZaVWYlsTOlF7LoPNfXUMayK34OK5w+WMnctr7J7cC0niicoy08TapTvIs2Kumm6fw+qy7iQTt00ytDusazOYZgx5HmdtWlj27LqEeFpyCviYciU2cYk/dxju5gWZJR+7WjK7aefS5bw+DVNP6c0xbbKMDCNwxVhyuD3XYUqlwkU73+afo4bwqu8h1DMoy5vQv2fLh9KyiAtuzj9uj8ttz3DNby3bYscKvfRhnni8YwgK8MJnQqh4nnUlGl0702gfF2AZX24h67vWMp5m8KMdLn0WgKZXhvzmF6fQFYWuixew8bqBvrZRE/rgPmoev6n0s+u+tGgvKz3QG3ADLJ2I7aE8Sg935SflriWL08T81GmnxEU28EJVJexnk7dNGzhPIpnRKcw/FKds+gj6jGGP1q3g9UF+9k16qefS2nhHa7R05ukn3Eqc9M6CrslkzTfuhFfFV76OY2NUpr+rjppMIIhC4+fR9smTD3MC+Dey20kUwLGgfcOHRlDbCh8Ok4gGz0DnRux3wvStM9CbtCRmD4efUaUx4NpHo9rsuP06yw7FVG6I0pzKb0No3Z5VTBOP4GpDSjrMGwwPmTt4KEeR1SuaaCejcoiorqp9DFJP/enn4NAz4WuHV2W7Jf9YghPqQaYKjb2eHy6dgzMPVN0GR0mmQCyhnFEn0n62StLp0tUPhRpfrByB/TTxZBHkN0v3rdpVFhFnfvi5abSHNM1LOtduuZBbgQTyO4jUpHQ9VGbPKVx7ELeu00q4mssw0nzdA3F41E8E7p0Asw64ww1tD79jCArs4Rdx2uJJjOGohE8nspMtThVw4KdpYvp9RkLf7pEdsTy04We1sHl+U+gZnlpzPPM3HDKyKnfU4oHf5+FXM8T6MEY6uWroPQfAeYmtESh103Ms0/XUD+PU5nusrjxWNUHl3agMg3LPWxDpisRlE818dHqos1I5bF9HkM2UAk61rVK9oshXICVnFwcF+iU5yCDlWEH8gbjCLRs1FZMCJlyrXRUiEqapoeKP6ZTHrvMj2O9p9hRHq+nb4wb8/FITzJL0NwJ6syETnlN4tHgcYT6iMTS2+aGbIcbMpKZMjewCj+zpMnPA6UfluZ4vXjs2LW8liA5LCcceWzrcbM5eWSWfs5B3r6sgrMsPzsu90V1E12bzu1gXVzTYJ1GxFrnWIcE0ecET7Fr2D6HTfLclH1nCA3EHYfbRC5D1iCPoPmosAtidpywYx97nl2PptP4dqjTc4oaq15kShix47hNRETCjrFTc1kbvRWgHrmn0re5ZvF8GvYEhfVQjjUymOaIjs9ix2YfTQsk7LiyvGoSa7/RHTdBHS5ZPNU5NJIa089ZTff7iB3HnWSoWRrKJbpHxtMWl8+OC9MmmhwPtxL2nSFkrlEkgawn4cIJdhzbwqTx38PChLC8uGYdJJD50ueuugajwgOGyl258pK5RhU76oAUN4TcdYaT3diTq5xUr5MnNGwOcRVoIqNgefKgqDON42RMIV/wgp8LuKAI7Is3fHYcVsSN1ydMLqJjpTfIGLL5saWR5RowPX+Er1KcQr3yMsJGIhOWxpSHofh2XePsAqpfaiSP6Vd1cEeszFC2STtYRa00mEs0dshDwI5Dw/WQwgSGa72yXwzhPcxAKWZQbqQ88o8j2ED77No5i8yIy0O+uOZwldFYAXuQNcwjqD8qnEBxngkJwbyKEhvKK9q5CLKynmnnsRfNFzPg9yUykMcrGqs6eVol+uq5GLJ7CdtGTCPUw1BcWTeGTMf2gEaxTMRjx09WRM+vL+RohHMA8rLGdM9SferkvhoygeXnjyxWozYoL51L2ugEw06hm05NK9hqWIXLakkflvUzhOq6VgfnNHSX6D7yNCyxXwyhicsVxskD8zJivfLHkFU+vndnDJnRCYBW5MGaG2hqFNqMCtsQm1xSrKHahtxII0H6eWRDOhBt8SBbkXm8i3uhkfQhKC7EQbYh64Qc7rpBwZWk6FakND06jd+X6L6mXabXJT2U17kNabBrzwtaCCDXz6R9tmqloVyiszV2qDphvxjCKWSjOA/ylV/4YGYlxiCB3D2Ex9gQLIWn3/q5GYZN43+C0sQK522Ai3QPmo0K66wajSDrMas0fMh64BNTg0kVY5d66HzfHspjj/emDvK0Mtiq0RFkow+1au5SV9tuSI+OU8eG7y3z6bd6rjyt66Ecfj3RL9Kzm5KXhHdacHQYrkG3nZ9/jfLSQT2OKLxyseLztOnkStDmBcMa84J8RacH2XNUcY2gm866UxrMJZrA+tYsdMZ+MYRPns/fgoJfavVnmTGIbMuVa3AO8lGlB2tecGMaFfaQTMLKOkq/nqDzmOa0LG+QNVbY4VDPR1+4sW8wrDQcgX3bTdM0ovTr8FZxn+AYcp2OWPCgIjp+PbKEUa7SGSy7G/cq4l87DuWlE5Euh8w97Nk6datAmxdMoOGeOeoc7NB8HsYZdF3XKtI4QsHweNuyQEZNT8VU3jxvGF+ohfdZnCtlvxjCBbRcXI0Kx9Bvb+QAO056TKcOe1AcFfYGbSGYAb0KyaWi0fPB/YYBnRr1mMVVM+ojUnJdTvQ0aNtPQud82/4q1lAhiSmMll7EOlSFNPcDtvKqAO9XyWAjPu00Uw40nBesw6jDuFzTCMDeSfMg07EQsvKO2LWDPOBWcd8xD7cS9p0hJGZA2wna9u62srelJIbzAeQVp7BPbqu4Ebm391Ga0EaFY8hXWvXFRcjdOIsNtcp1qJc9KbTPTkU95q1XqPc+Yadidm0ENXWA4hvphormpBWRJsYN1gV93nUrf4sOD8/jxvzPzhc3omPebytJs5It9k7JvuaHGpaXETL+MWSN87iLqY4ty3t+S+DzgqfalttW8YUDSNwmvpppoLfsskWMr7w/p2SoY43HHmTPYIfp5YTJF+LdKr4/tfY7bl1YpyE8Tb1dHZeJYyzcCR3j6GPaIh/bNIIJIV95h72VMc+TJoPXlPvvUIu0G0HuLcyzB/0vNZ5BPi/LldeHbH5JbeDGssMR9Bjynt3ehixMcGYre5sKMoLlBmDGfo+hvg6gzD3UGGBcn4NlXSu4u+lZq1XPmKdLNEo3lXdkmHfDPJ4lGdy7dT0UX3YcNdybd4HiQNmwgfyxNE+3Gc5HbPvLGGqWVwV8qmMCLbZLbOXv1UTUXGQVY3Z8G9M1nXOWzr3PZDzQXpbQUYfcKY2ywQdb4R8b9BHLCnVnBJku428f8ueytLUF8oVS/L24nbJOQ+hbzo+qBMllFEN3C1kwnonhfAKZYZ5p51UFXnqjygrBBuBsZaiW0Ah0BvmG/jEUOx4jMJfdXpv9fGskMJwLIdODhJ1rowMeLL+oPAGzriE4143Pegz28ka5smmCMRQbYiSEBnNUWg/9Yl15gsfhEnZbO5eAvbxsTCFvcLEjuVtDVidgx3XyYJLXsY20Rha5KXS3JaTXNM5nbwbDuCawvFUjAbMOq/zM2qZvY9WGsGw4rYjpO2TnwqVQ2UPx6XjEZE+xYxemkD0A7Gl6TBZ7z1PLiCag75ljGjq8HGJLmJAdL4WhuTivJExoOTaBsmXlhu42NVpOKH3sjODquzEUy06tzo0M8dTJk4m6z9ZVxjaqQJnIci8Bfc9cM8IWqowhK7MRlKxoZnIY5ii5ClGWj6TKyhu5gaXn0zkM6/KWFpueBuy4Kg5O6BBmkU7D8rLWrfP5a/MwHuu0CBTrgy3P6hlENTrhrqNXnibPi07kkH5oOea0TUOntM7RHC8+J+XVQrBDtdTedtTpqmSlhrDOXJ5a7VVyfQbL706MoWYvj2T2XMNrD+ZcnbRYmlOHMCFUNBxly89d5FnYGErKjRrZyCK355JG3TxZ5Hf7kKkbbxsdsJVlX7Jq9WvD9GxyygjMLIbEFl8INZ9/3XuuqlsuWxUc25GAvp2ff0P9dclLmXwI1e1IqzQM8VXGVUMXAvpOGrrwndivi2XWSUDf63SLCusloO+h6kBA37310DcZrSM0W1tGhsGi09VnImIIa0I9zumasyGskaHrQHr/a92Qvm5oBHXNuvMxBM5n/1+z9w37YggFQRCEQSOGUBAEQRg0YggFQRCEQSOGUBAEQRg0YggFQRCEQSOGUBAEQRg0fRtC/T+dC4IgCEITetuyIiNCQRAEYdCIIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCQRAEYdCIIRQEQRAGjRhCwZ2v+Cq45dlfOz98+OnPAHzpi2vOkLBJHLjhOfDcr3zG/Pjhv/scwOf/75pzJAhurNQQPvi6fwO3f9crls4/9fRfw4cf/z/w0T+L4eRHPmitQFdOn1scX7NzrHgxbaT/8s1vgxuf/Zz5z3955t/Du//0sVZynHu/+/vgzT9w5/z4LQ+8E+790OWKu63m5Etvg7fd+cNOYVWat9z4DfD7b/7Zxfn3/uEH4Y5f/6Wl8Lys9Xvm5VGWluKOb3wBvOXVR+AV3/7iQrj//eQT8J8eumQvi7RsH/yhySIfL7/vrfDwU39WmnYjGVjWLe+n3wRPfvavK+XqYNNfDs9vF8+K04cOmvLgWuYI3uOP3xLAP3vxoUUdUqB+hB97FO5+6P2FOl2m9x/844/C7378MTj5cFjZ0ULDG//U2xe/uy4TRR3dqlOOZeWAuvLk3/wV/NqjH7LGUZUW1z+ue7pe2rDpqyl9xLnONazjfbIRI0KsQLd/13PmBYMVvbZCpwX70LE3VhqzJnJY2R74wWNLRmBTwDK75X8+2Jsi3fXCm+Fdd/+E8do/PnATPOvDv2+8hsbzV4/96FLjWEYTmTnXXrdkoH7ypd8Nd7/vQr14eqbps9pUHeSG2QTqB37mjbnj6BDvET/Hg1fD1/2H3dJRJZZJ76xJt1SaP/raMTwQ/g7c9d7/slkemIbl0riO98zaDOGP/eo74COf+fT8+CVf+1y445+8ZFGwqpfkagzPHL590Ujc954H3Iygg9zdN78UfuroVm8P7d6PfQQu3feJxe9/ffClc8VHfuG/z+YNiGLuatLAHjc2NP/2n95R2nMrA3tjOou00o7C27eOL87jMzvzGOUprQh3Pe8AJF/8QlE4lbk3HSGUNZBLNJFh3PuSvEKqMvmBl72y18aK6y9n7jI20PRZ9a2DTTnz6qMLXUWUviojj8b7jq+/Ce665VXWMuFyyJFv+fa5AcR7xQ8+15O/9z+McjiawrqL3qQ+y2ZVusXL4ZufNYJbb3rhonzvDL4XRl99beM6roPPyOZ54B3f5P993hpH7XJpWcf7Zm2GEBsRVWnwGxvYu/7oocVDQGOIhqJqngF7pdx42CpObbn0wakGCB/0O97/IPz8j7zR/QZdSO+N95QPf/abF8ef+uzTlSMHdDuhArYZFZbJ4HygamTQTbIwgpR3U4cDZZSyowy6u6uUv4kM58h3vHwh++D/+sj8OWG+sVK7dorqwvXXhUbPahU62ADs1XMjaPKkoIvsDH64zhjgeo7fj/3lny/agBd/g2eUQSOL7QMawTedP2v1WHTBqnRLLweM++c+9HvwB288SR6zV8zbx770WfHWO35ocfwf0T1toW65tK3jfbMRrlEFFuCtqVFSlaysR4hgofPCde2lOcl96Ysw/uXTWQ/+N6aLRSKbBFaeLkaFLrg24HgdXdvPesYz5s8Oe+5VNJFRYKOM9488gA1F/Kfw83Ttzu+8tfeGw5VGz2pDdRDnixfH6XPrsow/8bfJ4tg2IlEu0ft/+7cK4btm3bqFnQlu6O++7ft6TRPnDtX94lytra43KZc2dXwVbJQhRNA9oAzhq771ZgCLIcReoVIQfGjYULhQRw4fXp/GpQt+9sHfmN9PH3OFGJdqvBGcYEcXctVChiYLFpoucrjz0C3zbxwdYIXEfOGcCrqT5q7233pgY1YvNnlWG6eD6SiVz1XeGz3cady48EZhGpEolyjWXbV4rC82QbfQqLyLjuflnpZRX3OF2OFSnLlsH4A0LZc+FjJ1xcYZQt44lC0OQJcBgg31refe4awcTeU2Fawob20xKjStIOWruF6blpFyzyA4ksZ5HOyNr12x00YBKx/ynj/4wOJZvvdj0eJ8lVehKbZVd2WrPts+q02Aj0rRGOn1x9TT/2TyN9aRzL+69TC88gXfNj9WawSUy1PvKCiXKHLnb5avfG7NGnVLB71Wqmyw/E0dKJdVoGVg2ao0sG20jjw3qFy6ZOMMYV2wUTnwzOvgyc/WM2hN5TaRPkeF6J552TvuhTOv+cFFRUGjiA3SPz/4nWvtTNz9rXlHiS8swkr8dlpEgXMZm1Qp+3xWqyb5/N8tnTNtB8CG3NawqpWlHHQHm8pFuUTRK9H11hid/ahbbcAVnwrcEmXjai2XzTOEOPR3gPvOccRStdS6rdwm02akYVw1qq3yw0YH48SG+52ve/2i4cIRO+4HWtfI5o3fk7lysAerN5zYW0UXO+YV5zQe/OTjnaZtWzVaxdUwKlSMrn3m0jk0euqay3YPDP+Bx/8Enn/DsxdTIrM37MDX3feWQgdLuUTxWZ8sWcTRFevULR1TOeuY9BFX4zstrrr2ukXZ42i8zN29SeXSJRtnCO947vMXx6pSmcAG5ea0Z4iuOuyFPPS6NziNTprKbTr6SMOVOiMSDPuivd3C0vl1zcOhK0cZZPwue0kAzml0XSnrrhrlNH1Wm8DS1IU2Z1XYtO1gCNEIKhc7LijCESXWy5P+LQXXuxpp4miFu2exsVegMcV0277VZt26VUCbk7XpXBt95Fshzobvs7aFG1UuHbNxhpCvSMNluWXg8BuXWGODgsry7tv/Bdx18V2lMm3kNhl9pNEnuMr24Dd+06KC3vLM6503THcFd+VUgXMXd73/4saM/Ff5rPpALYxAcG9YV24wHIkog4dzh6Y56LI3MWHnDD9t3zCzSbp1L1s8hOXeOamhxTl/xfzNXhY2qVy6ZnMMYfpA0CCpxhWH6Gc+/tFKMVz1+bEbnztvVLDwP/n0Z5wqZlO5TYaPNDqrNNdeZ1TmG5553eLYtNm/V1Jdwc27CHoNfsYyquIvKDj5opesf3EPo5dntSJwNacyhOhZwb1/nSzrZ6sPsV7OR3c0yrF5h7gLFt11Tzz16fninMZskG6hO5jvtSvb19c4jXTkrRbC4X5qq+HaoHLpg7UZQiwwtYH85uc9v/CuQjSCuEDDyV2ZhsGVjeqdg84Vs6lcGamyXPl3vzw/nG8zWLFhxbzfSSvMsDzbot5JiI0TrgrDPVv41gvcz6RcJPMGasW9vru8Fy50Bfcx2VxCn/7QFxaVsjDC6OA5cf3lXPrkJ5xcVF0/K85Dr3/TYovBrb/y9moBDdu9qRdcqD1hanSGBv1O2liNLrqv+apnLJbY14WvPsR8PPy+rCxtc6ncBWt6723dsmitW4yqcuTgytmTdIwu3uBFBwuLiPClBX0srDrxmu9fHPPFLzpdlssmsjZDyN9MwZlvcP/t36y1KgzDoqKoRTD4/QGHF8A2lbPB5zd/8bEPN4qjLdhTw8a1y9dOYcOkGidOnf2bXYKbdhXzfUwW8DmqfZB8hNHFc7LpLxoI1warj2fF55Te/fDvNorCdm/4OkDlAscGDkde+Ao+9eaTqheSu8BXH2I+7r703ubz9w3Koq1ucVzKUWErP0zjJ97zrl7m2/DFIvzNUWV622W5bCIrNYT4Wh0T+AaJx/7iU/DA439caoRcFs+o1zK97VWvWbyotqkc59P//wuLeGyul1ceyHp/qAhNjCnGW5VGVT5Q6dDFceBr/pE1nbLyKMT19GfmHYXbX+TDoZteUBgFYu+/6vVZKo8qPcy7C6UytKpYrTasaiTxtWT4HlsEF1Zg+TR9Tjb91fOu6OJZcVx0kBv5M0/8iVO8iMu96c8C686773vLfEk9lvF3vOBbFg0rlu0jTzwOD33i40v5qNJz3KOq9hba9s3xPNniql0WHehWnXLk5aCD6X/0qT8vNYA8LVPd4mVjyhe+z1Rdt7k653RQLjpN2oU+WakhbOsqrFpqbou/qRxHbSEoY/4mnJSLlv/IUMW8Yalwzbrko/IN8K5L9lOFd8lTGU3kS2XSPNXZcoDGWjfYTZ9TXf3t4lnVjU8Z+flm9xou68Z1M30epjIuo0on5u40R5daWZnULosOdKtOObatW1VpVemLs+51UC46be+9azZnscx+h7lh1uUWFRy4yp+TMvJN3aJXE1IWgitiCDtEbU7v+60XQjuu5uf0pv/6nwHST9m/PhoKUhaCK2IIu+JLX9wXk8KD5yp/TlfzvdVFykJwRQyhIAiCMGjEEAqCIAiDRgyhIAiCMGjEEAqCIAiDRgyhIAiCMGjEEAqCIAiDpm9DeE3P8QuCIAhCK2REKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoBFDKAiCIAwaMYSCIAjCoFmpIdx66u8n6ZfHz52/8ct2S8KP0q9t7fQ0lYlZGKu8Yxp++jVOP7ex05fTT5TKzSwyHpMZ0ekI5WwylrzGafipQ94WlN1LE6iMMQ28F0/lK/08mn5mvKw1OSXj06kEsnIrk5mwNKa2cBbZIP0K6shSHn12ai+VS1zTrIh7BLluJmm8eyVhA8jzjuUTkQ5NLCIRZLoROcZpkg+7uteStHmdwTQvu6TbpM7VzBdQPkJLulASxoP8uSyua3XX+LxNOmpq80qw6rX+vLtqB/h98TiryrIkvhFkZXwEim3jo2Vt3bpZ9YjwGGiVNy24WUmFn6Sfe7RzIWQNtUK/bmJXP0GV4rSeHyKgMNhw7mhyu5Y0UWY7vR6l38ct96TLJelnass0hR9r53ZLwteC7uUE5AqrczoNcwNv2KjczkLRwCjGJHPKUlH58w+h+Byr8snLzlUW8zliv1Fm6pJmFVgmab7wfjz8TXpsyxPqmU/HKn2UK9XdNE6Mb8diHAIHedtzaAQ1jlimniU/23Rs/K8zTetcTVSZHIBMTzjHoNixNoUZszj4tUJZYz03GIdAk43B0OaVoGQKkHG5AEVd3nWMswp+XzzOAJbrXCn0fC/BcnsS0Pe0Vs5WyLpcozHklQkVJbKEO0bfCdgba07okrjlgc0gGwUhByF7eJ/T5LASbxtkroesAnmQNXiX0rCHShrGmMKOcNRiauhYzwpJwO3+nUnjxwZtouUJ84H3jPcTpB9fM4KYZ15uXOYgy+89adjrWzZoKj1sAPwGshNYLjM0+tM2edKYQa4P4/SzZ8gH5sGnn5FFJxLI6wAP76WfC2kcOFI4XpKPGPIGNGDn8TmUeh1cofI8y04lkNU3VWduo7QTi7wPDepcHdAwpemon4EhiE/fCRTLmXOQx1eSHBqJsuuKyJCHEbuWsGsJmNE7dBuH9nwTyOrZRbqM1w4uS20O6zKEHmRKFEDWgCw1mNQI+vQzhOWR0RKp4h6uCkMNE6+QM8hGcIklD+oY87rNLh/nDQz2vilen+JG5bXlJ4a8I3CE8qAzpm/MVwTuvcpKaIQ1YfEftxhjTzvFKyTm6bBmKCeQN5Y4Or7o6lIxpB1AsReM6fk1ojhC35i/GWT36+M91XHJVnAOcp3ATtueIcxYC28i4rrL3K6qRz6hspzZ8qFGfiR7lqWL5TC1yDnBRoIKjG9HrzOa0dfP165zDQkhqysepqulEbD0J5Dpgy1MaIkfZccYDsulSr8NHqVLLI2dKnly7+MnhkyX/bLwawQHCSPI8nhY84iFq89OPda5WAZ7CwFkCusbXIkn6DuGrNc47ijdbcgrJPq+j9oCag3mCXZ8Su9lk6sMG7MnKP7Acl+KGWT3hB9Tb/8EC+fZ8lgXapT4vRy1VUZtLtaHvAInoBlBCj+lhkw14JiOMW4HIsg7DEcpbd9FkM3hIlPIdG3C8tRqpKqguT6VR1OjihxhxzPHeDGO3TQ+/D5Np0+7yJMe3g/5/Y9c0qygYARto1PKd2i4tA3N6lwTcK4xoGNf5Yf0V4EdkokhDObRY/HYiCF3bYeNc1oB69Qgx8FtGmjlaG3D/WVz25vKOg3hDPJKjo2TXrnGLFyXFAxaDbkxO94zBaBGaApFd1lkie8iXUf36EQbXXqQN/oY7gR0xwSKjVLoKDdmx9OSBRF7kFfYsSVMJVSWqBMJLToIaohP2PE5zWDhtU4MITGD4vOeqguae7tsDtEILshI48Bn74G9w2jCY8dlDXol1Mip+BJoVnZN61wTInYcQG6oAvqOyYWaAHVYDWEA7AYOZfAe0EA5jQpboDwwM8rzRhpCKNbzGf4hvRlBVt7xqjNUl7UZQmrcZmAYFWmVD3u3E5c4LStIF3MkZGBG7HzoGK/PfkYVq+Kw4dmmY6tfnEZPyp2gu6/GLI8zagy7gufJ5qqrkrM2rmTAIiBDXqPxNsXVSA7yueWIxTEDGpnoHY+WcPeo7TkiF6EZIeT6H4C5Y3WAdRSOsPAYdq9huoqAHddeidq0zrWAx3/QcKyuR7C88tVnx5EtAaq7aJQ86GlUyFyiCZg9RpvEAf4jzTt6xTz2O4TM85SsNFc1WPc+Qj4q4otGVMMfkcF0jc/UYwqhuFJPEbtns+BeSirC8usjSxjFDLJGa6y51bhbtGs8dhzXkBux46QiLL8+soTpBTIIHv3khh47VNt03HreTKGNNvXnWNstauBJdjyyhJnAcmcRR25lI3dXeJqP8gtU1pcMMny1qsfOxy3zUonWEfPZJXWs7kG5UHkYZRSrOrtIb6NCzSW6NBe7gXjsWOlDSOfxE9D5Q6vLUj3WbQhnkD9wvmhkTN91RixIaDgX1YxjlfC5q3H6mWqj4br3L+SjQWSqDqhDFUHW8I07XjQzA7N7dKzysYbG7LayvY1XOSFkz9mjEWkCbOUuC4Md5xHzWvjsWik9jwqVSzTc5L13FhLI1g/E2sItv2NPTKes1RCyObUJkHuUXAIjCjKtGV/VqtGYHfs1ouZyXkVYfj22hJlDbs+YZNQoxeTW6xKeJx/cKzCX8yrC8uuxJUznUMWbsHS3NW9Cwo4x3G5HSXP3KI4qpqTHiqZuUYS792JLmPkITNtuMu5opMLT1F39EeQro1FvJxXyfsu8uMKnJzDNRF1g5RGx8D7pyYjJu1AYFdbOpYF95hI1cb/qYFL7jmU0pmudeWK6Zt0jQkSNikakBMoQzLruRVMvJYaKPXwWOczLCKiXWTKa4HMOj1rCcDD9bSC3GuSNSV+jwcssDduSfxP8XuaNvSkQNcYe/UxWPFE+ZseYh7LFBXjvu10kqrtHIWvAFts3XHTMBOlDwE6FFflAPUWXqHJPtVm1a0oz4K5fvkrUZgia1rmWhOzYN53XXKi6gQ/BAcOosNXCJMJnx2e1jtziGm3DcNoytgIiyPU04heobqifo1VlqC5rN4Q0KkogXzQypkttetFloIFRDSS+BcV1AcAMcgOCi1yWloCTW3PCTs0c87PN4h3VkG3CjKWDPeFtRxeakkNwX5ttmfRpdjxrmsmGqLnVBOwucQ/yVZhdNsoYzzbkHboxO98Uvm8zdOlU0OpCDOfB8pxlbciQhZA1dCPKk3X7g4Wmda4RmpHjHdNIC6rCBPxczbwtRoXQrfdjBOV7h8uurRreSR7xC9SZU8QryEsj1m4IiRnQBlf6nfToS96DzOBiWl76eQJ70Xp6avkvc6WoIf4IsgbmLN9PtZW/WWGRjmPDVdiLRqedltpvFd+LWPaqOp5eQqMGNTeLDRM2FjvavsFR+jVW5UIN4h7kRhvfnlPYOLuVva1mTD8T6H+p/AIqf59+TvWNzCzcBPJ7x1HhjF3bpcOogYG0dWhqjezZKBANh0+nE6i3bWHG8jIBNurfyt99mdSYQ1SjTMwb6j66X3c0Hb2+RB7TqV3nmug3I2TpKfQRm/KOYLiEyTlDo8ITsLw4pynTkjycZmkURoIty6otM8h1/gQUO3/b7LiLEXMvbIohVFskfPo9axJJqgxXLJcOq8rF9qdhZfaAerm0lSGi8D6dnwIpJXM7qUZ0Qj3/CJZf14Tn6hgBvH+u5K6jYUxf9bSnrolR5UV30DaLZ0y96ATY/VDvPaZweE8B5OXzCJNR5xR6Q6lzybIa+PD5ZvNafJFMmfGZQf4MFyMmaoRVWdaem6EOTQTFxtd1u0BQorsJLL+powq+QhYbpj12TTVYU9fI6N6wTNQIdQxZ2cWQby73SuQb1TloqN+EGqXwfEVaGP57RN9NGmvVUfAbyBagOhObrpHnTIULtctjaF5WVdxj2cM4n5tmc4H4PANy22I54raKCYXd6IU/G2EItVER0pdblKeHS3m3IX/pNH6CCrkp5RMbBM8isweZgiQ1sjSDZi5Fvtw7rpHe/NVP6b1gOaOCB3Ta14IlwIzb+fztOSizbZHBfBxfwX4xnYlKv8xo0D3MIB+5otweFJ/jrGEe0AD7HcSDxBTfXl03orZCdrERfyvf5IzUqmM0hYFx4rOf0GkPlg0g5jsyyDepc431G5ZHVUvz1dr8lW+Rq4Tc0SgX1JXtkDZl1Zrz2csfRpC3JwG7PIMNX/izakOIPaeR5dpRdc3QiE6huBGW4zJZrMuoif5dyF5lFUBxRINpGecKKG83beWvFVIymEbV3IfKayEMNVyLa4Y4bOUW0HejhTV0L+FW/iYbny7FYFm1SnnboR5gAEX3XVgxcil7/gqb/BQsOkAVUM1bxRXxq3zcT8cJfauGpM0iramWt8gYKr9m012XeSpMK6Tj2HAdy8OjYxVXoH43mRulBvY4eUZ80ObWoKIRblDnVPy19VurU0hiCXoItM6eJZyx7jKwoffY78gSjtcBWxgbZfUnoO+6ZWXTwSlUdwpi/oNWLk8pLx6dXrWbthErNYQVPfWyazFYGrguRh7KINSUiaCmIpflteLaUjpa735WJx+G+GPI/5OEq0xC4evIRDWypcvGYNcBzEvYMq6Avht7I+rko26eDfIxlBh9y/WFsW+aLsWdQJb3sEUcpfJd6LdL2+Cqk1VxVT2PuunVkW1TVrb7cr0fi9y0rty62QjXqNAID+j/l63DFXI1QSPiiH7O1paR1RDC/nhRgwei3654IGXVCjGE+xRybc3WnI2rAmo8NmE/Vq+cL/mvD5uG6Lc7UlbtEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBoxhIIgCMKgEUMoCIIgDBpXQ3hz+vmdPjMiCIIgCB3iuwZ0NYSj9PM9TXIiCIIgCJuMiyG8pvdcCIIgCMKakDlCQRAEYdCUGsIrp8+tKh+CIAiCsBZkRCgIgiAMGjGEgiAIwqARQygIgiAMGjGEgiAIwqD5B72dhynq27STAAAAAElFTkSuQmCC\" width=\"395\" height=\"146\" name=\"Imagem 4\" align=\"bottom\" border=\"0\" /></p>\r\n<p class=\"western\">\r\n\r\n</p>\r\n\r\n<h2 class=\"western\"></h2>', 'OSTEOGEN - PERFIL DE SAÚDE ÓSSEA', '', 'publish', 'closed', 'closed', '', 'osteogen-perfil-de-saude-ossea', '', '', '2018-07-12 10:01:19', '2018-07-12 13:01:19', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=445', 0, 'exame', '', 0),
(446, 1, '2018-07-12 10:04:54', '2018-07-12 13:04:54', 'Inflammageing se refere ao estado pró-inflamatório associado ao envelhecimento celular. Algumas pessoas podem apresentar maior predisposição ao inflammageing, dependendo da herança genética. E essa condição pode estar presente e favorecer o risco para o desenvolvimento de doenças crônicas não transmissíveis, tais como obesidade, diabetes, doenças cardiovasculares e até câncer.\r\n\r\nCom o conhecimento dos 20 polimorfismos analisados nesse exame, o profissional poderá atuar de forma personalizada e contribuir para prevenção e aumento do saldo de saúde dos pacientes, com destaque para:\r\n\r\nSaúde Mental\r\nSaúde da Pele\r\nSaúde Cardiovascular\r\nSaúde Respiratória\r\nSaúde Muscular\r\nSaúde Hepática\r\nSaúde Intestinal', 'INFLAMMAGEING', '', 'publish', 'closed', 'closed', '', 'inflammageing', '', '', '2018-07-12 10:04:54', '2018-07-12 13:04:54', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=446', 0, 'exame', '', 0),
(447, 1, '2018-07-12 10:09:19', '2018-07-12 13:09:19', '<p class=\"western\" align=\"justify\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">O painel 4P Genômica possui 146 SNPs divididos entre os seguintes exames:</span></span></p>\r\n\r\n<ul>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">NUTRIGENÉTICA</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">NUTRI JUNIOR</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">GENOGYM MASTER</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">CARDIORISK</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">SKIN DNA</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">SPORTOMICS</span></span></p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">ALOPECIA MASCULINA (no caso dos pacientes do sexo masculino)</span></span></p>\r\n</li>\r\n</ul>', 'PAINEL 4P GENOMICA', '', 'publish', 'closed', 'closed', '', 'painel-4p-genomica', '', '', '2018-07-12 10:09:19', '2018-07-12 13:09:19', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=447', 0, 'exame', '', 0),
(448, 1, '2018-07-12 10:36:57', '2018-07-12 13:36:57', '<p align=\"justify\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">O painel 4P Genômica possui 146 SNPs divididos entre os seguintes exames:</span></span></p>\r\n\r\n<ul>\r\n 	<li>\r\n<p class=\"western\">NUTRIGENÉTICA</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">NUTRI JUNIOR</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">GENOGYM MASTER</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">CARDIORISK</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">SKIN DNA</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">SPORTOMICS</p>\r\n</li>\r\n 	<li>\r\n<p class=\"western\">ALOPECIA MASCULINA (no caso dos pacientes do sexo masculino)</p>\r\n</li>\r\n</ul>', 'PAINEL 4 P GENOMICA – FEMININO E MASCULINO', '', 'publish', 'closed', 'closed', '', 'painel-4-p-genomica-feminino-e-masculino', '', '', '2018-07-12 10:36:57', '2018-07-12 13:36:57', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=448', 0, 'exame', '', 0),
(450, 1, '2018-07-12 13:16:37', '2018-07-12 16:16:37', 'Apesar de nossa constituição genética ser fixa, nossa nutrição e estilo de vida podem influenciar a expressão de nossos genes, levando a modificações em nosso fenótipo. Assim, a dieta personalizada pode ser adaptada ao nosso retrospecto genético e necessidades exclusivas (Nutrigenética). Em contrapartida, nutrientes e compostos bioativos presentes nos alimentos podem modular a expressão dos genes alterados, e sua possível repercussão negativa na saúde pode ser reduzida, postergada ou mesmo prevenida (Nutrigenômica). Desta forma, o teste de Nutrigenética pode predizer o risco de uma pessoa desenvolver determinada doença ou condição de saúde, e ainda auxiliar o médico ou nutricionista na tomada de decisões terapêuticas ou preventivas.\r\n\r\nNesta análise de mapeamento genético, são identificadas certas alterações (polimorfismos) que interferem na maneira como o corpo responde às atitudes - incluindo o padrão alimentar e o nível de atividade física, todas documentadas na literatura científica.  O objetivo do teste é identificar certos fatores genéticos que influenciam o risco do surgimento de doenças crônicas relacionadas à alimentação, como a obesidade, dislipidemias, intolerâncias nutricionais e etc.\r\n\r\nConhecer o perfil genético proporciona a possibilidade de uma abordagem personalizada para reduzir e manter o peso ideal além de reduzir o risco de algumas doenças multifatoriais influenciadas pela predisposição genética.\r\nEsses benefícios podem ser atingidos pois, com informações sobre o perfil genético, é possível otimizar o equilíbrio nutricional da dieta. Conhecer as tendências genéticas pode ajudar a realizar mudanças positivas no cotidiano, promovendo assim, maior qualidade de vida.\r\n\r\nDentre os genes testados, alguns podem sugerir maior ou menor risco para o desenvolvimento de doenças. No perfil nutrigenético da Anaclin, encontram-se variações genéticas relacionadas a diferentes condições associadas à alimentação e comportamento alimentar:\r\n\r\nAnalisado 45 genes com o foco específico de cada perfil.\r\n1. Genes associados à obesidade\r\n2. Regulação do metabolismo lipídico\r\n3. Risco do desenvolvimento de Diabetes Melitos 2\r\n4. Hipertensão arterial sistêmica\r\n5. Metabolismo do folato (vitamina B9)\r\n6. Metabolismo da vitamina D\r\n7. Intolerância à lactose\r\n8. Metabolismo da cafeína\r\n9. Modulação da resposta inflamatória, estresse oxidativo e desintoxicação\r\n10. Metabolismo de vitaminas\r\n11. Intolerância ao glúten / Doença Celíaca', 'PERFIL NUTRIÇÃO PERSONALIZADA E ATIVIDADE FÍSICA', '', 'publish', 'closed', 'closed', '', 'perfil-nutricao-personalizada-e-atividade-fisica', '', '', '2018-07-12 13:16:37', '2018-07-12 16:16:37', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=450', 0, 'exame', '', 0),
(451, 1, '2018-07-12 13:33:17', '2018-07-12 16:33:17', 'Apesar de nossa constituição genética ser fixa, nossa nutrição e estilo de vida podem influenciar a expressão de nossos genes, levando a modificações em nosso fenótipo. Assim, a dieta personalizada pode ser adaptada ao nosso retrospecto genético e necessidades exclusivas (Nutrigenética). Em contrapartida, nutrientes e compostos bioativos presentes nos alimentos podem modular a expressão dos genes alterados, e sua possível repercussão negativa na saúde pode ser reduzida, postergada ou mesmo prevenida (Nutrigenômica). Desta forma, o teste de Nutrigenética pode predizer o risco de uma pessoa desenvolver determinada doença ou condição de saúde, e ainda auxiliar o médico ou nutricionista na tomada de decisões terapêuticas ou preventivas.\r\n\r\nNesta análise de mapeamento genético, são identificadas certas alterações (polimorfismos) que interferem na maneira como o corpo responde às atitudes - incluindo o padrão alimentar e o nível de atividade física, todas documentadas na literatura científica.  O objetivo do teste é identificar certos fatores genéticos que influenciam o risco do surgimento de doenças crônicas relacionadas à alimentação, como a obesidade, dislipidemias, intolerâncias nutricionais e etc.\r\n\r\nConhecer o perfil genético proporciona a possibilidade de uma abordagem personalizada para reduzir e manter o peso ideal além de reduzir o risco de algumas doenças multifatoriais influenciadas pela predisposição genética.\r\n\r\nEsses benefícios podem ser atingidos pois, com informações sobre o perfil genético, é possível otimizar o equilíbrio nutricional da dieta. Conhecer as tendências genéticas pode ajudar a realizar mudanças positivas no cotidiano, promovendo assim, maior qualidade de vida.\r\n\r\nDentre os genes testados, alguns podem sugerir maior ou menor risco para o desenvolvimento de doenças. No perfil nutrigenético da Anaclin, encontram-se variações genéticas relacionadas a diferentes condições associadas à alimentação e comportamento alimentar:\r\n\r\nAnalisado 45 genes com o foco específico de cada perfil.\r\n1. Genes associados à obesidade\r\n2. Regulação do metabolismo lipídico\r\n3. Risco do desenvolvimento de Diabetes Melitos 2\r\n4. Hipertensão arterial sistêmica\r\n5. Metabolismo do folato (vitamina B9)\r\n6. Metabolismo da vitamina D\r\n7. Intolerância à lactose\r\n8. Metabolismo da cafeína\r\n9. Modulação da resposta inflamatória, estresse oxidativo e desintoxicação\r\n10. Metabolismo de vitaminas\r\n11. Intolerância ao glúten / Doença Celíaca', 'ANAGENIX 45 GENES PERFIL NUTRIÇÃO ESPORTIVA E PERFORMANCE FÍSICA', '', 'publish', 'closed', 'closed', '', 'anagenix-45-genes-perfil-nutricao-esportiva-e-performance-fisica', '', '', '2018-07-12 13:33:17', '2018-07-12 16:33:17', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=451', 0, 'exame', '', 0),
(452, 1, '2018-07-12 13:36:54', '2018-07-12 16:36:54', 'Apesar de nossa constituição genética ser fixa, nossa nutrição e estilo de vida podem influenciar a expressão de nossos genes, levando a modificações em nosso fenótipo. Assim, a dieta personalizada pode ser adaptada ao nosso retrospecto genético e necessidades exclusivas (Nutrigenética). Em contrapartida, nutrientes e compostos bioativos presentes nos alimentos podem modular a expressão dos genes alterados, e sua possível repercussão negativa na saúde pode ser reduzida, postergada ou mesmo prevenida (Nutrigenômica). Desta forma, o teste de Nutrigenética pode predizer o risco de uma pessoa desenvolver determinada doença ou condição de saúde, e ainda auxiliar o médico ou nutricionista na tomada de decisões terapêuticas ou preventivas.\r\n\r\nNesta análise de mapeamento genético, são identificadas certas alterações (polimorfismos) que interferem na maneira como o corpo responde às atitudes - incluindo o padrão alimentar e o nível de atividade física, todas documentadas na literatura científica.  O objetivo do teste é identificar certos fatores genéticos que influenciam o risco do surgimento de doenças crônicas relacionadas à alimentação, como a obesidade, dislipidemias, intolerâncias nutricionais e etc.\r\n\r\nConhecer o perfil genético proporciona a possibilidade de uma abordagem personalizada para reduzir e manter o peso ideal além de reduzir o risco de algumas doenças multifatoriais influenciadas pela predisposição genética.\r\n\r\nEsses benefícios podem ser atingidos pois, com informações sobre o perfil genético, é possível otimizar o equilíbrio nutricional da dieta. Conhecer as tendências genéticas pode ajudar a realizar mudanças positivas no cotidiano, promovendo assim, maior qualidade de vida.\r\n\r\nDentre os genes testados, alguns podem sugerir maior ou menor risco para o desenvolvimento de doenças. No perfil nutrigenético da Anaclin, encontram-se variações genéticas relacionadas a diferentes condições associadas à alimentação e comportamento alimentar:\r\n\r\nAnalisado 45 genes com o foco específico de cada perfil.\r\n1. Genes associados à obesidade\r\n2. Regulação do metabolismo lipídico\r\n3. Risco do desenvolvimento de Diabetes Melitos 2\r\n4. Hipertensão arterial sistêmica\r\n5. Metabolismo do folato (vitamina B9)\r\n6. Metabolismo da vitamina D\r\n7. Intolerância à lactose\r\n8. Metabolismo da cafeína\r\n9. Modulação da resposta inflamatória, estresse oxidativo e desintoxicação\r\n10. Metabolismo de vitaminas\r\n11. Intolerância ao glúten / Doença Celíaca', 'ANAGENIX 45 GENES PERFIL FERTILIDADE – NUTRIÇÃO PERSONALIZADA E ATIVIDADE FÍSICA', '', 'publish', 'closed', 'closed', '', 'anagenix-45-genes-perfil-fertilidade-nutricao-personalizada-e-atividade-fisica', '', '', '2018-07-12 13:36:54', '2018-07-12 16:36:54', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=452', 0, 'exame', '', 0),
(453, 1, '2018-07-12 13:36:56', '2018-07-12 16:36:56', 'Apesar de nossa constituição genética ser fixa, nossa nutrição e estilo de vida podem influenciar a expressão de nossos genes, levando a modificações em nosso fenótipo. Assim, a dieta personalizada pode ser adaptada ao nosso retrospecto genético e necessidades exclusivas (Nutrigenética). Em contrapartida, nutrientes e compostos bioativos presentes nos alimentos podem modular a expressão dos genes alterados, e sua possível repercussão negativa na saúde pode ser reduzida, postergada ou mesmo prevenida (Nutrigenômica). Desta forma, o teste de Nutrigenética pode predizer o risco de uma pessoa desenvolver determinada doença ou condição de saúde, e ainda auxiliar o médico ou nutricionista na tomada de decisões terapêuticas ou preventivas.\n\nNesta análise de mapeamento genético, são identificadas certas alterações (polimorfismos) que interferem na maneira como o corpo responde às atitudes - incluindo o padrão alimentar e o nível de atividade física, todas documentadas na literatura científica.  O objetivo do teste é identificar certos fatores genéticos que influenciam o risco do surgimento de doenças crônicas relacionadas à alimentação, como a obesidade, dislipidemias, intolerâncias nutricionais e etc.\n\nConhecer o perfil genético proporciona a possibilidade de uma abordagem personalizada para reduzir e manter o peso ideal além de reduzir o risco de algumas doenças multifatoriais influenciadas pela predisposição genética.\n\nEsses benefícios podem ser atingidos pois, com informações sobre o perfil genético, é possível otimizar o equilíbrio nutricional da dieta. Conhecer as tendências genéticas pode ajudar a realizar mudanças positivas no cotidiano, promovendo assim, maior qualidade de vida.\n\nDentre os genes testados, alguns podem sugerir maior ou menor risco para o desenvolvimento de doenças. No perfil nutrigenético da Anaclin, encontram-se variações genéticas relacionadas a diferentes condições associadas à alimentação e comportamento alimentar:\n\nAnalisado 45 genes com o foco específico de cada perfil.\n1. Genes associados à obesidade\n2. Regulação do metabolismo lipídico\n3. Risco do desenvolvimento de Diabetes Melitos 2\n4. Hipertensão arterial sistêmica\n5. Metabolismo do folato (vitamina B9)\n6. Metabolismo da vitamina D\n7. Intolerância à lactose\n8. Metabolismo da cafeína\n9. Modulação da resposta inflamatória, estresse oxidativo e desintoxicação\n10. Metabolismo de vitaminas\n11. Intolerância ao glúten / Doença Celíaca', 'ANAGENIX 45 GENES PERFIL FERTILIDADE – NUTRIÇÃO PERSONALIZADA E ATIVIDADE FÍSICA', '', 'inherit', 'closed', 'closed', '', '452-autosave-v1', '', '', '2018-07-12 13:36:56', '2018-07-12 16:36:56', '', 452, 'http://anaclingenetica.com.br/452-autosave-v1/', 0, 'revision', '', 0),
(454, 1, '2018-07-12 13:39:46', '2018-07-12 16:39:46', 'Apesar de nossa constituição genética ser fixa, nossa nutrição e estilo de vida podem influenciar a expressão de nossos genes, levando a modificações em nosso fenótipo. Assim, a dieta personalizada pode ser adaptada ao nosso retrospecto genético e necessidades exclusivas (Nutrigenética). Em contrapartida, nutrientes e compostos bioativos presentes nos alimentos podem modular a expressão dos genes alterados, e sua possível repercussão negativa na saúde pode ser reduzida, postergada ou mesmo prevenida (Nutrigenômica). Desta forma, o teste de Nutrigenética pode predizer o risco de uma pessoa desenvolver determinada doença ou condição de saúde, e ainda auxiliar o médico ou nutricionista na tomada de decisões terapêuticas ou preventivas.\r\n\r\nNesta análise de mapeamento genético, são identificadas certas alterações (polimorfismos) que interferem na maneira como o corpo responde às atitudes - incluindo o padrão alimentar e o nível de atividade física, todas documentadas na literatura científica.  O objetivo do teste é identificar certos fatores genéticos que influenciam o risco do surgimento de doenças crônicas relacionadas à alimentação, como a obesidade, dislipidemias, intolerâncias nutricionais e etc.\r\n\r\nConhecer o perfil genético proporciona a possibilidade de uma abordagem personalizada para reduzir e manter o peso ideal além de reduzir o risco de algumas doenças multifatoriais influenciadas pela predisposição genética.\r\n\r\nEsses benefícios podem ser atingidos pois, com informações sobre o perfil genético, é possível otimizar o equilíbrio nutricional da dieta. Conhecer as tendências genéticas pode ajudar a realizar mudanças positivas no cotidiano, promovendo assim, maior qualidade de vida.\r\n\r\nDentre os genes testados, alguns podem sugerir maior ou menor risco para o desenvolvimento de doenças. No perfil nutrigenético da Anaclin, encontram-se variações genéticas relacionadas a diferentes condições associadas à alimentação e comportamento alimentar:\r\n\r\n1. Genes associados à obesidade\r\n2. Regulação do metabolismo lipídico\r\n3. Risco do desenvolvimento de Diabetes Melitos 2\r\n4. Hipertensão arterial sistêmica\r\n5. Metabolismo do folato (vitamina B9)\r\n6. Metabolismo da vitamina D\r\n7. Intolerância à lactose\r\n8. Metabolismo da cafeína\r\n9. Modulação da resposta inflamatória, estresse oxidativo e desintoxicação\r\n10. Metabolismo de vitaminas\r\n11. Intolerância ao glúten / Doença Celíaca', 'NUTRIVIEÉ', '', 'publish', 'closed', 'closed', '', 'nutriviee', '', '', '2018-07-12 13:39:46', '2018-07-12 16:39:46', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=454', 0, 'exame', '', 0),
(455, 1, '2018-07-12 13:52:42', '2018-07-12 16:52:42', '<span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">O teste analisa o polimorfismo conhecido como C825T presente no gene da Proteína G. Detecta a predisposição genética da mulher a ganho de peso significativo durante a gestação e após o parto.</span></span>\r\n\r\nHá uma associação significante entre genótipo, ganho de peso durante a gestação e índice de massa corpórea pré-gestação. Mulheres homozigotas para alelo TT ganham mais peso que as portadoras do alelo C (CC e CT). O polimorfismo C825T está associado à obesidade, principalmente no aumento de peso durante a gestação.\r\n\r\n&nbsp;', 'PERFIL DE OBESIDADE POS GESTACIONAL', '', 'publish', 'closed', 'closed', '', 'perfil-de-obesidade-pos-gestacional', '', '', '2018-07-12 13:52:42', '2018-07-12 16:52:42', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=455', 0, 'exame', '', 0),
(457, 1, '2018-07-12 14:11:35', '2018-07-12 17:11:35', 'A presença do polimorfismo confere um maior risco de desenvolver intolerância à lactose, devido a alterações na “produção” da enzima lactase. A intolerância à lactose significa uma diminuição da atividade da enzima lactase na mucosa do intestino delgado, também denominada de “lactase não persistente”. Apenas nos indivíduos que não possuem o alelo de persistência da lactase, os sintomas da intolerância à lactose podem ser detectáveis em crianças com menos de cinco anos de idade numa frequência de aproximadamente 20% dentre as crianças hispânicas, asiáticas e negras enquanto que nas crianças caucasianas os sintomas típicos de intolerância à lactose não se manifestam até a idade de cinco anos. Portanto, o início e extensão dos sintomas são variáveis dependendo de fatores ambientais e epigenéticos.\r\n\r\nOs principais sintomas associados com a intolerância à lactose são: distensão e dores abdominais, flatulência, diarreia, síndrome do intestino irritável e mudanças no perfil da flora intestinal, podendo levar a sobrecarga na imunidade com aumento de citocinas e perfil pró-inflamatório acarretando nas diversas doenças crônicas associadas como refluxo, diarreia, cólicas, infecções de repetição de amigdalite, otite, doenças respiratórias, doenças autoimunes, alterações no crescimento e na maturação óssea, alterações da microbiota e doenças metabólicas.', 'INTOLERÂNCIA A LACTOSE', '', 'publish', 'closed', 'closed', '', 'intolerancia-a-lactose', '', '', '2018-07-12 14:11:35', '2018-07-12 17:11:35', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=457', 0, 'exame', '', 0),
(458, 1, '2018-07-12 14:14:46', '2018-07-12 17:14:46', 'A predisposição à Doença Celíaca pode ser avaliada atualmente por um exame molecular não invasivo. A utilidade clínica deste perfil genético é auxiliar o médico ou profissional de saúde a individualizar o tratamento após a avaliação clínica e constatação de suspeita de Doença Celíaca (DC). O teste genético vem complementar os testes preconizados nas diretrizes que estabelecem o padrão-ouro para o diagnóstico da DC.\r\n\r\nO perfil genético associado ao desenvolvimento da Doença Celíaca está relacionado com a presença de alelos HLA de Classe II DQ2 e DQ8 no genoma do indivíduo. Observa-se, na grande maioria dos pacientes com doença celíaca, a presença da mutação em pelo menos uma destas regiões analisadas.\r\n\r\nA pesquisa genética poderá auxiliar de forma específica para que a doença não avance. É preciso lembrar que a presença do glúten é necessária para o desenvolvimento da Doença Celíaca.', 'PREDISPOSIÇÃO GENÉTICA PARA DOENÇA CELÍACA', '', 'publish', 'closed', 'closed', '', 'predisposicao-genetica-para-doenca-celiaca', '', '', '2018-07-12 14:14:46', '2018-07-12 17:14:46', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=458', 0, 'exame', '', 0),
(459, 1, '2018-07-12 14:20:25', '2018-07-12 17:20:25', 'A determinação da Composição Corporal possui muitas aplicações nos programas de promoção da saúde e no treinamento desportivo. O alto percentual de gordura corporal está associado com o risco para o desenvolvimento de doenças crônicas não transmissíveis, como obesidade e doenças cardiovasculares. Assim, adotar hábitos de vida saudáveis como alimentação balanceada e prática regular de exercícios físicos podem contribuir para a saúde e bem-estar.\r\n\r\nNesse teste são avaliados genes importantes envolvidos com o risco para adiposidade corporal e aptidão física, visando o melhor direcionamento para o treinamento e performance, colaborando para redução de peso corporal saudável. Ainda, poderá ser auxiliar para evitar riscos de lesões, uma vez que haverá adequação ao treino, seja o de endurance ou de força.\r\n\r\nNeste perfil, são analisados os seguintes polimorfismos:\r\n\r\n1. FTO (Fat mass and obesity associated);\r\n2. SH2B1 (Associado à sensibilidade de leptina e insulina);\r\n3. GNPDA2 (Associado à adiposidade corporal);\r\n4. PLIN (Pirilipina);\r\n5. GNB3 (Associado ao peso pós-gestacional);\r\n6. INSIG2 (Predisposição ao acúmulo de gordura subcutânea);\r\n7. AGT (Angiotensinogênio);\r\n8. Enzima conversora de angiotensina (ACE) (I / D):\r\n9. ACTN3  (α – actinina 3).', 'GENOGYM (APTIDÃO FISICA)', '', 'publish', 'closed', 'closed', '', 'genogym-aptidao-fisica', '', '', '2018-07-12 14:20:25', '2018-07-12 17:20:25', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=459', 0, 'exame', '', 0),
(460, 1, '2018-07-12 14:24:50', '2018-07-12 17:24:50', 'O teste GenoGym MASTER que é voltado para o fitness, uma vez que associa a avaliação de genes para aptidão física e para composição corporal.\r\n\r\nGenes relacionados à aptidão física:\r\n\r\nO desempenho esportivo está associado com muitas características tais como peso, altura, composição corporal, capacidade cardiorrespiratória, capacidade de utilização de glicogênio e lipídios, bem como tipos de fibras musculares predominantes e aspectos psicológicos.\r\n\r\nNesse sentido, a herança genética em conjunto com fatores ambientais podem promover melhor adaptação ou adesão à determinado treinamento.\r\n\r\nGenes relacionados à composição corporal:\r\n\r\nA determinação da Composição Corporal possui muitas aplicações em programas de  promoção  da  saúde  e  no  treinamento  desportivo,  sendo consenso  entre  os  especialistas  de  que  tal  avaliação  é  fundamental  para monitoramento dos níveis ideais de massa magra e massa gorda. Sabe-se ainda que tanto baixos quanto altos percentuais de gordura corporal estão associados aos riscos para saúde, entre eles desequilíbrios hormonais, de excesso de peso, Diabetes  mellitus  tipo  2  e  risco  para eventos cardíacos.', 'GENOGYM MASTER', '', 'publish', 'closed', 'closed', '', 'genogym-master', '', '', '2018-07-12 14:24:50', '2018-07-12 17:24:50', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=460', 0, 'exame', '', 0),
(461, 1, '2018-07-12 14:27:56', '2018-07-12 17:27:56', 'Sportomics é um conceito científico que busca a integração entre as alterações metabólicas que ocorrem durante a prática esportiva com o meio ambiente que o indivíduo está inserido, considerando sua herança genética na adaptação ao estímulo e dessa forma, contribuir para melhora de performance e rendimento.\r\n\r\nO exame sportomics abrange 4 variantes genéticas associadas à aptidão física e 8 variantes associadas ao biometabolismo do atleta ou desportista. Juntos, o exame propõe um escore para a aptidão e de que forma a conduta nutricional poderá ser otimizada para potencializar o perfil individual.\r\n\r\nOs resultados desse exame fornecerão informações sobre:\r\n\r\nAptidão física – treino personalizado\r\nSobrecarga cardiovascular\r\nCapacidade de biogenênese mitocondrial\r\nRecuperação muscular pós exercício\r\nMetabolismo energético\r\nCiclo circadiano', 'SPORTOMICS', '', 'publish', 'closed', 'closed', '', 'sportomics', '', '', '2018-07-12 14:27:56', '2018-07-12 17:27:56', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=461', 0, 'exame', '', 0),
(462, 1, '2018-07-12 14:32:00', '2018-07-12 17:32:00', 'O painel 4P Genômica possui 146 SNPs divididos entre os seguintes exames:\r\n\r\nNUTRIGENÉTICA\r\nNUTRI JUNIOR\r\nGENOGYM MASTER\r\nCARDIORISK\r\nSKIN DNA\r\nSPORTOMICS\r\nALOPECIA MASCULINA (no caso dos pacientes do sexo masculino)', 'PAINEL 4 P GENOMICA – FEMININO E MASCULINO', '', 'publish', 'closed', 'closed', '', 'painel-4-p-genomica-feminino-e-masculino-2', '', '', '2018-07-12 14:32:00', '2018-07-12 17:32:00', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=462', 0, 'exame', '', 0),
(463, 1, '2018-07-13 09:44:59', '2018-07-13 12:44:59', '<p align=\"justify\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">Investigar vínculo genético envolvendo filho e suposto pai (mãe ausente).</span></span></p>\r\n<p align=\"justify\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">O DNA transmite as características hereditárias dos pais para os filhos. A maioria das informações genéticas é idêntica em todos os indivíduos da mesma espécie. Entretanto, existem regiões repetitivas polimórficas, as STR´s (“short tandem repeat”), que se constituem em marcadores genéticos utilizados no teste de paternidade. Entre pais e filhos há semelhanças nas regiões polimórficas. Através da análise comparativa destas regiões do DNA de um indivíduo com o do suposto pai ou mãe é possível estabelecer a ausência do vínculo genético.</span></span></p>', 'INVESTIGAÇÃO DE PATERNIDADE DUO (SUPOSTO PAI + FILHO)', '', 'publish', 'closed', 'closed', '', 'investigacao-de-paternidade-duo-suposto-pai-filho', '', '', '2018-07-13 09:44:59', '2018-07-13 12:44:59', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=463', 0, 'exame', '', 0),
(464, 1, '2018-07-13 09:49:02', '2018-07-13 12:49:02', '<p class=\"western\" align=\"justify\"><span style=\"font-family: Times New Roman, serif;\"><span style=\"font-size: medium;\">Investigar vínculo genético envolvendo filho, mãe e suposto pai, ou mais de um filho investigado ou mais de um suposto pai.</span></span></p>\r\n<p align=\"justify\">O DNA transmite as características hereditárias dos pais para os filhos. A maioria das informações genéticas é idêntica em todos os indivíduos da mesma espécie. Entretanto, existem regiões repetitivas polimórficas, as STR´s (“short tandem repeat”), que se constituem em marcadores genéticos utilizados no teste de paternidade. Entre pais e filhos há semelhanças nas regiões polimórficas. Através da análise comparativa destas regiões do DNA de um indivíduo com o do suposto pai ou mãe é possível estabelecer a ausência do vínculo genético.</p>', 'INVESTIGAÇÃO DE PATERNIDADE 3 ENVOLVIDOS (SUPOSTO PAI + PRETENSO FILHO + MÃE)', '', 'publish', 'closed', 'closed', '', 'investigacao-de-paternidade-3-envolvidos-suposto-pai-pretenso-filho-mae', '', '', '2018-07-13 09:49:02', '2018-07-13 12:49:02', '', 0, 'http://anaclingenetica.com.br/?post_type=exame&#038;p=464', 0, 'exame', '', 0),
(465, 1, '2018-07-24 14:43:41', '0000-00-00 00:00:00', '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-07-24 14:43:41', '0000-00-00 00:00:00', '', 0, 'https://anaclingenetica.com.br/?p=465', 0, 'post', '', 0),
(466, 1, '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 'Nutrição <br>Personalizada', '', 'publish', 'closed', 'closed', '', 'nutricao-personalizada', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'https://anaclingenetica.com.br/?p=466', 3, 'nav_menu_item', '', 0),
(467, 1, '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 'Performance<br> Física', '', 'publish', 'closed', 'closed', '', 'performance-fisica', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'https://anaclingenetica.com.br/?p=467', 4, 'nav_menu_item', '', 0),
(468, 1, '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 'Dermatologia <br>e Estética', '', 'publish', 'closed', 'closed', '', 'dermatologia-e-estetica', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'https://anaclingenetica.com.br/?p=468', 5, 'nav_menu_item', '', 0),
(469, 1, '2018-07-24 14:50:51', '2018-07-24 17:50:51', ' ', '', '', 'publish', 'closed', 'closed', '', '469', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'https://anaclingenetica.com.br/?p=469', 6, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(470, 1, '2018-07-24 14:50:51', '2018-07-24 17:50:51', ' ', '', '', 'publish', 'closed', 'closed', '', '470', '', '', '2018-07-24 14:50:51', '2018-07-24 17:50:51', '', 0, 'https://anaclingenetica.com.br/?p=470', 7, 'nav_menu_item', '', 0);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_general_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_general_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0),
(2, 'Menu', 'menu', 0),
(3, 'Menu Rodapé', 'menu-rodape', 0),
(4, 'pr', 'pr', 0),
(5, 'sc', 'sc', 0),
(6, 'mg', 'mg', 0),
(7, 'ac', 'ac', 0),
(8, 'al', 'al', 0),
(9, 'am', 'am', 0),
(10, 'ap', 'ap', 0),
(11, 'ba', 'ba', 0),
(12, 'ce', 'ce', 0),
(13, 'es', 'es', 0),
(14, 'go', 'go', 0),
(15, 'ma', 'ma', 0),
(16, 'ms', 'ms', 0),
(17, 'mt', 'mt', 0),
(18, 'pa', 'pa', 0),
(19, 'pb', 'pb', 0),
(20, 'pe', 'pe', 0),
(21, 'pi', 'pi', 0),
(22, 'rj', 'rj', 0),
(23, 'rn', 'rn', 0),
(24, 'ro', 'ro', 0),
(25, 'rr', 'rr', 0),
(26, 'rs', 'rs', 0),
(27, 'se', 'se', 0),
(28, 'sp', 'sp', 0),
(29, 'to', 'to', 0),
(30, 'Dermatologia Estética', 'dermatologia-estetica', 0),
(31, 'Nutrição Personalizada', 'nutricao-personalizada', 0),
(32, 'Prevenção', 'prevencao', 0),
(33, 'Paternidade', 'paternidade', 0),
(34, 'Performance Física', 'performance-fisica', 0);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(21, 2, 0),
(22, 2, 0),
(23, 2, 0),
(24, 2, 0),
(30, 3, 0),
(31, 3, 0),
(32, 3, 0),
(33, 3, 0),
(34, 3, 0),
(35, 3, 0),
(36, 3, 0),
(37, 3, 0),
(94, 3, 0),
(101, 6, 0),
(102, 4, 0),
(103, 5, 0),
(104, 4, 0),
(105, 6, 0),
(106, 5, 0),
(303, 28, 0),
(312, 14, 0),
(318, 15, 0),
(329, 20, 0),
(403, 30, 0),
(424, 30, 0),
(430, 30, 0),
(431, 30, 0),
(432, 30, 0),
(433, 30, 0),
(434, 30, 0),
(436, 30, 0),
(437, 30, 0),
(438, 30, 0),
(439, 32, 0),
(440, 32, 0),
(441, 32, 0),
(442, 32, 0),
(444, 32, 0),
(445, 32, 0),
(446, 32, 0),
(447, 32, 0),
(448, 32, 0),
(450, 31, 0),
(451, 31, 0),
(452, 31, 0),
(454, 31, 0),
(455, 31, 0),
(457, 31, 0),
(458, 31, 0),
(459, 34, 0),
(460, 34, 0),
(461, 34, 0),
(462, 32, 0),
(463, 33, 0),
(464, 33, 0),
(466, 2, 0),
(467, 2, 0),
(468, 2, 0),
(469, 2, 0),
(470, 2, 0);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8_general_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 9),
(3, 3, 'nav_menu', '', 0, 9),
(4, 4, 'estado', '', 0, 1),
(5, 5, 'estado', '', 0, 1),
(6, 6, 'estado', '', 0, 1),
(7, 7, 'estado', '', 0, 0),
(8, 8, 'estado', '', 0, 0),
(9, 9, 'estado', '', 0, 0),
(10, 10, 'estado', '', 0, 0),
(11, 11, 'estado', '', 0, 0),
(12, 12, 'estado', '', 0, 0),
(13, 13, 'estado', '', 0, 0),
(14, 14, 'estado', '', 0, 1),
(15, 15, 'estado', '', 0, 1),
(16, 16, 'estado', '', 0, 0),
(17, 17, 'estado', '', 0, 0),
(18, 18, 'estado', '', 0, 0),
(19, 19, 'estado', '', 0, 0),
(20, 20, 'estado', '', 0, 1),
(21, 21, 'estado', '', 0, 0),
(22, 22, 'estado', '', 0, 0),
(23, 23, 'estado', '', 0, 0),
(24, 24, 'estado', '', 0, 0),
(25, 25, 'estado', '', 0, 0),
(26, 26, 'estado', '', 0, 0),
(27, 27, 'estado', '', 0, 0),
(28, 28, 'estado', 'são paulo', 0, 1),
(29, 29, 'estado', '', 0, 0),
(30, 30, 'pages_exames', '', 0, 10),
(31, 31, 'pages_exames', '', 0, 7),
(32, 32, 'pages_exames', '', 0, 10),
(33, 33, 'pages_exames', '', 0, 2),
(34, 34, 'pages_exames', '', 0, 3);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_general_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_general_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'locale', ''),
(11, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(12, 1, 'wp_user_level', '10'),
(13, 1, 'dismissed_wp_pointers', 'wp496_privacy'),
(14, 1, 'show_welcome_panel', '1'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '465'),
(17, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"191.177.27.0\";}'),
(18, 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\";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:20:\"add-post-type-banner\";i:1;s:21:\"add-post-type-produto\";i:2;s:21:\"add-post-type-noticia\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:13:\"add-categoria\";}'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&posts_list_mode=list&post_dfw=off&editor_expand=on'),
(22, 1, 'wp_user-settings-time', '1522252618'),
(23, 1, 'acf_user_settings', 'a:0:{}'),
(24, 1, 'meta-box-order_page', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,postimagediv,pageparentdiv\";s:6:\"normal\";s:384:\"acf-group_596d09b2904ab,acf-group_5971f3f895321,acf-group_596e496ed7341,acf-group_596fa39ce89a2,acf-group_5971f6b1a6f45,acf-group_596d09f7f1a7b,acf-group_5970b83332f36,acf-group_596fc29b71114,acf-group_5970b410711e7,acf-group_5970ad0a88d83,acf-group_5970bcc395674,acf-group_596d09b3153fa,acf-group_596d09b34e640,gallery-metabox,wpseo_meta,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(25, 1, 'screen_layout_page', '2'),
(26, 1, 'closedpostboxes_page', 'a:0:{}'),
(27, 1, 'metaboxhidden_page', 'a:18:{i:0;s:23:\"acf-group_596d09b2904ab\";i:1;s:23:\"acf-group_5971f3f895321\";i:2;s:23:\"acf-group_596e496ed7341\";i:3;s:23:\"acf-group_596fa39ce89a2\";i:4;s:23:\"acf-group_5971f6b1a6f45\";i:5;s:23:\"acf-group_596d09f7f1a7b\";i:6;s:23:\"acf-group_5970b83332f36\";i:7;s:23:\"acf-group_596fc29b71114\";i:8;s:23:\"acf-group_5970b410711e7\";i:9;s:23:\"acf-group_5970ad0a88d83\";i:10;s:23:\"acf-group_5970bcc395674\";i:11;s:23:\"acf-group_596d09b3153fa\";i:12;s:10:\"postcustom\";i:13;s:16:\"commentstatusdiv\";i:14;s:7:\"slugdiv\";i:15;s:9:\"authordiv\";i:16;s:12:\"revisionsdiv\";i:17;s:11:\"commentsdiv\";}'),
(29, 1, 'meta-box-order_banner', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:22:\"submitdiv,postimagediv\";s:6:\"normal\";s:330:\"acf-group_5971f3f895321,wpseo_meta,acf-group_596d09b2904ab,acf-group_596e496ed7341,acf-group_596fa39ce89a2,acf-group_5971f6b1a6f45,acf-group_596d09f7f1a7b,acf-group_5970b83332f36,acf-group_596fc29b71114,acf-group_5970b410711e7,acf-group_5970ad0a88d83,acf-group_5970bcc395674,acf-group_596d09b3153fa,acf-group_596d09b34e640,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(30, 1, 'screen_layout_banner', '2'),
(31, 1, 'meta-box-order_especialidade', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:22:\"submitdiv,postimagediv\";s:6:\"normal\";s:330:\"acf-group_596d09b2904ab,acf-group_5971f3f895321,acf-group_596e496ed7341,acf-group_596fa39ce89a2,acf-group_5971f6b1a6f45,acf-group_596d09f7f1a7b,wpseo_meta,acf-group_5970b83332f36,acf-group_596fc29b71114,acf-group_5970b410711e7,acf-group_5970ad0a88d83,acf-group_5970bcc395674,acf-group_596d09b3153fa,acf-group_596d09b34e640,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(32, 1, 'screen_layout_especialidade', '2'),
(33, 1, 'closedpostboxes_endereco', 'a:0:{}'),
(34, 1, 'metaboxhidden_endereco', 'a:14:{i:0;s:23:\"acf-group_596d09b2904ab\";i:1;s:23:\"acf-group_5971f3f895321\";i:2;s:23:\"acf-group_596e496ed7341\";i:3;s:23:\"acf-group_596fa39ce89a2\";i:4;s:23:\"acf-group_5971f6b1a6f45\";i:5;s:23:\"acf-group_596d09f7f1a7b\";i:6;s:23:\"acf-group_5970b83332f36\";i:7;s:23:\"acf-group_596fc29b71114\";i:8;s:23:\"acf-group_5970b410711e7\";i:9;s:23:\"acf-group_5970ad0a88d83\";i:10;s:23:\"acf-group_5970bcc395674\";i:11;s:23:\"acf-group_596d09b3153fa\";i:12;s:23:\"acf-group_596d09b34e640\";i:13;s:7:\"slugdiv\";}'),
(38, 1, 'wp_media_library_mode', 'list'),
(39, 1, 'edit_banner_per_page', '20'),
(40, 1, 'closedpostboxes_attachment', 'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(41, 1, 'metaboxhidden_attachment', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(42, 1, 'session_tokens', 'a:1:{s:64:\"838d5b0f771bfbce8334cb21d9f2191bed74cbc75c3b84082114cff4828f8b66\";a:4:{s:10:\"expiration\";i:1532627020;s:2:\"ip\";s:13:\"191.177.27.78\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1532454220;}}'),
(45, 1, 'wp_wpseo-upsell-notice', 'seen'),
(47, 1, '_yoast_wpseo_profile_updated', '1531226563'),
(50, 1, 'meta-box-order_exame', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:38:\"submitdiv,pages_examesdiv,postimagediv\";s:6:\"normal\";s:354:\"acf-group_596d09b2904ab,acf-group_5971f3f895321,acf-group_596e496ed7341,acf-group_596fa39ce89a2,acf-group_5971f6b1a6f45,acf-group_596d09f7f1a7b,acf-group_5b44d02e92c65,wpseo_meta,acf-group_5970b83332f36,acf-group_596fc29b71114,acf-group_5970b410711e7,acf-group_5970ad0a88d83,acf-group_5970bcc395674,acf-group_596d09b3153fa,acf-group_596d09b34e640,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),
(51, 1, 'screen_layout_exame', '2'),
(54, 1, 'syntax_highlighting', 'true'),
(55, 1, 'wp_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:1135:\"Percebemos que você já está usando o Yoast SEO há algum tempo; esperamos que esteja gostando! Nós adoraríamos se você pudesse <a href=\"https://yoa.st/rate-yoast-seo?php_version=5.6.36&platform=wordpress&platform_version=4.9.7&software=free&software_version=7.8&role=administrator\">nos classificar com 5 estrelas no WordPress.org</a>!\n\nSe estiver enfrentando problemas, <a href=\"https://yoa.st/bugreport?php_version=5.6.36&platform=wordpress&platform_version=4.9.7&software=free&software_version=7.8&role=administrator\">envie um relatório de erro</a> e faremos tudo o que pudermos para ajudar você.\n\nA propósito, sabia que também temos um <a href=\'https://yoa.st/premium-notification?php_version=5.6.36&platform=wordpress&platform_version=4.9.7&software=free&software_version=7.8&role=administrator\'>plugin Premium</a>? Ele tem recursos avançados, como um gerenciador de redirecionamentos e suporte para múltiplas palavras-chave em foco. Também inclui suporte pessoal 24/7.\n\n<a class=\"button\" href=\"https://anaclingenetica.com.br/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Não mostre mais essa notificação</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:541:\"Yoast SEO and Advanced Custom Fields can work together a lot better by adding a helper plugin. Please install <a href=\"https://anaclingenetica.com.br/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=3cb6e017d5\">ACF Content Analysis for Yoast SEO</a> to make your life better. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"Mais informação sobre ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Mais informações</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8_general_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8_general_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$B/M4y8bk6GT9ZpaUcKBhy.FulTgDXY1', 'admin', 'maria.machado@dev2.com.br', '', '2017-07-13 14:20:15', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfBadLeechers`
--

CREATE TABLE `wp_wfBadLeechers` (
  `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',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfBlockedCommentLog`
--

CREATE TABLE `wp_wfBlockedCommentLog` (
  `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 'gsb'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfBlockedIPLog`
--

CREATE TABLE `wp_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfBlockedIPLog`
--

INSERT INTO `wp_wfBlockedIPLog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffffb98fdfa2, 'NL', 1, 17711, 'brute'),
(0x00000000000000000000ffffb3b817c3, 'BR', 1, 17713, 'brute'),
(0x00000000000000000000ffffbd725f11, 'BR', 1, 17713, 'brute'),
(0x00000000000000000000ffffc8af6805, 'BR', 1, 17713, 'brute'),
(0x00000000000000000000ffffb9ead920, 'IE', 1, 17714, 'brute'),
(0x00000000000000000000ffff50d33d59, 'IT', 9, 17718, 'waf'),
(0x00000000000000000000ffffbad782f2, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffffbd3b01ba, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffffb19f7afb, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffffc52d0176, 'EG', 1, 17722, 'brute'),
(0x00000000000000000000ffffb113a36d, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffff8a7604af, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffffdcbfd3a7, 'CN', 1, 17722, 'brute'),
(0x00000000000000000000ffffb12bfb99, 'BR', 1, 17722, 'brute'),
(0x00000000000000000000ffffb113a4b5, 'BR', 1, 17723, 'brute'),
(0x00000000000000000000ffff7bb7d0b8, 'CN', 1, 17723, 'brute'),
(0x00000000000000000000ffffbdcc34ed, 'MX', 1, 17723, 'brute'),
(0x00000000000000000000ffffbb737b4a, 'BR', 1, 17723, 'brute'),
(0x00000000000000000000ffffbd3b017b, 'BR', 1, 17723, 'brute'),
(0x00000000000000000000ffffb128c35b, 'BR', 34, 17723, 'brute'),
(0x00000000000000000000ffffb113b9eb, 'BR', 1, 17723, 'brute'),
(0x00000000000000000000ffffb9b6390d, 'NL', 464, 17723, 'brute'),
(0x00000000000000000000ffffbd7243d5, 'BR', 2, 17724, 'brute'),
(0x00000000000000000000ffff29206306, 'EG', 1, 17724, 'brute'),
(0x00000000000000000000ffff5282c9e5, 'ES', 1, 17724, 'brute'),
(0x00000000000000000000ffffb113b9eb, 'BR', 1, 17724, 'brute'),
(0x00000000000000000000ffffb1876565, 'BR', 1, 17724, 'brute'),
(0x00000000000000000000ffffb185fd43, 'BR', 3, 17724, 'brute'),
(0x00000000000000000000ffffdce10737, 'IN', 1, 17724, 'brute'),
(0x00000000000000000000ffffb9eada28, 'IE', 970, 17724, 'brute'),
(0x00000000000000000000ffffbb3a84a3, 'BR', 1, 17724, 'brute'),
(0x00000000000000000000ffffbad7c7df, 'BR', 1, 17724, 'brute');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfBlocks7`
--

CREATE TABLE `wp_wfBlocks7` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfConfig`
--

CREATE TABLE `wp_wfConfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfConfig`
--

INSERT INTO `wp_wfConfig` (`name`, `val`, `autoload`) VALUES
('alertOn_critical', 0x31, 'yes'),
('alertOn_update', 0x30, 'yes'),
('alertOn_warnings', 0x31, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('liveTrafficEnabled', 0x31, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('scheduledScansEnabled', 0x31, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_dns', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('blockFakeBots', 0x30, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_noAnonMemberComments', 0x31, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x31, 'yes'),
('disableCookies', 0x30, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 0x6c656f6e6172646f2e726f63686140646576322e636f6d2e6272, 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('whitelisted', '', 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('maxScanHits', 0x44495341424c4544, 'yes'),
('maxScanHits_action', 0x7468726f74746c65, 'yes'),
('blockedTime', 0x333030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('schedStartHour', 0x33, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('apiKey', 0x39383234303235653362356364633237636164623563373063356662303962366235636363653430643432313332353032353932373433303039363335303234396438643663653934346239643761353834333235323430613738333964663630633566646662336333303664313465316363653433616239333933333562343838323832643830643638323231653562353764653032313265313366643139, 'yes'),
('keyType', 0x66726565, 'yes'),
('isPaid', '', 'yes'),
('betaThreatDefenseFeed', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31353331373437383832, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('dismissAutoPrependNotice', 0x31, 'yes'),
('onboardingAttempt1', 0x6c6963656e7365, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('needsNewTour_dashboard', 0x30, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_scan', 0x30, 'yes'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a307d2c7b227469746c65223a22576f726466656e63652037222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f776f726466656e63652d375c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a347d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a357d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a367d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65206120646174612070726f63657373696e672061677265656d656e7420746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e20576520616c736f2070726f76696465206120646174612070726f63657373696e672061677265656d656e7420696620796f75207175616c6966792061732061206461746120636f6e74726f6c6c657220756e6465722074686520474450522e222c226f72646572223a307d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a317d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a317d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a347d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d5d2c226f72646572223a327d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865204669726577616c6c2072756c657320746861742070726f7465637420616761696e73742053514c2d696e6a656374696f6e2c2058535320616e64206d6f72652c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22426c6f636b6564206f72204c6f636b6564204f7574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f626c6f636b65642d6f722d6c6f636b65642d6f75745c2f222c226f72646572223a307d2c7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a317d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a327d5d2c226f72646572223a337d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642c206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a347d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c7564652054776f20466163746f722041757468656e7469636174696f6e2c2057686f6973204c6f6f6b75702c2050617373776f72642041756469742c20436f6d6d656e74205370616d2046696c7465722c204c697665205472616666696320616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a2250617373776f7264204175646974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f70617373776f72642d6175646974696e675c2f222c226f72646572223a307d2c7b227469746c65223a2257686f6973204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22436f6d6d656e74205370616d2046696c746572222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f636f6d6d656e742d7370616d2d66696c7465725c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a347d2c7b227469746c65223a2254776f20466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a357d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f75276c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a317d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a327d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a337d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d5d2c226f72646572223a367d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d6573207769746820616e20495020426c61636b6c6973742c205265616c2054696d652050726f74656374696f6e20616e64206d756368206d6f72652e222c226368696c6472656e223a5b7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6170692d6b65795c2f222c226f72646572223a307d5d2c226f72646572223a377d2c7b227469746c65223a225369746520436c65616e696e6720616e6420536563757269747920417564697473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f73656375726974792d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a387d5d7d, 'yes'),
('supportHash', 0x62313261316134346539356663333963346562633039316334373066653337653835623532353934333864396563653231663138336539393833366339323135, 'yes'),
('touppPromptNeeded', '', 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('encKey', 0x30616132643031393964336661343565, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('geoIPVersionHash', 0x66343639356135643564653831353830383536376161613230373432383333663433363136393566636538323838623362633932306561666235653261616166, 'yes'),
('lastBlockAggregation', 0x31353331363930323336, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('detectProxyNextCheck', 0x31353332333532363838, 'no'),
('detectProxyNonce', '', 'no'),
('allScansScheduled', 0x613a303a7b7d, 'yes'),
('activatingIP', 0x3138392e3132322e3131392e313633, 'yes'),
('cbl_cookieVal', 0x35623335303732343961353962, 'yes'),
('serverDNS', 0x313533313732383331383b31343430303b35322e362e3132372e313638, 'yes'),
('adminNoticeQueue', 0x613a303a7b7d, 'yes'),
('lastDailyCron', 0x31353331363930323334, 'yes'),
('useNoc3Secure', 0x31, 'yes'),
('lastDashboardCheck', 0x31353331363930323334, 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313533313638363637353b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a353634363b733a373a227072656d69756d223b693a353636393b733a393a22626c61636b6c697374223b693a333136323b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313533313539383430303b733a313a2263223b693a323331363232303b7d693a313b613a323a7b733a313a2274223b693a313533313630323030303b733a313a2263223b693a323239333530353b7d693a323b613a323a7b733a313a2274223b693a313533313630353630303b733a313a2263223b693a323136383237303b7d693a333b613a323a7b733a313a2274223b693a313533313630393230303b733a313a2263223b693a323230303536343b7d693a343b613a323a7b733a313a2274223b693a313533313631323830303b733a313a2263223b693a323038303434303b7d693a353b613a323a7b733a313a2274223b693a313533313631363430303b733a313a2263223b693a323031373834363b7d693a363b613a323a7b733a313a2274223b693a313533313632303030303b733a313a2263223b693a323134393936343b7d693a373b613a323a7b733a313a2274223b693a313533313632333630303b733a313a2263223b693a323036343135303b7d693a383b613a323a7b733a313a2274223b693a313533313632373230303b733a313a2263223b693a323130353536313b7d693a393b613a323a7b733a313a2274223b693a313533313633303830303b733a313a2263223b693a313938353530313b7d693a31303b613a323a7b733a313a2274223b693a313533313633343430303b733a313a2263223b693a323133393739343b7d693a31313b613a323a7b733a313a2274223b693a313533313633383030303b733a313a2263223b693a323139393336353b7d693a31323b613a323a7b733a313a2274223b693a313533313634313630303b733a313a2263223b693a323431313633323b7d693a31333b613a323a7b733a313a2274223b693a313533313634353230303b733a313a2263223b693a323530383534313b7d693a31343b613a323a7b733a313a2274223b693a313533313634383830303b733a313a2263223b693a323332303236373b7d693a31353b613a323a7b733a313a2274223b693a313533313635323430303b733a313a2263223b693a323434353532303b7d693a31363b613a323a7b733a313a2274223b693a313533313635363030303b733a313a2263223b693a323431373533363b7d693a31373b613a323a7b733a313a2274223b693a313533313635393630303b733a313a2263223b693a323436373131323b7d693a31383b613a323a7b733a313a2274223b693a313533313636333230303b733a313a2263223b693a323534323332363b7d693a31393b613a323a7b733a313a2274223b693a313533313636363830303b733a313a2263223b693a323437313634313b7d693a32303b613a323a7b733a313a2274223b693a313533313637303430303b733a313a2263223b693a323435323430363b7d693a32313b613a323a7b733a313a2274223b693a313533313637343030303b733a313a2263223b693a323439393931383b7d693a32323b613a323a7b733a313a2274223b693a313533313637373630303b733a313a2263223b693a323632363538303b7d693a32333b613a323a7b733a313a2274223b693a313533313638313230303b733a313a2263223b693a323538373231383b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313533313030383030303b733a313a2263223b693a35303836363633393b7d693a313b613a323a7b733a313a2274223b693a313533313039343430303b733a313a2263223b693a35393130373336303b7d693a323b613a323a7b733a313a2274223b693a313533313138303830303b733a313a2263223b693a36353638393039333b7d693a333b613a323a7b733a313a2274223b693a313533313236373230303b733a313a2263223b693a35363936383930353b7d693a343b613a323a7b733a313a2274223b693a313533313335333630303b733a313a2263223b693a36353039303232363b7d693a353b613a323a7b733a313a2274223b693a313533313434303030303b733a313a2263223b693a37323236383135393b7d693a363b613a323a7b733a313a2274223b693a313533313532363430303b733a313a2263223b693a36333035343936333b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313532393032303830303b733a313a2263223b693a33363933353539313b7d693a313b613a323a7b733a313a2274223b693a313532393130373230303b733a313a2263223b693a33343538343333333b7d693a323b613a323a7b733a313a2274223b693a313532393139333630303b733a313a2263223b693a33373932303533383b7d693a333b613a323a7b733a313a2274223b693a313532393238303030303b733a313a2263223b693a33383932303737343b7d693a343b613a323a7b733a313a2274223b693a313532393336363430303b733a313a2263223b693a34373632363131383b7d693a353b613a323a7b733a313a2274223b693a313532393435323830303b733a313a2263223b693a34393634373437363b7d693a363b613a323a7b733a313a2274223b693a313532393533393230303b733a313a2263223b693a34373633313236303b7d693a373b613a323a7b733a313a2274223b693a313532393632353630303b733a313a2263223b693a34323137323732343b7d693a383b613a323a7b733a313a2274223b693a313532393731323030303b733a313a2263223b693a34353237383731333b7d693a393b613a323a7b733a313a2274223b693a313532393739383430303b733a313a2263223b693a34333138353637343b7d693a31303b613a323a7b733a313a2274223b693a313532393838343830303b733a313a2263223b693a34353034323238373b7d693a31313b613a323a7b733a313a2274223b693a313532393937313230303b733a313a2263223b693a35313635333933383b7d693a31323b613a323a7b733a313a2274223b693a313533303035373630303b733a313a2263223b693a34393535373139323b7d693a31333b613a323a7b733a313a2274223b693a313533303134343030303b733a313a2263223b693a35303339363830383b7d693a31343b613a323a7b733a313a2274223b693a313533303233303430303b733a313a2263223b693a35323539343434303b7d693a31353b613a323a7b733a313a2274223b693a313533303331363830303b733a313a2263223b693a35303038303633363b7d693a31363b613a323a7b733a313a2274223b693a313533303430333230303b733a313a2263223b693a35343134313637363b7d693a31373b613a323a7b733a313a2274223b693a313533303438393630303b733a313a2263223b693a35333333363739373b7d693a31383b613a323a7b733a313a2274223b693a313533303537363030303b733a313a2263223b693a34383437383335373b7d693a31393b613a323a7b733a313a2274223b693a313533303636323430303b733a313a2263223b693a35313836323737383b7d693a32303b613a323a7b733a313a2274223b693a313533303734383830303b733a313a2263223b693a34343633363738313b7d693a32313b613a323a7b733a313a2274223b693a313533303833353230303b733a313a2263223b693a34393830383731363b7d693a32323b613a323a7b733a313a2274223b693a313533303932313630303b733a313a2263223b693a34373834313731383b7d693a32333b613a323a7b733a313a2274223b693a313533313030383030303b733a313a2263223b693a35303836363633393b7d693a32343b613a323a7b733a313a2274223b693a313533313039343430303b733a313a2263223b693a35393130373336303b7d693a32353b613a323a7b733a313a2274223b693a313533313138303830303b733a313a2263223b693a36353638393039333b7d693a32363b613a323a7b733a313a2274223b693a313533313236373230303b733a313a2263223b693a35363936383930353b7d693a32373b613a323a7b733a313a2274223b693a313533313335333630303b733a313a2263223b693a36353039303232363b7d693a32383b613a323a7b733a313a2274223b693a313533313434303030303b733a313a2263223b693a37323236383135393b7d693a32393b613a323a7b733a313a2274223b693a313533313532363430303b733a313a2263223b693a36333035343936333b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a36333937363438333b7d693a313b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a36333139303732373b7d693a323b613a323a7b733a323a226364223b733a323a225541223b733a323a226374223b693a35343633343638383b7d693a333b613a323a7b733a323a226364223b733a323a224945223b733a323a226374223b693a34323738313631333b7d693a343b613a323a7b733a323a226364223b733a323a22504c223b733a323a226374223b693a34313631373332383b7d693a353b613a323a7b733a323a226364223b733a323a225255223b733a323a226374223b693a33363135323334303b7d693a363b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a32343531323834393b7d693a373b613a323a7b733a323a226364223b733a323a225452223b733a323a226374223b693a31363533303230393b7d693a383b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a31343937373739313b7d693a393b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a383733343138373b7d7d7d7d, 'yes'),
('noc1ScanSchedule', 0x613a333a7b693a303b693a313533313734373830303b693a313b693a313533323030373030303b693a323b693a313533323236363230303b7d, 'yes'),
('wp_home_url', 0x687474703a2f2f616e61636c696e67656e65746963612e636f6d2e6272, 'yes'),
('wp_site_url', 0x68747470733a2f2f616e61636c696e67656e65746963612e636f6d2e6272, 'yes'),
('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69, 'yes'),
('vulnerabilities_plugin', 0x613a393a7b693a303b613a343a7b733a343a22736c7567223b733a32323a22616476616e6365642d637573746f6d2d6669656c6473223b733a31313a2266726f6d56657273696f6e223b733a363a22342e342e3132223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31343a22636f6e746163742d666f726d2d37223b733a31313a2266726f6d56657273696f6e223b733a353a22352e302e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a31363a2274696e796d63652d616476616e636564223b733a31313a2266726f6d56657273696f6e223b733a363a22342e372e3131223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a343a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a353a22372e312e39223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a343a7b733a343a22736c7567223b733a31313a2277702d706167656e617669223b733a31313a2266726f6d56657273696f6e223b733a343a22322e3932223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a343a7b733a343a22736c7567223b733a31363a2277702d666173746573742d6361636865223b733a31313a2266726f6d56657273696f6e223b733a373a22302e382e382e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a363b613a343a7b733a343a22736c7567223b733a31323a2277702d6d61696c2d736d7470223b733a31313a2266726f6d56657273696f6e223b733a353a22312e332e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a373b613a343a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a333a22372e38223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a383b613a343a7b733a343a22736c7567223b733a32363a22616476616e6365642d637573746f6d2d6669656c64732d70726f223b733a31313a2266726f6d56657273696f6e223b733a363a22352e332e3130223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('lastNotificationID', 0x3533, 'no'),
('totalScansRun', 0x3331, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wfPeakMemory', 0x3530303639353034, 'no'),
('wfScanStartVersion', 0x342e392e37, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 0x613a32303a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b693a31333b733a303a22223b693a31343b733a303a22223b693a31353b733a303a22223b693a31363b733a303a22223b693a31373b733a303a22223b693a31383b733a303a22223b693a31393b733a303a22223b7d, 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a32303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a333739303b733a31343a227363616e6e6564506c7567696e73223b693a393b733a31333a227363616e6e65645468656d6573223b693a313b733a31323a227363616e6e65645573657273223b693a313b733a31313a227363616e6e656455524c73223b693a3334393b733a31303a226c617374557064617465223b693a313533313734373934373b7d, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a343b733a383a2266696e6973686564223b693a343b733a383a226578706563746564223b693a343b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('scanTime', 0x313533313734373934362e393632, 'yes'),
('wf_dnsCNAME', '', 'yes'),
('wf_dnsA', 0x616e61636c696e67656e65746963612e636f6d2e627220706f696e747320746f2035322e362e3132372e313638, 'yes'),
('wf_dnsMX', 0x616e61636c696e67656e65746963612e636f6d2e6272, 'yes'),
('wf_dnsLogged', 0x31, 'yes'),
('total503s', 0x3337, 'yes');
INSERT INTO `wp_wfConfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x613a323a7b733a343a2268617368223b733a33323a22ade029fecf954ba6dfc417bb686bddd2db3f4469b450a343c34305f23e9aa90e223b733a383a227072656669786573223b733a3233333834343a22000038980001f1c50002c846000327f500038af30003da7c000594930005fa0200067aeb0006d89800076977000887df000bdb2d000dac5d000ea44d000f14db000f1aad000f50eb0010c75c0010fdbd001136b70011ea7200129cd2001425a80014b8ba0015e45200163d0f001669750017104000175fbc0017ab1d001856c40018cc9b001998f40019a0450019cd0d0019dacb001a4f9a001a5360001ad442001b1dd4001bbd53001bc832001c4bf4001c5bf8001d961b001e2710001e39fc001e8c2f001f3af2001f41d1001f6d5c0021c940002224f9002241ba00226d960022dd93002325a00023b9c40025643e002588ea002716520027503e0028739c002884af0028c3b00029996e0029fcd2002a396e002a57bd002adaa9002c3c8a002c7723002cbab6002cec55002db2ec002de75e002e3e94002e80ee002fabc4003091940033151e0034014a003467de003504b000358f410036a47c0037507c003753820037c3de0037ccf40037d2e100383a340039aa600039c4090039f98d003aa9fe003b1d10003b7f36003c0cfd003cbce2003cbd63003dff09003efcd80040b9800041afc60041cd740043219a00450c460045c97c0046d8970048a7b200493efc0049772c004b062d004b3971004c8ffe004d7182004d7dda004e74d5004e875d004eadd6004ed04c004f4cfc00508dfa0050ada800513a5400519e060052aaa200536c4d0053f7a4005548d20055d0e5005646cc0056d9e10057163500586696005897e20058af610058b1870058bd580058f1a000595efd0059a494005a36ac005a39ad005a9fd3005b423e005b4d2a005d1d1c005d9d2f005f3416005f68f6005fac870060c80a006108c30061146200617ccb0062180600629c0200635a2400643ce6006476e600648e370064ef580064f57d00650ec8006553a60065b9610065d1720066a88a0068705100690c7e0069908200699541006a1141006b8904006beb2b006d4c49006e7d0b006e82b1006ee853006f01dc006f91410070019b0070de80007191a00073086d00736da60073bcae0074b12d007506be0075637000759eff007724180077f64a007868ca00798372007abc05007ae0ba007b2181007b9fa7007d7bb6007ed85e0080de850081387400816c030082221700826d7b00827f3600828b070082cd700083f7e50083fa2200848bd2008492b00084dce50086546f00868b9c008698090086ccb5008776a70087a046008930b40089923b0089e432008a055e008a7177008b4aba008b4bea008b8a68008c2bd7008df27b008ee048008f0460008f69d5009004df0090148f009083f90091ecce00920ef100922bf60092f68c0093c659009400260094595600946d7c0095908d009637aa0096df0d009722c90097252f00980f58009a3a0c009a4a40009a593f009bffae009c352e009c8d1b009d497b009f299b009f653f00a092cd00a0cd4a00a15cac00a2e6ad00a3d91100a4c4cd00a6018800a6783400a6e92c00a6fc5100a84da000a928f800aa2da700aa986200abd44500abf30f00ac028200ac2da900ac57c900acd07000ace67100acf34e00ade1bb00af2c2000af636e00b1596c00b1665f00b2a82f00b3614400b3badf00b42eeb00b54fbe00b6441d00b6888900b7350300b7351700b7441e00b88b1300b97d9e00bcabbf00bcca4100bde4a000be410300be517800be6a7200c1011900c14cc200c17c3500c189af00c1b60600c2c4e900c3cc4000c5ea2700c6282f00c6abcd00c6c9b300c8a01c00cb4b0600cb71a800cc1f3b00ccd97a00cd4fd200cd620f00ce117a00ce683700cf24e600cf899d00d052bc00d0a8f800d2319500d2bba100d3b0f000d44f0f00d505da00d6367300d67bea00d6d35300d761d800da805d00dbb9e100dc821e00dd035500dd312c00dd91f000df384300df431300df88c400dfd17f00e0a39800e1635100e1980b00e25f4200e2717300e29a5400e42b7e00e4bc3100e61f3900e66a3000e73beb00e8e18b00eb483400ec796100ed8f2200ee3e5000f05c7d00f1b54700f2649100f300d300f3235300f3238600f35b6b00f3a16100f4610200f4d64200f5d2f900f8ac1000fa42eb00fb9eb100fbf08c00fccded00fd4e3f00fd54b400ff2482010163cf0101c2bb010249240102a7e80102ecce01036ea901037f5d01043cb70104914d0105863e01062d63010648050106fb56010706db0107482701077b210108da210109bb4f010a3c4b010a5da5010a761e010ba25e010bb77b010be815010c0270010c298b010c4335010d74cb010d83e3010e407d010eef4c0110947d0110e6da011212b70114935a0115a3d60115d9a701160895011677d201181b750118359301188b6901191cf601195bd70119b9980119cd93011a300f011a5c95011a7729011b50c4011c2397011c279d011c5662011cd47e011d24ac011d5dc6011dd7ed011ddae0011eb752011f23a7011f7e9f011fc48101206be60120863101211b83012123ae01223c480122e05c012488970125594d01255afd0125dfda0126979e0126b960012763270128550d01289f890128e235012915790129650e0129b123012a718b012abc9a012cef87012d4b89012d528c012d6786012e02a7012e0ee1012e7111012fd42c012ff8cb01300176013136e301313ced013374ca0134011e0134f6f20136615c0136ab6d013725b5013767320137e1960138365701388fcd01389e5201393fe701398d87013aa624013b6efc013c0e1c013c78e3013c9631013cf779013d2bf4013d8ce6013da9b9013db8ac013ef0ae013fee3701404afe0140e0d201415cfd01427f720143175e0143dc870144e90401486b480149b7bd014a3c5b014a43fd014ca012014d75f5014e464f014e4c7a014f1bd2014fbda10150d3c501513f6b0152cdcf015345ef0153a036015401d0015503bf01554b3c015624980156ae7c015796d10157983b0157fd6801584a7501587a7901588b1301590fd90159298c0159d1d70159de38015aba65015b90ff015bb362015bd98e015c7699015cbe70015d0c76015d416a015da1ae015e4290015ebcd3015fdb7a0160a7a70162fba201635a970163a2830163a6180164873c016503ed01659e3001674b9b0167e7410167f0f301687ec3016acf8e016bad07016bd303016bdb1c016c382c016cc0ff016cc56a016d6f1e016d73a4016e9104016ee2400171a736017329c60173dd5b0173f37f01742be401751e340175f73e0176787101767ee0017767ec0177bf930178c734017b61d6017baf42017c03ad017cf225017d6c41017d9c9b017deda3017ef523017fc064017fcf090180d2110180d89b0180e04e0181bdd40183147801834c5f01844c64018495ef0184a8920184ea4801853ff20185805f0186387501865ef401868bc10187609e018817900189e612018a3d72018ac5a2018b820d018bd9d5018d6a47018d98dc018ee88b019068de0191f45501921d29019256cf0193ced10193ecb2019560590195dbec0196b79a0196ceff0197a1bd0197ceb80197d83d01981e7e01996f3f019af0d1019b464b019caa53019cb1a6019d83b6019e95aa019f18fc019fe68701a0749601a0fa3001a3148001a3df9201a4431801a45c3301a5108601a560b401a5e9e501a63f8701a6d4b001a6fbfc01a7ceb701a7dd7801a87f0e01aa8d5201aa95f701aafb8301ab937901abe8b301ac33c001acccdc01ae614c01aedd1501afb2d701b00e7e01b0393401b0680a01b0708201b0f95101b1252e01b2146b01b4ac6e01b5656701b6278a01b716fe01b7a44e01b9136101ba0e9101ba33cc01ba556601ba745201bb607101bc105101bc5aae01bc6cb901bd2d5501bd5d2b01be06bf01be83a101bf2f7a01c0ee3601c13a8801c253d001c275dc01c3572201c4a77201c4a87201c4abca01c57dee01c62dca01c91efa01c9646b01c9952201c9c4cc01c9f66b01cb225501cb26b901cc324d01cf404001cf5c6301cf893f01d004f501d060b401d2245a01d36de601d39d3501d3ee4d01d48f9801d4f47a01d5d14201d605b201d6242701d6591101d775e401d9cf9701da8b0801db0efe01db2b4e01dc76ae01ddb70801ded11001df2e8d01dfb6c601e068ba01e0b5e801e0dc0701e3196901e4014f01e5453901e5e1b701e5f64c01e7177601e73df601e88ba101e97d8601ea296901ea2f6e01eab75101ebb53d01ec483c01ec529f01ecb34a01ecc9ab01ecdfd101ed590101edc4eb01eee78101ef0a5e01f14c2901f1b11301f285bc01f2ea0401f32d0d01f392e701f47bc701f6b7ab01f7860601f7f9b101f85df901f8646201f8698801f89f4b01f8de5201f9b67001fbaf2c01fbd0b601fd287801fdb77301fe10f601fec6ea01ffe08a02005a120200971602017e6e0201cbd20201ea4a02022c450202c9940203114202033bff0203403e0203cabb0204097c02043566020560d60205e94502068e8a0207bfb9020834d402083a000208842b020988ec0209c0720209ebd0020a5682020c8172020d4a13020dabc0020dc5e4020e3e6b020eeeb6020f470b020fe03e021021de0210a5a9021153250211db810213060902131d580213ca35021633db02178de60219dd65021a31fb021a39a2021a8825021a8a62021ba0e0021ce56d021d4962021f1d32021ffd0c02201d9002205a53022071d80220cddd0221fdd80223a7560223e988022453f1022467e702248f7c0224ee2e022636cc022751da0227621e022769b40227bcf20228aabd022adb70022b500f022bcba1022c43c4022cfd18022df609022e0700022f1c5e0230251e023089e50231e3d402320eb202322a670233618d023410080236198e0236819802372d8b0238ac470238b715023979ee023a4124023b351f023e4e09023e7d3302403b77024208bb02429d7002429fb50244405c0245901402459413024655940247979f02488a4502496cc0024a53f0024aacf1024b6968024b7e3b024be7cf024c0820024c17ff024cb9f2024d5ad1024d6f44024d83e3024dd7f102502f71025230a902561af30257b9a90258819802591d2102592a09025a085d025a554d025b1a49025b3b96025b5f33025bcd01025c2978025cd64d025cfad8025dc68c025f48a0025f953c02605a3702609f850260c16f0261217702613c86026253430262535f0263b6d20265c7f00265e3ca02669c850266d74f026777ff026a7f14026a905b026acb29026ae496026af95f026b4298026bbae5026c1532026c495f026cd51b026e53d2026eae3d026f1785026f5331026fb872026fb9b80270035502704d6702719e3202724c020272ce6002732aee0274e91402754568027548d0027591f102782faf0278630c027ada87027f7231027fa0c8028026be0280baec028142ce02838aef0285385902870c7a02874fa602878cff0287f547028839d9028920ee0289c113028a7fff028b31fe028b4353028b83ff028bc629028be0ef028d6ec3028e44c0028ebdee028f7d8d029051910290bb8e0290fa4b029386100294b0dd0294dde102950bbe029635e00297aca402983fcf02998bca02999a2b0299a026029a5185029b339e029b3b71029bd644029db35a029debb5029e21a6029f822c02a0612402a1161102a163d202a1a39602a1d7b202a2162c02a340c502a3e07402a3fb3802a560f302a5a5c902a6e9df02a7389a02a77a2a02a77c2002a7ca7802a803f802a835f702a84b5002a897c802a98ae202aa02eb02aa83b102abdedf02ac1f6b02acdad602ae044b02ae5a3a02ae884e02aef70202afaaf902b111e702b1721102b1934e02b2ac9e02b2aded02b34d1102b3ca5702b432b702b57e0702b5a65f02b5ab4702b60abc02b8690602b96c3302b99a0f02bb5d0c02bd018c02bf4c6402bfe34b02c0837602c0950d02c175a102c2879d02c2adf102c45aba02c52df102c6597302c78fd602c8254f02c90b1102cbf49602cc1b2c02cc316d02cd771702cde62302ce753502cf127902cf22f802d1166202d13ab302d2712002d3cc3f02d4845f02d6e68902d868cf02d9cecc02dc640102dffd7702e116c802e12c1002e1609e02e210e302e244ee02e39a7802e48dbf02e6809f02e7fa4502e875b502e8df5d02e8ee8a02ea9b2c02eb1e4702eb5df502eb85b702ecc2db02ed65d502eec4a502ef86f002f0932c02f195eb02f2bc9a02f3537a02f37ffd02f38d1c02f3cdef02f576a402f6af2302f6bfb702f76cc902f8162e02fa156c02fa599402fc1dcd02fdf49f02fec41d02fefc070301093103014785030295ce03033d650303c4cc030423da03042cc30306a7480306c39c03073d7a030746bc03083466030836740308f3130308f3c803090050030995b7030a2b89030a9fd5030ae615030bf318030c1e43030ca91e030dbb8d030dd635030e2172030e90e4030ec6f703127b6b0312a5b903132cc503137b0e0313aa6b0313e22e0314100a031611a00316899c03185ebc0318f8a5031a6098031ab14a031ad86f031affd5031b428d031b8a0c031d6ccd031e4c86031ea10a031f6141031fe1a503207e050320cf0703218857032277d0032387f60323b9900324345a03260bba0326be93032704fd0327e64a03284a990329eb96032b253b032b7141032ccaad032cdf00032cec10032dc638032ef165032efd3903315d5a03340c9503344ae90334a8de0335fc8103393d7003398b5c033a859a033ab2cd033cace8033dcc7f033dd9df033dfbd4033e7cdf033f4094033fb4ba033fdf0c03407e9203422028034374db034582dd0345b931034628a10347c3830349331c0349c1df0349d810034a1f2f034a3bc5034aaef8034b12d6034df905034e1089034eeaa1034f00f8034f3fc9034f5933034f9b8103507f69035179940351aa8a0352c30b0353af9603546e590355281b035662af035746500358801803590322035b39bd035b88fc035cb326035db2fd035e4bce035ee403035f1db70360e95303612a8b03614103036145e20361f4140362b5720363c98f0363e82603641b860364be6f0364bfe00365237703657bbe0365a6250366cd1e0368b4240368db8c0368ed1b036a2825036aaaa9036b365a036b3d34036b76fd036cd2b7036e17a0036e7c63036f2fe50370dd6d037190f80371da620372507c0372dd120373b8460373e40203740ba40375573e0375b09e0377f3d60379b2cb037a2d40037ab98b037ac4c1037afec9037b4f4d037bacdb037bad6d037c8ddd037c94d2037ccf38037ce9e5037e3341037fe8a7037fe98b038201c203828f160383afe50384752f0384841403854bcf03862af80386bf580386e2bd0386ea2903884512038aa1c7038b497d038c00e9038c7447038e51b903900a810390e0f1039141a50391e979039217bf0392d3b203932b08039344a503956b8703963e85039658700396a4210396c7b103973e06039776650398bcd20398c5b20398d9810399f125039a3451039a6a1d039af251039b1e4f039b9a70039fb2eb03a0678803a174d503a1a26103a214de03a2bd6503a33d7703a54a1003a6a24503a6c3ea03a6d35703a71ee203a8087b03a887ca03a8fcf903a924eb03a95a2f03a9c95103aa2bae03aaa54603aba84003acf29e03ad5c8003ae2d7a03af27a203b0c49a03b0c93803b1cc9803b26cb303b2f74303b36a6703b5da5603b6178c03b715b503ba44fa03ba7ad203bac95b03bdfd7103bf3eae03bfafd003c0ada303c289bb03c4a05503c5c1e103c612f703c686fe03c693e603c7575e03c82c2503c9045503ca3e2803ca51e103cc40dc03ccb62c03ccf23403cd0b5303cdbf2803d0614a03d0aad303d0b23003d13d0103d17d6103d2698403d2868103d2caa703d3856f03d52fdb03d6ab7003d7502e03d98f2303d9fbb903da0c1903dc628a03dcc65a03ddbe3703de9d0803df5a4803e06a2403e0fef703e16c4603e33c7a03e536f503e585f603e59fc803e5c4cc03e5f99d03e908e103e9364503e963d403ebc05303ebe76303ecfc2103ef6e4703efe3f903f0c74a03f11a7303f2150f03f2595103f2933d03f2e59203f3d63103f4d49203f4e65503f57f6603f5e89d03f61f7a03f7bc6c03f8297503f88f4103f9483403fa5dbe03fabb0c03fb56a103fb5f8003fe9b3b03fe9f0c03ffd87903ffe1ad03ffe83e04007f8f04009fad040310f00404c136040547c9040594210405e24f0406476a040666e60407baca04095314040b4369040bc989040c3f84040cd9ee040dbe1c040e5148040ea5c80410c4c70411c6890411ebc904124d2b041293f80412d7ce041316f0041352fb0415049b0415d0de04163c6e041731980417a2dd0418b3bd0418c3eb04199a5b0419a7f1041a1144041adaab041c40f1041c7dc4041ceafd041d1b4f041daed1041de677041def6b041e0abd041ec03a041ff0fd041ff8d40420470504205eeb0423af5f0423e954042425e00424fa1c042565d00425de430426d3ba04270495042805670428217b0429efa7042b77c3042c6e75042c7631042cfcb3042d2a40042d7c4e0430f731043142ae0431d464043267f70432ffce0433bf2e04340c3b04345de3043511cb0435958c043709bc0437633104377b440437cd86043813300438deb0043919f404397d73043d2318043d597f043d6848043e0897043fccfc0440554b044176270441a36a0442420c04445b23044545d30445559d0445b45f0446cc2704481f1e04498003044a79ea044a8a47044aa594044ab564044abdc8044badb0044c4a21044cbfdd044cedd7044ed2db044f7bde044ff78f04500e1a045018550451725f0453e96d045430c204544b5904556c3f0455b6970455e7310455f6eb045618f504562c38045790cd0457bf640458a01e04597165045973b2045a7ae8045a9214045aa34f045b8880045c0340045dbe88045f06be045f729a045f9dd10460c4de0462a43b046324280463576c0463829c046576b70465a27a0465a6340465f6e30466dd0c0467a9c80468189e0469186b046af364046b58ee046b9f32046bab5f046bd13d046c5af5046c9f14046d3aa2046d69e1046e85b0046eadf8046f9591046fd92704703f070470a240047159160471aa60047249780472c498047463010475c3760476229a047755dc0478118d047873820478bbaa0479013c047d34b2047d69dd047dba9c047f4a6804801774048144ac04845e290484945704864dc1048707ca04875c7604876ffb04878da2048808bb0488d9ca048ac5b4048b1850048bbb3d048c360d048c7cfa048db9bb048df41504904af00490741f04914367049145dc0491ec800492c3ff049310da0493f8e80493fd2e04945c36049462140494821d04952def049555560495ced4049675af0496e3b10497813204991f040499438b049b843a049c373a049d39f2049d89d9049ece15049fef45049ff69b04a1425904a291cb04a2a8b904a2d61904a3b7b004a4842304a53b0604a6162704a6798204a9130304a9b6b404a9c14004aa05d404ad0ab904ae43d504af459604af953904afacdf04b02ce904b050ed04b0a85104b1494004b222f604b2d53504b3fc1704b450f904b4532604b6c6a404b7541204b7aeda04b7ce8904b7d2b104b937ba04b97edd04bb1b4804bc3a3004bc561004bc946d04bde21d04beabbd04beca8504bf28d504bf6beb04c03b2f04c181a004c3107c04c4297804c485c904c5eab204c61c7804c6dfa804c6f93504c70cb404c7e60404c90d7104cb952f04ccb82d04cd9f1f04cdf98c04cee16b04d1509504d23efe04d3a3be04d4d9c404d53e5804d5a71704d6590304d752c704d8910d04d8f65b04d9e37804da9e3804db214104db4ad604dd68d104dfc8eb04e0086504e10b4f04e12d3704e1ca7004e1db2a04e3852404e43df704e4765f04e5963404e5de5904e60dea04e6b19304e6c6fe04e700ab04e7730504e7b3a604e816d504e9842304ea97d004ebddb404ec67f004ece53504ed010704ed021c04ee646404eeac3904eeb0ba04eeb45c04f052f004f0f5d904f4b1f904f54ff104f5d41b04f6576904f669b404f6973d04f6b75704f733e004f9a2af04f9afcc04fa1cba04fa5aba04fb8d4504fc600d04fcda3504fd06d704fe217e04fe58a304fee1c004ff03e804fffb9b0501dcf70502f2980503198b0504cb6105056ac705056bf70505c61905071348050728ce0509b171050a2976050b0add050b31d9050ce7a9050ec33f050fff060511bfbf05134ee1051423730514ed060515d2a605162a5d051b5f29051ba865051e394e0520d41b0521d6e405220ab7052237180522d3620522db57052317e3052377870523a0b40523d4f90524471205246b0f05269f52052825bf05287d0a052961a3052a2998052db300052e98a5052ec0480532e25205331a1305338ee605339c5c05350102053588f60535f2140535f5e20536e1b90537454205374fb90538e20005394dcd053973c5053a910e053b6aa4053c0101053cda92053e3653053e9236053f1a81054203990543818e054485160545e71f05464f260546c31f05471bed05486c3a05490e4b05498874054bac7b054bb0db054c06b7054c1978054dd66c054e0a9d054f15b40551b45a0551bee60552083b055247b30553e4bb0554ac1d055585630556f24305576bdc05582ecb055a1501055d22cb055dd3b8055e8f4905611c0f0561f6ae0562b4ee0562e51d05634b33056560c00565e17a0567d23605689ef00568b6920568d984056a1efd056a59ca056a6d03056af624056c107e056c8dd4056e2c24056f30c5056fbc460571367705725f800573aa4805748a820574a4d6057634d705781ee405796e3b0579a961057a084a057c29f4057c4391057c6e00057cc417057fd9ae05804be40580a7050580ee7f0582d4b80583941e05854d0f058728e0058782440588ef480589ee62058ac847058c74c4058d4f2d058dc54b058df20e058e7f12058f11c4058f429a058fbdcf0591853705928f1c0593ee3c059423a3059428350594b37e0594bd35059649c80596a3190596bdce0597454a059792bf05982c4b0599820a059a8cda059b23c5059bfdc6059c3d62059d2b73059de8ac059e32cc059ec8ad059ed92a05a0210205a0368705a0857505a09f8205a0df7205a0e82b05a2a97d05a484ae05a4b22205a5203f05a667b105a69e6405a74e2205a768fb05a77dcf05a7e16205a8a10305a8fc9205a9a67905aa151605aa1d8205aa327705aaa85205ab78bf05ad5fed05ade7a205b17f8d05b2ba6805b6239105b689c605b6e62705b722e305b748c805b750a105b7ace905b8d12405b9847805bcfc9e05bdee9405beec4d05bef6e405c01f9305c024b605c0274805c1025c05c11c4a05c1be2005c1d0c405c2b2d905c2cd5c05c2ef1905c3e4c105c3f48205c50fb605c5b96d05c63c4505c6704805c710d405c7bc5d05c7c1d105c97a2f05ca70c005cd8ade05cd92de05ce4d1805ce7f6905d00e6405d06fa405d30f1a05d42e8b05d4ea2805d4fa8605d5167805d53ed505d5b86905d77fa705d803cc05d8592605da1f0105dab23d05db8c0d05dbfabd05dc8ee705dcafa105de6ce005df62e005df8d8905dfde6d05e036d205e03cfc05e078e805e0e6fa05e23ad505e250d305e2d37205e62eb305e641e205e6e33d05e7894d05e7c59b05e832a705ea3d2505ea465d05ea80d705eab00905eb65ec05edb59005eded2705ee728505eed23c05ef1c4305ef24b905f0ae5205f1333005f2147905f21bf505f2caba05f2cbf705f2e91705f32f4805f39cfa05f3b36f05f4b1ea05f545f805f64bf205f8116e05faeae005fc6d5505fd78cd05fe023105fe2ff405fe33f305fe7b4e05fe9a4c05feaaa705ff04b40601ded70604c10506052945060698030606e68b0606fd750607b8f80607ce970608b84b0608c7e50609c146060a03b5060b348b060b6173060b649f060c2540060c85b0060e6acb060e79ce060ee800061014b506122ac706132d6a0616af0e0617b8b50618c4d80618f948061930c80619a13d0619e173061bf2ab061bfa7f061c27a3061d234b061da06b061dbf5c061dc387061fd834062122d5062296950623036906236ff70623a6e00623ef410625997a0625a1d806268789062786700627f09e062872b1062968aa0629b655062a39b1062b27fa062bfbc1062d43160630c4720630ee9506311c1e0631c48706322e92063292a60636345e063696ec06369b7d0636b8fb06372ed00637d5ba06386b96063874240638c6a0063a2e4f063ac63e063b2b2e063d37fb063d50e8063e17e0063e42d4063e7be8063e9866063f2962064115fa0641b4da0641ffd106421f6a06445b690644b2f506456d330646e146064727c506477221064914390649c553064b943f064be910064df56e064e1820064ea1ad0650c40106510e71065110a3065285f30653164b0654fe9b06550f6a065528fe0655f95a0656b4e30656f0f506579a160657d6b4065803c80658e62206593afc065955e6065a5ef4065a91a8065aaa63065adc23065ae428065b8c18065d1599065e209c065e63af065f98d20660f7e30661466006641ee5066441b6066528630667f69e0669211406699afa0669a6fb066a4a8f066ae020066bddce066be4a1066c4456066d2be5066d9fe9066dab6d066e0e4d066eda09067108f206715f3f0671b8e206724b160672df870673bfca0674af2c06752952067542770677cf9d0677ff860679d6f60679dad00679ee4a067a8e2d067d2a9d067da978067db1a7067e097e067ecc2f06802b69068087ad06809cbd0680e85906818f280682a2980682fb6806839e57068523db068541d206860b840686d07806877df80687c1ed06880fa6068818240688bf110688d5c50689c9870689f6e8068bce40068c98b0068d7415068e05a4068f6b0d068f7b07069044700690d8b106928aec0695417606959b090695a93d0695f65806966e8706982973069882300698c7940699f997069b6e70069c8fe3069d22e8069d6168069e31e5069ec33e069f6b22069f971206a02df406a1c5d706a2154406a3649e06a3e09c06a4ac9806a4bb4a06a6052a06a60d4c06a6188306a6cb2506a7025b06a8f10b06a901f506a98c2606aa74d306accf7d06ada35806ae22e306ae4d8506ae9fe906aef30906af229806af6e7706b0661506b1189806b146d506b1817106b29c4706b2f4bc06b3fe7c06b43ab306b43c4506b44c1806b4531206b4bf4506b4db9a06b6d70b06b7a24806b8021306b8f92806b9073206bac72706bafe6506bb1cfe06bbf08306bc232206bdee2506be7b8f06bff11006c03c1406c0f5c506c1e1d706c2a97c06c3259d06c3634d06c3c76006c3e12606c4828706c4909106c4a6cf06c5516c06c55da306c5caea06c5d95706c6164906c6e7e406c7a7bd06c8844806c9c12106cbfe7b06cc049206cc38c606cd66b606ce609a06d030c606d2265406d2380206d402ef06d7acf206d97b3806da30cc06da749e06dbc2bf06dbf83406de176a06de4a0606de653106de8e4c06df672806dfbb7b06e2e56606e3148306e469c706e5ad4806e704ed06e7f67506ea162f06ec4b8c06ef130b06f126d106f24cc106f29f4306f3c47506f44b5c06f5290506f5779706f57b9e06f806a406f8660c06f875f506f9487706fa351706fa48ac06fb6f2b06fbe50906fc905b06fce6c406fde3b006fed9fc07008c460700bffe0702a2fe0702ac2507045953070724b207093143070a96ce070ba825070cc884070d1790070df74707103ecd0711d5d507151c7d071590de0716be8007196d7c071ab481071b2277071b2d0e071d3c95071dc93d071e6dd4071f3b81071f5765071f7913072051330721303c072167e40722be180722f465072384f0072390d50724833d0724becb0725bcad0725d75b07270db6072739620727c118072aeb26072d0fea072da7bf072deff8072ea278072f94b5072fa8be0730cbc70731bcf70731ff3f0732066d0732ea9d0733c4e2073421e807343d04073459b00734f328073505d107368774073695e5073705ab0738a5110739a5470739c534073a2221073a64cf073aea48073b8f6c073bc1b5073d3dc9073d3e23073d8cc8073dc43e073df0d5073e5204073f4d8007401ef40740e8cb0743fe3e07446e3c074498f7074568a00745736a0745ae4407465f9c07468c310746a1d207477f8d074797d50748f3f2074939c9074af76e074b16c5074bfc1f074c28a6074c318f074f9861074f9a31074fac77075005ae0750695a0750f3be07526ec20752a25f07534064075664b00757b93c0758427f075881910759ece8075ab0c6075acc63075b3593075bda6c075c599c075dcf72075dea69075dff1b075f2874075f6e4a075fb9bf0761a56e0761ec6e076264bb076348e10763e7cb07641d660766be58076740440767f4ab0767f7700768d75d076a71f9076b0729076c8195076cef87076ddaec076ec731076f58c0076f5b300772ff8d0773f1640774781c07747dcf0774d7c60775cd4f0775ecd307770cb90777199807796cb507797c3b077a5777077a85cf077aa575077aba38077ba4a3077c2844077ccec9077d16c3077dfa7f077e6870077f23ed077f97d2077fdd6f077fe655078029d70780ceb607816a7d0781e4840781ed370782cac107830ffe0783bb26078460170785428f078799c00787a1d507880398078906390789680307899684078aa0e9078bce3c078c814e078ce1be078cea4d078cf654078d624b078d67a4078e9be5078eea83078fd014079002920790ddc2079108950792bd1d0793afda07946efc079498a207951ca307955a1c079690a90798a07e0799248707996e6a079a440b079a647d079ab8fb079b8792079b95ec079bd286079c4509079c585b079d1e3e079d93d7079ee687079fbc7607a15f9107a1c2d307a1d33607a405fa07a4c40807a4e6a607a809a707a913d007a96d5407a9950207aa3a4c07aa7b7007aac3a807aafea807acb85407ad3c3a07ad8f4107adcc1c07ade4c507adeaf907ae15cb07ae710207b0663c07b10e2407b138ae07b191c907b2055407b2de7307b473ef07b4edb707b50e6807b5b75307b5bdd707b5e3e007b83f1407b99b2707bc53fa07bc616e07bd63e007be1cc507bf6d6a07bfb24e07c0501707c0a5a907c16cfc07c1a7f007c25de707c2672707c2b52d07c326c807c372c107c3c0a407c4032f07c4254607c47fc607c5541507c71beb07c7571907c8252e07c9ee3507cb1b8c07cb264807cb26bc07cb8e0607cc029c07cc293c07cd532807cdeff907cf577207d00e8607d0419907d0f13707d4027b07d40e4b07d4186d07d4720a07d4921c07d5766207d5806107d5905107d5b29507d5c84407d5fc1407d68a1507d7007707d73e3a07d73ff207db509c07db88e707dba53307dbcb5407dc604b07dd742c07de69d607df9a3e07e159c307e16d1707e1a80007e237da07e2822f07e4859407e4980407e4d1cb07e5b21407e5d85e07e7b2da07e7f6a507e8d66d07ea626907eadd9e07ec844307ed23df07ed3e4f07edb09407eed5b607efb07e07eff43807f04cfe07f0e91d07f1707707f2be1b07f3ab8e07f48f9f07f539ae07f5cd4507f5e13107f677e107f67c0007f6989d07f7093e07f87d0f07f8e7c407f91ec007f920bd07f9abde07f9ddf207fa1d1707fa2e8107fb0e9607fbffc007fc8b0c07fd174807fdba0107fe802d07feaa7f07ff053107ff5f6607ffee9908014277080157690801952e0801b4100802e5a2080419f50804254008048e6b0804f50a080519d308053e27080616900806358c080796db08081b7d08082834080bdb03080c54fd080cfca9080e94240810b29d08128a8b0813d540081532080815beed0815cd44081607220816205b08166146081775910817b4f40818171c08189b15081a569d081be2bc081c26a0081c8dd2081d1e50081db9dc081def8c082002c90820083f0820837908210a5e0821113d082373ef08239128082508820825c4260826b2600827c4bf0828906d08292075082992a5082ad622082b0936082b123e082b2b2c082cd3d0082d56c0082e0eb3082e33f40830520508306cec0830f90708317b2b083239b908327beb083368480835b3dc0835f18808377dd7083792ec0837f2d008381661083825ee08383489083856220838d7a70838ef6a0838f4e90839878d083a386f083bde6f083c29c3083d1862083fdb9c08407de20840ea2a0840eeb40842231d0842934a0842cdf30844cfee0844f5400845f6380846689b0847078f0847217f08476ae608483dab0848dba10848f02f08494f5b084a1cc3084a424d084aba6b084b2974084b2fba084bb215084de5e5084e6b78084f00d9084fab50085009450850a8a4085151410851da660851e3aa0853482508537d480853a38b0853aa8708545256085537070855af16085614be0857de320858d91d085938e1085a236e085a4d66085ab24f085c970a085d3ac2085d4da3085d6218085e4c7d085e7135085ed06f085f2a9508604c13086114e008615714086254ed08630bcc08639a4e0863a4720863b0820863cec8086522cc08674a8c086825750869d57d086a2149086b779b086bd4b9086e1276087029c008707b330870dcd208713b980872632c0873399c0873d7890873f0420874a0c508761035087715840878087608795a5c087b74bf087bf7c4087caedb087e746b0881127508813ca50881bd5208826757088293770883aec708848a340885ce740885dcd90886ff2108880fc3088972ad0889bc5c088b0c6f088b272e088b9d47088e05ad088f0a30088f759f088fd3cc08903d5c0890d61d0891fd230891fdb108930851089367530893a3e60893e9cf089445f40894467f0895e49b08967f670896ade40896afe108972c5c08974e480897e72708983065089857ae0898c6e50898d9560898e69d0899c0e9089c0034089c406b089c53d1089e033c089eb48b08a0d41008a1430e08a2583b08a2e28d08a426bc08a467a808a51ccd08a6c74108a6f07408a71bff08a732ca08a75e4708a924d508aa9f0608ac41ce08ad7ba108ae496f08ae590f08ae6bb508aef37308af011e08b2df0508b4466008b48ace08b49b1508b5ade708b6b2f908b6c6ac08b6e6a108b71df308b7f1a008b7f60d08b8073b08b8254808b89c0b08b8b36708b9536a08b9cc1d08b9d7ef08bac1d108bce30808bf0c3108bf8eb608bf9c2608c18ffe08c260ff08c2693308c46ebf08c515a408c5290c08c6bc5d08c74c9208c83d9b08c83e3908c8bc7108c9998108c9dd1908ca373408ca67a708ca75e308cad16708cafe8f08cd14a808cd5e8b08ce31c408ce5f9408ce923408cea5ca08cf0f0d08cf796708cfeedb08d03d3e08d0fc5808d1855c08d1925008d1d48d08d2178c08d2d55c08d38d5308d4d83c08d4dfb108d7679a08d7fcc708d8790d08d8a2f408d9353308da261508dab33c08db64a508db97a608dd092408dee00108df888b08e003e408e46bb308e4ebb008e878f208e8cf6108e951fe08e9760208ea2c3c08eb0efc08eb22c808eb5b2608ed1d3308ed289508ed971d08f0134908f0195208f20a8508f278d108f2ff6108f48c4c08f4a5cb08f4a80808f4ff6d08f58b7908f6861f08f6c89908f6e30708f959ea08f9c4f308fa9fed08faf61c08fc245f08fcf5f508fe4cdc08fe4d4708ff192408ffd2ce08ffdc0d09017cdd0903155909032c7d0903b119090426c60904cc6909060baa090651560907193909075e8a0908a26f0908d8b30909022509098054090b872e090d62d4090f68ab091076650910f0cf09111a740912dcfc091411da091457440914d485091526b40915e3210915f3a6091645780916583c0916b4d9091896fa0919b2e3091a0b35091ad093091b64d7091bfaa9091c0f8b091c4de3091c56bb0921106a092228090923a86a09240c850924ae820924d86c092595050925983c0925fb0f09275bf50927c6100928177d09281c7d0928ae1109298849092a54cf092aa2eb092ba627092bc521092c4d4b092c514b092cc5ed092d6f06092dc54c092dc88f092e15ab092e482f092e82da0933b74809349b50093515cc093643c0093798130938302f09393182093a0c6c093a1872093a3ac2093a7af6093d8178093e202d093e49dd093e4f65093ed4e3094070d60943087309434d19094590df0945c8220946061f094688010947615c094775720947aff9094935f00949a7cc094a8e69094a955d094b09f6094cff03094db088094ebdb80951835c095368a30953d5f20953f1eb09540cd9095444d30954b44c0955c41509560e8a09561ddd0958da28095a4925095abfa3095ba9ba095bb24b095c3e48095caa74095d7b59095d8db0095d9cf5095de7dc095ded92095e62fb095f5dee09612b7609621b9809621ea0096296150962e9a3096376fb096387900963f7350964b76309650459096673340966cfd209672af4096769c30967de9809684bd10969b9d0096ad86d096be15b096ccc59096cf9ef096cfb27096e5afa096f2c34097014db09713669097175140971a1f10973bf34097402830974adb1097548750975726b0975acd60976930d0976d05f0977b7180977fb9e0978802a09792e4f0979ed49097a2b75097a513e097af606097b1247097b5abb097c7777097c7fdc097d1154097d8d30097e05cc097e2f83097e5f93097eb1da097ebc2c097f7820097fe1660980379c09809478098533c80987777c0987b4bf09897c820989e9f7098a7057098bf89a098bfe5f098c7a01098d194a098d908d098e84eb098f08fd098f610b09920f9f0993cd7109943de90995c38009961c2509968c6a0997b7480999f033099b57d8099e24d2099e33c1099ebe9f099efede099f778c09a0bf8109a16a0e09a2028b09a3df5a09a4350409a469cb09a4c0d009a4fdc809a58efa09a6d5b509a70e1c09a8481109a9aa4d09aa7c0109aa95c409acf12b09ad173e09ada89709ae11ba09ae26ed09afdc7f09b1352b09b3032c09b33c6109b3498909b3fe5c09b41c6109b6629409b6738809b7432909b784dc09b7fc3d09b82ba509b85dbe09b8747609b8c8e709b9970f09ba6f1209bb1c1f09bb47df09be51d309bf404209c0aa5809c0f3a309c149e209c1945a09c1a78109c3121f09c3ae1309c3c23609c44f4d09c4b44d09c6519b09c72ca809c774c609c8081909cafc7d09cc1fd009cd56e409cf489809cfb94509d00b0b09d02d6809d0581f09d0b48509d0efc009d25f5e09d4492409d5a4b109d5c82c09d5e6c309d64bb109d6bbb609d6e4f409d770e709d8595f09d90e9509d934a709d9479a09d96f8109d98bf409da285009da68ed09daef0a09dbfae409dcb44009dcdc8c09dcf93d09de593c09de65d809e3c18109e3f1a409e41eea09e473dc09e4d10109e5c8fa09e6207809e6c07f09e7a71c09e815e209e8c22309e94fdb09ea38cc09ec872909ec9aae09ed349c09edf28809eea2cf09eebf7209f0600409f0a65509f2047c09f3b15c09f3b75f09f3d84a09f4a08609f6085109f8041b09f819be09f8d10009f9c7d509fa007f09fa993809fb399009fc43f909fe13d709febc2f09febfbb0a0021140a00c6900a0160c00a03dbb80a03ee9f0a04f5e10a050e990a08413d0a09ea610a09fec80a0b3d340a0b50e40a0b5d700a0bc4100a0f78370a0ff4460a116f700a11e4090a12618a0a1449ba0a1562510a15e0080a172c100a1775b90a19493a0a1b5bd90a1f8fe20a218a1b0a21d3710a22137a0a23caf80a23dab10a23e4460a27ed280a292b870a2b4a830a2d45a90a2daf570a2ddd680a30fce80a36767b0a3727300a37cb010a3a020c0a3a291b0a3c25f50a3e43440a401a640a409da40a431bcb0a43b74a0a4605890a4661550a46db8e0a4757000a49afe20a4a3fae0a4b06f50a4cbfe80a4ea7640a4ee37d0a4fa8850a52acca0a53dea30a54a48d0a554f1e0a561ef70a5626af0a566b160a56afcb0a59ad3f0a59f2fe0a5b39a80a5c86d00a5cb7070a5d28d00a5e9a1c0a5fc77d0a619b100a61bf680a61e1880a61e9f20a6411f10a654f310a655dcf0a65a8420a6755340a6785fa0a6835a80a6967c70a6a513d0a6aedfc0a6b826e0a6d26bc0a70bafe0a73efd90a74c75b0a74f26c0a7686fd0a76bd3e0a76d7420a796da60a7994900a79bf090a7caf910a7ef3460a7fb2110a806ea30a83ca200a8606d70a86b7350a89ced60a8b03b00a8c5aa90a8cbaae0a93ace30a93d8780a93f01b0a942bf00a94719f0a94f2360a96bd560a97b83a0a97fc660a98a44e0a99d6b50a9a34760a9aa68f0a9ae4510a9c56ae0a9c9a920a9fb6c10a9fd5720aa01a9e0aa10d3d0aa231280aa28bea0aa2a6ed0aa48ded0aa4e6350aa570b60aa6cdbd0aa7bd400aa87b1d0aac0a5e0aac43760aae648c0aae9bd10aaeb8260aaf0b580ab06e3b0ab070970ab1d1ec0ab429910ab4452a0ab4a29a0ab50b690ab50d920ab6bec60ab76c6f0ab76eff0ab89d1d0ab8af710aba684f0abb0fcf0abd4faf0abe8b240ac083390ac119390ac2c2fa0ac2edd00ac340580ac40ea00ac4c1430ac6f0160ac7ee390ac825a50aca00e20aca7a2c0acc35db0acd72080aceb39f0ad109600ad1ece60ad27b130ad357f70ad40acb0ad56e2d0ad5aa3b0ad69e0d0ad71b4b0ad9f0aa0ad9f1090add82420addc0bb0ade3b660aded2bc0adfb51a0ae0e58d0ae14f5a0ae31e3a0ae37de80ae40f670ae511490aea81200aea87040aeb6e070aed645b0aed67d80aed76ac0aee89680aef8d2b0aefaf240af157000af162e70af2f0a60af3c5170af565760afb10010afb8cbc0afb9ace0afc7e0f0afdcfe10afdf2e40b00390b0b0441bf0b0546ff0b0595460b08a7fc0b09e88e0b0ae1620b0c1c0d0b0c36930b0e84650b0e9f7a0b0f0e8a0b0fa0f10b0fbaad0b121c9a0b123a820b124adc0b1301e80b14907c0b17685c0b19b26a0b1ce07c0b2036a70b20e0670b23532f0b23e1970b2513050b263fc20b265a3b0b281aea0b2966460b2ac1550b2b43a30b2bf4170b2cc1c50b2da12d0b33a6830b33aa2e0b3944460b39ebea0b3bad8c0b3bb46c0b3c00280b3c5f630b3c71480b3e43d60b3f65a40b42a6e00b44251f0b4425e90b44e7450b475d150b48583d0b488a790b49d3550b49e9980b49fba20b4b6f520b4c22d90b4c6e1b0b4df2280b506c6d0b50daee0b5190250b519a760b519b8b0b5390880b5468eb0b55f2760b57d7bf0b5acd010b5afd590b5e88630b5e8e520b5ee7ac0b5ef0df0b5f7c3c0b635c430b63ea770b660a470b6755e60b67f1790b68c19b0b691a510b69bead0b6b67f90b6c0d980b6cc48b0b6eb4120b6ef3050b71ea750b724e980b731b460b73eb830b7558420b76330c0b7ac30a0b7cc0c90b7eac400b7ee2880b7f00b20b7f25220b801c550b80fcc90b81be880b8519310b8602c50b87481a0b8762d10b8792230b88e4280b8b69580b8c59d50b8db4c10b9089020b91dbf20b91f7c30b957be00b9645c60b9780920b978d860b99c6ad0b99d38d0b9a2a6e0b9e08970b9ebce60ba0def70ba178440ba5f3c00ba622d00ba6b95e0ba871890baa30190baafb830bab396b0bac36ca0bacea1b0bafa5050bb07e4d0bb4791a0bb4e3770bb736090bb8aed80bb9215b0bb951ec0bba1eae0bbaaa850bbc5f250bbc80b20bbd8af40bbdaca40bbf7e870bbf85a80bc09f3c0bc1375c0bc3c5a50bc64d350bc887ca0bc9c8210bc9e1240bcaa27e0bcab0830bcb21480bcc10e90bcf76ac0bd004500bd08a320bd1b9300bd238160bd2684d0bd285440bd2eda00bd41a300bd483ff0bd5531f0bd710600bd79f6e0bd993580bdbb4c80bdcc79b0bdd93310bddd4460bddf6df0bde23930bde92120bdeba3c0be138d30be1814d0be22d9d0be2cc0f0be301390be3f3960be50a420be6fe8f0be731c10be74a3a0be94e670bec170a0bec53ab0bedc2d00bedf1090beffe300bf00e6e0bf066f90bf139c20bf2e2130bf460ff0bf4e9d50bf581bf0bf76b010bf7ffeb0bf844350bfc43120bfe1e600bfe2dc30bfeaa8f0bff6cd20c00cbb80c01a7740c03b13a0c03fde70c07d9d60c0881b10c089d960c08de790c090d6d0c0991d60c0a08f50c0ab8790c0ac84c0c0b1d230c0e126d0c1349c00c146d110c15b6fc0c18483f0c19b3530c1a354d0c1aa91e0c1bf6da0c1e5c0e0c1e641b0c1e79d70c1f7bd40c1f7c8c0c22863e0c22b2840c237a5a0c24261e0c25a8cf0c265e4d0c26ed3a0c27a6600c28ad340c2912840c2b5a720c2bfabb0c2da4bd0c2e6aee0c2ee80b0c2faf460c2feba20c3042750c308d0b0c32c3940c3484600c35c3f40c366eeb0c368f330c3a30480c3be6720c3d01f60c3d753d0c3dd6520c4069da0c42825d0c4468ac0c4596420c468aec0c472c080c473c330c4829850c48cbb00c48d2500c496b3d0c4a1cc00c4ab7f10c4b4de70c4eae030c4efdbb0c4f858f0c50c2870c51414b0c55b58f0c5696140c56fc0e0c58785d0c58f9020c5959a90c5993130c59bfc60c5b60650c5e2eda0c5e9f560c5eb44e0c5fdfd90c600f5c0c601f7b0c604faf0c60666e0c60725f0c6119910c617b6c0c64164e0c688f2a0c68e1c40c694ca00c69f4480c6a6e370c6a78e00c6b19de0c6bb5fd0c6c853e0c6dd86b0c6e26c20c706a870c70e2910c70f72d0c7153b50c732d3c0c73b28b0c73b9cd0c73d33f0c740eff0c75cfba0c764a9e0c778c870c7d07790c7e1a020c7efc370c7fc5d70c824dd20c8316e40c83c0d90c84fb820c8b5f490c8c40080c8c68420c8da81f0c905f590c906c810c9152c70c9195a80c91e25b0c92544d0c93852e0c9561e30c964c6e0c97cc4e0c98fbe20c9a11860c9a5b6d0c9e47160c9f0e420c9ff6d40ca094d00ca2370b0ca2645e0ca2989b0ca2e08b0ca442640ca491690ca65e000ca6e2ad0ca824510ca883e60caa7bab0cab56cf0cab9bc50cab9dda0cafab9c0cb04f500cb3ed230cb3fe0b0cb4518e0cb461180cb4a12e0cb56ca40cb572990cb76a730cb7f2280cba03030cbaacb50cbbed930cbe4bd30cc279540cc37c5d0cc8d1e40cca17310ccbb6780ccc0f830ccc28700ccc8e450ccd80a40ccd8cec0ccef15e0ccf622b0cd3b1b30cd5c3600cd8407d0cd9ccc90cda965f0cdc7aa40cdcc3db0cdd20b60cdd4bf80cdd70a90cdd82aa0cdfa2b40cdfab860ce0c2260ce1cd350ce1d0eb0ce28c4a0ce707970ce792380ce825fc0ce902df0cec7f770ced68190cedd2b30cede8110cee91510ceef76d0cf0902b0cf098a30cf1347e0cf1c5300cf31d310cf45d180cf4ca310cf54fb40cf7b12f0cf9e9990cf9f33e0cfcfb950cffd8bb0d0240670d02443d0d0310c30d0462330d080d860d0a0e980d0ba88d0d0e26f20d0e294d0d116a5c0d14658b0d15c37a0d1716950d1773ad0d1c416b0d1c6cc80d1d3ed60d2aa4260d2af6fd0d2b47430d2b53730d2c84740d2e01720d2f02f80d2f0c9a0d2f50d00d3279bf0d328f700d335c6d0d337a910d343ee70d34c17d0d3547dd0d354bbd0d35ca990d362b7d0d3630ec0d3697280d36f3de0d3c162f0d3d8dad0d3ddb400d3e4f770d3ed2d80d4069a00d4086fc0d40f06d0d412aa70d4172a80d422f540d4373b10d43a6150d45440a0d4735710d47de360d484ece0d489fec0d491a190d49fd040d4c79ac0d4efdcb0d506ca20d511d460d51a5160d52d72b0d53752f0d54518c0d5604be0d58454a0d5a68400d5a94210d5b352a0d5d39340d5ead170d5f8d0f0d5fb2fc0d61465a0d62d2200d649d6b0d651a6c0d652b8c0d6550e10d6597f90d65bfff0d670ae40d6728060d6824d90d6c77800d6d65db0d6e167e0d6e22b30d6e26e20d6e85ae0d6ee70c0d710ec40d711f200d720bde0d7222640d7275e80d73df830d73eaa90d73f9c60d7a2cf00d7a45070d7babd00d7f92e00d80b1510d84449b0d8517f30d87fde50d8a43ff0d8b66ee0d8dbeac0d8e0a140d8e24880d8e7a4a0d8ed3750d933e560d93d79b0d943d200d94b9860d95c4b40d9867240d9b274e0d9d61fc0d9ec4300d9fc73d0da24be80da29cdf0da599d80da8ca080da922070da9f8da0daa064d0dab49d00daeb0c60db0d1c10db2bfe40db377300db899c80db982120dba04850dbbae5f0dbe88d80dbf7f970dc298590dc375fc0dc3f68e0dc7f6ca0dc8cf8c0dc933be0dca63610dcc74850dccd9ce0dcd03f20dcdbb740dce27d30dcfa8180dd133680dd367750dd4c47b0dd4cc6f0dd53ba70dd754a90dd7fec70dd8bd7c0dd8c6d80dd8d1bb0dd9bc2b0ddc387a0ddce34e0ddf5a510de1a14d0de23c270de2529e0de428000de4f2e60de56aa70de7727b0de954690dea8f840debbd750dec88190ded22f20dedc66e0def5b7b0def99fa0df110b40df1828f0df230f80df24e0a0df564260df6975b0dfa30cb0dfaa73a0dfb97720dfc30750dfcf9fa0dfe068c0dfe7a760e008fbd0e01aeee0e02bdba0e03d61e0e0561e40e0575930e06da340e07b61c0e0af7100e0b01810e0c0bb80e0c3a170e0d69810e0f31de0e1174990e11eed10e12b3950e14b8060e1506960e154b9b0e1553a50e157a760e1631000e16e3250e1709fc0e17379b0e191dc40e1991a80e1d82200e1ea64c0e1fc7850e2005580e20d4d10e2289ed0e2439910e2533540e266e250e287d2e0e2abeec0e2cc8f60e2d88c70e2e04ca0e2fa64c0e3036d70e305dec0e31310a0e3399d30e33d0940e35b1910e36a8610e36b24a0e37bb3c0e3806050e3b13460e3e34290e3e65570e42b8300e43a70d0e44f3ec0e468d0a0e49203d0e4c2e9b0e4d93680e4fab640e4fdee80e50ba010e517d5b0e5602b20e5604d60e5694480e573a730e57f4940e5975e30e5a1eb10e5a5fe20e5b6dcd0e5f5e880e5f8d840e615e0c0e62a1730e62c2000e6507f00e6587f00e6684550e6862db0e68b8bc0e71c6920e71d8060e72d2d90e749e880e74b5af0e74d1cf0e760b1f0e77609e0e7989aa0e7a3ef70e7c9b2d0e7ca5480e7d87d30e7da9620e7ec65c0e7f78930e8183670e82ac8d0e82e6460e84c2530e853c6e0e8609860e872bf30e87e9f90e88595f0e8923e30e898c440e8afa600e8bb88e0e8d69f10e8d90380e9055780e9127f80e9139ac0e9362b30e93cab20e956eec0e959c4c0e9688ba0e99b31a0e99ba4b0e99cc210e9af6270e9afa8d0e9c53950e9e15170ea1a0be0ea339650ea3914d0ea468eb0ea584ed0ea754190eaace740eab55a40eac44d60eacf4cb0ead6e490eaf2d890eb1c4fc0eb1c7580eb327a80eb53b750eb64a1d0eb686730eb827e90eb83b380ebbbb380ebbc5f60ebbcc6b0ebd5a090ec118fd0ec271ff0ec4fb1f0ec533a20ec65f0e0ecace8b0ecc6dd70eccb0390eccbf860ecd58710ecdb1420eceb14f0ed0d43b0ed654e60ed713c90ed90bf70ed938530eda94600edb084d0edb0f8e0edcb4630ede169c0edf16e00edf2d510edf6b120edf7fed0ee034750ee1d6520ee2d8120ee37d460ee68ad80ee8ebac0eea0ec30eec13b80eed349e0eeee40f0eeef4e60ef0c9770ef555600ef5b8700ef6eca00ef6fcc40efaae310efb0ace0efd22e40efd88b70efdbb2d0efed2f00eff2dac0f000c1b0f0117050f03e6520f04fc2f0f055f730f0712dd0f0764070f07a8be0f0892ed0f08f85c0f0ac52b0f0b37750f0be8320f0c09620f0d3e140f0e53880f0ee6560f1108ca0f12ff350f1399c10f1587840f15a5190f1709510f1a3c710f1db5180f1dd1be0f1ed4650f1fd9140f1ff63a0f20dca00f22cdab0f2478000f25c6460f28aee40f2ac7810f2b9ae80f2bc8ed0f2c44c10f2d16570f2ee2ee0f2f1f9a0f3166de0f3184d40f31b2830f33c4250f33f77e0f3441100f36008a0f38d5030f398dc60f39b89b0f3b5aa50f3cf2530f3ddce80f40f7ac0f44ed000f45088a0f4632060f46fb050f48a9a30f48e9ff0f4992b90f4996780f49bea70f4cf8050f4d1dfa0f4e0a540f5378700f5411a30f54a9750f54f6930f56e5190f5839260f588bbc0f596ae80f59f0b70f59f46d0f5a67200f5ab2ae0f5c94240f5c9b8c0f5d42aa0f5dcb3c0f5e06740f5fa2100f60ed320f648e300f6bbbd20f6eb6ba0f6ece760f6fcb160f70983f0f71d8f00f731cb30f7340d30f74535a0f7573c80f782af40f7a22720f7c0e1f0f7c112f0f7cffad0f7d8b240f7d8d690f7e55470f8343980f83fa100f84ca030f84d1840f8547b50f8720e60f8a467a0f8deb5a0f8e58990f8efd5d0f8f79970f9074310f90d2330f92f3230f94e5950f950cc10f995c810f9c82530f9e395e0f9f20840f9f8fd00f9fb3f90fa0fdd30fa4592c0fa4874e0fa569100fa733610fa9033f0faa31a10faaf12e0fae807f0faedd130fb06ab40fb0ee2b0fb125970fb128950fb2deb80fb64a490fb723150fbaa6a00fbb264b0fbc41860fbede210fc151ad0fc19e5e0fc2362d0fc42cd50fc7d2be0fc7ffe40fc89b110fc9c4e10fced8210fcfd5610fd0a5c90fd12cc30fd3f5310fd400c70fd58d720fd5c49a0fda33860fdae7df0fde4a150fdf64c30fe184e40fe4fbaa0fe6c1c40fe6f2150fe7ca6e0fe9269a0feace180feb81970fec1ca40fec66480fece41f0fececba0fee66200fefad140ff0d87d0ff161e20ff1ff000ff29a240ff65f050ff68cab0ff7cdf50ff8baef0ffbb6fc0ffcbfe60ffe224c0fffc6a81000b79f100297721004075510040ff41007264b1007745c100780b6100930231009d3dd1009e4cc100ac5ce100b505e100b693a100c235f100cf902100e1163100e3e7d100ec283100eedb3100f33ff100fb32610100a081010e5b810116f7a10127a9210127bfe1013cbd810140d76101431d810157c0810159c8e10168bf81016de7110170adb10198c761019fe75101b715e101c3c08101cd973101f0b5f101f1bc9101f3882102140ee1021a1b91021d0c310224ebd1023ee8c1024145e10241c6e102503da1025a2651025e6d61026a540102701b410278bcd1027f83c10289f521029b55d102aba54102ad36b102b1037102be2c4102c41f9102c4e16102dbb81102e6519102ea0b0102f31e7102fdec61030da5110322c691033a70c1033c295103455b5103578011036adc71037287e1037678310377efe10378e921039703d1039b054103bcef4103d643e103d867b103dce00103eda8a103fd0ec103fd62310403455104073741041eba8104251fb104452f01044560310446efa1045705b1045a0841045f478104695d01047866e104838f51048b7ba104ac89e104b62b7104b9c8d104ba5f1104bd2d8104c2cb5104c5c34104c744e104ce0ef104d4317104d593d104edcb9104f931210505c9910511a9110515dd510518c1c105382e71053a3371053e62e1054219610567476105765bf1057996e10587bf410590ab410590ba4105afbac105b40bd105d78a4105dec7a1061b6ce1062018f10629116106384c21064b1c810650e4e106586cb10661cf51068027b106912161069e88f106a573a106b26b1106b7956106cd0c4106f70b8106f8bc410722d521073a6b01074972e1074aa3a107653101077143a1078f0fd1079b5b71079f5f3107ab491107abb5e107c8129107d4a95107d7b9c107dc845107eecfa107eed7e1080f33e1080fca910813f2a10814b1310816854108565821086319010885966108989ae108a17cc108a1c6d108b7ec8108d3346108da6f1108e45ec108eab42108ec8c7108f4bdb108ff1751091f93f1093aa0a10967c641096a26210984fa41098500c1098e2a51099253a109964971099758510999ed41099fad5109a089e109a4656109c962d109ca29d109caf0a109eefd2109f2373109f247110a0dc0d10a1933410a1b61e10a2b62f10a4356010a821a610a8cb6e10a8f9a710a9905110aaefb910ab73ec10abf55b10acc8b110ad515010afa8ef10aff91a10b12c5a10b227e110b2896410b4106710b44c9910b581e510b7ad2a10b8135a10b8a12310b9a7ec10ba037c10ba83dc10bcc62e10bcfffa10bf88a710c0352110c2170810c35deb10c41f4c10c4708a10c6608510c8330210c8e41c10c9d22510ca484010cb189110cd216510cf236310cf462210cf52c510d0011710d31a1110d3f51e10d438bf10d4e83910d4f75610d5ba8910d654b110d6971310d771f410d7968f10d8461b10da236210da98ac10db970b10dc7e0910dc8f0a10dd1c4110dd317e10dd4d4210e15dd910e186bb10e219a310e3207310e3bc0710e51f3510e5826010e738cb10e7bab810ea9cde10eb046d10ec1e6510edeb6510ee7a7310ef7f7210efe5b110f0060f10f0eb6310f1a7e310f233ec10f26b8010f2f4ba10f647f310f6b18110f744f510f84daa10f9573910fa072210fb7dd810fbf82d10fc135c10fc2f9e10fcb6ee10feef771100995d1101ded311028c6a1102ae2011030d6c11033fe41104506011062f1f1107b4521108a6c8110e6e11110ef6fd110f2ce11110c8401111cc78111276ca11134d541113a7251113bed211141bd51114b83a1115eefa111613a6111710c5111775421117b92f1118b71e1119e6b3111a2a74111dff97111e094b111e8c77111f2828111f5a9d1122e537112314fe1123bb0f11241e991128dbb11128ebf011295763112a5270112a8eba112afd51112bf929112c20d5112db4e9112dc276112e10a7112e206d112e6e32112e8a651131487b1132121911326966113271591132dc491133088811335db5113370dd1133c39f11351b451135677d1136e7ad1137322d113745b3113766fb1138554a113872c5113a257a113b9ac7113beae2113e2e19113ea3df1140b6de114102771141b3b91141ed5e11422dec11449cc31145dc17114774181148179011499f541149c98b114a1805114d6737114d7d85114ef39f114f3ef6114f89db11504971115131141151ee561151ffc4115224f1115234a4115271a61153f73f115640671156ebb81157155c115905741159bc1a115a176d115a2509115b6f7a115b8127115c3232115ca271115d0c55115e8dde115f5cd1116063c91160f4c21162d141116422ce1164468e1164877211652e271166d457116725561168010c116833171168a0321168c666116946211169cc531169f551116a55d7116b96bd116c0f5b116c4ad3116d92f0116e31dd116ec3a41170e1661171e70d1172fc0211733dff1174c9801174f39d1174fcfa11752ce1117537381175922811765b99117677b01176fdaa1179f96c117ba563117ee85f1180e21a1182bd8d1182c1a6118780841188ea8f118966be11897e7e1189f56e118a145b118a643b118c2022118d68b5118e8906118f890d11912fb311914def1191ac0511956c9f11957e431195841f1198d24b1198eb611198f032119a619c119a9779119b3948119b46a3119b820e119cf72e119d8520119d9c82119ddc00119e336d119e41cb119ff78511a18f0d11a1aa8511a3957311a51aaf11a6286011a73d9711a77d5811a97f4511a991cf11a9f30111aa1d7a11ab5e1611ac2a8c11ad32cf11adf94011ae831911b11b5f11b1610911b1ef1511b311c011b60df211b824c611ba074611babd8b11bb660411bb6f4a11bbb0de11bce77f11bdf2a911be72dd11bf045711bfce3011c03bb311c0f5f411c1038911c10be511c1b25d11c1f3fa11c3b26711c7305a11c73a2111c7a5c211c804b911c8e64d11c987d611c9f1df11cb56bf11cb8e6311cc2de111cc5f1911cd4f8611ce6d0d11d1288011d4213911d42bdd11d4e11011d524d611d5deae11d639dc11d7072811d715d111d8b3be11d9347a11d9487411d9f69311daa6ea11dbb8d711dc4ba511dedd8411e1ec7911e25b4811e2c61b11e5a83611e7a2be11e7d89311ea7fe611eb44e611ec6b4611ecfcac11eeaf5911eec58f11f2878611f3c1d211f6934b11f7421811f84de311f85b2211f87ae911fb176211fb1a5711fb5c1811fb5ccb11fc3402120049b71200fdd412012cb312036d5212039ccc1204bb1a1204ff99120581f61206d4da1206ea551207780e12077bbe1207b6ba1209affc120a23fc120b7d18120bc690120c2e08120c93bc120cc588120eb2d512124c141212e95012141c3e1214a5801214fb7b121545001215c4a61216cbe212181962121865181218e4fd1219719f1219a053121a77d0121a8687121ac026121ac614121b40cc121bbc62121c2ec1121dc3b5121ee2b1121fc410121ff95412203dc6122073b412213e1a122251be122321b31225decc1226201f12266d0312269501122bd051122c83e5122c9219122ca0d4122f252312317dac1231aab912324a821232f39012332d5c1233725d123505021235ae6912382d9d12385b9512391db912398e241239d5eb123bae04123bcf47123d4d56123e1d6a123e3e2c123e739b123ef8f612422f181242c1081244be2a1247068c12471054124778961247b0a91247de561248ae6112494ab112496bd2124b2bbb124b4727124b90ba124bcb1c124bf1c6124ce4b5124d1636124d9caa124dfd7b124e34de124f921c125235991252dfd212531f0c125326e5125396bb1253e20612546923125477561254a9a91258760312596150125ec964125fd1e7126041fb12616da71262998012644fc5126553411266c4d31266d6121267147f126714f91267ac86126951b7126b6d1b126cee0d126dfd5d126f86bf12706f0a127097c612710612127130cb127246191273f87612744d251274737b1274b52e1274baa61276c4081276ffc41277c3301279184b1279fcf3127b83d2127c9388127d6d2d127dcace127ee719127f2421127f5b65127f8ab91281358b12823c80128250ab12827b381283ad281285763a1285f8331285ff3c1286c6781287405b1287c0011288b2311289419812894e1b1289a1981289b7f1128a66cc128ba7ee128c52c4128c5c54128c940b128d72f5128d9eac128e1a92128e5d9d128e6e1c128e96a5128f0cbe12944f321294c09e12952a3812956aba12958aa61295f7471296fd461298c20f12991c1e129b2094129bcda4129c5fa0129cab28129d5d30129da773129e8248129f16c8129fd40812a19afd12a2ad0312a3463812a3e66a12a487bf12a606a512a6bd5812a957f512aa5e5312aa6dd812aab37412abf41712ad8bc912adc44912b14dc012b2026112b20d1e12b2d53012b331eb12b335f412b35a1e12b440e612b5972912b6f06c12b8edae12ba5f0012ba859812bbd21d12bd5ab112bdafbd12c0851912c10a7b12c1958e12c2f45012c625ff12c64a6412c8185f12c8341c12c93b7a12c9c0bc12cb057912cc7bf412cd833c12cdb93812cdfc1a12ce089412d10d8712d13f8212d16baf12d1ab2612d2886412d30aa412d333cc12d3d48312d45d4112d6ecd312d856d712d97eef12d9cb4e12db273412db5f9b12dbf9a712dbfb5712ddb2ff12deb32212dec72c12dedc4612df80dd12dfe6d812e0284012e1035a12e1049012e2362612e2681512e26e6812e7898b12e8994112e91adc12e93e2c12e9c03912e9da7d12ea749a12ea795512eadec412eb3bee12eb66a512ebaca312ebd02e12ec657512ec6eae12ef6f8d12ef720c12efc28512f1ec2d12f25ce812f263ea12f2755012f2a13212f3f95312f6b18f12f790da12f8624a12f9663212fc35a712fd38be12fd6e4512fe02a512ff8ee913029a3c1305217913065b2a13068c5113070189130aa0bd130aa435130be97e130d0856130e52cd130f2f0d130fd370131000e413104f9613108c3f1311026713123d441312807b1314aa6d131637cd1316f4721317a94413181a34131832951318526a13187a37131a3301131ad790131ae21c131c1196131d2b81131dfed81320d76f1321bd4113225aa813235dcb1323bdb5132431b6132a1abc132b1bdf132b54cc132be2b1132cdda3132d0083132d4042132e209a132f34d11330a55013321d8f1333342013335fac13342ef5133617131337443a133774001339627d133af194133c1406133c3d93133c9f5e133d82e3133efec4133f3bc1133fb373133fffdc13402514134040421340d6481343a1d213440651134430a91345d89b1348008d134896b51348b8ed1348fdaf1349a35e1349c433134c3c07134c471e134daeb7134db592134de8f7134e284f134edce31350e0341351a3a71353d5701354724113548c871355fe5c1356dc1213596e35135e9079135ea959135eb7b0135f5d67136123a413618447136261e31362622d13628f281362a1821363f5b81364d69e1364efe61365fc54136603c31366ae301366c59b13672f60136a20c1136d1309136ed4e6136f41aa136f8078136fcd6813700d7013718b4a1371f161137219bd1372be081376870e137717041377458f13774f481379e491137b0ef5137e69f1137e6cb9137efee3137f0b94137fc3de13811ba61381f9e0138233bd138349ee1384da091385e8ae1386006313862bcb138655dc1386758213870d8413873e00138816b313886717138898811389e341138b177f138d4167138ed9f2138f12ed138f9c9513929795139428151394a05b13970adc1397b8cf1398bc2d139a169f139a3f38139a8028139c3246139c7894139cde5b139d6d9c139d7b2313a04b4013a05e9d13a1398213a20c3213a2423d13a2b7bd13a306be13a45c5f13a4e40d13a66d9b13a795c413a7bb0413a8327e13aa13fc13aa4a6b13ab3be613ab570713aba5d913ac907813aff51e13b0116e13b01d2113b02c5b13b045f813b1e97a13b2195513b24fde13b261c113b26dc313b26e1513b3a2cd13b3bc6313b4f33313b505ab13b709d813b73cc513b9bc0613b9c7f013ba352213ba36d713bb239113bcf56c13bd7dce13bd86f813bdddb913bdf2c813bf38e613bf854213bf9fe013bff2e813c1ad1213c1e13213c2aaa813c5d87b13c6530913c8455a13c88e9413c896c513c9371613c97c7313c99e1813c9a83313ca0ce113caa40913cae38313cb666313cc3d7f13cd6f7f13cdd8b713cf282313d4ef6613d4fcad13d8350013d9d5d713daa34b13db36e113dda6c713df671e13e0a51113e0af2c13e0e4f113e134da13e2547313e2f4a413e4a99c13e5bfac13e672c613e770f613ea19be13ea301613eb129313ebb1c113efbea313f0fa9313f1a55613f2441813f2f11113f3024d13f3c97d13f4960513f643ff13f6df8713f77b2013f862bc13f94fcf13f9ce0d13fa259113fd8ba7140006f21402525414046ae01404e111140688c3140d63c6140da097140ea1ca140f7e3e141008c51411148d1411a39814132eb91413409414134b491413e921141590301415eb85141748b7141812a714188f2b141a849b141b7486141bcff9141c5943141d19cc141d685f141ddaef141e4820141f30d5141f60df1420af7c14214a4114222c5a1422334914238ae51423be7d1423d3001424871d1424bfab14254bd11427956a1428466c1428f9fb142abdfd142ae2fd142c63b5142db2d6142e44c2142e87c7142f78db143070e51430727514317ff11432828c1432cee414358790143832df1439bb2a143a5d0e143a66f6143aa6be143c697f143d927414400fa9144162421441711c1441794014419bc91442733d14429d821443de7d1444021c144597341447bc9f14486c691448bfca1448d5f71448d6f0144903ef1449b7ef144a9839144ab746144bdd53144da42a144f775414502dc3145282e51456a5ac1458524c145864b214589b5e1459802f145a7b41145af80c145d375e1461232c1461bd9a14622d0c1462423c146383241463de691463fbfa14646ae11464cde81464d94d146995151469ccb4146a88ea146c0a27146ce661146d0094146e553d146e82f4146ea7b0146ee0f11471445714716dd11471825f1471988e14719c221471db3814732c651473397b1473defa1473e1a0147433ce1475f1781477d0d51477db651477f070147825ca147a6e99147a717a147b6f9d147bf7c0147c219f147c69fb147cbf88147cde22147da1bf147e1442147f75ae147fb0d41482b6f614835ba01483e7d1148421c6148546391485996e14878bc714879eb81487b5241488e52e148967741489e0221489f3e6148b8603148cd9df148e8b77148f3229149013641490e58f1493d342149405c114948abb1497d2f0149800c0149872301499b6a9149a6da0149bd936149e1dfa149e4907149ec984149f752a14a0046114a02ebe14a16f2a14a1c26014a23de314a2fbb714a408b014a486e114a4c70f14a522ca14a69dec14a6be1a14a6e24914a75add14a8883f14a914c614a997b014a9a07c14aa94dc14ab23ca14adfd2614ae2caf14ae390c14ae831614af310714af604614b1921a14b1b99414b1d6ef14b1fa4c14b3714314b5e0f514b6129314b6dd6814b8927b14b8eb5e14b9b3cf14ba068014baf00a14bb3b8614bb6fc414bd975414bdbc4c14be5b9a14beb80f14bf938314c0661214c08a6214c16f9614c1e27714c2154014c26ab014c2ce2914c387fe14c3b9a714c441a814c48ed614c508fc14c5148914c5158a14c573fc14c7538c14c7c17d14c7e0d414c87a4714c9ee9114ca55af14cc9f4b14cd216314cdb0e014ce97fb14cef79d14cf73ea14d0e20f14d124b614d17aaa14d1e5b014d2a10914d4f74c14d5068d14d5f89214d6218614d7c14f14d8a8b114d9a2eb14dac9d814daf8ee14db282514dc76be14ddb96a14df636614df94f214e11adb14e2ce9e14e413a114e4eea314e51b4b14e6e63314e7542e14e7d2a414e863c914e89c9b14e8b53114e9e84b14ea919314eada9914eae52c14eb570a14ed8aff14ee872214ee9c4514eea41014ef950714efb40714f0141e14f181a314f1dda714f233bd14f2be0c14f3d30514f4911214f4ad1414f4f53b14f7000e14f700cb14f8acb514f9d49914fb8bc114fbce4a14fd73e114fdd90514ff11d014ffbaf314ffdb5d1501cb0e150261a91502a0031502bcb01502f9731503bfa21503f9e51504f8601505463015067fa81506d8c915075386150804f6150807241508645d150a37f5150c960f150d65a3150ff80f1510247a1511d2e21511fb6415122df315122efd1512782115133919151379641513a19715149dbd1514f16c151684d015182ed4151852371518ff3d15192c721519e98a151a0c07151c0e7b151c42f4151e2c69151f2607151f8da9151feb2e15205a951520ed9e1521530e1521d1c615221bc015222e651522a4051522aaf5152327341524401815244d2315257f361525b1c11525eae015283ccb1529002215291340152916851529bc2f152a09ab152a3853152a459a152acb34152b33c0152b975e152f27b9152fc7a21532e643153322b81533eadb15342a691534301a15343db9153445921535103c15362edd153633101537d4e91537dfb615392b71153a490d153c35fa153c5d78153cbc6a153d2345153d319e153da61c153f5aff1540155415416402154183cb1541d5991541fce9154212771544290515455f93154802781548e343154ac1ee154afd54154b7258154cb565154e041a1551abd71551afd91552a3c5155478501554d907155667361558aa711559b6aa155ca3c8155d345e155d6317155e455d155e5d9a155f4ca7155fa978156027071560a1971560f01a15621d4715622abe156255b2156415b11564f15f1565c519156a35f1156a562c156d8995156e4c3c156f8825156fb3f6156fd1b2157001c615708b1815711dc41571451a157236e11572e7dc15731cd715732b68157330bf15742eb415750a021576e6ee1577f17b157a0ed9157aba1b157c42a0157d3e68157d5a4b157d7188157f959e1580dbcc1581595d1583e1ef158504ca158596dc1585a67615871c5c158b2298158bbba8158bd53e158c06c8158c9863158d4173158e5f43158eb6441590709c159388971593c1c21593c6ac1595589115958e7e1596de41159779b51597bc95159ab91b159af88a159b02f1159fe69c15a04f8815a09a3415a0f66215a22ac515a23b6615a255ad15a294a715a2e37f15a3636b15a367e515a42e6315a586cd15a63a0a15a8ff1b15aa322b15aa5d5f15acbf3015ad339715ad7f0015af00df15b06fa215b0ef1d15b146e815b1cff715b2aac615b3815e15b3b13e15b3d3ad15b56a4f15b6047b15b89f6915b8ce7a15bc9abe15be036615be21b515bfd91a15c01d6a15c2b6eb15c2f96115c344ca15c50f7d15c5511415c571d115c7b06f15c7b60015ca237415cc0b6415cc39c015ce10ea15ce83a615ceabbe15cf25bc15cf344b15cf76c515d0747315d1f4db15d34d3315d37b6115d386d615d3d9ed15d61bf715d6e46e15d71ea015d9948715d9be6715da56ac15da5b5915dbcab115dbdc2815dc254115dc58cd15df923215dfa93a15e0184c15e08e3515e2343d15e28ee815e3ec2c15e4425315e5444915e6e14a15e6ffb115e7c8f715e9590615ea389115ebb6ef15ec005715ecba4315ed915815eeb4c415ef1b1b15ef53a015ef8b4b15f1039c15f14add15f14f0415f2f33615f3b8a615f4381d15f459b815f5479b15f7a74915f852aa15f9392015fa756915fb425a15fb617915fbc48515fbc49815fbd3f115fbd53515fc1f2815fc7d8515fe57c115feaab015fec6f315ff133515ffca9316005ddd160088301601a409160277f31602d5b61603acae16042dcb16043a00160591401606b0dc1608212a1608472e1609c7ee160b6f31160cb833160d1947160da997160e1ba6160e4af416120c1416131e9e1613ef421613fecf16144bda1614a6b51614d5b016151f811615e339161634d2161762831617799c1617ccf2161811691618cc701618d09f1619de2f161abaa5161adb49161b7011161bbb07161d8ce1161e98ae161ecd9d161f40d91620f2a016227fd11623afd4162444df1625d9471625eebf16269d8a1627a1e9162972651629d448162a2742162a2e36162b2e8b162bbbd2162bc61d162bd267162ca295162df364162e7db9162f6ef0162fe189163071221630cf941630d3e41630e250163101f316316eac1632d9761634bb32163669181637e1f61638279c1638345b1638462c16388a711639fab3163a94ac163a98fc163bde35163c2645163d759c163d997a163ed7c8163fdbcb164081b21641d821164235b416432bdb16435ae11643c0c6164599ab1647b0751647b4fe1647ba1216484b9e164881cc1649119b16495c03164a5062164ad6d7164b38a5164e0043164ecf7a164ed3a51650faca165525601655373f1655b33e16568a6116568da316570e1a16585cca1658c1181659728d1659eb8e165a0e0d165a9c32165b8913165bfd6f165ef79e165f32c7166059861661a2d91661e4101662480116628f031662d05f16636e1a1664c83e166523ff1666a8211666f5351668166916683f4116691989166b67ec166b6c38166b92fb166bed0e166c347e166e0ab316710c9616714385167280b1167297b41672d4ac16775f0e167805b51678a4f5167a3bd7167b7d1f167e5fba167f3559167f3f23167ff8671681f83f1682dee1168388dd1683fdcc16857d731686fb92168709361687a7681689cb64168bbfb3168d1f37168e18b61690489b1690ca60169149d016928d571692fdcd16938b301693c3831694245d1694755b1696b4bb169717941697d1e4169812c71698825e1699d806169c4013169e0b71169ffa1716a0557316a1754a16a2eab816a3241316a3f46916a5bfc816a610ee16a6caeb16a7527616a7551616a78eb516a8928116a8b37916a9265416a9c0ba16a9f34016aaf2ff16acfc3e16adad0e16aeea4216af008f16afa5e316b02a0916b1507c16b17b5e16b251f216b2ba7816b3451f16b3f3a216b4019d16b402e216b45a3716b48ccf16b4cb4a16b727b216b74c3816b7e2a516b865c916b956f516ba04fc16ba12a716bb50f316bd28c716be81c116beef7016bf89fd16c0207c16c0a3e116c3d68d16c4b7c516c5d01216c6367d16c7c6a116ca9f4b16cb18ae16cb33ab16cc059b16cd0f7d16cd2c1516cd43c016ce587916cfde1a16d02bf616d054af16d07b1a16d1aad816d2d37c16d3adde16d466e716d9ffdd16dab86a16dac07f16db586916dc140b16ddb5b716def49316df2ec216df87c916e1ad2d16e1c7b116e6e27216e803a816e8361216e9521116ea4c1f16eb3ef616eb510716eb536816ec7a6c16ec836f16ed09f816ee9b5316efb45616f189ea16f2384316f29c1a16f2eb9116f31ccc16f39d1316f4daf816f6e31716f7960a16f79b0416fa415116fb933116fbe34a16fc575416fc89e016ff122e170015db170042cc1700b57117014dd117020d151702b6471702d3231702eaae1703ca081704722817050c2e1705fe881706d85117091fd617092fc9170942ae170a21d5170a7e35170a9023170ad0fb170c109f170c77ab170d5f9a170da0b1170dcfb817109a6d1710b8281711033017117a89171193fc1711b28b17128cd21713d4551716e8c917173efe1719868017199dda171ada78171c8e77171ccc0a171e3257171ea76c171f28d1171fff54172095f71720c7a71721a1831727a934172844f91728ad1c1728b73d172976f8172a4b9b172a906d172bb6cd172d6604172e97ae172eeb85172f2c571730823e17319df41731a0c51731c4981731cf7e17323f60173286871732c1c41733133e1734dd311734f02917354cba1735622d173590d2173822d71738bdb317391985173936891739e8d7173ac7fe173ae198173bb842173ce67c173dc431173e6df5173e70e5173eab1a173f7d52173f81a7174054e317429f50174374e717444fb21744aecb1745a7c41746ab9717474ec11747f65417494694174a817a174b36c8174b372c174b75e0174c51f4174d34b2174e0a5e174ea6b4174ed826174f3277175008c11750ca4b1750f60417514d2a17519ad11752d05e1753358e1756db5117575d801757c6bb1758f1c2175bce7b175bdcd3175d8372175ea930175ebe43175f48aa17604c5a1760e5131765629917682f2e1768491d1769b8e81769f935176b3c2a176cbcb7176e0f59176f691e1770ef7417710f781771b1711771ba1e1771f0df1772065c1772bbb61773c3ba17747adb1774af47177582241775da65177606dc1777f50c1778cefb177a13f5177a1f78177a7afd177beeac177ce614177d74dd177eb8c1177ede45177ef24317807a9f17818fe91781d561178399a417845bee1784c4fd1785109e178529991785346d178573891785769d1786866d1786b8801787024a178812be17883a981789114d1789e7c9178b7572178c188d178e7298178f314f17903eff1791099917920795179598fa1795db7c17972b531797aa9e1797c1d0179c5dbe179e61b1179eb7a5179ef77d179f4544179f51ad17a0766017a0aac017a0ba6817a31d1017a34de517a36c1f17a3b74517a4153917a6bc8917a7c9c117a7d7ca17a7fbfa17a8233817a8c9fe17a8f19917aa2a1817aa846117aac21e17aad67417aadba417ab7c7317abdf4417abfe6017acd17d17ad97bb17adb2f517aeccbe17aeeb9e17af049717b000c417b0a76017b0ebc417b0f83b17b0ffcb17b1d1e517b27a9b17b2aa3217b3e7b417b67bd417b6d53f17b72e4917b7a10017b7d29f17ba859317bb7f0c17bd8fca17bd913917bd9a2a17be15eb17c147f217c257dd17c2ea8717c34b1717c39e6b17c57b8217c8dbb717c90d2017c9d9e117ca297317ca7e0417cbd18217ce8bbe17ce9d5317cf6a5217d064b517d0aa3a17d177a517d1a3c317d24e8117d2c9cf17d56a5717d61d0617d746d217d80f2017d8189b17d8384f17d9359417d9482917da4df117db52f217dc3f1817dc57f417dd42ee17dd4cf017dec5a017def67717df040217df132a17df8f9a17e0953717e1173f17e12d8217e212b317e2d3ba17e395d317e4a4b017e7022417e7e6e517e9fe3a17eb059917ebc13d17ebe15917ec171917ed0f7f17eefad817efe60f17f0fa2d17f0fd6117f2590217f35d5617f37d0e17f5997317f5a2e017f6c9df17f83f5f17f85adf17f918a617f92d3017fb28fb17fbf42517fccfc717fdcbaa17fdec3d17fe072b17fe1cba17fea5f717feb15617ff18b517ffa11b18001f431800ba6b18015c42180179211801804818018f53180253fb180348651805cda51806f8b3180720c018079dcb1807b84618081b331808e707180b92dc180ca629180ca74a180f07f9180f2f42181071101811db961812347318125d4818132f0f1814b258181516f61815ecdf181661c3181829ac181a14ae181aa287181b9b0a181ba8da181c5347181d8bad181dc1b7181dcbf8181f0b1e181f41f8181f58791820075d18201ca818214cb618225355182395331823ddee18247ae71824b62e182873bd182af868182c2920182d3580182e67b7182f9458182f9b98182fdeaa18300f0d18305d1218307b231831c2a718321d7518340c9418343f3d18346ec8183489f3183660bb1836ba8d18378b0d183804af1838d56b1838f957183a9425183ae175183c3d93183f040b1842100718422113184365131843ab971845047c18456d3e1845a29718463e421846c6d41846f18118475a611848c3191848cfda1848fa581849059d184a36b3184a3a9c184a94d2184aa150184b2823184c1564184c8572184cd4e7184cfff3184e5b57184f294c184f2f281852c6c81853146f1853a44f1853b25b1853baa618542da718542dcc1854b7621854db281854f84d185595e3185620b8185665b5185755421858bde71859caeb185aa1ed185b55e0185b5ce9185bc4ad185c9bfd185d28d6185e79b5185e97a3185eb0c7185ee759185fb671186056661861f54e18620dbe1862ea3d18647577186483231865767618662a97186810bf1869086b18697cb3186acdcb186bab45186bb186186cd9d9186d21ff186e6c16186fb3b518701cf118717e641871879b18721c0f1872857e18731a96187345aa18746efb1876eb6c1878198618793a87187b5f3a187eff42187ff1171881d9161882aac018838a5d1883bfa61887abf01889bad9188a7f97188efb75188f14371892c6631893d53218950e8f18966052189734f518977a2018981da718986f75189974f41899ab00189e68ce189f10d6189f6d6218a08ce718a2bc3018a3bf5d18a411fa18a4951218a4d0a218a582c418a8069f18a9535c18aa644018aab2c218ab075d18ac51fe18ac548a18acbff218af4e7218b0d23818b1316818b1d15618b2a99f18b2bec018b3f33718b7a00018b8b2c718b8d51918b8f35418b9d25118ba254718ba832718bafbe618bb390118bb8bbf18bc22f318bc319a18bd324418bd906b18bfc13f18c0617318c09c9718c168ee18c19aea18c221cb18c23f7018c3983018c5c8b018c61bc718c6658418c7dcaa18c9cfae18cddc2718cf6ed718cf9eef18d17c8518d19ecb18d2609b18d2680618d52c8b18d59ff718d65c1f18d80a9018d989de18dbdff418dbf2fd18debb4118dee8ce18df723118df9f9718e0629b18e07fd718e091d718e0ecd218e14db618e191da18e4199b18e4576018e55be018e7e94d18e848c518e8996e18ea244218ea535f18eb4f0918eb8f1518ec2e1e18ed905818edb2f918edd2ab18effd3718f0d22a18f0dc4f18f3953118f3db1618f4de4f18f5577a18f5898218fa28d818fa890718fabc9618facfa318fc2c8618ff55f119004e2f19005af819005fb51900964019016bd81901f133190246e71902a0891902a3a519041407190420441907461f1908b6131908ddbf190aaa2e190b9f1b190e46e4190e6137190f07e7190f0ffb1910e5b2191157091911b8c71911e91819125a9519139cf61914fe921915030d1916684819182b45191a4591191a50d5191afa0c191d9416191e3e60191ecc24191ed6c41920809e1924d46f19256e5b192829aa192960cc19296d1f192a0b28192a29ac192aaee7192ac08e192b34a4192bd7af192c75a3192caf0a192d0d47192d6924192e0ff1192e97d2192efdc0193089e919319763193233961934d23719352227193603e81937235f1937288f1937e4d319383b20193a5356193b4461193c1494193c5224193d58d4193dc9c0193e9cb7193f5fb6193fa2b3194030ef194030f31940747b19409a5919418ee9194396f4194487711944e65a19450f8e19472d151947506a1947a56719483f56194884d5194932e6194ae3e7194b7486194f2be5194f7c4b194fa40d19529c2919534cbd195360aa195408021954984f19552aac1955555e195577b01955eb3e1955fb9b1956dc121958e079195addd5195b625b195c425f195c910a195cc8f1195d7e31195d9bb4195e4dfc195ea819195f4ab0195f7e8119608b421961d79a196214be196310bd19638c4019659b0d1968a9021968eaad1969299e196a1847196b0f0b196c9bfc196e223c196ea346196fd271196fe31a19705ed11971743c1971a64b19721c4b19721fc9197300b5197643af19777a281977c009197875ef197945cf197b608d197bea1d197c6333197e4fb0197e5626197ea71b19829dac1982aa591982f527198325a0198399fd198569de1985d783198610a9198656dd1987669f19881b0e19888317198ad3a9198b1de3198c5bbf198cbc7f198d21ab198de4a1198f625b19904a69199059431991b4821992a3ac1994310e19946bee199591b01995e54c1996712c1998d2d319991d83199aae2b199c8a57199cb8e6199da167199e7223199f6c3d19a01e2419a425e819a5f46619a6713319a68f4919a8805119a8daa319a9f9cb19aa7a8d19abd6df19acbc7d19acea3c19acef6c19ad672119adfe5119af7b0819b0657f19b146b119b27d5a19b2f3fc19b5240119b5df0a19b6617c19b77f1519b8db8919b9656e19b9e46919ba247a19bb18b319bbb97d19bc509f19bcdfe019bd1faf19beae3319c0ccc919c1dd0419c33c3519c3fe8619c54c7119c5856319c5c5c919c66c1419c7669319c95bba19cadd3619cb93ba19cd8d9f19cdd1c319cee21f19cf250419cf281619cf463e19cfbb2a19cfdc7119d0ce2319d11beb19d20c9e19d260f919d3771f19d4f10519d5e35d19d604c419d60c4719d6cc0319d723cd19d7d31619d8140519d84c5719d9d89e19dccb2219ddd16919df8f8419e0916d19e1087819e1ea2c19e202c919e3d41c19e4e75f19e59aeb19e5bfc219e6587019e6a22119e9713d19e9e36d19eaff7519eb5ac519ec248d19eccdcd19eee93f19f1ff7819f24a6119f3965719f41d7319f4978319f5488119f7464e19f7606219f8479119f8904419f9335b19fa639a19fae4e919fb073419ff2b5219ffe70c19fffea01a003fb71a01d8451a05562f1a0576081a06a0041a06b03d1a06c3771a0701f51a073a271a07a13a1a07a6441a07e30e1a0904641a0a8ba01a0bd44b1a0c7e611a0d1bae1a0e4ccd1a0e50ec1a0f4eb41a13874a1a139bad1a1581291a15b2e71a15b3111a18e5681a19a5811a19af361a1afb0a1a1bd3a91a1c67731a1d41081a1d74b81a1e39b41a1f5f941a21104e1a211eeb1a212ce21a219b0b1a21a4cb1a23411e1a23ceac1a24aec81a24e5761a25b2291a267fc01a27e9e91a2851a11a2987241a29c5f41a29d2051a2c38501a2c72e51a2dbeac1a2fcf661a33168f1a351b811a3684951a368e531a36e1681a3a32d11a3a686e1a3aaf331a3c83671a3d242c1a3f88291a3f93b41a417d231a41f2861a421a621a4246121a4250801a42e1a21a4393e61a4500ed1a4774631a480a551a4abc0a1a4c22371a4e248c1a503f9d1a51c1d31a51c4711a52c1861a545d951a5639651a568fea1a56bcbd1a58495a1a58d2221a5937ae1a5a144c1a5ccaee1a5d34771a5df3d91a6009d31a62fd4c1a64728b1a6809781a6823971a6b58eb1a6b664e1a6bac781a6badf01a6cd0041a6d4ef61a6dc0f71a6dc61c1a6e07f81a6ed4621a6f412a1a6fb4961a70b6d11a711a7b1a7203891a7279301a7297d21a72b5e91a7384c11a757b0b1a759f391a75d1071a767cf01a7694481a79bc281a7a890f1a7bfe1b1a7c69a21a7e3b961a7f0ca31a7f6dae1a7fcd981a80346b1a80e9201a8137281a81cf9b1a8396751a8495411a8527741a8557ad1a85a6371a85f29a1a863f571a86e6b41a86f40a1a8793091a8798c01a88509f1a88da021a899eb51a8a92de1a8b46df1a8b52511a8c71f11a8cfb291a8ffafd1a90786f1a90ff5b1a93462c1a940dfb1a942a081a94f91c1a95282c1a954b231a9564e51a960ebb1a970fd91a97d3401a994f291a99f7e31a9a50511a9a7d1a1a9a90631a9af94b1a9b245d1a9bb80e1a9c72411a9c78971a9d67eb1a9e3eec1a9e94ea1a9f08481a9f7f2f1aa17fd71aa355f61aa42f661aa470141aa555361aa57ec61aa61ba61aa61bff1aa729761aa770a21aa787891aa7974a1aa8b1801aa8c8151aab51c01aac33341aaf2e441ab0fd2f1ab337ff1ab4347e1ab4e5661ab6d7b31ab725851ab7e7b21ab90c721ab990b31ab9c7571abc33501abe6f921abfbd891ac019671ac0f85b1ac12e331ac1ed931ac315761ac3b00e1ac4439b1ac502d51ac54fdb1ac575391ac62f351ac6f3761ac8179d1ac8dc661aca130a1aca60a51acaa06b1acb040e1acb614b1acc27291acd7c071acdad531acea5621aceca901acef00f1ad060ce1ad13bde1ad16b9f1ad1a4e81ad1b85a1ad444fd1ad472ec1ad4ccfc1ad5206a1ad632351ad840211ad867661ad890d51ada9f4d1adb5be41adbdc2c1adc8f4d1adcca621add23881ade31a61adfe6991ae016421ae048f31ae0eff61ae14e551ae1c2821ae1f3801ae368d51ae566ee1ae5de3b1ae673081ae6bf611ae764f01ae8f6251aebbf7a1aec06e91aec34731aed421b1aee12581aef4ff91af023a01af041751af05d6c1af0943f1af0c26d1af232cf1af3bd8b1af66e6c1af6e3141af6eff21af78dcf1af8d80a1afb4d1f1afcc7b81afcfb8a1affbd3f1b002ff01b009f7b1b00c68c1b00e3fd1b012e341b01880c1b0228fe1b03f5311b03ffb21b04746c1b05b0d11b05e5dd1b078a731b07e9ec1b091eb71b0a887c1b0d2ad31b0d8bc31b0f804b1b0fc2d21b0fd7521b1176a71b123c931b12c49c1b1319471b1398ed1b1630c71b16d9061b16e9521b17ce2e1b17daf81b18761c1b18f6251b1afb8b1b1c7d181b1f1d371b1fdfa91b1febe81b20dc241b237a7d1b23914c1b23f90a1b246bac1b25f6be1b26480f1b27101c1b27325c1b28ed321b29b4671b2c124e1b2c6fe41b2da2e61b2f44141b2f4a2f1b2fc3311b2ff9ed1b301c261b3139351b32744e1b3278641b336dca1b3475e71b347ea01b35ea1c1b3696cc1b371d661b37bb821b398bd81b39b4561b3bfc211b3c8be71b3dd23f1b4007511b401a8c1b40d4761b4426961b4451601b4483771b4591381b4773e11b47a72e1b48c9141b4a9be81b4ac1f61b4bfb141b4c0a3c1b4c1a191b4d57631b4d5aea1b4f146d1b500c381b501eed1b511f161b512ab81b517ea21b51dc361b523e811b5505ee1b5541d81b57a2011b58f9bc1b59dc971b59e55d1b5ada6d1b5ba04e1b5ba3f51b5d049e1b5d201b1b5e398a1b5e7b041b6052121b6104df1b62878f1b65798c1b66b8781b677d7f1b6786681b68a9b61b68e4181b691d921b69486f1b69f4ea1b6a3ca81b6a46ce1b6a63ed1b6a9ee31b6aef5c1b6c4fa11b6c56b41b6d95001b6eeadd1b6f246f1b6f43f11b6f5eb91b70aafe1b7170ec1b74a8951b7614941b7707781b78b6b91b793fa21b7ad1d21b7ad3a21b7cd4651b7cee031b7dae171b7ddfde1b7df85d1b7fb4811b7fd7fb1b7ffb9f1b80d8e21b82e8181b8398c61b8417e01b8418651b86a5a41b872f461b87c8291b8896661b8af86f1b8b29ef1b8c299d1b8d24051b8f83b91b90dfb01b91497f1b914f4e1b936ec31b93e0b51b9418791b9569831b9572c41b9602dd1b9788161b98ccd81b99130c1b9920af1b9985481b9cd5891b9d2b2a1b9dacb41b9deea71b9e74781b9eb6681b9f36351b9fa1a01b9ff6dd1ba0101e1ba0a8ac1ba12cdb1ba24d8c1ba2ad1e1ba36e001ba3c2ed1ba59c441ba652541ba6ff691ba8e7221ba8fbc31ba9327d1babe0501bad65351bae1b0f1bae690a1bae71041bb013761bb0d5401bb1b5971bb1d6fc1bb2080b1bb2b9f81bb2cf781bb5204a1bb72b461bb8a0f01bb8d3451bb95bd51bb97e1a1bba66e31bbadc3d1bbf323c1bc1a5a91bc1e2591bc363e41bc4980c1bc4d1481bc54ea01bc57dd41bc5c3291bc686d61bc6a2181bc7386c1bc8c6df1bca70771bca92ed1bcc637d1bccb0cf1bcda1a01bcdbbeb1bcec86a1bcf95311bd036a41bd03ae71bd05b9a1bd0b6fb1bd165a21bd16de81bd253f01bd260061bd31b051bd3f4b21bd5a2dd1bd68be81bd710e91bd7914a1bd7a8521bd81cc41bdb353a1bdba1581bdc3f601bdcb88a1bdce7721bde3dc51bde9acf1bdeaf6a1bdfa0271be086ce1be177121be1c9401be272531be3b27d1be42f751be4358c1be46d1b1be4ec051be4febe1be512661be552881be594d91be657b91be70ef31be735981be9a36f1be9eec41beb74831beee5e71bef621d1bf070b81bf205791bf229b31bf279401bf5668f1bf5aa2e1bf6013d1bf66d3d1bf82a121bf8978f1bf8e3c61bf9b7c51bfaa9891bfb132b1bfb49791bfb60ba1bfcd2241bfd006e1bfd81861c005c941c00d0f11c016aa71c01d5261c0271491c06e3021c0917601c09a4b81c09dda61c0b9a571c0da8251c0fefc71c105f081c11fc151c1258a21c14ca211c15376f1c1594cc1c15e6731c172dd81c1809c01c18b48f1c19c36b1c19f7ae1c1a548a1c1acc371c1c3d3e1c1d69791c1e60861c2036f81c20eb6a1c2113681c2124871c2383601c2557d01c258d131c26d81b1c28211b1c2893b31c2900651c2975ea1c2aaa5d1c2c4e8c1c2cbd1b1c2ccf441c2cf4b41c2ea9ed1c2eac441c30fc561c318bf51c32150d1c3285f61c340cd11c3466141c35773f1c3631221c3669281c375bf31c38306f1c38dc3e1c39be7a1c3c378f1c3c85a01c3d35991c3e638f1c3f14261c3f1aff1c3f3cc31c40e2a51c41f8801c4352e91c43c2d61c4435411c447ee41c45f5011c4695dc1c46bb341c46ec771c48070e1c48101b1c49e3de1c4a8fe01c4b6d321c4beee21c4bf8d91c4c48461c4d0dba1c4db8711c4e66ea1c4e87021c4f45f31c4fa9971c51a8a71c527b281c52a36e1c56ce4e1c5947e81c5a914c1c5ae9f11c5b58961c5be25b1c5c92d51c5d191a1c5d64081c5dff041c5e2f301c5e846c1c60a90b1c614aff1c614d931c61de261c6450641c64bc9b1c65448b1c66ca631c673def1c680d7e1c6933c31c6a92001c6c56401c6cd4011c6f91b11c707f311c716e741c71e23c1c71f2291c72d4e01c72df5c1c72fe131c755c791c7698481c77f79f1c788cba1c78944d1c7ab0201c7bc09a1c7eaf921c7ef1661c7f03821c7f555f1c7fc8e31c8007931c800eb41c8202ea1c82104d1c830da31c837c591c840c5b1c8474291c85b5b81c85e8f31c86d8c51c87bdeb1c87e2041c8813341c88266b1c8a0ff51c8d16ac1c8d87651c8d97f31c8f2eaf1c8f2fe91c8f5ab61c8f98fa1c90577b1c91768c1c9268671c933f7b1c94bdf71c95c4921c9a48051c9a519c1c9a6e911c9b14781c9b45fa1c9b647d1c9bd84d1c9ed7cc1c9fc3711ca0aae11ca0b6621ca162811ca1cb811ca1eec41ca369481ca3ca9e1ca46dcb1ca487141ca642831ca66e251ca6ed4b1ca73eb61ca75fb21ca76fc31ca83f4b1ca9899d1cabfeb21cac19661cac47ae1cacc0661cad22aa1caf350a1caf443d1cb0b4471cb1867d1cb2793e1cb3f91d1cb605531cb7d4281cb90b4e1cb928a91cb980c21cba22041cba28e61cba98261cbb2e451cbb31ad1cbb3c761cbd25e21cbe5bd71cc08f4a1cc091891cc51e751cc529771cc52f311cc5c26f1cc87eae1ccb018a1ccb1ecb1ccb89f41ccc26c01ccc4ccb1ccc56041cce48d41cce82a01ccf1b701cd0537f1cd098171cd266d81cd28df61cd46aca1cd52dab1cd6e5071cd7edb31cd7edd81cd91e5e1cda9fbf1cdaf2081cdb8b161cdbdf3d1cdc994e1cde7d3a1cdeeb9a1cdf8d441cdf8f321ce08c721ce0b3da1ce27cd01ce2af821ce45a3c1ce4ea311ce52bcf1ce65c3c1ce76e471ce7932f1ce8118e1ce82e7c1ce8a8811ce979731cea27d31cea84571cea9bbb1ceb3f351cec08351ced4fdc1ceed3521cefca001cf0f0f21cf1d91a1cf23a5f1cf271931cf310561cf3fc321cf493341cf5cdf21cf716521cf759211cf83b821cfa36ba1cfb49851cfb6b6c1cfca8401cfcec0e1cfee2761cff22351cff46241d00581c1d02586c1d02d2ad1d0446141d055eec1d05c5ca1d05e7cc1d06018a1d0747521d0776121d0802041d083afd1d08bb711d0983591d0af82a1d0b99831d0bea611d0c0fc41d0c9c151d0d0ae91d0d298e1d0d4c0c1d0db2f81d0f16031d0f75821d11b4951d15991c1d16470f1d188f291d1940851d1964711d1c8da31d1c8e871d1d1e421d1d62d31d1e8be71d1ea2391d1eb0901d1f81a31d1fbd131d21f1d31d22acbc1d2344e01d2374331d243a711d2470c31d24c5d01d2594cb1d267d011d26d8421d2778531d279b241d289e271d2a0e481d2acd9a1d2ae8301d2b50d51d2bfc6a1d2c03981d2c2f9c1d2c71321d2fd6701d30791d1d3118aa1d312db51d31a9ba1d32b4ad1d3312d21d338c9f1d33bded1d33c13f1d34370c1d346bdc1d352d9b1d35cb251d37ff901d3965001d39e5b41d3b3afa1d3c028c1d3cedba1d3d20661d3d637c1d3fb6831d40eec21d4159c21d4302151d435a151d44af771d48625f1d48b4801d4996101d4c2a1a1d4c32701d4d7ed11d4e48271d4f10871d50c34b1d5175661d522fa31d5230d51d53bbce1d545ec81d556e331d5787cf1d581ed31d5862f31d5942a41d5a96b11d5b16851d5cd1341d5d5ba11d5ea7b51d5ec4651d5f13ef1d5f682d1d6101e11d6269df1d647f661d6496361d65fa9c1d67dec51d69504a1d6c35281d6cffd81d6e2ced1d6e74a51d7059361d71ebff1d727a691d7465491d77817f1d78296c1d78b8721d797cab1d7ad8501d7cdff21d7e96361d83647f1d83a7e11d85186e1d85cdd81d8613201d8634a71d87eecb1d881b151d8afa0a1d8bc98b1d8ce59b1d8e4cf11d8e5ef21d8f49e01d8fccd31d9015491d9050de1d90f0651d9240d21d92a57b1d92bbdf1d92fbbb1d9330591d93c9d61d940b061d9479aa1d95711a1d96cd711d978ca01d9894c61d98b9e11d99d6a11d9a08e61d9a1cea1d9aca911d9b1b871d9bf30c1d9bf5db1d9de6221d9e051e1d9e9f791d9ee2ce1d9f36851d9f7c961da04bbf1da1de161da2cbc31da2d05d1da3e0591da4f23a1da571521da678621da6b0881da77e1b1da782b21da78e911da898791daa3ec01daaf8ba1dab2db31dac211a1dac67991dad19031dae1a381dae62d51daf64741dafaa8b1dafd5151db0084f1db26a4f1db3f03d1db445e91db5c38e1db5cc141db65f0e1db7a16b1db89c8d1db89f361db8b4371db965e91db979d01dba5aad1dbb21b01dbc32ac1dbda08b1dc003af1dc0628d1dc0faa11dc258de1dc2937f1dc3411c1dc402901dc6c7a51dc7e04b1dc810f01dc81bce1dc923971dc94c541dc95cb51dc970e21dcd82dd1dce176f1dce41491dcf0b4c1dcfc40b1dd0854a1dd08cf81dd2db7f1dd5590c1dd63a8c1dd6e9b41dd85c041dd86e391dd9f71b1dda33021ddb28011ddc6f5a1ddcb4d51ddcd64e1ddd28a31ddfecc31de0ce021de0f69b1de100851de1b2781de3817f1de38e081de3bd1b1de3eceb1de709831de82b121de90b7a1de9b1d51deb969c1debaf6e1debe88a1dec5ce11decf0d71ded33791ded6f921dee01041dee36a41dee5dd51def1a8e1def56ca1df192281df198a51df1db861df248cf1df286711df334141df37c021df7aefa1df961ef1dfafc7a1dfecd461dff4f841dffadd91dffb52b1e0028ff1e00aa881e01577d1e0197611e0733001e0af9bf1e0bbc1c1e0bd4d91e0be9cd1e0da9521e0ee13e1e0f07a21e0f645e1e0f80261e0fe7c11e12a6611e133c841e1373911e1528c11e152a951e181ae01e1828291e1897001e1932b01e199db71e1b5b621e1da3541e1fcef51e21dc791e2224ac1e2478491e25614e1e279eb11e27b50c1e284c8d1e2a1cac1e2a4fe81e2d1d201e2d2e4c1e2d6a221e2f71f21e2fa7b41e30e80c1e3259921e352f581e35cf201e3627f01e3695611e369bac1e37406d1e37b6641e37dff31e382a021e3ae39a1e3b3a2c1e3bf5291e3e40771e3ef2961e4039901e404dc61e40616e1e4180e21e41b8ae1e423a5a1e42cd441e4354781e4532cf1e46c60e1e47536b1e4851ef1e4861731e488daf1e489e8e1e4e0ce71e503fbd1e504cb01e5072491e507b641e508fa91e509c491e5289891e5328961e53ba6e1e54333e1e5473df1e566fdb1e5817a31e59755e1e59af4a1e5c80db1e5ded831e5e32ba1e5eb1371e5f906a1e628e3a1e6306eb1e63d50e1e63d5391e63ee2b1e63efe91e6417bb1e6491651e64f2151e64f5df1e64fa6b1e65251d1e66fceb1e676c9a1e6796b31e689e291e68b2551e6c78e61e6c9fdf1e70684c1e70a79d1e7112f21e720c9c1e723d8a1e7333021e736f0c1e73c7b41e73db191e753abe1e75b2211e773d141e774d611e789aad1e78a7901e7918af1e79d75c1e7a2bfd1e7a7cf71e7a89d61e7b162b1e7cea851e7e47021e7f2d7d1e7ff46a1e80e1451e8106121e82933a1e84021d1e84263f1e84be671e84f95c1e8602231e87e3601e891c571e8b8c5d1e8c6b4b1e8d85cf1e9082341e947f821e9493491e94cea31e94ecbc1e95fabf1e9785bb1e9ae3981e9b745c1e9c9dda1e9dda9e1e9ee3ec1e9fa6fb1e9fba521ea047041ea0f4471ea1a6091ea20e841ea2e1f11ea58c481ea5995d1ea5d6eb1ea685091ea724031ea77b831ea8a2871eaa0f801eaaeae11eab7b791eac385b1ead3da21ead5bd41ead61a81eadc7811eaedb831eaf6ae81eb2c1d41eb2c3741eb304a41eb3d3601eb43a3e1eb4689b1eb4cd061eb52c7b1eb59cf31eb5fc761eb62f8c1eb64b861eb666161eb678941eb69bd91eb6c4dd1eb6ccfd1eb737bf1eb7854e1eb7acdc1eb7de021eb7eba51eb80aa61eb80c001eb8342f1eb858691eb885fa1eb8b3591eb9301d1eb948501eb995c61eb9a2a51eb9a3111eb9ac091eb9e4cf1eba579a1eba8a521eba9afb1ebb884f1ebbb45f1ebbd24b1ebbfb281ebc4d7b1ebc6ad71ebc9e0d1ebca4021ebd06051ebd268f1ebd3e771ebd43621ebd9aa81ebdb62c1ebdefe31ebdf9711ebe04911ebe08141ebe443e1ebe4d481ebe51951ebe84bf1ebeb0a21ebeb1a51ebec2531ebeeac31ebf09e21ebf90cb1ebff3781ebff81a1ec005ce1ec08ba51ec095a11ec0b57b1ec0f8461ec0fff71ec11c481ec125e91ec13f181ec161081ec202901ec365b41ec372021ec3791b1ec3dcb41ec3e4a21ec40e021ec4aaf91ec4c64a1ec4de731ec4e28b1ec4f6171ec5553a1ec56bbf1ec5924f1ec59e8d1ec5d5051ec5d72f1ec5e9761ec646e71ec649e81ec655e11ec6b7311ec6c3551ec6fcc11ec729e21ec75eb51ec7cbc31ec7eb741ec7f64a1ec7ff0f1ec8049a1ec869531ec874911ecdbf3e1ecf0c2b1ecf8b051ecf99571ecfc8251ed11f0e1ed12fc71ed191a71ed1d8991ed1f2a71ed4c4331ed4fb161ed6a4771ed961c21eda479a1eda5f721eda99f91edb07e01edc42791edcd0471edd1c951edfef9e1ee010f21ee2784e1ee30f7e1ee310be1ee4233e1ee6c1de1ee6d64f1ee7f52b1ee96b451eea5cb11eeacfbd1eebc61d1eecdf771eecfb601eed66a61eedc2831eee044b1eee49c01eeeb5971eeeee4d1eef76f71eef807d1ef1a2251ef23d611ef284401ef31e711ef333c71ef36f351ef4af1e1ef51b751ef572941ef577bc1ef5b2e41ef5c0f11ef85d0c1ef99bea1ef9db431efa25cf1efbe0eb1efcbbcd1efe872d1efe9f4b1eff9e3b1effee781f0002bb1f0054341f01a0351f0237e31f0292ce1f04a2331f04ce0c1f0791aa1f080c971f0a3f4b1f0be1941f0c307e1f0c530d1f0c7d0b1f0e33921f0e821e1f0e911c1f0ec2f91f0edb311f1089821f1137d01f1246dc1f1269e51f129fc11f14fd9a1f150f681f1592251f160b781f16486a1f16d3c21f1719761f1740871f18eb301f192aaf1f195a061f195e601f1975a91f1b39301f1ccb441f1d94211f1eedfd1f2038e21f2397a81f23b5271f258d911f25d2111f2706a21f2a4ec11f2bdb7b1f2cc0c51f2cd08b1f2cdab31f2def651f2e0af51f2e8d841f2eb7b01f30291d1f308c071f33b2c21f348d521f3584761f3655371f37d1e61f37ed8b1f38e5421f396dca1f3c3f1e1f3c83511f3d14011f3d9ba91f3e2d931f4025de1f4262d61f43ca541f4408681f446ab11f457c561f45855e1f4587571f4639671f46bfc01f47a8bb1f47d78c1f48058d1f4926721f4999771f4bb6fc1f4c0b5e1f4da5981f4e28c61f4ea8491f551cca1f556fea1f5631831f5831941f58b6161f5a24bf1f5cd5b11f5d20a81f5d7d571f5da38b1f5e0dba1f5eb6ce1f5ed1ba1f5f33561f5fd28b1f61569e1f6307761f6495fd1f689cb11f68b8551f693c2b1f69cdf61f6a39451f6a55fc1f6a919c1f6b08b71f6c14971f6ccd921f6db33c1f73acc61f7636861f7645b11f7673e51f76882c1f77cd3f1f786cf81f7872491f798edf1f7a16fd1f7b40f61f7b95781f7b99081f7e787b1f7f2fca1f7f93991f8024a01f80cf3e1f80eb731f81b4f61f843f171f8452761f846d921f886f8f1f88aa151f89d26a1f8c0a4e1f8c37021f8e70a31f8ffe671f901e361f914eb71f9190f21f91db481f91f6901f92ff871f9659fd1f98e83c1f9a38131f9a69521f9ba5621f9cf9f11f9e22a41f9e7f601f9f0a081fa036241fa2d4251fa311341fa74b721fa79bc81fa8641a1fa900321fa98fe61fab35da1fab4ec01fac08ae1fac19921fac8f0a1fae53bd1fae97961fb019351fb0459e1fb0906b1fb1abf91fb1c0161fb435611fb476c71fb48c031fb4b7bd1fb568391fb5fcc91fb60e721fb74d691fb9c6901fbc93361fbcc88c1fbd31191fbd52401fbdffb71fbf1bb11fc0ac201fc0b3ec1fc10aef1fc170431fc1ef671fc23f1d1fc354c51fc4207d1fc574e21fc682f81fc742e11fc7a3511fc7cbe61fc8ae561fc9b2a81fcad1ee1fcae5c81fcb777e1fcbc59b1fcbc9e91fcbe8d51fce3c631fd0361f1fd0cd901fd126811fd20cb31fd361221fd429e21fd48c3d1fd8281f1fda4e561fdb31191fdb527f1fdb629f1fdb88721fdbef8f1fdf5c961fe063f81fe12d301fe1b6991fe211a91fe260e91fe28d861fe2ba681fe3f90b1fe516ab1fe56ed91fe639ee1fe783fc1fe792b61fe7c81e1fe8135f1fe96cff1fe9c9e01fea88ed1feaf2a51feb70e61febf2d11febfeae1fec2e721fed7d8b1fee257a1fef4eae1ff1120b1ff4e29f1ff564ea1ff5aee01ff794611ff7db971ff7e52c1ff7f3951ff82c351ffa5eb51ffa7d141ffb610b1ffc07211ffcfc711ffd2e951ffdb9901ffded6f1ffe56232000133820001c9a20003e762001014820019bae200388752003c81e2003f03e20043e292004a22120075060200849c720084c812009681a2009c3be200af4e8200bb0c2200e2029200e6aab2010057d2010cf5e201109f1201193422011bfc02012d9e82014b3952014b47d2016453120173c552019faa1201a2401201bc399201cd8be201d2a9e201da35d201daaf3201dd4bf20208f0e2020ce042021608c2021880620227d6520232649202341592025192320266ab52026cc3720274cfa2028734e2029d52c202aab28202b4df5202c7957202d1c9c202e9db5203038ec20303e60203076972031a7142031fe042031ffe320323dd32032705520328bce2032be282032d983203470712035fe562036440f2038cca2203b54ca203ba48b203be605203c5113203cf64f203d1ba2203e4c44203ed6e3203ef8d220408a1d204112ac20411baf2041422f2041c60d20424338204321502046f61c204706dd2047cd6a2048e37a2048f29f20492ed4204b4836204bfe2a204e02bf204f9ac3204fec3f205049432051f05b20533388205381a020538e7f2054c9c62054ffd420550c97205564112056f82020573c6a205a1c98205a625e205e8b792060153120607a422060950c206200d52062ff2520668c56206861d420691a8b20698d1b206b23a3206c4a83206e51ea206f5641206f6e59206fce3b20707e8120710ddf20711de0207197b62073448620738136207512f6207663ca2077169b20779b242077ac4d2077bcaa20788634207898f320792db8207961902079f845207a3d68207b44de207bc535207c772d207cbd2a207cd6c820812e8f208164822082daff20834b792084337d20844f06208558262086cece2086d31220873d8c20877e44208a86b7208ab8d8208b217a208cf113208d1438208e3199208e9075208e9c92208ecf87208f532b20911baf20913dff2091d6d72091f90b2092a3322092a3a52093f3d22094e2d120952d1120960d8120961b5a2098f9cd209a33c8209b3456209bf0c5209c49d1209c6c91209d288c209d86c5209dc1f0209de1d7209df4b4209fddc420a1bc9420a2a88920a3b52f20a6647320a66ba420a71d6e20a739e920a79f8c20a7e5da20a85ec120a897ee20a9bece20ac2e9720ad67a420ae258d20aef83020b11b3120b1945a20b2862320b2baa220b34cfa20b42df820b4f00a20b5789620b5d3a620b77aef20b7fdbc20b8850820bac3fb20bb234e20bbb65b20bd21d020bf722420bf8f8b20c0a03920c1169a20c2b20d20c4258d20c4e63f20c6b46b20c834b720c8559b20c9b87420c9c05920cc367c20cfbb7c20d145a620d18b0a20d2734b20d2c71d20d3db4020d3ee7220d5842120d665f520d6a58720d6f5ad20d725b520d7e41d20d7facb20dc546020dcbd6c20ddf90620e262ae20e3fb9f20e42ba520e43f3920e4a7ea20e5750f20e5a47120e5d23b20e610d220e816c620e8ba1820eb264820ebc57a20ebd59e20ec3b9620ec6f0a20edbae720efe56620f07ae720f0bbb820f1c16420f1e30d20f20dfb20f2acf120f3890620f468a020f5e83420f6b5a520f8506e20f8b50a20f9b0d720fad12420fcccc320fdd1bc20fe765e2100fbe22101b1f52101c172210230c02102f07a21048c7c2104b2892104d3f22106542821069d6a2106b720210799a821079f9b2108878e2109d479210b8c2b210f79a92112eaf0211329ce211344c2211452e921153de62115dbd92116def921170eaf211718592117c04521189cca21190d3a211997e52119d031211b0d69211cfd4a211dc83b211ee77f2120b1f0212203f42124b7cb2125a5432125afb6212b1337212c9529212cb0cf212d027d212e3d30212f51d7212fa4f4212fa90b2131dc202131e7fb21325ec6213287832133c6672133eaa52133ecaf21344d0c213555352136234821371d5021384c6a2138a4982138bfc02139cf7a2139f3a6213a7f70213aa1ac213bd9fa213c216b213c2ce2213d2027213df9ac2141713f2141b8b12143156c2146715121469d49214a4ae1214c2986214d36c1214d7706214ee70a214ff482215317b32153e2d82154bd342155ccc52155d62021578daf2158010521593a862159883c215a8a90215b7233215d0a6e215dc277215e71c4215fadd4216124862161c24c216295a121636c9b2164189b21652075216561a121658f5f216673952167739a2167f2182168532b21696b37216a64d4216a720e216a944a216a9fd9216b29da216cabe9216cb0aa216e24f4216f522f2172079c2173cc6e2173f4812174de3321753b792175cb8a217723f62177bfc521789d66217ad4b5217b9f60217c4c94217cabba217f15db2180b34c2180b54921817faf21821907218250ca218418dc2185fef3218619ca218901a6218a9114218ade74218bbd00218c31a6218d6bdf218dc41f218dd6c3218e8ac3218eb9532190ed382191cdfd219239d6219357e4219512c021963e2121970f342197fb4f2198e7ac219a0a79219a695d219bde9f219c4b9b219cae6021a049f621a07d9721a1248c21a1690621a2c32921a3835621a4823a21a6f45d21a77f8c21a7f3de21a8924521a96c3421aad53321abb99021af048321af13e721afa48321afce2c21b00d4721b0850d21b0f11321b1264821b17fdc21b2044621b20b5c21b21f2821b493dd21b6c7f221b6dcc021b886b721b8a29d21baa14e21bb232821bb8e9e21bcff3821bd307a21be1f7421bf1d9221bf9fa521c195c421c1eb7021c24e3921c2a22821c3010421c3d04f21c3ddcb21c5c80221c6185121c626aa21c6a55621c7e9b421cb1d0e21ccf63221cd061c21cde77121ce7f4921ced3dd21cf85ce21d0a83021d101ba21d10c0021d1115021d1ac0821d22e9221d3036621d3b45921d414ca21d45d9f21d5ea8321d6236b21d64b9e21d6b76121d9d28121db9c5d21dceb1921de515921e00b2a21e015c321e0498621e098ec21e2f79c21e5b10f21e7668021e8209021e9928921ea33cb21ea3e5421ebc83f21ec26c521ec819821ed099b21ed762e21ee505721efd27a21f030ac21f05c8121f1c6a921f2312a21f34e3921f416a921f4379d21f4597721f63f4d21f79c7621f7b85721f7d78921f7f36b21f803f421f85a7921f8fcf521f9856421fa925e21fb0bf621fbde4721fbe10621fc590e21fcbbe821fd5ec621fd99e921fd9df621ffd90d2200c2f322011f112201537a22016fcd220195332201f6de22027b5c22035a7f22040d962204701b22059eaf2205b37c220693c62206b7142207164322073c4e22076f432208128d220922e722093c40220d5817220fb15f220fdc9522107e782210ed54221258392213d431221412992214504b2214580b2215169a22154f742216194822170ade22173e5322179c562218b92b2219bbdf2219cee6221a4f7c221beb1b221e98ee221e9c05221e9d73221f52dd222282d222259de92226350b222647b22226b2422226f34b2226f6ce2227385a222a5ebe222ac42f222b8c75222c0274222cabda222d5571222da6fd222e5e66222ef084222f1f28223295a52232c5b12233962522341b4c22358fed2235913822359dc02235b84f2235c3e922361d4b22370e5222372e692237795f2238259922385c28223a690d223b8f46223c3ba4223e4f4f223f61af224058092240731222410f2c22418fb92241ce1322445dfe224511f3224884c92248910a2248a10f2249f92e224bfaea224c3384224c9951224cb5e3224cbbe1224e42dd225075722250de872251eae822538ff62253ad2022558ddf2258e0312258f81222592f6c2259a4c0225a28d7225aa5a2225b6e3e225e3350225e643e225eaff8225ecade225eff372261091c226158f32261bbe622633b0a2263f24022640ef122652ed1226581d322661c5a22672bb12268b9e122692a1a226d3cc5226e092f22726e9922739120227800222278d490227950bb2279c7e9227b4933227d76a5227e9507227ea236227ee961227f9a8822806601228134142281a0b62281c78b22820cac2282bead2284fd79228501752285a9982286b79322872b8122875b48228780d82288f1db228a7d2b228c8bd9228cf67c228d9c56228db478228de36c228df17c228e2272228ee674228fb07422913c2e22933b3b2294f92b2297220e2297f80722980891229af3e4229b0354229b3834229b991e229dbf85229eaab7229ef4d322a0059f22a01e5122a0847f22a1273722a177b922a1943a22a1ab3a22a3bd3c22a492d322a6792522aaafde22ad5c1d22afa11022b056d022b0ac3b22b35d9022b3626b22b36f0822b4963322b63c4e22b7a03c22b8185922b8f67122ba7f4522bbb35322bc58f722bcca0c22bd7cbb22bd96bd22bdd89d22bddda322bfcb0922c0c89322c0ec7d22c178de22c17f3d22c1887e22c1f42322c2130722c270cd22c374a722c5e9f322c703de22c7127122c80ece22c827d422c8712522cb75bd22cbb97b22cc1fb322cc348f22cc5a2022cd666a22cd672e22cfb2b022d0cd9d22d0d3d722d169c922d1912c22d2ee7a22d30db722d3d20a22d3e42922d438be22d53db022d58edc22d6fc7422d7139122d7432a22d7f25722d9864722da1ae522db60be22dca58e22dd65be22dd6fbd22dd873c22e102a922e10cbe22e25a1c22e3d60422e3dae822e4025522e410da22e56bff22e5c43d22e689d722e7367122e7b36422e96a0622ea678422eb149322ec860d22eceb3822ed548122ee71cf22ee872722f1485722f2ec0e22f3e7e622f7866822f7a16c22f8d1f522fb916522fce61422fdce7822fe2b7e230006f42300483323006b2623009e4723014f60230178612301aa2b23032c19230331de2303660a2303d7872304883523059de22306f303230732d7230748c22307855d23079f522307c1902307c3dc230936ec23093e9f2309b3ed230a2a58230ae09f230b66be230f15a3231040182310d62823116a14231171e3231458ff2314bd76231541ef23162e4023180b9e2318e7a223192e742319f937231aaf4b231bc7da231ca5e6231caac8231d612a231fc7f1232008fd2321edcf232210ce232384b523249fe52324c0ca23267a442326e5592327ef472329f20f232b8eff232d6c41232d70a9232da870232df800232fef5b23301760233214b12332bd3b233359af23338c22233535ba233550ea2335d04e233856fa23388bb7233982fb233a59ce233a743a233b1a2d233b30b1233c8bd4233cccb2233d415f233e36d6233f24c9233f4af9233f55ee233f846e234040fc2342a2482343542b2344c845234607832346e56023475b49234a8180234af0f5234afb3e234b3e2f234d95e8234ed485234fa61d234fbdd9234fcdab23509e8323509e9d2350f33d23536acf23563a8e2356a99e235a847b235ac980235bfd31235c177a235ca467235eba75235ebb3b235f0597235fd6de236055fb2360c85e2363be8c236587282366453e2366c8962368e0f623699aad236ba192236bd8d1236e6fe02370020f237030d32370662623706fae23707c742370b54a23711b0f23716cee23733162237411322375268a23754f91237603ca23764b532376582a237670d72376bf3523783555237a1012237a21a9237a3fc1237cccb4237db5d5237e113a237e88e2237f3bf42380a3d923812c5a23819255238235ab23830c08238375022384eede238574ec2386c7af23873fbc2387e410238830e72388de61238928da2389ed03238c9cc7238d32a9238db8f3238e5e9f238ecced238ecf8c238f9a30239047c62390859223909dfa23920e4c2392c65323932901239384ee2393afda2393cd0023942e962397445a2397cce9239858c5239bc80a239d7caa239e61b523a0edbc23a1f3c423a28a2623a3af4123a3d4e523a3e21623a42da423a5c1a723a6c08423a6cddb23a765a723a80e1e23a95d4a23ac1b3823ac2b2423ac437f23ada10e23aea60523aff55423b008f123b137c123b1c08223b715eb23b893fc23bb3eb823bd2b1823bd787723be522923bf861523c0268823c0bda523c164b923c17fd423c2686223c528cd23c5473823c5b2d923c62fff23c6710723c70b4523c70f5a23c751a023c8894223c9180a23c9fbee23ca3f1f23ca5d8a23cb18e223cb255123cb5aa923cdaeca23d08d5b23d0bf7d23d20d8b23d3354723d350e423d3c2a923d3ec1b23d5399e23d68b2823d6b6aa23d8514a23d883cd23daf27523dc23c023de5ddc23deae6823df80ae23dfadc923dff37d23e0323923e04b7b23e434d023e4f63b23e5fdc023e6e09023e7059123e8530523e88a5f23e8f85a23ea8a8a23eb3e2023ebb7a123ec065523ec33ca23ef1c7223f1cde023f2a48323f3671023f4a78b23f6b89e23f8429923f848e823f8496c23fbdd2c23fcdc3623fd201823fdf33b2400181224007b002402291f2404af03240508f824054b7924082c782409a6a6240a37db240a8515240b25f2240b6f75240dc238240e4d69240e543f240f0790241061582410d18b2413500624137c4224144d762414790b2415ee37241719742417784724179ec824190ee324193880241b738f241c147f241d042c241e84652422cfa12422efd8242410e924248ef82425783a24259ae82426226b2427afb82427bc04242813ee242aa36d242ad4b2242afb41242b1648242ca648242d5fca242f2604242f2dcf2431afa92431fb022432f27724330d3f243495a024357b342437cd0b2438b15e243ae3d7243b8e91243be703243c1082243c5492243e2982243e6d3f24403a5b244055f02440af0324431a84244386332443dfa72443e15124440f3a2444674d2444927124455e17244666c0244a3ab7244a7ec6244b1b69244b6637244b8276244c15b2244dc02e244e9598244f82a22451c4fa2451f021245202d624536a3a2454c2e924552ee9245779dc2457dadc245846882458874224599777245a2965245a5156245a7ae7245bc7c8245c1a04245ccd1924613abe24632f6d24634be32463a6e224658379246784df246886ac246d63e2246de61b246e97b1246f964f246fb2e124700a4d2470af332471aba22471ae8a2472417a247248f62472c4972473086a24735e5224735fd02474c06324758b372476004224763e6e2476a77d2476de84247753ad247888652478e1362479e579247bd922247c065c247cbdf9247dd837247fa77224806873248098c92481335324816b18248385fe248596912487e4842488e7582488ffd024890f3f248991682489b5232489b855248a4458248c09fc248cd3f1248d0379248d6f0a248dedf0248e1f89248ec224248f70dc248fd41a2491533e249153b22491585b24946cd02494caf124956d9624959ff52496b9072497f07f2498144f24982bf6249b61ac249be615249be7d224a0f91a24a0ff6a24a1e0d524a27c2424a2d76524a3def724a3f45124a5fed024a6c13424a713f724a7302f24a7b69624a888e524a91aea24aadad524ac291124ac336824b2118024b2e0e924b37d1224b3d72824b40ee224b47fc724b4e88d24b731c424b7f29c24b826e224b868d924b869db24b86aad24b8a2ea24baba1f24bb1b6b24bb2b9b24bb68e624bbd70d24bcfc0224bd178b24bd24f824bdc7f424bdfef224c1143c24c12a9224c1ded624c278e224c3221124c347a024c34b2e24c3be6b24c4249d24c6776424c6ad2f24c774b524c7fffd24c8151224c9a4f024cbbd5624cc85f824cebe7e24d10f6524d182c224d3537524d3ebc924d48a2e24d4c5b824d625c524d6383c24d668d324d826ab24da189c24da679124dac6ba24dcac0c24ddcf3924de28d024de636d24dec36c24df520d24dfbbfe24dfebc424e09bb624e0a91d24e1df0124e3bb7b24e5286e24e5dc7024e8014924e8fd8124ead17224ecec7824ed7f9224ee289324ee980924efa07c24f181cb24f2141724f22ad524f308dc24f331ce24f63dc624f6912724f6a7dc24f6ae3024f7d6a724f8cfab24f9256724faecea24fb80c024fcfb8724fd336424fd87b324fe0fce24ff5f6624ff6fdd24ffb051250049462502319725026e7425039b8625039f452503bb942503c99025040f93250485a825049dca2504d6c72504fedc25061fb2250659612508fdd0250971d7250ad9af250b8e97250c3774250d45e1250e4ce3250e5ce8250e5e29250eaec1250efab4251076e4251088ed251144bb2511ede32513e03e2514f7d025158b8725161bf22516d7c32517b2e625195e82251a14b2251aaf7e251daf79251fe36e25209a9e252127c82521285f25216d42252222d3252224aa2522bcc92524e9312526c4f32526de2a25276c9d2528e366252a7b9b252adad6252cd3ff252d4eca252f3a7325305c86253238c0253323d525332aaf2533b0d52534dfcc25358a482535ca002536336f253639a32537548e253aea80253b33da253bdb77253c7c0e253e776a253fa5932540070d25417e4b25424be925428d592542b0372542d1e82543855d2544c90525453b5825467748254690dd2546c8942547238f25498ee62549e3f5254a312a254bb1cb254c1474254cf7f9254dfac5254e8a67254f147925524e8a255369d42553be9025553ee425562b9a2557a7a7255a01d0255c9af8255cde62255d5e03255dc3b3255ddc45255df595255f7aaf25603eca2560880e2560a04525611e702561c39825633b6025635b492563ae342564fe14256619822567ded42568263c25689d63256a8781256e4a8f256e88de256efb312573bd4e257593682575e06925776553257775522577a5c5257862e5257a38ee257b9e70257c1746257c8ead257c920225815ab925825207258316cc25845ec12584af522584db0425857f802585c8942586d5532586fb39258981c22589920b258a2ff5258a47a3258b9930258dffd0258e77ec258ee27b258f09ff258f4ec12591892c2591926125919de32593937a2593bb84259430cf259443cc259481402594f9562595fba12596e657259a65ba259a6ee0259b2d64259b4d2b259cead0259d6628259e0ab6259f655725a0505625a05e4d25a1423f25a2cb3325a3e8b825a4115f25a42c7725a4cbc725a654f125a68ce725a6fbbd25a830d225a869ab25a9366825a9d9b825abcc0d25ad691225ad86c325ad89cd25afff4025b0dccb25b1c2a625b1df0c25b232b425b2c6a125b3f02925b4c65a25b657c425b65efb25b73e9d25b7926a25b7dd0e25b8185c25b842c625b9c1b325ba9e8f25bb8b5125bcc43b25bd01e125c080e225c1bc2225c208ce25c2962925c3c84f25c5b6a725c5cd9d25c605d325c7247425c8edd025c94d2625c9c39125cba16225cc8a8125ce3d8025cf90a825cfe06525d0708e25d1d41f25d217c625d26aa325d2abf225d5a01125d5b8d525d6016e25d692d325d80a4825d8465025daafde25db298d25dc050925dca11025dcad1f25dcea2225dd3d9425dd565525de2b6725ded16025df259625e0119025e0a97825e1eab825e2b8a125e5be2e25e6e82a25e7404f25e8d24e25e9418d25eb39d325ec55fa25ecc00325eda4f825ee926625eeb90425ef1e0325f19dc225f22aff25f2a8a525f30ff525f4918925f746ee25f74eb425f7b55225f924b025f9ad8f25f9bf9025fada2525fb3bf325fc3dbd25fcfa5925fdebb725fe203c25ff21fb25ff96cd2600072c260225d026028e722602d21a2603aab12606c6af2609ecb7260c0f40260c9c43260f0d3a260f3194261028db2610438626118f3f261205a42616b0c72617d04f261a978c261af568261c03be261cec14261d2cf1261df4b7261e740a261f6ea72621b9672622557526228a6c2622b295262308c02623a0c3262460552624b5a02626415a2626965c2626d34f2627c2592627d430262846c226293dd9262b02dc262b9cb2262c588b262c6d40262cf7eb262d872f262d97d5262e1dea262e8243262f25a6262fd369262fd6f02631a6a52632715426332c072634a57826360b6326363d792637221e2638c3112639220a263b27a3263c7b3c263ca3f9263e66d1263f0173263f656e263fe68d2640a3cf2640d012264115e226416d3c26438f2b2644fd6f26454301264997fc264b09e6264ce2b0264d5b0d264df1d6264e614d264ed0b2264ef705265150162652ad672652ae362653b3112654dc8926558fb82655b6c22657705e2658b5e92659c64b2659d3ed265ae113265b8123265c1c7c265d09f5265fab162660a209266142d52661dbe82662570a2665050f26694dc42669bf9c266a4e23266ab5a9266ae611266d0954266ecda3266efe6d26703df82670b7742670ce3826713f0b267173562672a6852673b6de2674321d26749ac12675ed8b2676e64126770d8926776fef267772622677965826782fd82678cd062678e762267943fe2679a4b3267a9bbb267ba827267bc598267cdeb0267d5df3267f8b6e2682a4912682d695268462632684ce4e268533c82685d92f26878f13268805262689208e26895de6268a0065268a1707268b2089268c703b268c7c9b268cd70d268d09e2268def28268ec20f268eef01268f7ec626910ebc2693d10f269480b62694bb552694fd9926951f6c2695e3bb26973536269797bb2699ec65269a24fa269c53c6269ca766269d4cfe269e3a3e269e618b26a1616e26a17daf26a29ec226a349e226a3aa2f26a3ab9c26a445a426a583d526a807d326a8540726aabbc926ad699126ada24326ae864526aea73726aefcbb26af7a9126b08ad626b1920626b1b23026b1d9a526b2854226b46a9226b6fff326b80f5e26ba786e26bc910726bd7c0c26bda5bd26be67da26bf5dcc26c5028826c63d9926c72e9f26c7b7b526c7bf6e26c83c3e26c8b7f726c9b5db26ccbacb26ccfe9226ce9a0226cf7abf26cfea4c26d1448826d15fe626d1dcee26d3834a26d3c4c226d543ed26d5a24426d62c8c26d68a3b26d9a83126d9cd3d26d9fde026da1ace26db1f1226db4a4c26df424526dfdfe126e048b826e1679c26e2c64326e5456526e68bd726e6c66c26e6dc2626e8dadb26e9ed9c26ea176f26ea2f6226eb5c7326ec52f426ef6bf026f22a9326f2dc8d26f3f54f26f51f7a26f6008326f61dbf26f6699026f6761e26f9d33b26fa079c26fad8c426fcb84626fcf4e726fd739326fde52326fe6a1026fe6dfe26ff566526ff62e527007ee927007f0627018fcf2701c8072702e6422703a428270499ff27056fdd270571ef27066be12706e49b2706ef2f2707c6562707f5732708255327098aa9270a4c04270a9960270aec9e270c5651270d42f2270d492f270dde02270e7408270e7d50270ea180270fbac4271030d4271097cb2710a19027111c4b27119ab42714fffd2715bc532716c7ac2718446d271a1796271bbdec271dad14271e9790271ed919271ff3c82721416427234c0c2724041c2725f85527267fa32726a8ac27283cce27286a152729444e2729cfdb272a4354272aa05b272b093a272b7aeb272cab91272e04d8272e66f2272e9df4272f17cd272fd5fd2730ae1c2730b8032730ffb3273185822732856027338a282733a8c627344875273512622735e2e227395c91273bb89d273e053a273e5461273f4383273fa1f1273fa32027413cd62742036a27424d882746403927466c5e27469100274824d227482beb274845892748604b27492001274973a7274aed9c274c8001274ca42d274ca600274d66c8274d9cac274e6027274f09b4274fec3327511a152751af62275410c027561aa6275624f5275696b42757c4d32757f2f727590cb8275a0ee0275a36a2275b11c1275b85f1275c3c16275c5ac2275c63c6275d8912275f7a70276132c42762faa727632a022764bc702766adf92768ca4027692bde2769810c276a7c4e276afc1b276de2c5276e21ed27709fc22771275e277602fa27783b0a27785e8827792cd027796480277972b9277ad101277b012f277d4338277f7793277fb04c278133902782a9422787cbca2788815827896b6c2789e18f278b8450278bb8f9278d971a278e810f278eb5a2278efe97278f59d9278fe23927912c1c2792bfd22793deb72795f0872796b55327974f8527981cf7279ad5dd279b7d5e279bd7b0279c6b25279cb7a2279cc10a279cd09a279d017a279dacbf279dcaa5279eced9279f168527a0afd127a0d7e727a1254a27a17a6f27a22a1127a3677227a403c627a6833f27a6b46727a8113727a83d9927a888ad27a8ed4f27a97b3427aa02aa27ab940727ac3a3727aca69f27aef3d027b002ee27b02f0b27b0820127b0910e27b2794927b32a7027b3480127b41d2827b5e73b27b74f7227b794c227b7d21827b8410727b8d3eb27b9442027b96bae27b98de827bb38bf27bb537027bbc20d27bd781427bda21427bde5b027bdf2d427be910427bf42bf27c06cd027c121fd27c2928527c2a91d27c40e4727c443e427c6ff0d27c7675e27c93e4427cb41b127cbf48227ccbf7b27cd144327cde2d927cf19e027d0336127d1006827d252e427d2c47c27d3711d27d5a31027d7284927d7990327d7f37527d89a7a27d89f0527d8a45d27daf2b827dbef2d27dc759a27ddd0c327e0545727e0e42527e32ca527e42ed527e4378727e497f527e4ad1527e507f327e5ed1327e78ba427e7c58d27e80d6a27e853c827e9281d27e9d83e27ec2d5e27ec58e327ed680627ee7ac527eee05f27ef14e627f07ae427f08d1b27f3228a27f3a51f27f4e34427f67b1e27f695ff27f8a63527f99b7027fa2f0427fabb7d27fb01f727fbf51927fc258527fd9c662802b395280503bb280531bb28061859280720c228075e012808e020280ba613280bf2cd280c4f58280f7db628106af228111831281297b028134c7a281530112815e2ce281652dd2816997428173ad2281821892818429128191d2128193be1281a720a281a93b0281ad3af281d77af281e9f27281eaaa72822d4a028246794282516df28264c1828267fc42826f0e4282803bc28298fa82829c0b3282af587282b0d8a282c56bf282cdba8282dd4a1282f8e35282faa16283013d6283057c92830fc09283115432834628e2834c4ab283696c728384d64283987c0283a1ab6283e75602840aa0c2840cb252840df632841923828420269284237b92842cbbd28430eed28430f6428449bf72844ff5a2845a9672846013a2846a43f28475f1a2849f7872849f9cc284c6859284de6fd284e97162850ac2f28517f132851def32851eb2e2854d265285537562855575e2856e39d285ac817285af56e285badb5285bc960285cb884285db8a0285e4edd2860010d28605793286079682861dba6286455a12866009328665b6828677bb32867e8c228682c04286960e8286a34ee286adb57286cdb94286cf1f1286dec4d286f7c3c287003df2871ad232871c99d2874a3282876349428777bdd2878340c2879768d2879c3af287ad92d287b0359287b3968287b975e287f4f9828800a2428800da128805e6528807a672880d85d288362f92885186128888c05288b7a55288ba32c288ba53a288f0b452891350f28940fc528947e1b2896b4682897893c289bc3cc289be63a289c6377289cbfa5289d8bba289e7b6a289e943d289ebd97289efbd828a164b428a2dd2328a4bce128a4df3c28a648c628a6c4c228a6dd9e28a72cee28a8614028abd5a328ac3a1728acbf1e28acea5828ad224f28ad41ef28ae95eb28b212e228b4b55328b4f4b128b4f6a428b5c90928b6f56e28b7349628b73fba28b7b57328b7c00228b9758528b9d71e28ba2e9328bb8fde28bc127d28bc409e28be9bdb28bf0f7728c0280a28c0c36828c1f04b28c21cc728c2257828c269bf28c30eff28c3126928c3153528c4586828c64e2328c80cc728c883b128cd7e7928ced7f128d1221b28d1e7f028d2a76828d2d90d28d345a328d3dc2d28d53f1728d577a428d797a228d8030c28d961ef28db630628de805028de89ab28dfadf428e15c8528e18f9828e19d0228e254c628e268c128e2be4c28e34bae28e46fb228e6e84128e9c2ba28ed146428ed60e428ee0ee928f043da28f046d328f0947b28f0a57b28f0bf1128f10f7028f299b828f29ee528f2dc8328f386d928f42e0b28f4785428f8b00928f90e5d28fd3a6828fd607728fe241128fe73bd28ff5fb128ff613029005dd0290579cd290590c72905fa0c2908ba572909b100290b7b64290c1138290d223e290d545a290df9df290f2eaa29105c92291090702911e9362913511429136cca29144e402914a21b29153f6e2916ca94291713a1291725c92919bbd0291a0343291aa5c4291b2cce291b5f30291c05fc291dc475291f1518292244922923dca129244dca2924ccce2926ea0c29276a1f292789692928008a2928a22529296670292a0615292a7c70292d1039292e6ad62930f9582932ec212932f44129348eff293569202935ab64293753e92937f4cf29387ac92938db6e293a692f293b62d4293b890f293c5403293cffda293d62f3293da226293da5b0293e4799293fa39b294088ca2941c3bb2942c5df2945edfa2945f8dd2948500029492f17294976c7294aa2f6294aba1c294ac08b294aff5b294b4dd0294bed60294d4eeb294dfd4f294f8b5f294fb95e2950723a295365772955c43e29560d2029561dbe29575bcc2958ee13295937d62959e9e3295b0b0a295d5892295ee02e295f6590295fba93296250b22962f289296357532963ea76296533af2965fbde29670c2b2967af402967bf0a2967bf8b2969174729691df5296c749c296d57af296da595296f465d2970a1262970d8d629735473297355882973adf929760dc029766ec02977000029774bc52978772a2979532d297a9c99297bb89c297c139b297d4aaf297eafb6297efa6f297f631d298040812980ab8a2980ede2298166c129825ee8298352ec2984d96829850b8929856036298586fc2985dbd62986494229868e372988fc12298aa68c298dd731298efc07298fc2f229912f182991ef9b299357a9299366ef299525f82995406d2997ec54299899f1299942b6299c629a299ca1f7299d89b5299dfce5299e726c29a040d929a1fbeb29a3b81f29a3d03a29a420e529a50bfc29a539c629a6cdf229a7a7f929a9286929a9b22d29a9bcb729a9eab629aa860929aabc8129ac8b0e29add8b329aeac3729af304129afce9129b21aea29b4990a29b543f629b5964a29b635aa29b63c4c29b7a74e29b8292e29b8bf5729b9254529b9ed2529ba233829ba56ff29bacfd829bc306b29bcf8d029bd41a429bd7e2129be31b629be35b429be45aa29beedce29bf85b829c0ce9a29c18fbc29c1944729c2420f29c2812929c2b38029c2d48429c3124b29c6919729c72c3c29c8b36a29cae01729ce0f9429d0434729d071db29d2365729d23f4829d3991f29d479eb29d5b25b29d6bb6f29d8b07c29d9118929db2fba29db903429dc050329dc5d7829ddbdcf29dfd08829e000dc29e0ad6129e1f93229e3d0c429e4ac3329e4cdfb29e5880429e5dba329e620b429e6e39a29e6e69d29e7dd6129e7dea729e7ec6f29ea3e2529eb513229eb777129ee292529eeffcb29ef2bf429ef398929efbee629f0558a29f1343329f17d1e29f37bf529f3b56b29f45c0929f4bd2b29f51ecd29f5ad7329f67e2a29f7b2ef29f7d0db29f813e129fa2f1529fa33a129fbc19429fbd7b229fc613329fc6aa429fcdaa529fd693a29fdc82129fe170329fea3692a00d8e12a0160172a03ac242a046c382a05ecb02a06a8452a07e3372a07ef772a08353b2a0a142e2a0afe1f2a0c3cfd2a0cf4c72a0d604c2a0e3b792a11b21b2a11e8e32a12c70b2a1339162a146b142a155c902a159c762a15f87b2a169a9d2a18267a2a182bd32a18f75a2a194cc22a19b36c2a1a17ff2a1b3f5c2a1b64c52a1d9e052a21735e2a22f6d72a22fd152a24c0b52a2584432a25d3bb2a2a00742a2afe0e2a2afe172a2b2e2a2a2c87de2a2d09092a2d75fd2a2d96092a2e61db2a316ed82a3226a82a3242da2a3416882a349d162a34beab2a35a4e92a35f6e72a3746fd2a37a5822a3aca1b2a3b7f802a3bbd9b2a3bd44e2a3c88602a3cbb052a3e07022a3e1d782a3e706a2a3f18ba2a400b4d2a4023a02a447cc82a4510e72a4517862a45ec6f2a467a982a47888d2a4972442a4a3ea52a4b6eac2a4d0efb2a4d2fcd2a4d7b202a4dc9442a4f67b52a4f93c32a4fda4a2a4ff8662a5179332a51b4672a55474e2a56a2a12a5734ac2a57d6682a582d552a58383f2a5a938d2a5aef412a5b4b812a5b5e592a5c62ad2a5ce4a12a5e3c292a5ea3722a5ed4162a5f135a2a5f171a2a60358d2a606e862a621dce2a62e0422a636ecb2a64cfc02a654e092a6584a32a67a81e2a67cc482a67e69f2a690f8c2a6a097d2a6a7f8b2a6aed242a6b040c2a6b8b5c2a6bb1f92a6be1a52a6e49a02a6ea1212a6ed2f42a70457c2a7152ec2a722bd52a7462972a78783f2a787e6c2a7b56172a7b75882a7c816f2a7cb5ec2a7d6af52a7e7d6c2a7ebee02a7fb1b52a8130db2a8193f62a83e5112a85faf32a87673e2a88d6982a88e77c2a8948402a8bb5172a8bf8362a8cc78e2a8dc98e2a8e1f0f2a8f3b802a8fca9d2a8fdd4f2a9193582a92b45b2a93456c2a9404a12a96af152a9864f12a9a9c0e2a9ab4ef2a9adaba2a9bc2aa2a9d2d302a9fa0612aa0e6232aa1d2df2aa2bf302aa38d0c2aa396d62aa39c662aa423e52aa4536c2aa457312aa56ed62aa798742aa8d7b62aaa2f622aac11ca2aacbb402aade57b2ab070bc2ab0910a2ab5588a2ab5961f2ab5f8b42ab691632ab8ba0b2ab93fbd2ab9dfb12ab9fff82aba0fdf2abacd262abae0c22abaf5362abd0be92abd33342abfdc5b2ac146992ac2c76c2ac2f8b82ac31f122ac364102ac5799b2ac633272ac6a15f2ac6deac2ac796322ac81ce42ac8be5a2ac9cea62acb06712acbe1f02acbfa2d2acde3b62ad0761e2ad0ebc92ad54b502ad627702ad792062ad84e6b2adb80b52ae1aa022ae257972ae2fb6c2ae36a912ae3ae962ae5345f2ae606ea2ae656d82ae752b92ae9fbeb2ae9fd662aea07d62aeb08262aed13c42aed9aea2aee313d2aef33852aef7fbd2af096c02af2b6202af3410b2af4cbcb2af63bfc2af89d002afaf9b22afb82052afbcad52afbecd22afceba02afe5d082affe09d2affee5b2b0238d52b02b1002b0526fa2b059e0e2b05b4442b05d6bc2b067a9e2b0793812b08486c2b09af202b09d7202b0ab8112b0c097f2b0cec712b0ddbd82b0e22e52b0e25ff2b0e806f2b0fb6102b10bcd22b14e2852b156f252b15e09a2b169a362b17675a2b17d8d32b1ae2472b1b3ee22b1c643e2b1decbe2b1e15992b2066702b25412e2b26447a2b2772992b27cbfa2b27e8502b27f04b2b2976982b2ac5d32b2ae3602b2b8ec02b2bb0fd2b2be2d02b2cbfb52b2d51172b2e21632b2e360e2b30b4ab2b314e2c2b319b002b31e9de2b32e4bf2b3340552b3449d72b34b45a2b35583e2b370bb32b3711032b3735d92b37a0392b386c722b3937ea2b39640f2b39f4182b3ad6042b3c16e02b3d28592b3de8882b3fc4df2b416bf62b419f1a2b4316d42b43c5642b44b07c2b49a51b2b4c82512b4e82af2b4f728e2b506fc22b51e2b22b52b2282b5425fd2b5439702b5470e02b5667352b56c9242b57a57a2b5b24542b5c20bc2b5c6fd52b6552e92b659d712b65f9842b6641642b6d203a2b6f54b82b71711a2b7576aa2b7811532b79eb682b7a00e02b7a5a122b7a99172b7a99602b7fe5d12b80890b2b80c4282b80ecd72b80f1c82b8417b02b84a97e2b84d9b12b8737942b8797782b87c1cf2b880c1e2b8a76d12b8a85a22b8bb2e12b8c174e2b8c5a332b8dbc172b8e4dc42b8edf952b8fbe042b9450202b9456532b969ded2b970adc2b97622f2b97aa8f2b9816212b9c43a32b9c9df72b9e553d2b9ec3b82ba1e4122ba31daa2ba4fb202ba51b5d2ba5b2672ba694202ba6c7852ba7161e2ba8d9022ba916ee2bab3aa52bad5e5b2bafa4462bb0a0242bb1a8bc2bb375dd2bb4e26f2bb5a8bd2bb635d22bb6f6aa2bb6fdb22bb76b342bb7b9dc2bb7c2742bb8c0b72bb91fed2bb9462c2bba94f52bbc78622bbd03382bbdb9dc2bbef67d2bbf014a2bc067852bc067db2bc06c822bc186db2bc2600e2bc319772bc39a372bc48c122bc587292bc6c4282bc87e182bc8e6d02bc931d62bca3ea52bcb490d2bcc69912bcc717d2bccfe5a2bcd2bdf2bcebfaf2bd02b412bd2f9ec2bd442962bd4faa62bd927aa2bda2efd2bdb234e2bdde41d2bde86d62be0c5572be143092be553ec2be684712be6e8d02be99fac2be9a72b2be9dbf52bea8eda2beb33d22bebab1e2bebea2c2becdcd62bef66072bf13cbe2bf311052bf3bfec2bf3cfd72bf40b772bf54bf42bf5acf02bf5f8342bf6257c2bf6f6bc2bf744222bf79d9c2bf7fe1e2bf8ca972bfb35762bfb889a2bfbfb222bfd02bc2bff41ea2bff59b92bff97dc2c0045b62c00fae52c013c422c02700f2c02cbcb2c0445ac2c04ff342c0685942c0823052c084e322c095aa62c098f162c0a7e4b2c0ad3122c0b218e2c0b29232c0b5c372c0bce7a2c0c069e2c0c9bf62c0e362b2c0e9efc2c0fe3a12c1042af2c10644d2c109dd32c1183c62c11a0032c13202e2c15dbe22c16ab582c16fc402c176ede2c1906d72c1947c32c195a772c1ab5012c1add862c1c1e2f2c1d05862c1d7f912c1dff142c1f19ba2c1fd84a2c208c992c20a2972c21522f2c22773c2c22f30e2c245c532c24a65c2c268bba2c2765ee2c27903e2c2810612c2aa2ea2c2ae6192c2b504d2c2d4f632c2e42172c2e594c2c2ecb532c2f81c72c2f88832c2fa6722c3259a72c3294fc2c33039c2c3317e82c35cac72c35e99b2c378cd72c38296e2c38b6e62c3962562c3b09cf2c3b1afa2c3c2f252c3da31d2c3e5d0f2c3f130e2c3f23282c3f9e792c3fda0d2c402ffc2c40382e2c40d9632c41a4e52c41aa082c41cfbc2c44af822c4513642c477ae62c4853992c49f47c2c4c563d2c4ca0eb2c4cabb42c506ceb2c52a6d72c52b02d2c5346452c53b5852c551bd12c5526b02c56337a2c57c92e2c5802ef2c5b44bf2c5b528b2c5c8e2c2c5d6ef32c5dc0f02c5e9f3f2c5f7fda2c5fe04a2c6138242c613b012c62d7572c62e36b2c63fd082c6482a02c6504662c662f8a2c663ce52c6720442c684bd22c6a2ce82c6a32302c6a90892c6abce82c6f92ed2c7196cf2c7260c52c728f582c745a342c75e9e12c7744cc2c7870722c7a84e62c7b14db2c7b42402c7e4d152c7e6d2c2c7ee8e82c8165222c8312a32c8542132c85df702c8706a32c8727aa2c876b692c88e2442c8bda822c8e79ff2c8f3da22c90b1882c929f502c935f292c9428652c9485522c95bab82c95bcc92c97a8862c99dc912c99eec92c9a0edb2c9c4df82c9c68f02c9d89972c9d8b502c9eb8502c9efce02c9f26ea2c9fa3f92ca08abe2ca0eb6c2ca22d3a2ca370202ca42af82ca4fdc82ca512372ca765ce2ca7c5122ca7cf042ca833472ca847962ca85d072ca866362ca90c8e2caa397b2cabde322cad4b652cad95652cae511f2caee24c2cb12e5f2cb2a9062cb340a82cb35c942cb5ac362cb628eb2cb6c84c2cb722772cba61b92cbaf1022cbbaac32cbcbad02cbfe3c62cc0f3112cc247442cc284c52cc337442cc4a8b92cc510632cc6830f2cc6b7072cc6fa642cc6fdb72cc704b42cc899372cc938b82ccad2282ccbcedb2cce5a812cd01bf92cd02bbb2cd0e2c02cd31c1b2cd366bc2cd36fb62cd3ce1d2cd428b22cd606c82cd81d522cd8d88e2cd9b2542cda01672cda44ec2cdb107e2cdb215c2cdc2bf12cdd97732cdebfbc2cdf0bd22ce0520b2ce248712ce264252ce2720d2ce4d36a2ce73f152ce924fc2ce93ae82ceb32872cee23622cef874e2cf001612cf01aec2cf0830b2cf0f3d22cf2d5f22cf520182cf5796f2cf5b5a92cf6928a2cf697122cf6ec3e2cf7a8f62cf80a562cf8d2b32cfa28972cfac5d22cfd0a952cfda6872cfdf5772cfe70802cfe8d0f2cfebd152d00505c2d02b7732d0318502d0380702d0383e32d042e692d045afc2d0470542d05ec992d065ca52d0689a92d0811d92d083d352d0a0d682d0b00252d0c56642d0d7f712d0e7f482d0efd622d0f7a1d2d11204d2d11eabe2d14135d2d1469012d14769d2d14ed1b2d16e1562d1753fe2d17e9132d182b822d18b8082d18c4a02d198c252d19b5ba2d19d18a2d1bf6ca2d1d7a592d1f29492d1fa4472d2133ef2d214db32d2383342d2461ad2d249b342d24cbe82d24f07a2d2545962d2666082d276e692d27e6622d28c1dd2d2a15a12d2ad50a2d2bbca82d2cd9c02d2db50f2d30c5792d30dec02d32cebf2d3425ae2d34958a2d35d4c32d3666722d3684e72d3810462d38a0192d392c8c2d39cf5c2d39e5b92d3a78ee2d3aa3c62d3acef62d3bcb1d2d3f55f22d3fe5162d4086cf2d437c2c2d447b2c2d4508a22d458fc92d491f212d492c6e2d4a4ee32d4afb2d2d4b44632d4e5e8b2d4f51962d5222942d523c642d524e3f2d534c352d53f8332d5490de2d55ce7a2d568da42d56dc0a2d59bd692d5a45b82d5c1d3b2d5d25942d5e79662d5f00422d608d9b2d62910d2d62edeb2d639a732d63b6362d6442082d6502422d6569372d66ea102d66fe972d6b0d4d2d6dc0d02d6eebe72d6fcee32d7218fb2d730b952d7336592d74463f2d74acd62d74dc8b2d7543bc2d7661162d782a152d78b8b72d7a4f182d7b2f0c2d7c8cb12d7dff752d7e13872d7eaad32d7f96fd2d84b0992d859d852d881f472d8964df2d89bf2c2d8a76552d8b31f72d8bd1392d8e22ce2d8e94042d918e892d92d60d2d95ece72d96fb492d98493a2d9884152d9934f62d99709b2d999ed42d9a6d472d9b7c192d9be7982d9df68b2da0cd012da1c6e72da46e522da54cb32da868f92da93d332da9d85a2daa24022daa554d2daac7972dab0bab2dab5dce2dabec802dac06bb2dae15c22db023c02db05a1f2db13cf32db1f4062db333dd2db8b3b82db901fc2db99b272db9d59c2db9f64d2dbad2022dbbadc12dbf3e3c2dc028792dc080b92dc125362dc4c0092dc4e9252dc54a192dc66c342dcaaa042dcc37372dcc6a6f2dcf2c112dd024872dd18e1b2dd301fe2dd318fc2dd325eb2dd32b852dd340942dd385a82dd3d0fb2dd695122dd72c8c2dd86ebc2dd904c42ddd08b02ddd547f2dde19a12dde768b2ddf99512de0242b2de0ea102de1bdcf2de2703e2de285372de43ed82de7d96e2de96f8a2deabdb92deb2da82debbe892def3d592defc1082df2bd9a2df41e0b2df8ddcf2df991be2dfa19102dfafc9a2dfc804d2dfc95b62dfcc1d22dfd17762dfe336c2dff4e082e004cee2e0088302e01698d2e0229892e0269cb2e03d2b62e057b232e05f0e02e063bff2e0778202e0866202e086ead2e0897e72e08afbc2e08ef712e09e57d2e0a336c2e0bec642e0d905b2e0e84472e0e9b4b2e0e9cd22e0f248b2e105e172e11158d2e13db572e14a17f2e1510812e156b442e1963e02e19a7872e19bd6a2e1ad5942e1ad8292e1cd62c2e1d6cff2e1e8b542e1f054a2e200c242e20d86e2e2121262e21318b2e22d7fd2e2421272e24eaff2e25512e2e264a912e2690f12e2864002e29175f2e2a1f832e2a85cc2e2aad232e2b5d032e2c9ef52e2d96022e2ff55b2e30a0bf2e31fc7f2e3226782e3285e72e3408022e3412c22e344b4e2e3692ce2e3949062e394ba52e39770c2e3bd2742e3ddd502e401dc82e40932d2e40f5112e411c432e4326122e4560152e481d592e48464c2e48694e2e49e58d2e49edc62e4a81322e51b6522e5550702e5556982e562cc02e5699e92e58a7832e5a3acb2e5a70702e5a908a2e5c289e2e6080ce2e60f2ad2e6229e82e6306b22e63afca2e667ec82e680f382e69c2a42e6c493d2e6ea03b2e6f4bcc2e7130be2e71c66c2e7237272e738acd2e755e6f2e76d56e2e77d6182e7852282e7a67d02e7a8e7e2e7b37bd2e7c6b7d2e7c80ff2e7e358d2e7e6a2e2e7e98a22e8047d52e8219222e8752312e8767472e87d0c82e8a83c12e8da5a52e8dea2d2e8f18202e8fbce42e90021d2e9199492e92d0872e93267b2e93334d2e93b6502e94b4342e96b7e12e974faf2e98221a2e9a06522e9a93ed2e9c68582e9d0fa42e9da1ad2e9dd51a2e9ddf7e2e9eb3092ea062492ea0f50d2ea2017d2ea28fc52ea293942ea512a02ea7ea652ea84ea82ea953182eaad4002eaaf1ba2eab00372eab3eaf2eabe5a42eac6dd62ead76942eafbf3f2eb0f1c92eb271d52eb2bbc92eb3d1ee2eb47bf82eb4cdf12eb614bf2eb83f862eb923b32eb96f512ebae7eb2ebb11a22ebb46972ebd8fc92ebe7ba62ebf40532ec021492ec2a1962ec3cc472ec3f4fe2ec5165b2ec55a022ec7ec1c2ec837d32ec8dc432ec8f1632ec96ea42eca02542eca16802eca70062ecaa7b12ecabe0b2ecc5f332ecdf7912ecfb7612ed1a63c2ed1d57b2ed3a5222ed42f8b2ed446202ed463b62ed5f2c42ed6b9cc2ed7f3952ed854d12ed930382ed946de2eda489a2ede58882ee0c9f62ee1220d2ee128882ee209692ee213ca2ee221412ee391c82ee3b8762ee462932ee4bca92ee4ce182ee571992ee679df2ee708f12ee72be32ee7316c2eea00482eebbc4e2eebe4202eec40742eed09aa2eee71c22eef4d8b2ef20f1c2ef283c72ef297e52ef2b3a82ef419342ef51f132ef542a42ef572562ef620b72ef6e7ea2efab6bf2efac9862f04a6b42f04feb22f05aa532f05dd7d2f06277f2f08aec72f0a11fb2f0d49d42f0da7a92f0f02ee2f10d7ea2f1451332f149f652f15c7ef2f165fb22f17183a2f1728682f17cea92f18a5a32f19075c2f1a5c072f1b515b2f1bdfcd2f1cd2e12f1d1f742f1d3e2d2f1db5002f1e552d2f1e70812f1ec5002f1fd3b02f20016a2f20a6812f2189d22f2307f92f23a1e62f253f582f2aa7022f2b02592f2d1a112f2fc5e62f30c3942f31a4782f3276cb2f333c542f33d13d2f3440a92f34c1342f3763b62f37912e2f3904f62f3a58ba2f3a99ef2f3ce5942f3d6e672f3da6c62f3dc1f12f3de5072f3e24222f3edfe22f40b4c92f42eac42f45ca4f2f4654542f46afb02f4778e72f4921d42f4b6ac42f4b9a3e2f4c90b72f4db22e2f4f47082f5157332f5258ba2f56912e2f570eef2f5be15f2f5cdd702f5d19f32f5dd4712f5eb5922f5ef4682f5effb92f5f3bd92f5f9aa62f602b332f61048e2f61b3de2f65ffd32f674fc72f67c4872f68bf8c2f69e8842f6a4d1b2f6bbae02f6c8da12f6c912d2f7064822f70bed72f7179442f721fa62f724a5f2f72d3a42f75d7f72f7779a72f7918542f7b152d2f7d01c82f7d914c2f7e49c92f7e5b452f7fc3fa2f83eb182f83f2202f846adf2f8515fa2f870f072f87c6c62f899c172f89f32d2f8a53942f8c8d2d2f8cdc442f8d00802f8d6dd02f8dbbd32f8e75472f8ed9602f9034272f9104152f91e1082f91e6182f91f92f2f92795a2f9293f32f93fdf22f945dcd2f96bc302f96c1352f9752832f9806ec2f98b26f2f9a89902f9a99fe2f9c75682f9d1fbd2f9daa102f9dbd632f9e58bc2f9eff7f2f9f3ae72fa091a12fa0a7a72fa0a8d42fa472472fa521052fa5ce612fa624c02fa6c28c2fa810202fa89bb52fa944192fa94ed72fa97a362fa9c32e2fab12902fab336f2faca5b02fad1f152fae42202fae845d2fae9efa2fb088262fb1e42d2fb2c1d42fb313e32fb3e9522fb41f852fb676ec2fb81e642fb8bbb82fb8ce0a2fb925452fba64662fbbb8532fbc34622fbc3d792fbc5b682fbe3e452fbf585f2fbfb3402fbfddf32fc0ad762fc109012fc2d2142fc3330b2fc4fb132fc564c32fc683532fc7b3c52fc8b4322fc986182fca4d762fcb99e82fcbd02e2fcc17f02fccaa392fcd25552fcd6db92fd0a0b52fd356ea2fd583ea2fd645a82fd696a22fd6f54f2fdb000d2fdb96412fdf1e812fdfa9f72fe074a42fe090042fe09c352fe0e1982fe122a92fe241822fe2979d2fe2b9d62fe3ca132fe3f3532fe4085d2fe468ac2fe51de32fe56da12fe70cd72fe776562fe7c2ce2fe8845c2fe9f5092fe9f97d2feac4842fed0b292fed98a52fede9f42fefe1c42ff1dcdf2ff41dff2ff4a6bf2ff4e7b82ff5e6592ff635b92ff6ece22ff739252ff785212ff7ee732ff808da2ff844882ff940462ffaa6e62ffae4532ffc23832fff98e1300151d73001dabc300249d33002ae3f3003ff0630049c993004dec63005384b300652d83009c48b300a943f300b0d06300c0313300dadbc300df0aa300f6994301016d03014526d30156e703016b4bc30172ada3018bfc3301ab3ce301b16ea301b1e02301b2532301bfeac3020774230217c2c30227ce3302402d1302557c3302907f5302ea108302ea4c5302f318a30315ac83033540d3033fbd53037d2af30392b803039360c3039d157303d7509303db1b8303e0720303ef47f303f91be303fec55304056e830406dc030421b083043ac20304565ae3046a7a2304754603047cc8b304834ad30485090304860a4304e195b304f643f304fc176304fddcb3050b01c30512fa23051ec4a3052949b30542ad8305697bf30578602305788da305840743058590230589565305a4fb1305abb75305ed0ab305fb1cc3060d79b3060faba3061640e30648c2b3064f717306739573067ff65306830e9306969b3306a2fd1306de4c5306f0d8f306ff1573071acb0307446a130753be13075bf6a3075fcb63076b7ff30783aa93079accf307a46e3307c2068307d4861307f6b60307f915d308180713081b6643082a8ca3083f0ab3084d5a73085a28c308613b33086716830870c8430881e8b30883c6430892d3b308a732f308a85a8308ab7aa308acd3e308b4119308c9bc0308dea71308e5a81308e71a7308f71703090857330909f89309372673094558d3094748e309723cc3098257e309958ae3099cd64309aae36309c278e309c64a5309c745e309dcccb309e7837309fa56730a044d730a163ed30a1e1ae30a6615f30a6a17630a6fc9b30a7854d30a79ad130a84d4430a8ba8030a97d6b30aaa3ae30ab8da330acef8530acf50c30ae84c330b1b69b30b251c330b2c8c330b4daa430b5560330b7746230b89f0830b9357b30b9b22530baa6fb30bbb2d230bc5e7630bc99f430bcf6b730bdba9830be52c930bea7ac30bf0b2830bf3cfe30c0208630c0d6d330c21e9030c442c930c48dd530c51f4d30c5443730c5658f30c626c730c68aef30c9d0c030ce604d30cf97e530d2222c30d263d030db56b230db6ec630db86f030dbac7730dc512130dc885b30dd371430ddc75d30ddcc8230de448030e12b8530e1416d30e1dda330e1ec7430e2056f30e408ea30e4735e30e482d130e57c3830e5ca7430e6b91f30e6c37330e71cb730e7245a30e766af30e78d1830e81a3030e8d4f030eea92930efbaf630f06f3130f1412230f172d830f1934630f2262c30f34ca930f9e44d30fadf9a30fb2aa430fb9e6430fc0b0830fdea4f30fefaa530ff913630fff14230ffff52310165263101841e3102add73102bd09310518363105af5531071db931073f4e310792b53107de213108fe04310972793109b9eb310a2f01310b363d310b43bc310b7123310bc1e6310bdb45310e3049310ebf77310ef62f310f570f310fd65b31131b3f31139df7311715d631181e5331188a5e31193262311c2b49311c546d311ca3d0311da816311f5a883120754f31220d3f31238cdd3124b9f831251be5312527ee3126092131261ec231276a0b312786be3129921f3129b39c312a1a07312ba573312bdcb1312df9ca312ef970312fc0a0313089213130a3443132a571313416c431344f1b31346e5b313556ce31367e533137289b313849c6313860993138710f313ae2c9313b81b4313c51e9313cda4c313cf1fa313cf8e53140c33b31415652314168c131423b16314307f331431a61314444f63146a4c231470dca3149b1db3149ba363149c4353149c5c3314ad4c7314c6c40314d82cc314e379f314e3c4631510007315178963152162d31537d463153acf231546d8b3157926e3158592a3158fb9e315931e1315989e731598fb2315bb467315bed88315cf231315cf8ae315eb63c3162110831628b3231644741316451e131666b3b316782bd31692f7931695398316a58e1316af96f316dc426316e5569316eb68b316fcc7131706d013171b7c43172559e317396a43173a3013174990d3175cbfc31779a0d31779d8a31795005317a385a317a5753317a6755317b06e0317b64c2317cd44a31806887318192e3318280f43183e19a318de240319065fa319104273191eca231921c603192b57531943d293194fc14319578063196dcaa3197cb80319973033199fbfa319bdf1a319c71f8319d126c319d6511319e9c22319f92e431a02f8131a0adea31a4877c31a5164431a78c0b31a9d11231aa82c231ab208431ac299631aef28631b0718031b1ec1231b4ed0131b5567531b56ff131b57d5831b714a331b7dfbe31b80bbb31b8f65231b9128131b9b03d31bb798031bbd49231be4f6231be663531bea39e31bec84531beefb731bf5da231bf7a5931c0532031c18fec31c23ddd31c42bd031c5442931c5c53731c6b03d31c7ea7231cbd09831ce50b831cedba631cf5b0d31cff6bb31d2e6c831d4519531d60dd631d7626c31d865bc31d8df8131db1cfd31dd000631dd17cd31dfc50431dfcffc31dfd7be31e0f59631e1918531e243ef31e30e6331e5e58d31e62dcf31e6f76f31e7ae2531e86eeb31e92b1f31e92ea431ea6fac31eba32d31ebce4431ed509e31edc2e931edf2d231ee1a6531ee1b2f31ee2ecb31ee9b0331ef316931ef610131ef78b231effc1931f0035a31f1a9b631f295b831f422c431f4716431f6a38c31f72abe31f748df31f7f14231f8cfea31f9566d31fa11f931fac47931fb642431fc87fc31fcb63d31fd3f5031fe361d320212ec3202e6853202fbc53203ca313204c2353204e88632072dd432074e153208ac3f3208af9f32095efa32098c70320a7d4f320b0e7a320b7628320ee66f320f1faa321068dd321157bc3213ad413214fb823216fe03321782af3217a8d53218e2393219322c321959fd321c732d321d48d8321d75c9321f428a321fde693221eb8432237665322386b93224ed5c32255e2b32257b4f3226f372322703dd3227a1f5322a024a322ac6ab322b5e1c322c5946322c9599322d3844322da9cb322e94ec32301a1b32307892323149a13232734b3232bcde3232d94c3233d3253235b37f3236dcf63237b29a3237f90c323b1f27323b8799323d7df8323e4fae32403c343242a90d3242ab7132439ebd324446bf324460ea32451f343245437632454d7d32471f85324767003247f9743248b08232494ced3249f7a4324a8a9d324cd0fa324e641e3250ad1a3251c8a632525a80325283963253ca803253ca933254f617325659a0325688453258d132325927f032595045325aa1e3325adb70325d5c0f325da9a0325f0c60325f15ae3262a44f3263f9c13264836432650ff73265884d3266329532673818326838ae3268d4d3326936f1326a740e326ab491326c04a1326cf436326d594e326d7e18326f6246326fbc1432710a9b327171673271782a3272b8af3273cf06327449503275a2353276806f32778d9032779017327799c83278b2233278ec4b32792759327a518f327b2773327fe2e33282176d328301c532840e003285bffb3286227c328821a83288b79b328977e5328b4eb4328ce9c8328d2d633290061232900b23329111e03291abe03291bb3a3292723b3293244f3295cab732964485329760a73297d5853298e2283299222c3299692032997d49329b05cf329d7b23329e67cf329eac1832a0013932a065a032a07fe532a1e2a332a2089832a2ebb032a3c00e32a4d73632a4fd6732a7128e32a72e2732ab243232ac824932afca3632aff51532b279e532b3b05b32b3f1f132b48a9032b4cf2232b577f632b632b432b882a232b8872f32b8cc9432ba56a132bbf77232bbfb8e32bcd72032bd255a32bdc67632bfad4832bfbd2832bfe86e32c0cf9d32c2611432c3a24e32c5e98b32c6378d32c651ed32c7b38b32c84fc432cb093a32cb984232cbed7332ccaec432d0018732d0a3e932d1fe2632d2add332d430fa32d5090a32d5cfd732d66e5e32d785d932d7e0f032d940fb32d9861432d99fe632d9dce932da5d0f32daed7f32dba0e932dc2e9232dc3c9832dd6f6e32de923c32deaa5a32df5cf032dfe36e32e0a20632e16c2432e2222032e2574e32e474b232e4a4e132e5987932e7936f32e79e8232e9607d32e9b4b432ea1aa232ec223c32ed5c0232f1317232f1aafc32f1dfd732f24ff332f2df2232f3697f32f4f06d32f4f18132f5b7c832f7556c32f766a332f9b6e032f9f52332fb458c32fb8c6332fbc41132fc6f0832fd062832fdc82932fe208732ff93b332ffde223300699f3300a53c3300ad673300b4da3301619c3302593733033f0f33037cdc3303aaa63303ee2d33084f00330a88cb330bacab330c3e7e330ddac1330f0cad33111c3333114e2333115cfc3311bea633125cd13313f9e733145eeb3314a41d3314a56933158e0533176b743317b5723318b109331b27d6331bc7df331c3ac4331f2020331f950a33213e3e33224dac3322893f3323b4c63324387d3326d7303327bfeb33295d66332bd77c332c0992332d0e80332e1822332e2689332e2da4332fbfa93335640f3338992333395eb0333a8da2333c1530333d8558333effc8333f1c08333f3040333f56da3340795a3342002c3342eabd3344a66233466bd8334680e333469bec3347d926334899d93348f702334a1781334c873e334c8e4f334cce7a334ec107334ee043334ff1c9335056093350d8cf3351f15a335312bf33539f913354119633553f9e33560b9633563bb933584e9a335965f0335b0ba9335c17be335ca203335cbbf9335cfa86335f224b3363a1e633656d8c33664dc73366cfc1336a1c49336ae0f1336b5c4d336c5c0a336c8b65336cd8f9336d4201336e1580336e4ef7336ecb043370ae42337252b433725d143374e4e133755247337694403377ad6b337a14e3337ae4f3337d0fa8337dc53b33808d3233817dba3381bae933824f503385011033856d333386b1ba33878c943388cdd63389494d3389b2f53389e17f3389f5f9338abd4e338cda38338d6b12338ea735338edf9a33909cf6339220aa33931343339326ad3395b0703397f9813399f5c4339a38b5339aad5a339e0eb3339e591b339fd99e33a03ca433a1785f33a2c81e33a4bc9533a4d8b433a5006633a53a6033a5f2e733a62ce333a668b633ab19d233ab81d233ac62b433ac95a033ad511633ad8b3733ae4fea33aea9a033aec65433af547a33b0aede33b4330433b46f2c33b5478633b5909f33b5ff9133b6fc7233b744c233b7e9cb33b83e6333b9907133bdb4eb33bf35ea33bfbd8c33c0de2233c143b233c18f1e33c1b76233c256cb33c64e4533c7da1333c7e98e33c91d5233ca6cdb33cb169c33cf638d33cf846033d0ded633d1b78b33d227aa33d4813d33d549c733d58d1733d73bf033d9411133d9638133db0fa033dbd3a333dbd7bf33dca67633de506733de5b3a33e17a8a33e1d75833e6991633e77a5433e77bec33e7950333e7a0ef33e80c6733e84a7833ef740c33efb53c33f33e1e33f55f6c33f6043c33f70f9633f73b9233f8957b33fb493033fc73e333fca32333fcbf0933fd7da833fe7aff33ff7cbf33ffbea23400145d3402272d3402458934027e6c3402d2ae3407f90d3408f34a3408f4c1340925d4340aab42340babef340bcd3f340bcf06340d1f08340e01db340e639d3412e28d3412f2f534152d523415c3f13416316634171cff3417bdb0341810e134188d5b34192aec341a374d341a4a31341ac303341b67b9341b9dae341f86563420d688342231c73424076c34251235342697273426d1f9342763663427d507342897c334291cf1342938a03429cb83342b883e342b9cd0342cfe66342e1a02342febd634307dd53430c24b3431515b3431ab31343285763432d59c3432fe403434943d3435fd0334362a6834366088343683ea3438260d3438ab15343921ba343932e834394c5f3439f7d7343b0cfa343d5edf343f086b343f295a343f6b3e3440395f344144d4344169f33441f3063442d3d43442ec1e3444387634455ccf3445e9c934461e783447568d3448469934486a5e34487f6d3449544e3449671c34498e19344a8b20344b5ca3344c15b9344ebcc8344eff2b344f4cce344f5630345164853451ba1a34521a38345258333453261d34547e313456b41b3456c631345776e434589e993458d56a3458eb8234599abc3459b864345bdaf4345d063d345d1a9e345d21e0345d4ce9345d7f16345e9cb5345eae91345f0f05345f185b3460265f346186b33461c1f43462e5fd346306653464609f346469b734648c2e34663d3e3467a65134681bc43469b0093469d571346b4758346cb178346cfe6b346e3557346ed9ed3470a9b03470bfd33470fe743471238f3473cd0e347467b934747f2134761b91347896613479280d34794422347a53bd347bb0ee347e2368347ede33347f1335347f226234808ef534815703348196ea3481e7f9348200d2348221ae34825a2434833f06348376e734844c1c3484c3fe348522a534869a3434876f4034881bbc3488f1cb348aa7b3348aca18348b17a9348b9f55348bf581348f2507348f39c93490cf1c34911b313491833e3491ae9e349298d93493996334946dcf3494d8cc3496af943497174c349caffe349e45f134a0b98234a1010834a21efe34a2f41834a32e6234a3cdc334a4666c34a87ab534a980db34aa32d834aa3a8434ab1eb334ae0d0034af817134afc53734b2805934b35d2534b557c934b5b44734b77d6d34b84d7f34b8a8de34b8cdac34b8f93e34b92cf734ba74c934bae97934bbb7b234bbc18334bbf1af34bebd8034bf7b2334c1100034c2c13e34c35adc34c46fd634c6404734c7286134c85f3a34c9aa7434cba60134cbe31d34ce795334ce916134cef85034cfaaf934d131a334d1369b34d22f7c34d2360434d5520334d5bf4734d5e99334d64b1b34d716b534d879be34d8b44c34d8e68334d9b42b34db44ac34dbe6c534dbf08a34dc14be34ddaec334df672934dfc6e134e1e91934e2aeb134e2c5b234e34ee634e561e234e68ae334e7d68934e8e70734e913a334e9f7f334ea25b234ea526034ed1a2634ee61c634ee755734f087e434f22b5b34f3b8e634f4779c34f5237134f5b9d034f5ed2734f6f86734f6fae234f9490334f954a234f9767a34fb7fba34fc418334feabd035002a54350164373501da1d3503b3843504be1e350876bf3508c8a43509241235097bd73509882d350a4478350afc48350c3f8f350e7d973510d43d3510f3323511305235116d983511a9aa351205ec351285dd3512ae3835133b3e3513b2b83513bb3935151bdd35158b5a35165fbf3517647a351858b53518eb1135192f97351963ef351a2a96351ac241351bca63351c65fc351e2649351e550e3520f22c352176723522bf0835232426352473043524e1bc3525f38d3527b2213529befd352a837f352cab6c352e89eb352ee3b5352f0205352f29eb352fccb835300c9735302ac53530a7103530ddde3531182b353190923531be9535321ad035321b103532c18b3532e0f93534b35a3535ea5e3539dbdc353ac4d5353c14c8353cec11353e5462353e5da7353ed7863541556035418f6635432545354437fc354473d03544c6ae35460f703546723935468bf83546eebb35472f0e354743e535476fb73547bc983548d7f53548f90935491cc4354955ed354a448d354a849d354d3bde354d81e2354e083e354e0a07354e8f9635501d0b3550933d35515fd535525eee355355793554c828355819c035590c68355a0007355b8bba355d5b1c355e74dc355ea29e355f0f423560274335605bef3560b9723560cf463562dca23563ae373564ca3b3568adc9356e1181356e7641356eb81e3572ca473574502d3574bcb2357523c135755a6835759bd93575c68135760052357691cb357ac906357c059d357ccf97357ce313357d542c357fd4f5358231fc35850bfe358559cc3585703335858d813585aa813585bf9935877b8f3588e208358cdc66358d45e0358ea1ab358f63b4358fec3a359043533590d3bf3590df133592b7e93593347f35935bb13595abb5359696583598283935992dc135994adc3599a78c359b7003359b81b7359e08f9359f457135a0289135a02f5e35a1bf2a35a2d79d35a3318a35a3b57135a4a00535a5201135a75fe235a7935e35a7a40935a7c02735a8663e35a940d235aa097e35aa780635aafe9135aceb4e35ad145435adc74a35ae79bb35af06cd35af8cbb35af9e1e35afe10535b0f08635b621f135b841a735b8bef435b8ffe835b95ccb35b9685d35b98ea535ba03f435ba057035bb71b135bc280835bdc5d535bdd7f235bfe98835c090fa35c1c21835c239f435c70b2d35c8319b35c8a23035c9a64c35ca623535cac26e35cbac3935ce6b7a35cf706135d16f6a35d3d39935d5346e35d5a64835d6812835d6e5c735d930f335d9e1ac35d9ef2e35db7e3135dccf5535e0ca7635e123b235e5d4dd35e7fb8d35e83a6435e8eeee35e9598d35ea119235ea7fd435eabb6435eb8d8e35ebe34135ed317335ed50a435ee450835ef933835f34cdc35f4503635f5112135f6a3d435f7314435f99eb835fad60335fb074535fbde7e35fbef4135fc1f7c35fd70dd36003e8b360078a1360199fc3603abd6360426e4360479673607e622360a6230360a6756360c1f4f360ca80e360cbe2e360df7cd360e2a6a360e9e8b360f6f583611151a361245bc3612e3e73613108136141b2036154e19361550da3617d135361853fd3619ac11361b68e0361c6294361edd09362067563620f293362233bf3622c34e3622e769362365c4362373fa3625c1273626bf5f362777d63629262c36293a283629ab29362a5b91362ae2a4362bb776362c4154362ca677362d356b362de7e9362e478236300c263630202e36319b893631e0323632d9cf3633caab3633cec636343c083634466b3635751a3637a7bd3637bdfa3638247d3639f34a363a1b60363a365c363c739a363c9566363ce43a363d6607363e4d42363ea16b363ef483363ffcbc364033743642c0be364389253644aa8d3644ba163644c79c3644db593646e650364706cf364773473647eb883649c6263649d5003649e4c6364c0994364c9b4c364e72ed364ed276364f2d8e364f38c8364ff83c365215f43653c8393654d6823655e926365750423657dad8365842ec3659045a365a71fa365b520f365c501c365d8a59365e1c65365e4eb6365e68c8366203793662568836631920366334553664c172366518ac3666790d3667b22e36681532366925683669d77b366b3862366c5cc2366d5f79366eae9f3671b0f23673196b36749a183675458c3675b5a736765b923676b925367729233677aa4b36789ca4367b23b7367bce79367bf350367c4e03367c89963683a6ca3684122736841731368420a23684b727368531853689b1c7368a8bd0368b2d53368bf49f368d274d368e453a368ee6503691084d36912d8f36912f3f3692968d3693116b3694aa9f3695a88c369796893697a886369af9fc369b4f55369c53e8369c8165369c8b5d369c974e369cc387369d25b9369d4e62369da162369e2814369e6eba369ef1c7369f02de369fab5236a083e136a09f6f36a0c6a636a1c1b236a3973736a4b68f36a5219236a587bb36a6c09236a76ded36a84efb36a9012a36a919e436a945e836abba2736acb4f636ad0de536ad392836ae94de36af296c36b1792236b2a30f36b2b3fa36b3262436b42ecd36b4651a36b5641636b738be36b7b25e36b7e30436b8f1d836b9ff8436ba196d36bc0ecb36bdb19036bdd07936bea38536bfcf5536c004ae36c07a8636c3964636c6065836c9f0ec36ca005836ca338236cad93436cba3c236cd050536cd1db236cd1db736cd49ad36cedae336cedcb336cf2ef136cfa1da36d22db136d2d2fc36d3d40d36d3e17736d45d0736d5ec7a36d65b2136d6a6ca36d70a4136d9050336db5fc036dbe7b536dd160e36dd5f2e36dd74e936deb7a436df99ea36dfac9736e0230a36e3847636e67e7336e6c36636e6de6936e852b336eacd1136ebeb1836ec224436f17cc036f249dc36f402cf36f443c436f4e5b436f60e9a36f6debd36f6eb7236f7b83936f7cf4436f8b49d36fa7b6736fafeb636fb8df936fcc28036fd3b5136fe84c636ff26ad36ff57653700ae5c370301f13703565937043421370590143705b0083706ed0337080e483708193537084ae8370947e6370b7826370b7868370bb459370c3aa0370d7ecf370d9e55370dd857370e8da7370fe2c73710c712371164a83711a87237140da637145f693714eb9f371619f5371733d2371736993717f83a371b548f371c613a371cfcdb372016aa3721b866372207c237221124372228dc37265bc237265d0c3728527337285bb637294e55372b8c0c372c2ffd372edfc2372f4b87372f5d403730fc3337364a783738077137384b1f373bfad0373c25ba373c75eb373e5bcf373fd1f037401c463740ce2a374139d63741d5a03744c79637454aff37456f7f3745d81337461c513746de2c3748ec9e374a869e374b2090374c3642374f60fb37517d4e37521713375332c63753612c3754ab90375544df375595be37562d033756f4d4375842583758d6f8375914f5375974d737597cba3759b89a375a72ce375b046e375c7bc9375cc275375d49fe375e01c7375e078a376066703763ac743764e41f376552c337667c32376761123767cef23767e1f43768f181376a5ab5376b3f53376c4714376cd3f6376e01fc376e9a31376f01e937708c7437711f2b3774013e37753fdb3775d2453776047a3776a85e37777fe5377829b83778f5a1377a6531377afb9c377b06ca377bcdf3377c02fd377cc9f3377d0520377d986c377ddf36377e04be3780656337809d803782279337824aef37825ce6378295d73782b83037830bb13783d70937859fe23785bb0c3785c31b378628fa37892dee378a36d9378b01a6378e0ea1378ec19e378f4c03378f633637904f7737917be73791b1db37922697379239e5379480c8379539d7379566973795fef53799111f3799434f3799ea13379b6b93379ba485379c1ed7379f63c337a12f0537a2c53a37a420f137a46aec37a5156d37a8a79e37a8b38137aac0a437ae187337aefb0b37af718237b008b437b10ea837b1e12337b2441637b2979537b29d3237b6c5c237b6ceb437b7784c37b78a9737b79c4537b7a0fb37b861f937b8e7bf37ba30b137baa22237bba37637bc81eb37bd00ae37be8fac37bfaf7537bfe06737c0185e37c13ea837c2eb4f37c3160037c63b1c37c668be37c6ec0837c7248137c7f27537c87e8237c8b57c37c9ac3337cbc43437ccbc7737cdcdf637ce139b37cf0d5837cfb6ee37d0da9637d3959137d41a4737d5b43a37d6c16f37d839cb37da667637dabdae37daf33e37dbcdb537dd0aa237ddd3d737de34ba37de375037de5fe237dee1d437e0883a37e0e21437e3308637e335ee37e362f437e477c537e4d79e37e61ab237e7478737e74ff137e8e4a037ea497037eb3ee337ebb79e37ec8b7337f043bd37f083c437f0844c37f10f9537f1280b37f235a637f28e5b37f2969237f3fe0537f7071737f78d2c37f8fd0537f9671e37f9774c37fad78a37fd4a8037fdbadb37fdf3ed37ff67e538002045380151b83807817538094b5238098537380a05fc380a240d380a6354380b0ff4380b56c6380cf058380e6ae9380f5256381004dd38102e2438111f6c38116c82381196813811d25c3811fa883811fcdb3812d78f381440b23814e8273815b5233815cdce3815e21f3816756738171520381a61e8381b64dd381be914381c8348381cd788381d5ce9381d6a15381d8bc2381ee970381f3cdc381f5ddb381f61483820702b3821bf5c3822228f382287513822bfbd3823cfa23823ef933825012538266cff382696f638279aa83828a550382a5d2d382c6a08382ca8e9382ce59c3830b3693831955d38323eff3832877038340dab3834d35f383690043836fc9938373b5a383800993839b8a53839ceb8383ac923383c2854383d7b50383d7fa33840fd6c3841b498384390d53843bc1438446d9a3847a0343847c3ef3848a34b3848c10e38494ccb38499a1c384a2254384ae34c384c28db384c3244384d3c5b384d7830384f7ff7384f9fa238507af43851694b3852700d385361083854132c3854c3173854f75d385506083855742038558a7f385697a238595e92385aa79e385c290b385cd923385dfb2d385e4c59385e8b5138642c4738644e61386468eb386532f438660fe1386685a638677d343867f5613868cedd386951e7386977a4386980e5386a27d3386a31a5386b854f386bf88a386e4ca53871c70038723fd138752c8c3875f50f3877fe3438793f1d387a64ab387a8500387abee4387ad332387af57c387dc951387efc9d388005983880ed6a388226a93882acae3882be4a38834ae238854e613885a3633887b23838882920388953223889c29e388a6aa7388cf9ce388d313b388d3925388f8e3538915e763891fbab38921e833893ee013893ee1d3894f28538964dd6389a3be5389c06af389c7928389d5f6e38a1a4cc38a1c1fe38a3078838a36bac38a4063038a421e738a5cd2938a7998538a79b9638a8ff9938abe16938ac598e38ae3fef38b084d438b1c03938b4e0bd38b67da638b6b8e638b8733d38b8742938b8e1af38b9590138bc25f238bca35b38bd2cb538be119a38be6b1d38beb31538bf22f138bf78b338c0192c38c103d838c1518538c1790738c1bc6c38c27c3738c318ae38c3458338c3d2ef38c3fb1a38c41d4638c454c238c8a03c38cc58ce38cd3d2538cf7a6538d07e4338d08e4038d3bf5138d3f60438d517b638d566f638d5770b38d6e11938d8daf438d9e56a38da067838db168d38db93a438dcadd438dcc9a038de42a538dec8bb38e0de0238e192c038e1e7b838e2612d38e54ae338e6065338e6305b38e6677238e6a31438e72da538e8d8a938e923be38ea5e6438eb05d938ec898038ecc67838ed1e8538ee7f4138f1652238f1a95938f20c1d38f2aca538f6dc6338f77b1538f8a2b938f8dbca38f9362838f9bfd838fa84fe38fb174138fb7fb538fc0b4f38fc4d0638ff959d3901e35f39020d62390286003905657f3905b2ef39061b983906b11439072c5839084b603908df543909339a390a684b390d1f2a390d453a390e02c23912dff7391387e63914fdc039158f063915fabb3916264439177d433918149c3919057e3919200139195546391a3e9e391c1ebb391de5b4391e6fe5391f0edf392003cc392090053920925f3921f1743923315b3923e9503925dcd739264a09392823953928aa3f3928e7653929c514392a759e392b3fe0392b5aa4392b702f392bcaf4392cdf64392db682392ea8b73930c8b23932a9bb3933f09f393493c839361854393661063936822e3938e6c739390ef2393990ff393b6f23393d342e393e765a3943188739432f0a3944b70539455ac33948efb13949dabf394c1759394cc053394e9d99394f125c394f658d39516d873951f890395288c73953012539533c10395351e03953d3b9395c6cda395d2c78395da68e395da88a395e0e55395e8f9d3964ef7c39683455396863833968656939694036396b059b396b7c55396d0ecf396e0b31396eb527396eb8a9396f6ee5396f71b239701f1039707abb39710435397308383973b7fa3974c43039778b9c3978ce133978ed7639791171397a352f397a3d8f397b8981397bcc69397d1ff7397f074c397f42c3397fd36c398291d63982dc073982fd873983bcbf39846b313985a11e3985b4ae3985eeb339866c62398868e7398928b43989589d3989930f398a8c5b398b0789398bca32398ccca4398d7ddb398dba21398efe85398f3055398fca043990201b3990719a39914d9039934baf3994035f399411263995724e399761a8399a9377399b27cd399b30f1399b3383399b8c36399e173f399ead2e399f067c399f2af3399f4a6739a1e34c39a2942839a2970939a3c47839a3ea2239a6298b39a7249e39a9baaf39aa9ac539ab3a3739ab58d039afcf2739affdf739b1569739b1a71f39b1e1df39b213ac39b2c59c39b33d9a39b3612f39b39a3739b4a2d439b6d62439b8a96d39b90be039b9699839b9d9ca39b9f67a39b9f6c639bb0d4a39bbba5139bc016539bd57cd39bdedb739bffb0739c011a139c02c1939c3ea1339c66a1e39c67b3b39c6eb0039c7171139c72f7d39c8dda039cb371c39cb9d1039cbb9e539cd8df639cdb17939d054b639d0e10339d2b2ed39d3fa2e39d5d91e39d6616839d66cb439da948139db7eeb39dbae1039dd101a39dffce639e02a4a39e0387739e0adf639e1214739e129c439e1359c39e2182139e27b0c39e30b0c39e493d339e4afb139e600b639e7109939e7442539e7b70c39e981ac39ea02d939eb948a39eb9e1539ebdf5539ec739439ecabb039ed058239f24fe639f2a65939f34d7e39f3760d39f393bc39f4760939f5dc6439f7c83639f7ea6639f961b539f98a4c39f9fef339fa6bba39fd2f5a39fd30ef39fe6dee39fe826539fea1bc39ff93f239ffa69839ffe1873a00974b3a0384e93a0384f63a05e9c13a062a0c3a06451c3a06a9133a08faa33a09c1383a0b14fb3a0f18e53a11be293a132b883a1394343a1496353a1646cb3a17cf963a198d0e3a19da623a1a8aa33a1b58913a1b716a3a1bedb43a1e9c603a1f0f883a1f44b53a1fb3723a2024ec3a20893a3a20dcba3a21aac93a2223703a2274533a23302a3a2370a73a281e7d3a2ca7e83a2d0d143a2ee2983a3003663a32de8e3a33b3133a33ffcd3a3475b83a362fd33a377b7c3a37e65d3a3850523a388f263a39a3853a3a0a0a3a3a12423a3a41ce3a3ba6823a3cf4503a3d6c4a3a3e68d33a3f7c0c3a4325df3a4364ec3a4417243a4578963a4580a23a463aed3a4691a53a48138e3a48a5213a492d303a4bf4c93a4c47c33a4d25993a4db8b53a4e92df3a4ed4973a4f45693a50f5d13a51528a3a525b713a5280fa3a5349113a54587b3a54b98b3a571f863a58a9843a59317b3a59d0e73a5ae3863a5aec293a5bddeb3a5c14a13a5d2cb63a5f16503a6062733a610c8d3a616d953a6706ee3a6745b13a67789d3a685d2d3a68b3d73a6a20f83a6c421e3a6cb4413a6e156c3a6e26c33a6ed22b3a6f973a3a7021143a706a033a7175023a71f2e93a71f8ef3a73587a3a742d543a758a433a75bf2b3a78de133a796bad3a7ae6013a7c94103a7d3f8f3a80d0f13a82b8d23a84e75c3a85f70c3a86eb363a872fff3a8743683a881a303a894ba03a898f393a8992143a8b35953a8be32f3a8d5fec3a8db8263a8e294a3a8f7fc03a8fab4d3a9110293a9195aa3a92de573a9486bf3a95342f3a96308c3a979eee3a9985403a9a4cd53a9aebaa3a9c72b23a9c75e03a9ccc9d3a9d54b53a9e8f703a9f40393a9f8d573aa006963aa1810f3aa29d793aa2eefc3aa3980c3aa3ae253aa401dc3aa40a173aa49f043aa565a03aa599b53aa7cb2d3aa8acbe3aa993393aab84f23aad4b433aae35053aae6b0c3aae97903aaed44d3aaef1c63aaefeec3aafc77b3ab090833ab1528d3ab1bfa03ab446743ab484f33ab486093ab4a1ba3ab588173ab5a20c3ab5e1c53ab6818f3ab8163f3ab8d6443ab98ae33ab995a83aba3b8e3abb13683abccba23abd69e03abe00a13abe0a8b3ac087e93ac0a0113ac2be5e3ac36de33ac468663ac693353ac6d1f63ac807e63ac8b1143ac91b513acbfb5a3acf56aa3acf842f3ad1735d3ad18c213ad19cf73ad1da6d3ad1e2ce3ad2281d3ad365343ad51e303ad572293ad5b12a3ad5e0273ad6b5f03ad74d5f3ad9585c3ad9e9063adad0373adaf3163adbcb223adc8c5b3adce7c13ade06f43adef9763ae05a003ae0a0923ae1106f3ae1e39b3ae31b353ae487173ae610003ae63b5a3ae87e203ae89d013ae9e8e53aeba0203aed2adc3aedd20f3af045583af1aebb3af8065d3af90f0c3af92dee3afb08443afbddea3afcf7bd3afd046f3aff86013affe10a3b00362c3b01a5d63b02347e3b02b8a43b02e6503b0391de3b03cd4f3b0420bb3b0546173b06c13f3b0735fe3b0752323b07d7d43b0865e43b086d353b08e3763b0a61773b0b83343b0bff503b0c55643b0d65133b0e06cf3b0fa9b93b1019ac3b1360003b1497373b14bd663b1503723b154d383b17a67b3b17d8e33b17f0553b18851e3b1a5a893b1b19043b1e02743b1e72793b1e9e603b1f29d53b1f59593b206c7a3b2130323b21bded3b24473b3b26108f3b266b163b2716d13b2888bd3b290aea3b2940f93b2948393b2dba7e3b2fab6b3b2fc3da3b3088b43b30e2443b314f353b34248e3b35d6053b37207f3b382c6d3b38d4de3b38f58b3b3a21a43b3b888b3b3c3cc03b3c7ca43b3fda773b4117293b4192a33b4232c33b43374a3b45a5633b47af533b49b2053b4c9ef33b4e1cec3b4e9f773b4fbce33b5038273b505a413b507e243b5081893b50c41d3b5140f13b51d3703b5248c53b533cd53b54a58b3b55bb3a3b56436b3b56f25e3b57fbc43b58acb13b58d5453b5a5b6f3b5a8dca3b5a959b3b5b3c283b5be3f73b5c674d3b5cf7083b5f522e3b6327ad3b6343e03b65d6453b6a33243b6bd7173b6d9c0a3b71edc43b72c7783b740bbc3b7514f03b751f9e3b76b0ed3b772f083b796b013b79da143b79edfd3b7b174e3b7bee343b7d8afc3b7e3b6c3b7ffaeb3b83e6693b8520993b8584303b85d2c73b85e19e3b87578c3b878cd03b882b293b8854153b8935ab3b8940283b8999823b89c1c73b8ada8e3b8d0d5c3b8e8fe53b8fcf913b8fdccf3b9016f43b92c85e3b9306dc3b93bafb3b96338d3b9660ca3b97fcfc3b98424f3b9952a03b9986f63b9aa2483b9af8863b9b20273b9cc9e13b9f78fe3ba087b73ba0c0553ba0c7993ba1de883ba2002c3ba211473ba239793ba247973ba3e2e43ba3ff163ba502f03ba514d83ba5678b3ba701233ba717d03baa4e0e3babad3d3babb5613bae848e3baf6acb3bb113d53bb1228c3bb13db23bb39b163bb411063bb4377d3bb4f2b63bb539fb3bb77dde3bb7e40b3bb7e6d73bb7ef933bb85c6e3bb9168c3bb92b7f3bb941083bb983ee3bba9c903bbb0f503bbbb4073bbcba5d3bbd59a23bbe543f3bbeaed83bbf59673bbfa0a93bc00a3a3bc0a99a3bc1fd1e3bc32e743bc3a3153bc4291b3bc42c7d3bc6c3e53bc7ec253bc87a303bca56963bcbd7ae3bcc00193bcecb373bd051d53bd2b9063bd662de3bdadd7a3bdc18db3bdc74113bdc8c293bdca8513bdf38c83be0692d3be182f13be4b1ac3be8ef2d3be8fbad3be921c73be9e78f3bea1cd33bead7973beb5ddf3bebb7773bec91083bed2afb3bed63813bedd1ef3bef3f3d3bef61043bf119f13bf11ef13bf142493bf325093bf3e6ec3bf45eee3bf53f233bf714253bf82d7e3bf8f4f93bf99d1a3bfa63b13bfa89353bfcbd5c3bfcc0ac3bfe6c123bffe8783c0291fd3c04aed13c0573e53c097e293c09c2e43c09f71b3c0a35f33c0b3f573c0bc6e03c0de5ce3c0e05cd3c0e3ce43c0eec1c3c0ef1133c0efd823c108edd3c1119c43c11e2fb3c123ed43c1247693c13adfc3c14f84c3c15a46d3c15d87d3c17115d3c17b4ca3c1a9b3b3c1aa9593c1b2fab3c1b39793c1c47eb3c1cc2223c1d686e3c1dc3133c1e28ba3c21ce283c21d7023c220b8e3c23068c3c235cf73c24bf973c254bca3c27e2193c28e4f43c2d2ee03c2e1fd73c2e285f3c2e42bb3c2e46bc3c2eb3de3c2fe62f3c30d6d43c323d6a3c32f35b3c35132c3c3770823c38e8413c3cf0233c3d09423c3d5f163c3ec5123c3eccc03c40a10d3c4135fd3c41516a3c421ec53c45a46e3c46bbc73c46c8fe3c5006e03c5113253c5131703c54e7173c5526443c568b533c579f9f3c58818e3c596f953c5aa58c3c5b3b943c5c43fb3c5d27cf3c5f87073c60bfea3c61dff43c61f5a93c6342963c65319a3c661ade3c6687533c66a29a3c67ece03c68e9553c6b4e573c6c74613c6d099e3c6f10133c71aefe3c7206d03c7225c33c7287eb3c72be283c72e1723c73f57d3c744a493c758abd3c762e463c76d3213c76fd333c7942e13c79adea3c79bd683c7af6093c7afe813c7d42423c7da7ec3c7daead3c7fc3223c7fcf893c83f1c73c8689ec3c871c723c8788b13c89409d3c8962993c896bfd3c8ad61b3c8c46263c8d7d613c8de8eb3c8e317c3c8e37353c94dc623c97ece63c994b823c9aa6dc3c9ce4333c9ea1603c9ee8903ca132c83ca1d6203ca200693ca20ef53ca30fdc3ca4c5e53ca6342a3ca657533caa0ed63caa64ce3cada88f3cae5d803caea2013caecec23caf9b063cb1fea53cb204cc3cb46a3c3cb561393cb5b51f3cb650da3cb660193cb7eabb3cb985d63cbfc0263cc09d373cc1827d3cc37bfd3cc3e43f3cc3f32f3cc439fe3cc59cb53cc5c4033cc7224a3cc73a6f3cc89b533cc8ef3b3cc9d7a83cca4e753cca57c23ccaeacf3ccd9c393cced4f83ccf73873cd2d7633cd317a83cd3a1cf3cd3c5cb3cd697883cd814aa3cd898503cd8ab733cd8ea823cda88213cda98b93cdb45903cdb75ab3cde5bcb3cde72523ce0f4cb3ce1b49f3ce1eade3ce3169b3ce34bc33ce3c3753ce3de633ce46c6c3ce46ef63ce4c2e83ce4e2ba3ce55c693ce5a1343ce5da323ce8a2463cea3ac83ceb72333ceb7e7d3cebbd353ced85113cf1844a3cf3589b3cf38d243cf394c23cf3b6aa3cf63ea03cf68c1a3cf6a7393cf86b6d3cfc65f63cfd5d743cfdd1043cfeee0b3d0131de3d0226033d05459e3d058eaa3d05a43c3d077ff73d08becc3d0a72c03d0acf1a3d0ae0aa3d0b6f5d3d0c52c03d0c89393d0ecc803d0fa0f03d0fae7d3d0ffbd03d10edd53d1124353d1209d23d12eacb3d132a283d14dc7f3d14f6463d15dbff3d16d8f53d17cf423d17d15d3d1897f43d1a488b3d1afd283d1cc4bc3d1db2f63d1dd0b33d1ddd173d1df3593d217ac13d220cf33d235ce03d258f273d26a9383d26f6ba3d27b1783d29dcf73d2a2de93d2b1d5f3d2b9cac3d2c2fd63d2cabc93d2d74413d2d99bd3d2ed7623d3115e23d3119863d3305083d35a5713d364dee3d3666f23d368f5a3d3721b73d37b2fd3d3825ec3d38b29d3d395e013d3975e43d3bee153d3c6eb93d3c82d43d3cfa913d3e83963d3fce4c3d401ca83d40cf673d42c4833d43746e3d43afed3d452a263d453f703d45ac963d46b43d3d47dddc3d4860f13d48a3d63d4962af3d499c363d49a6df3d4a323e3d4a78e13d4bb6fd3d4ca2703d4d0a773d4e554e3d4fc6283d50dbe93d5362963d55347d3d55ea033d584c453d585ceb3d5b189e3d5c86f63d5cbb993d5dc2953d6005ce3d6103183d6264643d635fa63d63b8ac3d64b0a13d6569d93d6674af3d67e21c3d69785a3d69c2023d6b644a3d6c42fd3d6cb24a3d6d41f83d6e2c903d6ed4313d72f4f23d73dbe23d73e0103d74aadf3d782bc43d7847603d7a5df93d7b055a3d7c67383d7e4be53d7e94023d7e96bd3d7f84793d81ee313d820c113d826c453d82aec53d83c6e33d84b5f23d8652003d88eb483d8aba593d8bbca53d8d641f3d8e46e53d8e88cd3d8fbd863d925efd3d92d11c3d93ccd23d94e18b3d94fc973d9696303d96daaf3d97977c3d97f30b3d9a91e13d9b6a973d9bf74b3d9c4e5b3d9c51d73d9ce13f3d9d1d763d9dbb0e3d9df3433d9e6d873da054fb3da0c4733da222273da3cc983da4ee843da63ee13da6ff233da8d34c3da99ffd3daa78aa3daaa6ec3daaac283dab06053dad72583dadc57d3db1c5023db1d0773db2f2b73db3c3c43db4631d3db4d2d53db61f0d3dbc0e913dbc75cb3dbcf1963dbd81063dbdbc4c3dbdc54e3dbee8143dbf14d33dbf6d0b3dbf72553dbfc4363dc024103dc096343dc1463a3dc20a573dc260e03dc3f9b73dc6f6393dc8210e3dc91ba03dc98ef53dc9ada43dcf90283dcfa0323dd098d13dd1e5943dd329013dd3fa893dd4f2333dd510643dd5fb1b3dd6d8e83dd7066e3dd7122d3dd864ce3dd8873f3dda887c3ddcbb5e3ddda4323ddde3073ddec1fe3ddedf873ddf557d3ddf969b3ddfc8d03de07b9d3de207793de263563de6bf093de84d743de850fb3dea8f313deae2483deb0d543deb102c3deb60e73debbc263debeb353defd8f63df004d13df030c83df322e23df361a13df3b3163df4ab733df4cbda3df5855b3df63bec3df7989d3df7f54e3df8f64a3df921833dfb057a3dfb1ff23dfcb0283dfcc14f3dfd493a3dfd51643dfe49933dff2a463e004d0c3e00b02e3e00ef923e0220f63e02b0d43e0528c33e05b2723e0724083e0a1fbb3e0a7fa93e0d19eb3e0dc9893e0e22143e0e78a83e0fb4603e102b8c3e1202233e14983d3e15e8ae3e1655ae3e17f7053e1805eb3e192bde3e1a28b03e1ae4d83e1d9d8a3e1e2c113e1f84b63e1fc1563e20a7333e218fab3e2269683e230a533e2396803e23aca33e25677d3e2616fe3e269d0e3e2726c63e29bf6d3e2b4cf13e2b71343e2b915d3e2b9f863e2c34073e2d204d3e2dde8b3e2e45c03e2f9ebb3e2fcb693e31ec193e3378ba3e3398773e342d1c3e344a903e34e95b3e3537d83e35665a3e3667ef3e367c143e387b703e3894d83e3926a93e3a868d3e3ce7f73e3d31213e3d3a7f3e3d8fbe3e3f454d3e40a6013e40e0d13e4187953e41cb493e427e053e430c973e43578c3e445fc53e47849c3e49d0183e4a1ac73e4a75b73e4b21a83e4bcb213e4cb5233e4d24343e4dc9733e4edecb3e4f85793e51226b3e5241883e52eabf3e5307993e53d92b3e57ca983e57e30f3e5826583e586f923e5aa2fd3e5c4a713e5d79623e5f46cf3e5f8ea83e5fd9bf3e6059f03e61279e3e6196813e61a70b3e6217503e6242173e62c70e3e6333ba3e63a0e33e64148c3e64a0383e6522323e65495c3e69945e3e6b1f983e6de85a3e6e4aed3e6ed3ee3e71dc993e72cad23e739f743e744ae33e75c88f3e76b5db3e76fb7b3e77eab63e77f39d3e77f9c23e78174e3e78f7303e798b193e79b3db3e79e78d3e7afb533e7d33b93e7d8d9c3e7da8303e7e3aa43e7e64bc3e7ee7b73e81219a3e812ea03e832f273e833dc03e8375d53e83cbf53e863e3c3e87051b3e87d9e03e87f9fb3e8a2afe3e8a392c3e8ab18c3e8b8a0d3e8bdfe43e8ce1f73e8ea9983e8f32873e8fef353e8ff1763e92459c3e936dc23e9400373e95ad373e9711c13e97e3c83e9906df3e995dcc3e9a6f313e9aadaf3e9abfe03e9bf46a3e9e7eb83e9eb9af3e9f7c8a3ea0b1ed3ea2f5773ea32f663ea392a83ea4000b3ea4c9333ea587813ea621803ea889a23ea9f3503eab32ac3eabeaae3eac46db3eaca4813eacc9f63eadb3183eae2f763eaf63413eb00c5d3eb112793eb353233eb5426d3eb630383eb7288e3eb8e9c63eb954e23eba1c233ebb05f53ebd552c3ebe03273ec2f8e93ec33d3b3ec48e6a3ec4e4523ec659273ec688673ec6a1b93ec786cb3ec802c23ec8448c3ec8d4353ec962353ec969643ec9bc243ecb5c583ecc72713ecdbe8e3ecdefb33ecfe36c3ecfe6023ecfe6f93ed127e03ed1a3583ed261913ed37f453ed398863ed3f2ae3ed648c43ed678f93ed6bc583edb61d93edbf3483edcb45a3edd159b3edd57593edf32763edfe56d3ee17fae3ee3a0c13ee3d1473ee5117b3ee5f06e3ee9c70f3eea18c93eebd9073eebfb573eec04e13eec85633eee5a823eef77a23ef03cf23ef10a8a3ef378853ef392e23ef4afae3ef6ac223ef763b13ef7c4843ef9915e3ef9e4ad3efa73983efb87f23efd33573efe310b3efe5e303efebeb53eff80863effba2b3effe4773f0076ec3f03ecef3f04c64e3f072a3d3f073f1e3f08998a3f09903b3f0a59903f0a6fc33f0c08843f0c70453f0d53e93f0ec6533f0f13583f1024943f107c403f1259f93f126aa53f12b77c3f13078f3f13763a3f17d5e23f1831fa3f1904c83f1964b33f19e22e3f1b6a053f1bbce03f1db42d3f1e99fa3f202bc23f2195c23f23903a3f2532ea3f25b7cf3f273f3b3f27f1193f27fa133f2822263f288a133f2949de3f2c16913f2dddfd3f329e703f33c0203f34d57f3f35842d3f35a9323f383c923f38788e3f3911843f3979ef3f3aaf043f3ae47a3f3c1dd63f3c537d3f3d51d03f3dbbf03f3edfca3f41bcd53f44032b3f4467603f44a88f3f4894653f49649b3f4a51803f4aecaf3f4bc5ec3f4c21d43f4df8233f4e213c3f4f10b93f50ec283f5202a13f52b44a3f52c64b3f533e1a3f5391fc3f53c9e63f56044f3f56482f3f57b1e53f57c3d93f5865d03f5923e43f5a02c63f5a4b9e3f5c73693f6005a03f60418f3f610de83f625e313f637c143f6580b53f65a1063f65aa5e3f65fe1b3f66053b3f6775503f687dc13f6d48c73f6d91f83f6ebfa53f6ecee03f6fbe193f70d1c13f710c643f719fda3f72dda93f73fb8f3f75390a3f76d6703f7804d33f7809203f78b48b3f79922d3f7a9c453f7aea233f7b2cec3f7c5cf63f7ca43d3f7cac513f7f82e63f7ff8483f83e7a53f84fc753f8518303f8873d33f88c1b03f8992983f8cb1e63f8e0d783f8e67433f8e7fd43f8f14503f90b1b03f90cdcf3f9145a53f914eef3f93e0c13f93e9ca3f94519b3f94c76d3f9606c93f9724013f981b253f99352d3f9996d63f99cdcf3f9a15dc3f9b06c73f9e63ee3f9e768c3f9ebd6a3f9fc7753fa203f73fa23f583fa29a2a3fa433df3fa4967f3fa673553fa71a013fa7b2783fa898ae3fa8c0523faa5e5b3fb087c53fb0953e3fb0b3bc3fb1acf63fb234993fb23af53fb5b90d3fb668893fb77fcf3fb7faf93fb80c423fb927413fb93d743fb943bf3fb998043fbb82d73fbb88633fbb9ebd3fbd6de03fbda5f23fbe24c63fbf272b3fc074e03fc07fe43fc126253fc45feb3fc610f43fc6744f3fc689573fc724de3fc77d2a3fca91043fcbb6aa3fcd8d0a3fce1e603fce3e913fce4cbc3fcec2e33fceecc43fcf38fd3fcf756f3fd027713fd086753fd0ddeb3fd18b6e3fd2848c3fd29c4e3fd36a553fd3c4a23fd3e2be3fd41e3e3fd57dbf3fd5a3fb3fd68b0f3fd70ba33fd804a53fd841163fdae2633fdae8163fdaf1993fde36633fde75a33fde92bd3fdefec03fe0b3273fe225e43fe3ed1d3fe419ce3fe6ba533fe7278c3fe735cf3fec8d3c3fecd6013fef9f8f3ff117173ff1a1493ff247aa3ff264a33ff335a83ff3ac0a3ff575243ff598ec3ffaaa953ffaaac43ffb50393ffe2abb3fffebd84000b58b400111a640012d62400267104002aa024003f031400492fc4004e3ce40059b4a40067e88400703b14007601e4007d23f4008805b40093798400d31e6400d67ce400dfc9a400e704f401000a34010cf5c401173c64012533b4013855a4013e03c4014493e40144cda401466244015bfb9401604a140196ec3401b0b91401b6e25401cd5f1401cf8f1401f66644020c2d14021152a402192854021a1424021fa284022293740225e9b4022c2724022f314402402ad4026b519402703d940277f90402861964029235c402b1a81402c3797402d2429402d4c90402e9de8402f6a63403016134030c9024030ed214031049f40319bd8403264b44033829c40357bf340358bae4035abb740363242403683fc403756084037592c40383ee3403b19ab403c18e4403db7f5403dc29b403e8c2f403ede5340407feb4040c2d64040effb4041f2054042affa404495914044b433404504c14045a8a740476e69404796a94049a6034049b2cb404b592d404d9e14404eb733404f89fd405128a44053a41f40548c794057f0914058e3194059922e405ac573405b03b7405c1da4405e1165405e4296405e4d73405ed6c140615d08406236ee40633cdb4064c33a4065e529406606af40668d3c40670609406a99cd406bf802406cbab1406d73de406e368f406e4d24406e5821406ead50406ee2ac406f921a40706a36407155aa407233d44075043d4077a9864079049a40797b89407992a0407a5087407accd5407ae5c5407b7469407d01ec407d7a15407da3d2407dec6e407fdc6740811f1d40812afc4081a18a4083127440839db2408497674085b36740876f1c4087c783408c64e4408ccdf7408ea3a240914a374092edcd409315434093ab914095da9e4095fc6c4097d4324097df28409903354099c625409b0fde409c2029409c8ddd409e09c4409e40ea409ed13a409f9ed4409fcc4f40a05f7f40a4527040a61dfe40a7eb0440a7fa4840a8195040a936a340a9de0840aaa71440aac31740aacca340ab077940ab87b140ac59d440ad941b40adbad740ae4eb540ae6e7540aeda4840afc00240b0ab9c40b1f09e40b4d6c040b516ba40b66f1f40b71c3540b7c8a740b8fd9040b920dd40ba42ad40badedf40baf13f40bb658e40bdeeae40c02c5c40c0894740c1d02b40c1ee7140c2e20f40c36f5840c3938e40c3b3ca40c3f09240c612bb40c6517740c8eb7d40ca4f9340cb358640cb548240cd0b0240ce18d140d3955440d416b340d52bad40d6b39440d6caa640d8047e40d9328040d96e3740dcec0040dcf31040de59f140de704840df91ee40e1196c40e11e0f40e1c8a640e231cd40e237a140e26df540e34b6540e35f1440e4ea9640e596f840e6c04b40e7fe6440ea4f6b40ea5b3c40ee4f5f40f00fe940f1630e40f273e840f3105440f52e7440f7234540f791de40f8284740f855f040f85a4240f89ef640fce88640fd696240ff33704100bfd941018ac5410194b94102acaf41032e18410353db410389894103d08e4104f99141075cb74108788c41094f664109a1ff410a9cf2410b5ccb410c3b9e410cced3410cf7de410df766410ea89b410ecf17410efc6f410fb33d4112ec7e411377d3411391d14113d0414114c4ae4114d67a411538304115a7aa41160a3741161793411851e941187902411968284119ebee411b6149411b8b2d411c0dac411d38eb411fe0214120328a41203e0e412121f34122ffed4125b1254127a621412cb1c6412d9e69413075474130f74f41315acf4135552b4138cf024139a91e4139b8a9413a228d413b1925413b5100413c5b35413d9668413d9e26413eb189413f9c7f414072e44140ee1541425fd9414292d04143cf67414513fc414703f141475bdc414834d7414915a84149b1904149c01e414c54e0414c814c414dc170414e73f7414ec4724152473f4154dd114156631f41574a604157e7bd4159a8f04159ddb6415aaf71415bef4b415c37c6415cee1e415dc235415e4f5e415e8c77416048df4161958d4161a9e641624dac416259864162ed274164cbcc4165c85e4167b77341694add416a5829416a867a416aad26416b19e6416b25e4416b595f416cdf2f416d93df416efb8c416fedf541718bb6417369ea417414e64174286b4174fb684175d564417862e3417aca7c417b4899417b83ab417d1c26417d63a1417e12e9417e8d3141805c3f41812c504181a8c24183617141848c4241849cdc4184a50f4185b8b94185ce5e4185e2e941874b4c41890aa2418abf59418b2770418ba84e418cbd39418cd5a141907e4d4191d1c0419267044192b03b419428d941942a7541968f4d419718864197b09041989d354199539041998b324199eb83419bf39d419d88fb419de78441a1f84641a26eed41a2b38841a37cb241a4f81d41a5d40e41a67ede41a7fbbb41a93ce541a99ea341a9b65341aa317041aa4acc41aaa45841abd13141ac146d41ad7f5741aecd2141b0c81f41b0fa5d41b1ebcb41b24c7d41b2624241b5d11241b73a8741b787a341b9414241b94f1e41bafd5141bb93ec41bc85fc41bd28fb41bd543841bdcf6041beeaba41bef2a041bf352a41bf853641bfc24341bfc55941c0d74941c1598c41c27ad141c2ea9741c5bb5741c78c5c41c7b4a141c7e18d41c8367941c9cd7e41ca3e6f41ca3efd41cce18441cd1a3241cd905a41cd9f9f41cefbf441cf161a41cfb32d41d1c82941d3282e41d3a28341d4580a41d4fe7241d6486241d6845141d75af241d9cf0741dbc04b41dbf2a141decb4941deebf641dfed3541e1365641e1e0e241e20f8741e31cbb41e57eac41e5967141e623c541e6d60541e7c3d341e82c9741e8337141e93bf841e9842f41ea1a8341ee142a41efbfd341f086e941f08d6141f2825941f346f141f3af3741f7379a41f7703b41f77e7841f8cac041f952a241fa458641fd930b41fe3e7541fe408142002cb4420106b94201c9e742055ded420582a04206fd574208267342099d83420a2253420ab2f5420b7802420cce65420dc91f420f2e274210ecd14210f2374212880b421361184214d5dd421543b04215c0d1421714e3421a0411421a6da2421b1cb1421b8ae5421c3a88421d6f7f421fd3f14222396f4223858e4223ff7c422432cf4224575d4225f04142264c4f4226a8354226c415422743f8422809ab4228724d4228febb422bbf6c422c2cb2422cb167422e53e1422ff50d42305f6e423095ca4230d6d742332f514233c65e423455744234736a4235e6654237bdb74238b511423900d9423912bf423a44ec423c0b9c423f6cae423fde1f4240077c4240185142405a064240870e4240990142442c9642448fff4244e4364244ef9842453a8e4245c6e942465e344248d33b4249f7ad424b9b4f424d4985424d8c3e42502d85425060b642514a714252db204253f328425537a7425670e54257497a4257901e425832f14259dd7b425c8868425d15cf425edc9f425f6f5342610b3b426227d5426492984265fbdf4265fdc642680cd9426b0366426b3506426b79ad426ddbb8426f155c42731513427396114273bee3427437c44276492042768ae54277e0224278da614279c79c4279f202427aa7c2427b2bb6427b67f2427b82e3427f7c9742801c7d42815338428183854281d6624281e4204283446f4283b97e42848f5b4284ceab4285056842850b8c4286811c4287e0b9428944d942894975428dde97428e6416428fb2eb4291280a42953e4c4296ffe84297a2af429936874299b6e2429a286d429a6684429af1f1429ce473429d1272429ebdac429eca0242a0b62842a3195542a41b4942a4b8dc42a4e97c42a4f73142a6165342a630c642a81b8142a864af42acd0ed42acf3fb42ad3b5c42ad3cf842aea7e742aebb5842af1a7c42b0a3ec42b0cef442b25a1742b28d8742b3adf042b42d2c42b54fbe42b5784342b6fd5d42b87f9942b9d5cd42ba54fa42ba7d7e42bcd69142bed0c942bee49442beeaa242c259aa42c56b9c42c6834142c690ab42c6f69c42c820b042cbd8a642cc7be442cc848142cd4bb742cde78942cdf95442cdfe8642d0a0c842d18c2f42d7b50442d979e942d9976542dbe0bb42dc30a842dc95ba42dcb5be42dd74c942dee38e42def9f642dfe87a42e02b4542e1b67342e1fef042e2650842e34f5042e47b2c42e5d28442e663df42e8213742e8ecad42ea545542ea6b5642ecde0d42ee02db42ee9acb42f00a8342f373e542f451a542f4a72142f6b70442f6e18a42f7688c42f77bf242f7cd5b42f8356f42fb5cb642fc603942fcaffb42fcc3dc42fd557542fdcad042fe102e42fe427a43021b2643034fec43036c344303762e430a552c430a6415430bf6dc430dadf5430dbbd7430de6ff430e0a60430e5d60430fcbd0430fd1bf4312337943126f484314887c4314f4ef4316574e4316918e43174a814317880f4318b8ac431afb91431c2eff431c360a431c7c78431d25e04322ecaf4323ecaf4323fcd0432437dc432492904324c331432500e843253ab74328c3904329b939432a1636432b1676432b236c432c3169432cfe14432dde99432df61c432dfd8d432ea2fa432fb8c34330615e4330650543311bb14331737343349b7a433bf8c2433c85bf433cc39f433df3a8433e2df1433e686e433e9f13433edc6c4340046f43426d2843433e9d4343cb2b434671e34346ce374346e0de4346f455434ab9dc434c7996434d06e5434d2fc0434dd21543520d7d4352360743532aae4353323043542b3643545fd743553deb435590274356c956435805b94358be5c435991e04359b96d435bd958435c208e435cf6df435d8f88435eba77435f0ea9435f2ac74360fd894361ce374363a1ea4363ee8543651dbf436671e943676cab43676ebb43691f50436c4aa6436c5787436da4d7436de394436f83bd437567964375ddea43777c8a4378bb2b4378ef474379dbe5437d3cc2437d48d7437de8ad437dfb7f437ed2a7437f09c2437f8d56437fee8343808fc743811aa743815b054382979c43857353438732ac438782264387ea6f438806fa4388515d4388fbe9438e0dff438f1b4343905a604391edc84392f30b4395aaff439718d04397b60c4398af724399a589439abb44439bcaca439bed24439c0006439c332d439ca95c439ce5a0439d877d439eca47439f790743a07a4843a3cfdd43a6831943a752cd43a7bedb43a7f90643ac3b4243ac8a1043af888d43afe8a943b0098743b0258b43b0914a43b10c9e43b1369543b14a6a43b2cc9c43b33e0943b4d22843b724cf43b844c343b8a80243b9de5143bb0e7743bbb13e43bbcd3643bbe1bf43bd0ba943bd804343bdc71243bdfccb43c0d80443c1053543c13a1843c2aad843c45d4643c4c2cd43c4ea3d43c4ff1c43c585ef43c675e743c6d1f143c7458243c8bf3643c9112f43ca47f043ca64ff43cb031443cb061243cb26b543cb558643cb72f443cbbb1743ccda2943cd1d0c43cd9eb643cdd56c43cf003a43d150c043d2b4ea43d6754743d75e2743d784cb43d9f53343dc2c3543ddc06343df21d043df6da243dfbf3343e04b9f43e0a98f43e128cf43e1777c43e1fd9e43e3b60043e4c9b843eadad143eaf51843ec013e43ed949f43ee1e6843ef7ddd43f09f7b43f2be4343f3a0a843f4f1e043f6972043f8c0e143f9f63c43faed5743fbb075440151054401d97e4402a9b14403248a4403fbce4404deee4405f8f744066f29440791ce4407f42f44084417440a806c440d04fc440d6cde440d85d3440e592a440fea6444119f4a44124534441330dd441474cc4415d73b4416bc264416da0e4416ed5a4416f36844171d924417b11a4418059d441a0c32441c631f441d21d0441f4273441fb6114421eaeb442214ae442224404422dc5d4423b9444423c9344423e33b442b1236442b2f95442b4192442b7ed0442bd94f442c8a43442d4c0f442e6d74442f05464430dd3c44314ecf44328f1a44342f3d4437d2974439c771443bc18c443bea93443ce629443ce9ab443d2b614440cdc244424fb7444485544444969f444507364446334a44476cb34447de644448accd44495ee2444aabdf444b3682444bb77d444c2bef444dfb73444e9543444f018144512f1b4451861b4451d1714452bb6c4452d6cc4454d0214455d0864457b695445850604458e2c74459e410445abc94445ceb50445ddfb3445e49eb445e8ef8445f6704445fb01b44602f694460969b4460e5c744619b094462301e4463d5a14463dcb7446563f344670b25446746a5446782154468ae46446b31c0446b47e5446bc5cd446c3bc6446cc5bc446ce38c447373dd4473a7084473bcd74473c25644748e7c447620b2447714a24479aba4447b5a42447bc335447c1d274480b97a4482e3cd448353d7448414c044845bf14484cb00448574444485dc8a4486019e448634d1448733ac448758a44489dfee448cba41448eb288448f00ef448f012c448fb0c844931e9944935110449678dc449b718b449c4ec0449c62f6449cd3cd449de650449e70cd449f1e4f449f5e15449fd30044a1746244a23a5444a57a9c44a7a3bb44a8e67344a9018544aa837544ab26a344abcae244aca19244acea3344ad5f6344ad893844ae1b3a44ae3d3e44ae64e344afcbdf44b11cee44b1c06d44b3e93644b61edb44b6236f44b716d244b878b644b899d444b98c1d44ba0c1644bb220744bd8eab44c20b5144c250eb44c8dc8a44c97e4d44c9e65d44ce434544cf673c44cf8d5b44cfe78e44d140fb44d1eb3e44d2335a44d24af544d2d41244d568e644d58c1944d5e29344d84b4444d8861244d8fa6e44d9496b44da8a8144dc7baa44dccd5044de516144df130b44e1421844e165c044e2b65c44e2c11244e2ca7744e2f57a44e436d844e51ca344e574de44e5882c44e6ecc044e74b5944e86e0644e8c90344e9bded44ea0caa44ea0f1644eab43f44ec4b5144ecdb0c44ecf13944ed07db44ed0dbd44ed193c44ee1b2944ee386d44eeb49c44eef75044f0893d44f248c544f29c5744f356a144f6cecd44f728e144f7914044f7bedd44f84e3a44f9486444f9f41444faa9b444fb908a44fc8c5144fd488d44fd677344fd86e744fdee1e44fe63f344ff91dd44ffeee4450172804501982e4502189f45025eef4502d78345031f4345036a4b4503adf1450415214505c648450694bb4506d2e345071ba245092596450ab2f8450b03ac450ddf2c450de85a450fb98a45125cec451399e64514c4df451558974515ecb74515f6ac4516d95745177dee4518403f45185db745192a8d451a621e451ca6e8451d5223451dbf0a451e05294522415845247a9945255b49452561bd4525f6c04526f6ef45270213452732ee452744e545287b96452a3a41452a6021452a6a76452a84bd452bbca5452c3257452ccfd4452cd049452f2a234530b26f4532047c4532fbba453341324537504b45380d3b4538e10b453a35d0453ab2f2453aba67453bed5e453c9b6a453cbc3a453dea164540a1eb4541b01545491a434549b3ac4549cbc5454a66cd454b6b20454c7ee3454dcb05454e74dc454e8aef4551c2ea45525baf45564403455664c045581829455b01a7455cc740455cfd45455e6469455f864a45605afc456186044563e7a44565e5b7456910ba456a1892456b63bc456b6c0d456bf237456c2f3a456d6b9e456e14054571d3d045734e8945737bc145738751457422fb457485ba45751ecb4577539045779a8545782b60457854da4578f2fa4578fb0b4579215b457c896b457d2f52457db2a6457e8131457e950b4581078a45827f3e458486004584f3904586cfb8458799974587ad574588da1c458a7f77458e1415458ecf2e458f26d8458f892b45903f55459128e44592eda44592f52b4596b2334597aae245981f6b4598321245994265459987b64599d46e459d2ea1459da822459fe2e045a01b8645a0840745a13a0045a564ed45a5732245a5a6b445a940d345a9718a45aa423945aa9a4845aaee2f45ac2ef345ad1c5c45aec36645aefc4445af1ae445b14b3945b29a5645b3269245b4332345b4b0f845b546d145b633ff45b9496e45ba122445bac6c345bad05d45bb212c45bbc65f45bc9b7c45bec59e45bf7f7345bfe68545c004ac45c0088e45c0e96f45c106ae45c10fef45c156a645c1efc345c598a945c59a8745c7afe245c901bc45ca49b945cb34b445cc61b145cce76645cdb42745cdc87445cdde3945d0761145d1973b45d7449c45d7d02045d8c24f45d96f3e45da5e0e45dab28445dab70f45dad7db45dde83a45de3ef545dfb39a45e3d29c45e44fdf45e4bdd945e4c6a445e521b445e79f0c45e7c3e345e7cf2645e7f09b45e914f345e94a5545e961b845ea880645eb673045ebea1745ec113d45ec51b945ef025045f05ec145f0bac145f25a5345f55b8445f576f345f64b1545f9464e45fad95d45fae1b445fb1f8345fbc1b945fbda3645fcd10945ff5c7945ffef8f4601f7784602735e4602b25c46046e2f460854234609df78460bfdd7460cdb6f460d13f9460deb59460e57b9460ecfe8460eebcf46103839461044b24610853d461088ea461104c14612d6664615d5de46174eae461b5dab461b8a78461cbbcc461d5304461d95b1461dc4e3461e098d46208ab04621e9ef462263204622f8cb462370cd4623a38a4623f6074624e6ad4625aba94625ac9d4625cc934627bfe446280a5e4628537e4628a4704629cda84629ed9d462ac518462bf10e462e85154632608a4633c3b746345706463a3369463b540e463dafef463f23d2463fc08c463fdc11464082da46423342464248ea46434d154643afa74644136f464502fc46455e0e464574d84645f83e46460e23464703e146475bdb464b8be0464cbda6464d4d32464d93794651bff6465217ae4653e6c04653f49e4654809b4654f92f4656a83d465a2211465a5a9b465ab978465b65a7465c14b2465cbc34465ce16f465e16c0465f4391465fb2ed4660908c46610d1b46616f2e4661f0084661f45446641c2d4666a44746672cf7466797b04667dcfc466997c5466a52b8466a9468466b8ec4466c5810466d75dd466ed739466fd97b46724f404674042946750868467592b4467762764679ba3d467b9077467b9bc9467df4d2467e68cb467e91b9467ed355467f70e4467f95f64684de7b4685012f4686612a4687c40146883f494688b72b468ae43c468aeca0468afc60468bfcad468cc35a468cf8cb468ff2c14691604a4692f21e46930778469908f9469aa2de469ad8f9469af90a469b1aa3469b47c6469bcc6d469e11f2469e8822469ef80f469fcbf846a0c69f46a151de46a202ea46a2317146a3070546a59fb346a7408746a7f0f046a9814646a98f4846aa211d46ab901646ad95a346adbe7e46ae91c746af2c8146afc71a46b10d6146b32bc346b3b30546b4ed6c46b5814946b5bb8146b5c2d746b8510f46ba1cf046bc41fd46bc61c746bd038b46bdc4b346be6a2e46bfe42c46c653aa46c6da9b46c7cc3646c7f29046ca80e046cb679746cc309646ccbf5446cd6f1146cdf05946cdfe6346cf274546cf55a046cf708b46d2529446d39f0346d4d94346d8032046d9421446d98efb46db82af46dd4ea146de2bc046de54ea46de617246de7c9846de86c646dea06346e0e08546e1402c46e2ee2a46e3985646e4793d46e50e6f46e5cf9f46e6a92146e7338f46e9c9ad46eb5df746ede25446ee1e6646efa80946f0dd7b46f1e26146f2138146f27be246f38ec346f4391746f4b55046f5577846f5c50746f6a53c46f6c47746fa9d0e46fc1bf446fccece46fd0a3646fd588e46fdd33846ff3aa746ffe1c347006ca04701427647035c3e47041d5d470590b34706586e47068522470794dc47083208470aa0e4470b8f65470e6781470f67ae471005f74710bb7147112aed4712900b471338b2471557aa47176caf4718627947196fc0471bf0ef471dce0c471dd427472292564723dcaa4726fc4647283e92472950bc47299d67472acffc472b01064730948a4730c8434731e6dd4732b7d8473451564734e6a747368d2f473848bd473c4965473f1fb1473fb6ee47409dd94741fae24742083e474269df47426ee747426fca4746a32d4746c81e474759ce47479a624747e0214749b4c1474b59bf474d4301474da8ff4750347447513f6c4751fc42475328be47532eb44753931b4753e59447540f6b47542a3d47559d864755e4ad475617b447562ae047583ec4475c8289475d204d475e3df6475e93b5475ef525475f1196475fc04f475ffeb747605a8e4760a2494760c2d74761fd1647622cbc47624e5f4763951e47649e214765c4b847672e7347684f7f47692e68476db948476de45a476eebf7476f9452476fea874771133c4773062f47744ca047744f6b4774b9d54774c3404775b1b847774c6947785a664778c214477b705b477ba881477ce8db477d005e478228b847824ec447826c4747835bc24783ee5a4786eaec47879df34789748a47899fb6478a34d4478b3d19478bf0e1478ece01478ece4c478f95bb4790135047909f6d4791273f479213e3479382f2479660f947980528479a4a42479b396d479b8454479bdd6f479ebee4479fc60c47a0253047a08abc47a12c1047a150d047a30efb47a3dd4a47a44f8047a55b2147a5b25c47a5cc2e47a9280a47aabf8a47ab129847abfb7647aec50147af192847af1a2447af7db647b1bab147b3e65c47b4db2c47b5bddd47b6451d47b88f6b47b989b047bafb6047bc600747bc737247bcbf6247be94a647c0060d47c2350f47c35d5747c3644947c3e52347c4caac47c571d147c81aed47c91f0e47cd178347cdf0b647ce952947cf146347cf1d0247cfe89647d0306347d2040a47d2c9e947d416a947d53bb447d715df47d7d65547d8428847db627e47db74bb47dc1b1547dcb3d547de687347e145cd47e1e9d947e345ab47e4185847e6947d47e6dcda47e7433547e7a16047e7f92447e819a647e83e9747e8420347ea29dd47ea66b447ea903947eb528a47ec55ed47ede3ec47ee3a1747ee96d047eea13747ef1b5847eff21e47f0b96d47f193c947f2e17947f578a747f57ebc47f75c2647f8efdb47fbbb6747fbd6e347fcc43747fd213b47fd8c7f47ff067b4801138b480178d54801fdab48024050480349fa48047fa248077db44808c2f3480b1585480b20d8480bf3b9480ce662480ee0ea480f3dbc480fcd3148105e0c48106f2e481121f648122b724812fe6448138a0648149f3a48169c464816ac7748174d474817514b481989c64819fbee481a722b481b5a4d481e53be481e619f481f10b1482070a6482094414823936e4824b51e48255ee2482573584825c9f54825ca5f4826d5b94827f185482861524828fcf948295507482a1147482afde3482bb208482bf3b9482c3111482de315482e9b19482f22a74831191c4833492f48356dbf483669724837bdf848399eff483a9a01483b40f2483b5580483b94ba483bae09483d812b483d9f6a483e1e59483f4edc48402972484041c548437bb148439f404843e38a4845fb94484645d448473cf54847a02a484801ec4848a2c348495eb348495ee9484c0707484c32e8484c7d84484d317b484dee14484e09b1484e3448484ef1f348502f564850863d485169df4851ef3348538549485457324854f83948567cb64856e87a48575e7d48576bc048582a6448597c0a4859f120485a02b0485b5c4b485f336b4861256f4861a78748622a8f4862358948632889486377764863b74f4863d15a4864955a4864bd644866144e486653cf4866b1e64866d67c4867cbeb486a33da486a6285486c439d486d50d7486ee72d4870451d4871279b487191834872029c4872078948726c8e48757da14875b0ae4875fc2648767bc24877924248791bf4487963924879662b48799d344879d9a5487b1412487c8845487cd991487e41cb487e48bf487eed33488022de4882951b488321624883f87c48891fef488a4a6b488acd76488ae78a488baabf488cc354488db141488de1fd488fd4844890310748910b35489238064893f2e048940521489433374896f976489713d94899aa64489a3524489a6ec2489b03b5489ba295489c249a489df937489dfd17489e05c8489e0a69489e21e0489e471f489f671f489fc23948a001d648a0ebc648a2b62248a2c14e48a2d41a48a39ecb48a4cf3648a50f5e48a63a1d48a726f448a7828f48aa010e48aada8c48aba03448aba82f48ac9bb548acb4c948ace39848ad362a48ae4a7848ae84c848afd16248b01bd048b02c6848b05d0248b2006548b2773648b2848348b2ecb448b3a34648b3f0f848b5f95048b69ba448b7152948b7d5a548b8f08b48b9880e48be1a4348bfc56c48c107f548c186e348c2a34a48c31d0f48c3a3f448c5382648c583a848c607de48c6948848c69d3848c9165648c9dc3a48ca809848cdd26948ce4bd648ceae9448cfa04848d0d53948d12fad48d1b49248d41bdc48d4401948d48bca48d5ea0a48d69cbd48d6b8a648d8d2bd48d98ed348d9a48d48dbe4a348dc1d6f48dd8e4548dd9b7048ddb41848de8a5548deaf7348e06c3c48e0cc8648e3a90d48e415cc48e4a21c48e9d94e48ea52b448eaf82648eb23fb48ebe0d348ef07e448f0f11d48f13a8848f368c548f3c95148f3d22e48f4e8e448f60ece48f60f8148f6f6a248fad5d848fb040848fd28894900b98d4901218d49017f084906c76249076d83490a031e490b5447490be459490ca41b490cbea8490cf353490db994490f4c43490f9ac64911a4a249125bb549134c914913f3c1491ae349491b62d9491c86fc491d2241491db327491e7700491f3fad49203da94920f4034922d2e549241c8049248f9249264e224926bb9c4926f186492864c0492a90a0492ccce6492ed0a2492f669f49306f7b4930c62d4930c86d4930e98a493267e54933764a4934409749344596493482e44934e02a4935397c49354ce84935eb5e49360a1c4936ef89493868f64938c4be493a2b0d493cadbd493cb840493d1206493e866b493f1f3c493f2802493f5893493fc503494045f24940e9234942ea6649449bac4944ec5149466e954947fdd84949375f494a0996494c1d25494c4828494d2cf0494f153349520bcc49522a6f4952bbd94953641e4953701149556cea4955b2ab49583d264958e717495956c749595bd9495b0b13495ba4df495bfee1495dd298495de048495df453495e0955495ed22049600cb349608bbd49616251496178e14967b2bc496a3622496aa8e9496ae12c496c1729496c87c5496fa0ff4970aea0497189264979059a497a1ac3497bc75c497dd2514980804349838e00498406e94984324b4986deff4988f1164989d8624989de1c499019dd4990642d4990f31749918b3f4993b4d149942a274994ef114995ce204996b0b44996ec8b4997847049989a79499a639c499b0b42499b19dc499d4adc499de890499df039499e728849a0442849a05e5449a12a9149a1e0b249a3cfa049a433ae49a6c45e49a6d20a49a7c7f449a8e8f349a903fe49aa025949ab375a49ab6f4649ab81bc49ad82a149b03cfd49b1202b49b1962549b2c3c249b312be49b382b149b4e8f749b5468949b7f71649b96ed949ba230049bc34bc49bc9c4b49bd74e849bdfbb249be28e949bed63b49bf33e249c0a1c549c1549c49c176bc49c3fbd249c5ebe949c6a30049c8550149c9031849c960c749c9752849cb43b049cb5fc649cbd6a049cbf92149cc5f6449cd551749cde72d49ce0f1d49cfa73a49cfabb349d1b0a849d32d0b49d460a949d4b2b049d5a6d649d63af149da44a649dbe00149dbeef849dc820749dc950549de691449de8aa349dfd3e649e0590149e136a849e18f7f49e8eef149e911aa49e9ae7049e9de5049e9ef9f49eb31a149ebc4e149ec5f0b49ee221a49ef83c549f0653649f090fa49f09d2949f116a549f1abc649f29b5d49f336a049f336aa49f3454a49f5291349f788d249f8445249f9031449f986b749f9a3c949fba5fe49fc09d749fc71e049fc9fed49fe1b7549fe740849ff95354a00df8a4a02d53d4a036e1e4a046a264a05c19c4a06dc4b4a07e29e4a0899c34a08a4534a0a48854a0a4cd14a0b02864a0bfbcd4a0c58114a0e2b6d4a0eaad14a0ed9614a0f0ccf4a0f378d4a0fabf84a108dad4a12478a4a13bbc94a13dc5f4a1463314a1465864a158db94a15d75a4a1664b74a1a28504a1b39e14a1b94504a1c1eeb4a1c3b674a1d3f034a1f3ce74a1fa1c74a20de8a4a21882f4a232b124a23fed84a273b9b4a2772f94a2958cb4a2aa8314a2b8dc24a2bbcf24a2be5984a2d8e654a2ddf4a4a2f61af4a31e1ec4a32a37c4a33baa34a3481fd4a34d2da4a34f4bd4a3808154a38e7324a39137c4a395c804a39f29b4a3b97ef4a3bd1ef4a3e639d4a3fb9484a3ff8cf4a400a8b4a417cc14a41d5bb4a4217a74a4425ae4a454b704a4ad9544a4af1844a4b013b4a4bb3974a4e49a34a4fa0824a53e3534a53e5064a546cba4a5620944a568d064a5695fd4a57977b4a58a47a4a58ea7a4a59cc1e4a5affd44a5b30684a5b30a94a5bc3a34a5c2a9f4a5d46364a5f6c414a6189564a619a0d4a61b4004a6222294a63519e4a666f4d4a66d2474a6945b34a6aa3f84a6b815d4a6c1f824a6c23e94a6d7faf4a6de0d74a6e5c7d4a6ec6184a6f30884a6f54b34a6fc24e4a6ff9164a709f3d4a70b2b34a7107ef4a71c4ea4a76b3cf4a76c76f4a7704984a7840274a790b3b4a7a61424a7b821e4a7cad734a7e198e4a7f48d34a7fd2394a801b454a8183d44a846e604a8471f84a856fa24a869da44a872a1a4a87db9c4a87f3604a883a694a894c8c4a8a94c44a8b11f34a9276e64a9279ea4a93c0e94a9591184a96c3654a9875944a9881ab4a9948664a9a727e4a9aa3344a9b08314a9b1e514a9ba16c4a9caf754a9d082b4a9d2a2d4a9d8c444a9e03864aa13a074aa225754aa326294aa436d94aa512814aa589a44aa607b64aa6eb9c4aa74a254aa7ef634aa97a894aab56c14aabbdde4aac548a4aacb4d64ab06dc64ab253b24ab308d64ab328544ab3fd264ab4694e4ab6b66c4ab6d0954ab8409d4ab8aad04ab9d1784aba28884aba66214abb87284abe73864abfa79c4ac000324ac0027f4ac0230b4ac0949a4ac0af424ac115754ac37d034ac542c54ac71e274ac7dd9d4ac86eb64ac8be854ac8eeee4ac996f14aca121c4acbab954acbfca44acc29264acce1394acd8ae04acef0034acf849f4ad2d84f4ad324894ad554b34ad682874ad832884ad9d9e54add2fb14add55e24add602b4ae0c11a4ae165f44ae1c7084ae21f824ae35d5b4ae363084ae3de434ae3eb3c4ae4d33c4ae5821d4ae609b64ae884b94ae8c7864ae997e84aeb25b94aeb36554aec59d14aed39604aed9b914aee665f4aeeddae4aef579f4af109bd4af115f44af1cd164af1d4bc4af42f334af439444af558a64af7ab2e4afa7ad34afb4a9c4afbc3634afef8734aff115c4b0068524b03db464b0548894b0677a14b085cd64b086c134b0873c84b0889af4b0c78374b0cc1a14b0e7e6d4b0f09c84b0f68f64b104b7e4b1507ed4b174cb44b17f8064b1803ae4b188bd94b19a2a64b1a47b94b1ab46f4b1bf8674b1edcde4b1fc3fc4b2381194b2654c84b26560d4b26bd3c4b2818354b2894c04b293e4a4b299b5c4b29f14b4b2b37594b2ca3964b2cca054b2d47584b2f86944b2fb9544b30b8d24b322af64b337de24b358b0c4b364e254b36c52c4b3812c44b38a7b64b3970f24b3dc43c4b3de2564b3e851e4b3e94c34b4064d94b4232014b45eb6b4b465d5b4b4a66af4b4a895b4b4ab6bd4b4aee704b4d4ab84b4ed0054b4f09f44b50f2474b514d444b514fce4b52906c4b5299264b54143e4b5427644b54dda54b57dd334b5801b34b5974924b601fcf4b60c3d74b6108f54b64711a4b656cb04b65b63c4b660e734b664a5f4b665c004b66949b4b681bd64b68747c4b69940b4b6a5d6b4b6a64b34b6b2c5e4b6b34674b6c292e4b6e6f124b6e84684b6f11fd4b6f64344b6f8cdc4b71467a4b72bdbc4b7505f34b7516e24b75af564b7630194b7669a74b7694fa4b77fcf14b782c874b79c3754b7b0d654b7c0a6c4b7c39504b7c576f4b7c7c564b7dd8334b80b3894b818bbd4b82db6b4b84a4354b86a5154b86c15a4b86df154b86e0204b88c2844b88e2914b8a26f54b8b13684b8c54244b8d29fd4b8f20494b9060a34b9172c04b92541f4b949eb64b9780a64b97d62b4b983fc04b986c7e4b98d8494b9928024b9a93514b9aa0304b9baee34b9e19454b9e20b94b9e97e24b9f96994ba118b04ba12be14ba2d1bd4ba2d8504ba370464ba3b5d84ba3c08d4ba403e94ba448d74ba5ad214ba654174ba776554ba8122e4ba9fe194baa564f4baad0004bacab434bacd3cc4bad538a4baf0b894baf96264bb00f6e4bb172a44bb23ec24bb2ca7a4bb31f034bb646ae4bb64c1d4bb7cda74bb893c04bb92e5b4bba49fc4bbbc5754bbc2b1b4bbd20d94bbe1ace4bbe4dac4bbe6fc34bbf9e0b4bc1d7a64bc1e7224bc24ffc4bc2cfd64bc35fad4bc4de164bc530364bc5d9ba4bc6d7064bc92bfe4bc967b14bcaad9d4bcb80e54bcc000b4bcc0e404bce14dc4bce9d1c4bced6304bcff1244bd266104bd2cff04bd36bee4bd3eccf4bd44bce4bd50c594bd758e14bd775e04bd846e14bd949894bdcba064bdd222d4bde79404bde92404bdfee354be03ecf4be053b74be05a254be05dd54be0d4b14be115584be1e6744be2df104be40d8a4be47f6d4be572034be57c0b4be57c994be58cc44be743734bea46834bea65444beacfc34bebbf7e4bec065f4becfe8a4bed33bf4bed75854bed79114beebf844bf2482c4bf41df64bf76c324bf776654bf7c9ac4bfa0de84bfa65954bfba8a94bfc01d14bfd176e4bfd53c64bfeb56f4bff4e714bffff474c00070c4c0088714c019c644c01cc8d4c0295004c04a0004c04cd1e4c08079a4c0bdc994c0dd5cb4c0ed3504c11ddb04c1496234c14b61c4c1517ca4c1573904c1577b84c15a4a94c1601434c1612c34c168c284c169ccc4c18091f4c19e35f4c1aabd24c1b4a6b4c1c40884c1e66024c1f94ec4c1fda374c214bd64c2171394c2295f64c22e3464c25c1f74c25e66d4c26c8e84c2709f74c2739484c2bfe694c2c0d7c4c2c0fad4c2d37054c2daacc4c2e7afe4c2fae3c4c301dec4c3120104c312b504c3175734c3229fd4c33601c4c33e7764c33f53c4c3496bf4c364cd04c365fec4c39d1f54c3aa04a4c3bf9014c3d7dac4c4146484c417c664c4408d54c44b52e4c46e19a4c483a4d4c49a6f24c4afb274c4b031a4c4bb3344c4c24b24c4d54da4c4e416a4c5049f04c50c8264c51d7154c532e4c4c5348ed4c552eb24c56cb264c5710d14c578ebe4c57adf14c59dbb74c5a08164c5c84294c5ca92f4c616da04c61ac5a4c6236a24c64b40b4c655bd44c65906f4c65f9874c669cb84c673bd84c68dbe04c6929114c6a199c4c6a98cf4c6af7fe4c6bc4d24c6bddcc4c6c812f4c6cc14b4c714a2e4c7333114c7371094c73cfa54c74a8244c7523924c75297e4c7587b94c7721954c77fa184c7886274c789bc44c7972a24c7ab2b74c7b847a4c7ffa364c8111994c81c6814c84e9214c85107b4c855a004c858a804c85b3f64c87b9444c8986bb4c89ab674c89ed494c8abcbe4c8aee9a4c8bcbb04c8c5a5c4c8dd9864c8e77504c8e8df14c92081c4c9359914c93a7944c93d49f4c948ef94c9638084c97fc214c9b1f1e4c9fc5244ca16dd34ca2e1774ca30b2a4ca35acc4ca73e4b4ca79ebb4ca7c6ee4ca8616b4ca9250e4caa31f44cab0f374cab7dab4cabf9774cad82514cae180b4cafc98e4cb186eb4cb1e5b44cb25d064cb2fcda4cb3b8224cb3fc0a4cb416a84cb4fe4e4cb51a234cb7d3d74cb9585a4cba4ee84cbb36904cbd20af4cbe41084cbf20b44cbfa60c4cc08c484cc256514cc44efd4cc559224cc588664cc5be2a4cc7d6ec4cc86a464cc87f794cca9e884ccaefe24ccc92154cccf5114ccd80fe4cce3f1f4cd0c20f4cd15d9e4cd24a274cd354544cd392c24cd39b994cd3ec254cd470b54cd4af414cd506b34cd5a29a4cd6cd1f4cd828614cd92eb24cd967ac4cdc391e4cdf005f4cdfb5614ce102b84ce22cee4ce30db94ce5bde64ce6905e4ce76e584cea5e014ceb77234cebce9e4cedefbd4cee701d4ceec0cd4ceef8824cf1c79d4cf2d3724cf490414cf4976c4cf52a2b4cf64d524cf666234cf793824cf8df904cf948784cf98f5f4cfa10c44cfa95464cfb817a4cfc089f4cfc1ffd4cfc79a44cfd43304cfe81cb4cfed1864cff1fd04cffbb614cffe2d54d0042604d01747d4d0344314d0400eb4d0483f24d04e6b34d060b424d065c204d081d404d09895e4d09a08a4d0ada814d0b1b094d0bdcb34d0d6ff84d0ebcc44d108e994d109b704d10c73b4d1250a04d12b5b84d1419f14d14d5454d172ac34d1749624d18064e4d181bb74d190cf94d1b0cf44d1bc7e44d1c3d424d1d10784d1d4b854d1da2394d1daa864d1dd8ef4d1e40cd4d1e7db54d1f78c54d2028944d220c9b4d2357a64d23615d4d2514f34d259ff64d26a2134d27cbf04d288f054d299abe4d2ae2764d2b0f494d2b8a824d2c00834d2da3924d2dd7454d2e42e74d2f7c854d3182bb4d3298ae4d339e0c4d35274e4d35f6464d3686e44d372ce34d399b4c4d3c3da34d3d08384d3fde5c4d3fe76a4d461c984d470fa54d4848a14d4a2bd34d4a83644d4a96f74d4b17624d4bbe424d4d138d4d4e82f14d4e85314d4f56e04d5052c84d5221b34d5287af4d52f97a4d534e484d554c014d5668374d5675b54d57a9e54d58d5954d5941a34d5989524d5b1f9f4d5be7df4d5d66d74d5e77ae4d60a9c34d629b734d64cb5f4d64d5d04d6597b84d6677c74d673c274d68fba64d6a41d64d6a8d414d6aa98d4d6aca834d6b33f44d6c455d4d6cd69a4d6dc1e34d7199ce4d741a364d768d5e4d77416d4d7796df4d78640b4d7924a04d7a389e4d7af3094d7babe34d7c40a94d7ea7774d7fe6ca4d8265ce4d8336624d845c8f4d8508834d89ee2c4d90b8874d91f74e4d92e2934d93cefb4d941d0c4d94c6904d94f0d94d974b074d97af1b4d983a9d4d9995b54d9a40854d9a69e74d9a77d84d9a7f524d9ad2514d9b347f4d9ec7fa4da12f584da28fa44da2b26a4da43ca84da522934da802594daa05b14daa13024dac3db64dadf7d34dae29cd4dae953c4daea6164daf97634db02d544db02f104db181144db183314db21ea84db24cfb4db2d6cc4db72e244db77ca94dbd9baf4dbf9db84dbfd4034dc198c84dc1f7e74dc21c664dc2bcad4dc307534dc3a3654dc3e9be4dc4db924dc64b3d4dc658054dc65f334dc8b93e4dc8fa164dcac14d4dce130b4dcf39924dcf76f64dcf848b4dd162484dd184964dd1f7d14dd208234dd29aa74dd39db44dd3b20c4dd491744dd63bf14dd6a98c4dd7698e4dd76d684dd9ab134ddab2054ddb1a1f4ddcb69d4ddcd25d4ddd21774dde6def4de13f1f4de28f6d4de43dc94de4c1ec4de511134de7506a4de76dde4de8d74d4de93dfd4de9a56f4deae1c94dee28ec4dee5ee04deecc984def60644df24a034df370f74df664764df66c4e4df6bd504df7d0104df8290e4df9170f4df918974df9d7784df9f54a4dfa4edb4dfad3da4dfc31754dfc79f84dfcb4434e0013804e0341644e04ecbe4e094c464e0a24dc4e0bbb754e0c5d994e0d0b8d4e0e6ee34e0e9c174e1125094e1271d24e1346584e13fdc54e142b7b4e1587954e16042b4e19c1084e1e34ba4e1ebe914e1ecce74e267af64e2808744e289ff04e290dde4e2a82654e2a96524e2bd7b74e2cd5534e2d6a234e2d98224e2e75e54e2f0ada4e2fac704e30a2454e32229b4e3353924e3365c44e36445c4e3686c24e36d1f94e3ae16c4e3aee9c4e3c3f674e3d55c04e3fe4c64e40d68b4e42f3764e43287d4e4388794e43a21e4e43c2744e444e2a4e44eb404e44f1fb4e45ca124e45ce614e475e3a4e48dbaa4e494f2d4e49c8054e4a962d4e4abff24e4ee3764e4f5fee4e4fafcf4e51aafa4e5205d44e5214834e5339784e534d7b4e53e0724e543ffa4e556ac14e5570ee4e5578b24e56e23e4e5714c74e5882044e59fa924e5a60164e5aa3ad4e5aaf964e5ab1324e5ba9c14e5e9bc04e5ed1204e5efa744e61ec224e64cb674e65b6874e6927c84e69c5714e6cb8cd4e6d1f7d4e6e0eed4e6f86574e733c754e74bac94e7619b74e78549c4e7b78094e7be3c14e7c05314e7d72934e80500e4e8120174e81f44c4e8222794e8413b04e843f7f4e84ad6d4e85becf4e86d1864e8700ef4e877d0d4e8846d44e8e67404e8fd9e54e8ff27b4e901c0c4e935fb34e944f8f4e9552c34e96fff74e9787d54e98748d4e98ca194e9947754e99a45f4e9bfbf44e9c6fee4e9c787d4e9cb9ad4ea003584ea014614ea18e754ea1d16d4ea284024ea38c254ea3eeef4ea4184d4ea458ec4ea5e01a4ea611ef4ea831174eae7daf4eb0a7a94eb21c2d4eb707f14eb7b9434eb97c1b4eb9928a4ebc11294ebe6ca84ec25c8b4ec2b5fa4ec97a544ecb895f4eccf20b4ed36f9b4ed4e0684ed5af6a4ed6f9e44ed7e1624ed8575b4ed8946d4ed899904ed8dc764eda61cd4edc9c894edd193f4ede96ef4ede9aa74ee23c574ee2ba8c4ee3c53d4ee46caa4ee474d54ee504794ee58e044ee5b2684ee5c7194ee67e274ee76ecf4ee7cf004ee85d774ee90e6c4ee9bd3d4eeb62c14eeb7a594eec3a8b4eed99224eee70fe4eee7d624eef0d034eefad674ef32d384ef32f7e4ef367394ef5b5934ef65c884ef83f9d4ef8d0b44ef91bde4ef9285e4efa93064efc58364efdb5c84f007ad54f01e4964f0264fb4f035e084f0444c14f0683ed4f06a03b4f0789894f079d4d4f07f3ac4f08288e4f0a1d1e4f0ba74d4f0d599f4f0e6fb14f0ef2644f11b21c4f135f9e4f13664d4f13bd1d4f14b9fd4f14c22a4f162aa14f163ba64f16935a4f16d80a4f1807804f1ab7a04f1b282c4f1b57124f1c33ba4f1c64494f1ce3c44f1e64704f1f5ed24f1fc93f4f20374f4f2079a94f21a5ba4f22270a4f22f0484f234bc74f24494d4f2707154f27997f4f2903e14f2989b04f2ad8794f2e434b4f3158984f3258864f34da524f36b0224f36bcd64f3714d24f37ff594f38c4244f3a0dca4f3abbf84f3c15854f3d7eec4f3f7b894f407b294f420a8a4f4251e94f425a864f441d634f47a6bb4f4882a44f4ab21f4f4cfac04f50982c4f50b0f34f54ee984f580df14f586afe4f5a88ca4f5c89174f5d4a974f5dce5a4f5dd00a4f603c424f607c834f61f9954f63287f4f6417114f643bca4f6482df4f67cbd04f6959164f69e1554f69ec754f69fca04f6af54f4f6b5cb84f6bd2bd4f6be8544f6c5e144f6ef89e4f6fb9024f701e884f71492f4f71c1f14f71d83a4f737ea64f741f114f74ac394f74cfdf4f754a8a4f7628c14f7abf6b4f7beb7d4f7eea684f7fed474f8085c04f824cdd4f8315a34f83a4044f85df4d4f861b874f8707e24f8991074f89b1054f8a2a864f8ca6ea4f8db7574f8ef2144f9083854f908c014f90a31d4f9235f24f9277b04f939dbc4f963bbf4f97171a4f9891e14f9983d24f9a78ee4f9af7e54f9df0254f9e7aa44f9e9f274fa0b7e84fa104074fa345b54fa355914fa711a64fa9711f4fa9af7e4fabebbd4fabf72c4fac2cd24fac45294fac69e84fadfc5f4fae03ca4fae65d84fafd1c94fb01d994fb154474fb31ff44fb496864fb4ed9c4fb836214fb8b8b04fba21a64fbbab3d4fbbbb054fbbd5bb4fbc2d674fbd07f84fbdd0004fbdf0214fbe44f04fbfa23d4fc0553f4fc0897c4fc0cf6f4fc0fca44fc1d5cf4fc355b54fc364454fc3daf24fc3f1354fc4d89b4fc568104fc57c504fc5ccca4fc6adc94fc7c1574fc91a164fc9a3dd4fcac1d34fcb63ee4fcc33194fcc7b564fcd2df64fced0b94fcefc064fcf353d4fd050734fd0a7034fd19e364fd2c7284fd354e44fd4c9dc4fd56b474fd58ced4fd5d0314fd64a364fd790834fd7a8d94fd7c01a4fd9a5914fd9d64b4fdb61c44fdd00fe4fdd6f034fde4b464fe0fc004fe1c0d14fe2a1af4fe5084d4fe759464fe831804fe88ddc4fe963d84fe96b614fea29cd4fec3d7f4fee99a94fef04ed4fef21cd4ff030a24ff087704ff14ff14ff366c74ff635d54ff730e04ff95a6e4ff99c054ffa13634ffac0e74ffb6f044ffbbf0c4ffd65d14ffd830a4ffea2ae4fff634d4ffffc4a5000211f5001993850021c325002d2a850044192500544055006ce16500707985008a1f65008ee225009b0a4500a42e6500a75ca500b0677500b1cde500c0771500c6ee5500deb0e500e34d8500e3a6e50102c91501122fc501371c05014d88a50163dc5501675fc5016b7a85018707e5018760b5018a8a0501a88d9501afecc501b41c6501b77d2501bb6ea501cd6f9501cfa61501d979a501dfa8d501efbdc50226f3a5023395b502423015025988d50279b4d502878b950299e6b5029c6fb502a3142502b0ef5502b539c502bfede502c5b36502da893502e30ef502ed77e502f8f225030d7965030d82750314dbb5033849450339a625034559d50349b175034cb1550351e28503614095036b4a45036df4f5037f2fb503ada23503c0487503cb3a0503cd0fc503d55ad503d8065503e8c2d503fb9d55042c70550440f2550441d11504442155045c0345047d3ee5049e03c504afaf7504cbc40504ccf9c504e0256504ebd5d505206665052d62050530abf5053ee7450547d075058005350587e765059794d505a8099505e3cdb505f21995060154850614ee950622e525062dcee5063619250640c3d50647baa50647f68506732ab5068835a506ac89d506b41c0506c2c2d506cc497506dcd91506e8969507049b450710141507219ed507370115073d0c95074b15e5076e0495076f4805077ab0c5077de8e507838d0507b6490507bd60d507c4675507cff7f507d8f86507dd87e507f6172507fa8a750812344508231d950827bb9508323d950834f72508355cc508369555083ad405083adfc508409f950845abb5084ddfb5087f3e550892d7b508ae0de508b0aa9508bcb2f508caaad508e0efb508ec375508f439b508f98a6508fbd5150910c0e5092569a509330215093bbd050944eb35094dcbc50956e20509573ba50964bc850965cb450966c8e50966fd65097729250986297509892d150993adc509abdc6509b7fa6509cb1dd509d7446509e6b22509ee613509f622950a0f80150a4dff750a55e1350a713a050a777ac50a84dfb50a9437d50abc76550abcec750acf56750add13250ae954750af70f250afdafc50b0002250b0806c50b1a38150b1e53550b24a8250b2fbe550b3e21e50b5faef50b7a82c50b8b1d050b8faec50b8fbfb50b9bee050ba926050bab30c50bae93250bb2f7f50bce2bf50bea58950c0acdc50c1902750c5296950c5b37a50c7fc4750c94b5550cb86c950cde0ef50d1f93450d34ca650d679a150d6a5f650d6fa2450d7a15350d96b5a50db8fc250dbeb7c50dcf69150dd6dd650decb1650e00c2c50e0235950e0ce7a50e0dba950e0efa050e152c150e2629850e29a4d50e4913a50e4b95050e7d9b750e864cf50e8900650e990dd50e9b20050ea049450eb649350ee52a550ef8bef50f0bdad50f148ff50f35b7c50f6ae2950f78c9e50f7dffb50f81d5650f8db1a50f9bf3250fbcf6350fc19de50fe8c6150fe9d1250ff5e3d50ff89225100f0a3510213b351024d9d5103d6dc510526e65105b79f5106300b51067b785106b19a510724c6510773e851080267510a15b8510acaed510b54c4510b77db510d0614510d1694510d5119510d848f510ef7d6510f849d510fc8ba510fe52751103fbb5111b86651150e4d511625f55116f51b511742ab5117b3d651189f58511c1a7f511d8e9c511fec20511ffd5e5121772f5121973c512386df5123dc8c51241d6851257a4051273d765127c6d85127e9325127f7225127fac95128d2b75129cdcf512a3941512a72fd512ba44f512d2241512ea16a512ec739512f7dd6512f9e905130dede51326bf451338b92513457e85134dcec5136e99c5137c7a55137f7465138c7cf5138f64d513b0814513be44d513c9699513e072e513e5765513e7ff8513eb4a7513f17385141dca951428e2851481fa85148e5015148f2d0514a2baa514bb3c8514c20bc514d59d8514fd2a1514fe65b51511914515581285155bc995156c69b515754b7515861f751587fec5158c9ba515ac112515ce49e515dec70515df346515e79dc515e7e0b515ea537515f7a2351602b95516169e9516314695166f4e751677842516b6272516e4810516ef62b51705d5a5172be635173afae517435af51754c995175f8925176c7e151781030517844af517870ac517b3b97517b7296517cf9e9517e399f517fb0a1517fe6ba518049b551812db7518132a2518205f95182128d51829745518369cb5183c8f1518519e951853d1a5186d401518adc6e518b26cd518b8692518cb132518dcd9d518e2d61518e43d4518ed52d5190a6e65192b8ce5193ddf15194187451941b875197693a51977e525197ab8a5197e49b519913b1519b4901519b91ad519bd458519e9b66519efda851a0ec1651a2626151a2818351a2903951a3d8a551a4aeb151a4ddd451a573d451a5e6b951a6153b51a7ffdd51a8f48d51ada55751ae7f6451ae9ade51aeed0751af073051afac9751afe98e51b0462551b3e9da51b7442151b8314a51b836c051ba19f951bab27a51bb64e051bef7e051c0c11b51c4138151c6603551c75e7451c953b851cb24b851cb33f351ce3f4f51ceae4951d0ac8151d11c1b51d1998251d2841951d343ac51d3e2bd51d4da8051d54cc551d6526c51d719fb51d7819051d8084851d98be851d9fe0051dc390a51dd241351de753e51dec2dc51df566551dfbbf651e07e1251e13b6b51e18d6351e4dac651e4ea0c51e59e8351e76a6251e828eb51ead67651eb570651eb8cac51ed5ba651edcacc51ee24b651ee4c9e51ef2f5451efc83551f1849451f1ddef51f3c32d51f445a151f4eff451f6610b51f74ebe51f8044151f8941851f9ef6351fad8e351fcfac751fe9904520020b45200317a5201a6c75202b3f0520356f2520388565203913852050f035205180652051b4d52065f745206809c5208c88952093ec35209aa11520a1ae4520b0662520b9f71520ec939521061b05210b0935211c3275212403d52140555521790785217f414521bc083521c5581521c89a7521cb82f521dd900521e38ab521e52e6521f106a521f9eb252201cd15220ad4c5221595a52227c3552227c825224c3ae522716cf5227628c522b48ab522ec80c5230dba5523233065232885c52338ff352371fdf5237adaa5239a198523a62dc523b6a1c523cf1c9523f5651524005ad5241c3585242b152524422a2524462445244dd7e52453ef8524582f75245a0265247001d5248a0ea5248dc77524985f65249eddd524b03bb524b68ee524c766b524c831c524d9359524e4567524eb1e3525025b25250268c5250369a525224b35253263c525353ba525373b552548f7a5254a4f9525624b952567aa5525682f35256f2af525799f65258c7d852599b455259ec6b525c765c525fc510526053a952612fc05261f2715262899a5262a4cf5262a6c95262d424526357115263fa9552643cf6526468865264a74d526537ed52659f115267bec052688349526b3117526bec53526c509c526cae1a526ebb4c526fef515270c72e527122355271581752716c235271bbe95272171352721a2c52725dab5276e9625276fdb4527790275278274f527a6cd2527b294e527b4609527b9812527bcdfd527de472527e1aa4527e8b74527ec567527f9cec52816e5752857eb052870ae752880a3b5289e81e528ac297528ac6d8528b1cb2528ca98a528d5f51528dae29528e93c6528f181b528f65f3528fa8495290c62b5290d4b45290d8a55291899052937f015293f159529474a65295d9ca5296449852974e90529766c8529778cf52987bd35298c7e5529a5c78529f7ae5529fbc6452a1911a52a20d6952a20e0552a2389352a5d5da52a5edb452a7275552a7ce2552ab926952acdec152ad13d452ad5fc552ad879c52ad9b4c52ae466052aecee052af56aa52af700f52afe58b52b0bf3852b3331e52b3d3d152b481c852b57a6f52b57e5b52b5b12652b741c552b74ebc52b8c04352b8d7e252b96ca852bad3cd52bb5c6252bed71852bf360952c58c9a52c7987652cc473c52d01b4352d3851452d58ee552d5cd6c52d6369552da94e352dadab152db78d452db94a352dc3f6652dc63f252de6b4452de74f552deec7152dfaa2052e028d752e0c3b752e216e052e8407f52e8526b52e858f352ea70df52eaa5b852ec300652ed896c52f07c8552f167a052f169e652f390f852f54fbf52f5533152f55b1b52f6090b52f625d552f6314952f81d7652f86be252f897ac52fa430e52fb22cf52fb5f9152fc53e252fd006e52fda05052fe3a0a52ff350a52ff916552ffb74b53007e035302b542530387195304d53b5305f3a553074c35530793ba5308c90f530ab90c530be7c3530c06af530e8f4153122eef531409e05314de5b531552285316eb605318bed1531c422d531eb470531f358453206dcb5322772f532310705323dcc05324626a532474b65325668253257654532681bc532763a25327c983532af4f0532d1bde532da1c7532e64b7532e6c07532f3355532f5dea5330731b533270045332769d5334a84f533548685335489653382117533a0f87533a260e533c19fd533ca2d4533d0a47533da0fb533deedf533e296253403324534101635341a7aa534255b553454e7b534584a45345dbb15346270353472ebb5347657b5347a90c53480374534893ad5348d274534958075349f65e534ad1af534ad58c534b3650534be629534d3459534edff6534f3c18534fcdc45353c285535451b75354545153546494535567d25356831553573d415357b3d1535a3096535abf57535b6718535c32da535c4bc0535ca8c6535da0345360cf5e53626f71536389fa53641f54536478635365927c5366a8b653673242536733fc536896ba536aa49e536aa649536b1f9f536c0277536c0afe536d72bd536e614c536e9d13536fa04153703fc65371c8c45371d7cf537457f45375ed5c5375f9ac537a3542537c1985537c4ca2537c68e7537cf267537ed363537f79f653827aad538310cf538582c6538666475386deea53870678538789f55387cc3c5389889f5389957b538af9c7538b10f8538c1c55538d06af5391d3545391deba53936e5053940a3d5394a4f75395b2455395f73b539637c753967b3d539690375397227b539766f05397ff9e5398cd5a539b3637539bccf1539da49e539ed7e1539f191553a04a4f53a0acda53a26e3453a2e63353a2f11653a2f65f53a36a0653a3a30353a4734f53a476f653a6663b53a8142053a88fa653a8a8f853a95c2553ab53d253ab5d6753ac86c253afea2c53b09c8e53b35e3253b5477453b5a2a553b6901f53b8cf4553ba264053bbadbd53bcd27253bd4dca53be213b53c0497b53c0f57353c30d8953c3778053c3949653c4f27c53c5e23e53c68b7f53c6aa0753c74c6a53c90e6b53cba95853cba9d353cbffbb53cd442553cdaf0c53cdc61f53ceb27453cecf5853cef3a953cf991a53d007bf53d024a353d0daba53d13f7a53d1e35453d54ffe53d5542e53d6870453d742b153d79b7753d7c71353d841e153d8953053d8cb3253d9aa2953daafb253dae56153dbb62053dc7fc253dce6a153ddeba353de59c753e103f153e2206953e333a453e3955a53e4f7b753e56be653e5ad4153e6c69e53e70c9053e7f4f653e84fb453eab5a353ebb89953ecab6e53ecf12453edf8b753ee461453f37eee53f4c91e53f59c9b53f6065a53f6a28753f6b66753f7116953f8f04f53facb1753fe8fc853ff26455402a9d85403e29b54052793540527fe540619f95406cbea5406f27554088958540a9264540ad4c3540c62cd540e5f87540ff81a541098e25412ee7d541448f8541471605415ba105416f79c5417b55954192934541b8437541c9081541e9691541ee0225420d8285421449354232cf0542525e354267a90542882585428cbd25428dedb5429107b5429ba3f542a3a5f542a90d9542b65b5542b935d542bc444542c3348542f00bb542fec5254310d5f543362b854342233543519c85435ffd8543632125436c45e54373bb05437ee40543e03cc543e64f3543e8f0f543f79835442109b544246a65442664e544289755442bf2d5442f503544378625448f08c544ad5c8544ae467544c86e0544d0f6654509efe545132185451c1c45452c70e5453cd7f545417a85454322b54546d515454ec355458100f545870595459b838545a726d545cb9be545efe57545f8f9c54607d8c54612d6954621baa54624c8954626a8854644af9546463a354666ade54667e5d54684b2254687dfb54688ad5546b1814546cfc60546ef953546f8913546f931c547024755470baf954728dd15474075954758e985475c5cc54768e095476eec25478525c5478bda4547c4f8a547d34695484588154845f675484b3985485b3325485e5545487fc7f548832fc5488a2a85489cb98548ba28d548bcf69548bfd93548c9670548d7c0d548f504e5490ab075490da4054915a4c54925f7c5492f92b54954cdc5495c98c5498e4ae54999c3f549a0c34549a30d8549c7b5e549e6371549eec8d54a0540554a0e3c954a3c58454a3cd8d54a4770f54a4aaf754a515ab54a6290c54a7904154a7bfde54a8ee1854a9bb1b54ab1f1054ab926c54ac1a7454ad39f454ada38754adbf1054aee54b54b3c09f54b5514754b5b3ac54b6cf2654b8e57954b8fff554b9712654b9a71454b9b01154baa7e754bb721754bc737954bcb55b54bd7b9e54bf96ac54bffbf954c051c054c212ae54c2d57e54c4deda54c4fccd54c56ce654c5d9ab54c6300354c738af54c78a7254c86e1f54c8bed754c92be954c9620e54c962cf54c9b5d854cc46a754d1237354d2c9d154d5d17154d8af0c54d9afc754dac24b54db08f854dbfcb454dc08ac54dc5be854dcb69754dcc21a54dd33a454ddcf0c54df399e54dfb87a54e1fb5354e2f5e054e3f98d54e4659e54e48b4f54e52fe554e6c59154e938d954e9be5954ea26b854eabd6854ee807e54eead3f54efd48b54f024dd54f0ebd454f1338354f2fcee54f301d254f3d08d54f5343f54f5fe1d54f726a954f9914954facc5654fc156b54fc4c8854fc833b54fc8deb54fe53d254ff32ce54ff496454ff800a5500507e550206da55022a03550436165504ae5c5504d9d6550506355505f1d055072e1f55089754550b4c42550c74aa550ef0d5551091065511e0b85512d4ad5513f17d5515b674551792125517c346551947b25519d050551a8cd2551aa0ab551ae979551b3c65551b64a3551b6629551b76f9551bf7d9551c027a551c8bef551d7ac2551ebf735520020d552051735520c75155219ca75522f658552407c95525f4c65526da04552743485527c6ff5528253e552a4367552a4c6e552a90d4552acc40552c913e552c9555552df2e9553063c55530e8ac553169255531974355335aa3553600665536165655370be055375838553768be553cceef553e4352553eb07e5540957b5541669a5541a8bb5542bec75542c3df5542cff755434c965545ba1955495cb5554a3df6554cd32b554ce910554e71bf554eada355500070555209fb555435e25554df7a55580d12555ac1eb555bbf07555bd561555bfba8555d2f0e555e08cb555e4242555e9a3e5560d22e556148c25561c0825562c1455563e719556472c8556645695566bbda556707bf5567467755679da0556844b75568c69a5568cc32556b5e36556b926e556c5205556e3bef556f91045570147e55703b86557105b55571c8b8557227cf557683d85579ed26557a4697557b2ad4557c492a557d4605557d921b557e6e4355818c9a558208b255827c635582a6955583e2a755841f685584b66e55850dbd558548205588d4ae5588e12a5589ee9a558ab741558c3e54558c80e6558d0200558f44ef559049ee559055e25590bfe855915ecd55921a655592a8bb5595009a5595f300559702d955978f155597e7765599f2b5559f6d7f55a32f7355a38dca55a66e6355a7c8ce55a88dc055a8c0e555a91b2655a9570e55a9b4a555aaba8255ab2d7355abce2b55ac4e1855adbb5955b0abfe55b12cc955b2275e55b4182555b4eb9f55b52ad355b52b2c55b5350755b578d355b603f455b796d855b837b455b8a8c355b8c7f055b90e8855babb6155bb1c7755bc1b7355bd2b4c55beee5455c159fa55c1b68b55c3f55c55c43a9055c4553d55c503e555c6325b55c7407955c7d94455c7f73d55c8852055c9f56e55ca331355ca879555cb153155ccc3f855cd389455cf687d55cfd51855d174e255d473e755d56f1a55d66ef755d948c155d9b75e55da885a55dae5c555db1f5b55dd5bd455de669455e0340d55e2c4f055e31aaa55e34b7e55e3646055e3d0a555e661f355e93e1055ea0d7655eafae455ecadb155ee46de55efc08355f09cf255f55e2755f5bc5b55f69a9855f6aa7955f6ce4355f6fac455f743e855f845f555f9ab5655f9d49455fa228155fc2a4c55fe1f3f55fe45e255fff9ff560178b15601cbf65602c1c25603f747560641c656074f8956090fdf560a89d8560b2b7c560b8b09560bcbc9560e7b15560eaefb560ec1a6560f7b53560f8fb7560fb8e75610c07b5613d0315614d3fb561748ab5617fef75619715156197d8a5619c9a2561a55b1561bf70a561c9a35561d0765561e148c561e4da0561e56c15620946c562103f55622bcb05623834956242e705624be4156256cd656264f6d5626cbb75629aaf0562ac649562b39f5562b4a15562b5989562d7edb562f730d56310c8b56325edf56338a1956348d0956349b3a56363704563680895638ab5b563dac1f563e724a563ec73456403e24564237fb5642e63e5643091b56459b675645d72f564691d45647743556482afa564ab383564b068f564b9439564d81ec564ebbdd564ed89a5650dc2256542e1a565455c65656048856572be5565765eb565841bd56584fcb5658cb545659b5e5565ce39256619ba85662f0215662fadb566af7af566b8f53566ee3ce566fe23c5672847d5673b3705674572f5679050756791df2567a32dd567b791c567b9258567be9d7567c007f567c40f2567c4567567d7fb4567dc238567dc98e567e42d6567f1183567fabb0568187e45682fe355685304056854a12568659e456871928568769e0568775d056883d96568cc999568d51ce568df7cc568ea10f568ecabe5690183956903b225690540c5690cf275691a55056932d52569383055693e1d65693f84256956bed56958a22569607bf5696100a5697243c569777415698f4435699f67b569aed28569dc40256a05c3956a1119b56a2fd3856a3452456a3547756a40be656a6f41456a79a6e56a9099b56abfae156ac626d56ad9fbe56adc6cf56ae500c56aec3c656af9da056afa04456afc7a456b022ef56b2c5ad56b5459e56b5e79656b62adb56b6895f56b7a4f656b8e13456b969a756b9bcf556ba56fc56bad38356bbb60856bd2f1756be356d56bfbae656c0ea3256c120dd56c163b956c17f0a56c207b056c3c4df56c73db356c855e556c9fb5c56cb278156cb3db156ccd01556ccd28c56cd05a556d0476b56d1144756d13c7c56d2e28156d3e52c56d4575a56d562e856d5b40d56d7d5fa56d9289056daa0ba56db774856dce51856de285456de884056df56b656e0045656e0465456e198ea56e2224156e4212256e5069756e5dffa56e65b4d56e66b7456e8fc1f56ea8dba56ece08256ee03ea56eedc4856f0aee456f0ed3d56f1c39056f1f6de56f2cb9e56f3e8e156f533d156f5dd9f56fb1c9356fc353356ffa52d570342095703b9405704f5f75705bb4d5705d5f75705ecca5709f5b6570a3389570bd4db570ca1e5570cd1d4570e62dc570e883d570f79d057108b4957109e995711668957120cd557122bd15713145557148f315714faa55715c0eb5716775f5716b4c75717893e5717fad05718e1d857195d50571c0a40571cbfac57201855572038d75720e2fb5728c58b57298e8d5729de98572af2a1572b4934572d21fd572d5599572d7d3e572f2d1a573034a357304a045730572e57326cd75734feda57395e0e573a4177573b07ef573cb740573db0945742f25557435c8c57458973574702765747bf29574813b257481562574a0087574b976d574c64f1574d4eab574e4f7b574fa077574fde855750e644575108c25753e7845754fe11575662015757a828575836eb5758ce5657594df0575b6ba1575c2db4575c340f575ce2d4575d8c58575f1bba57616a4d576463545764d9425764e72457650dec5766ba445767611e57691085576a6204576a7fe0576b065a576b214a576d279f576fd2c45770e2c357712fe55772b4eb5772dc7f57745b7e57747463577488495776b5165779dad8577b084d577b8c51577cb84c578122495781f23d578299b5578335f4578660cf5787774857890c9457897bca578bce2c578bfac4578c5d16578d75a2578ee92257919f2957923db2579386ca5794be1357952dff579544015796760a579824fd57991872579922b4579bdc86579c749a579de72a579ef176579fd6c8579fe2b157a098f857a0ac0a57a1417557a20a1857a2396757a4705457a4cf5057a7f4b357ac374857ad20b957adb32157ae2ad057af988e57b0e4ca57b2741457b3fc1657b4d32c57b5c29b57b6d84c57bb05d357bb951e57bcd3a757bce25957be5c4257bfb8f357c0922057c1243257c2c99157c308a257c471b057c4a3a357c5733e57c602e957c75c1f57c7dad857c845f657c9330357cb5d4c57cbf28157cc5f9d57cdece057d15cae57d30b8e57d3ed1557d5809b57d8a47b57d9243657d9687057dadff257db554657dc142857de63e257dfe99557dff2e157e0ecd257e2c92357e2cfd357e3419e57e39c5857e6597d57e6f75157e71c2457e7729f57e8006057e8d14057ea7ba357ec0f0157ecbd3657edacdf57ee22d157eed7c757f2a86057f511ad57f6fbaf57f97cd457fa051057facce957fb5ef657fcc8ed57fe76595800f5465802247258047064580533fa5805961f5805b2f45805ebf0580610da5806687a5807783b5807ec99580816b5580a065d580a2d6e580ad93f580b839b580bb06c580c3c4b580c7404580ca2e0580fb8685810ec97581186405811dccb5812a49458150b4d5815a56a58170079581a383a5820e209582207d1582973125829be0e582a861b582ab06e582b22de583222f55835066c58369b3c58373a6f58393dcd583a8c2b583b176b583b38c1583b8cc1583ca7cf583e0e2f583f7cfd58404e5d5840577a584072dc5842a7bd5842d92f5845c120584ad6c1584b6300584dd340584e18ef58504d5958517299585259615853a2275859bbed585c9609585cf8d2585d2d19585e7f26585fb98a5862655258637b155863f9db5865c8f35866c0345866e8755867264658675a06586857385868d5f35869314c58695fa3586b91905872038558724ede5873a7be5873e28d5875cd8858771c525878db79587ae972587be140587d5bc8587d5d67587e075a587ef8705882e83b5882f20658850d53588817a358894139588990ac588c2c07588cf54a588e155c589065d7589180b5589216c35892bc1b58934da55895ec495896f3e958984e29589881975899e8f9589ac890589b1049589c6296589c7f00589c85ad589cfdf058a014e058a23cdf58a273ef58a4513f58a571c058a7173758a78e7058a7e5ab58a81f0258a937c758aab1c558ab401a58ab83cd58ac4fd958aed46f58aeff0158afe80658b02fcf58b16d0158b3f64058b488e058b5652658b5799558b779c758b8a85e58b9d1b958baadbe58bcc4aa58bed2e658bf64fa58bfddaf58c295e458c3d4f258c42c4558c4539858c4588858c5ea4e58c628a158c7dee758c82d7758c8380a58c8fd3058c92b4c58c97e0358c9d24758cbc44558cc20c558cc802958ccdb0658ccdcb758ce275b58ceb66458cebdd358cf156758cf7c8158cfaff558d1022958d145d058d1a15258d2c06258d5595f58d649ed58d8f40858db32fa58dca27f58dd5f4e58de08c158df90de58dfa42b58e2701058e2b71b58e2fbc658e3386a58e3814858e5142458e5158758e605c058e6d70d58e6e1cf58e72f9158e799b758e88e3358e8e0dd58e93d4158e9452058e997e758ea9ac358ec8b5758f0389858f2bd3758f9814058fb0b6358fbfca758fd7d5258ff68f759003bd859006a8e5901b98259029c925904a2fe5904cbd25907d19559086134590a1d4d590e3e40590eeb02590f07c25910ca5359117b6c5911a5125911ea02591247b35912c25959156ba859157ddc591688f85917f37f59186f505919efd5591a3f79591d1b4d591ef760591f8258591fc64a592299305925bf745925e5ce5926014059287dc1592950b2592b1a62592bc4e9592c3dee592c6db0592db26b592e0af3592f0db45930641e5930e12e5931b07d5933cf6559343b2e59343fb5593880525938ae3759398fbf5939a0e6593ca25b593ca7a2593cdf40593fbf8a594031bd5940c5315941571e594171395942b697594324d15943e2c25945c87f594851e45948921f5948eae45949f1b2594b29f5594cbc47594d4487594ec91b594f829d594fc42f5951d2145953a5c259563fdc5956b2585957f5f2595c6330595c690b595cb1c2595d64bf595ef71b5960ade15963f0e35967b4105968458659697306596a8250596aae1c596d7613596f03d0596fbc6d597108e659713db35972fd4e5973c38259749e44597631fb5977e2ff597ace80597b4a1c597d4e6a597d84b3597de699597e754c59830f9d5983b79b5984ebd05985060459858f145988212c59894020598a7e15598d2c9e598e6d63599023bb59948b9e599547555995fe35599739ac5997a0b05998ae915999adc85999f328599b6e05599b8770599ec4a2599f6d7659a0079d59a3399d59a4442d59a61a6a59a6293d59a648fe59a6aad259a7ab2059a80f8f59a9464b59ab6fb759abb00b59abc0f759abd34659ad119159b0612359b078b559b255ad59b2708959b3290759b3b2e359b3d80559b3ebe359b4557059b7c4a159b872aa59b885aa59b8d9fc59b9464d59bb8da259bb977959bde49d59c17b1c59c6e42d59c72d2e59c79f4959c7df8159c99b1659caad9959cb79d259cf600259d17f6859d3265659d666c259d75be559d76dbe59dc4e6f59dc6f8859ddddd759ddf4f759de3fba59de86b759df2a8359e0f66a59e1b5f659e40d2f59e4af5359e5170459e5bf1259e7b85059e845bd59e8604b59e93c4d59ed1a6259ed2f7a59ee621559eef30e59ef1dd759ef1f8f59efc8f759eff50259f2c55959f3588259f5482759f5c85559f7626c59f951ec59faa4d85a0161505a01f9b75a0480ba5a050c7b5a06ba145a07830f5a0906525a0977645a0aac445a0ba8a85a0cb07d5a0efb845a0f7a255a0fbe835a10371c5a1126355a1133ef5a1177655a11a85f5a1244675a1255b15a133f3b5a1435f15a15fce45a16132c5a162ff45a1645c15a1794f65a1936405a1b760c5a1be0425a1cd9715a1f40165a2068585a20d4ff5a21eec85a220a0d5a22e0965a2309d75a2354115a2366665a26b57a5a27b3645a29d5185a2a0b5d5a2a66745a2beb015a2dc1a25a2de34a5a2ebaa05a2fda645a31b77a5a32d1ca5a336a385a34d8805a367da45a370dd55a378f6f5a3a37af5a3aab205a3ac3605a3c151c5a3d241b5a3ea8215a3ff9685a441f5c5a4528195a4546d85a4563d65a4637bd5a472b6c5a4753c95a4ab8185a4b45005a4c557d5a4e02f85a50720c5a571ca65a5a0ccd5a5a34ad5a5b835d5a5bcf3d5a5c6e125a5d3deb5a5edfbc5a5f6db65a60ddfe5a612fea5a61551a5a616d195a62e4055a62f56c5a6363a35a637dfe5a63e74e5a647c3d5a64b8c75a6753cc5a68a1d75a69e7035a69ebbd5a6a3cb15a6ae9105a6af2ea5a6d47375a7015ae5a728cb95a72e3f45a743da35a74e2ee5a761e4e5a7630ba5a7650285a76d2315a76f83a5a770e765a7782a35a79764e5a7a93075a7bcfcf5a7c271e5a7c97295a7d282a5a7d3d9b5a7da5905a7dbb125a7e652b5a7f78d75a7ff3f75a8080175a80dc5d5a82e0755a82e4845a836b7d5a83b85d5a8409fb5a8448bd5a844f985a8519975a863b075a865c965a86d0095a86d3f85a8979a45a8a427d5a8a61465a8adf055a8be16f5a8bf3025a8cd25e5a916e865a92c9ae5a966cf95a9733215a974c2b5a976f505a98f9e55a9bf3145a9c4fc65a9d84a45a9f14c55aa0d0985aa111cd5aa1aa905aa368e75aa79f0b5aa898415aacd2745aad56c25aad7d995aade7685ab2016a5ab2d9ff5ab3319d5ab3c2e35ab40b405ab5e7485ab79fca5ab8702f5ab891095ab9b2f55abaa5ea5abaf2895abafc8f5abb88525abc3f2b5abccde85abdc7505abe335e5abe837f5abfc9bd5ac118f35ac11eb15ac69e855ac6dfb35ac83d005ac9af745acb1d1b5acc522d5aceb7805acf2a205acf630a5acfcd965ad106ad5ad274405ad3622e5ad3ed6c5ad4fedb5ad6cdd25ad73d2e5ad82f615ad902e75ad942fc5ad9d9075ad9e0065adb90335adbf4295adc7ad15ade7aad5adeaf4f5ae1697e5ae28e035ae3daea5ae6905b5ae6ac085ae6d1795ae6f7f85ae743095ae7612c5aeaa5335aeb9cdc5aee07895aee678b5aef55e05aefc3085af023445af12de15af1796d5af2a0a05af3bc525af6031c5af62ec75af83f015af963a55af9d7355afb4dc25afbcad15afcfc385afdb5db5afdc3e65afe3e6b5afebc815aff35db5aff3c175b01405d5b0364785b04a77c5b04c25b5b0588f25b058b2c5b06c4a05b07b8a45b08a18e5b08fa255b0950f15b0958105b0b26a95b0c0a695b0c25755b0d19a05b0d976c5b1090335b14157f5b1416f95b1694005b18474b5b1cd7dd5b1ec4ee5b1ed61a5b1f4dbb5b1f818d5b202ebc5b22a02f5b27ddf25b281d7c5b2820525b2833515b28758a5b2a03825b2aca275b2cc2f75b2f21665b300fa95b300fd05b3077655b3177e05b33db385b3433ec5b352dc75b36b87f5b36c9815b384e465b3933c75b39c96c5b39ea905b3ac5025b3af1015b3cfa605b3d2f4d5b3ef8905b3f1ae15b3fc4515b4062255b4107835b43d0f45b43df4f5b4488e05b44c3355b45755e5b45f4135b474a785b48d3245b496a835b4a2e8f5b4a76d95b4c7de25b4ef9165b4f2df55b4faf6e5b50eecd5b51a6565b522c065b5331ab5b543bd25b54d5205b54ec115b55a5f45b56bfc25b570f4d5b57ef475b59e4ab5b5acf7e5b5c43325b5cea2d5b5f29a05b5f34715b5fb6bb5b6198ae5b61cefa5b638a745b646d8e5b64accf5b6524605b661ee85b67ac655b6842005b688d865b693de05b69de345b6ab0955b6abfb35b6bdf565b6dd9f95b6fd9995b6ff18c5b7007975b708b265b70e6935b70f3835b7257cf5b73c46f5b7528155b7541f35b7550395b763b0b5b767adc5b782b7e5b79e7f35b7a23f55b7a3da55b7e52455b7eebfc5b7f2db15b7ffece5b8082d45b80be075b80ded05b80eac85b83a43c5b83d0485b83dcd95b84490c5b8748d55b877d4c5b8a44065b8d90785b8d96b65b8daeaf5b8facd75b90ae385b9116925b915f695b9189d05b9242485b94a1385b9535e95b96eba45b9745495b9881695b98ff895b9b11675b9b8aeb5b9eb2be5b9eff615b9f52ff5b9f800a5b9fadec5ba1bf415ba243765ba27aa55ba473bd5ba490015ba4f0155ba515f25ba66bf65ba686fc5ba7664f5ba8130f5ba854045ba892fa5ba8c4ef5ba9379c5ba981e75baab9e85bac4f455bae4c145baebb995bb088935bb09da25bb32c725bb544ed5bb6fe815bb7d6fe5bb926785bba59705bbb63175bbc83715bbdbec95bc0a8975bc11b975bc1ddeb5bc479305bc51a645bc52b8c5bc8a9ad5bc9fa605bca0a7d5bcaa2f45bcbd2a45bcc73a55bcf39805bd0e14d5bd186135bd1cfb15bd224f05bd2913a5bd3e1c85bd5199e5bd5a22d5bd69d625bd833855bd8e1f15bdb1b235bdcfa265bdde8b45bde390e5bdfc9475be078f75be1e42c5be346895be501385be5ec9f5be6bcd65be6fc095be721095be89fa55beab3875beac5c15bebb2255bebf4c45bec249c5bec83695bec90bd5beca1f65becfc905beebc185bef63e15bef86375bef993f5bf1f1d45bf203025bf3cbfd5bf419be5bf447625bf470975bf525545bf670b85bf7d0d65bfac7965bfc55525bfec33b5c0074d05c051ea95c08fdb75c092c865c097ea45c09d2de5c09d3205c0ba2ad5c0c7d075c10b9385c11be965c1221c25c12551c5c13eebd5c14b0325c14c8d35c15718e5c1755225c178d425c1801cf5c181bac5c18c0f85c19450b5c19ab655c1a8f225c1b42c05c1bdcef5c2150ff5c2160b15c21d0ae5c227ad55c23ae735c2463da5c2560325c263bce5c2665605c27426c5c2920185c29870f5c29c2795c29d81e5c2a202b5c2a9f305c310fb95c3121065c31ef695c32f1b45c3439605c3479145c3534e45c3565105c3707ee5c37247f5c390c0f5c3941a85c3b5cc95c3d550f5c3e03ff5c40e5e95c4147db5c41af405c425b375c42dfa25c43b9095c43e4ac5c4605505c47ac845c47c82f5c48c47d5c49e7e95c4c7b8a5c4d5f2d5c4db3d25c4ffefb5c522b165c523a705c547d725c55d25f5c564b665c5674675c5693365c577ee75c58b3825c5b8a985c5e6c2e5c5f51835c5fccd05c607e0e5c628d1d5c62f42b5c62f76b5c636c935c657aec5c66c8715c6875295c6899cf5c69a1f15c69f7e65c6a7c9a5c6b4a0f5c6b9d025c6e2db25c6e30365c6e52695c6f30cc5c6f70a95c6fed915c7069455c728e7d5c7326915c74a7075c75249a5c7653c55c77a5975c7933155c79f3285c7b8e3e5c7ea2055c80352d5c8136c35c81b3895c81c6045c828b3a5c8583735c8797965c89c1825c8af7cc5c8b7eda5c8c63585c8d59a55c8e9bd35c8ecd085c9303c65c9386635c94118f5c9661b75c96aae75c96dfed5c97e1785c9856d75c98ea6c5c9968375c9b8a395c9c0bd85c9d99db5c9ea8c45c9f999a5ca065565ca21c795ca486225ca55c135ca597f55ca5c2ea5ca5f8cf5ca6d21f5ca6e5515ca706425ca7487e5ca7ad415ca9251e5ca9c7375cab28405cab2c365cac8b935cadbee05cae282f5caea05e5caf6cde5cb1e53f5cb330455cb35ddd5cb3fcde5cb44a625cb50ec75cb6115b5cb7463d5cb8eb4e5cb9994a5cbdee665cbdfbf25cc11c785cc143a85cc1f3985cc3b1ba5cc4bb565cc4e8495cc61e395cc6904b5cc76f735cc79c575cca7b765ccac2f45ccc7bef5cccd80e5cce28275cce3e265ccea1265ccedb1e5ccf48b25cd018f75cd094c95cd2b9755cd3219e5cd3cc095cd5e4d85cd5ffaa5cd6999b5cd850b75cd8a3b55cd8f7035cd9b68b5cda9ea25cdb28c25cdd9fb85ce226f45ce30c885ce438b55ce46db85ce49b3f5ce586465ce5972c5ce59dd35ce62f855ce781635ce78eef5cea96035cee14395cee5a7b5cf1caff5cf42bde5cf4706c5cf5625d5cf5f6735cf61d245cf8bb4c5cf9b4605cfac22d5cfaea085cfd31b15cfd7dcc5cfdf4975cfecf3d5cfedff45d003d415d026c005d0296065d0437755d05b9ae5d0626225d06955e5d06caaf5d075e955d07ba915d08229c5d09897c5d0b35e05d0c68495d0c7dfd5d0d50d15d0d84375d0d93b65d0e4cea5d0f7f305d0fffd35d101c905d105f7d5d11fdef5d12bf345d12df2e5d133bdb5d13b5575d147fb15d1483305d154bfd5d16929c5d16c2ec5d16d08d5d181e9e5d18aa5d5d19782c5d1993aa5d1a13835d1a2fe65d1abe405d1ae72f5d1d18c65d1d1c665d1df7545d1e74b75d1e8ccb5d2162325d21dab75d22a66f5d23dabf5d249d915d24e0d25d258aa05d2859e45d29bbd15d2c80bb5d2ecc285d2fdbce5d2fe9905d3075ca5d30f52f5d3165495d3392005d33df0f5d377d995d37bcc75d382cc65d38a6ea5d38f8425d3937d85d3a17915d3c2b7f5d3c734d5d3dfbc45d3ee1a15d3ff8225d41bc545d427c695d43664c5d4425f85d44b5285d4553bc5d4622ae5d4656ec5d46b2525d46d26c5d47b3185d48c50f5d48f9505d498f2f5d49f3295d4a15725d4ac7c95d4c3a905d4d0f815d4efadd5d5263275d5283045d53f3d85d5643c35d56f8805d56fbed5d5818325d59711c5d5d118e5d5ea43d5d5ecc775d5f62ed5d60516d5d60c68d5d6210305d626b375d6414dc5d65bb5f5d66e92a5d6950c65d699b8f5d69ca885d6a02115d6b255b5d6daab25d70ee215d712df15d71c36c5d72abd15d73046e5d73aa765d75f53f5d768dcf5d76b5dc5d7843cc5d7917095d7aceee5d7d49ef5d7ddead5d7f8e2f5d7fc8625d7fe2885d80c2775d80d9435d811ebd5d816a1e5d81e34a5d8217db5d8484f35d84a4155d8585205d85e6f75d88070a5d88a7b55d88fac15d8a23b75d8b47885d8d7db15d8e89165d8f440e5d9079d65d91faea5d9268705d9343045d93850b5d93e1885d94d6015d94f61d5d984af55d98a6895d9a5dfa5d9a8eea5d9aa6f05d9bad845da04ba95da0b2ec5da12cdb5da1ae905da23f895da35e1f5da366915da579e75da70d655da94e425da96e945da9c0745daa2a4d5daa394c5dac749d5dadc78f5dae08a55daef8255db029405db02c505db02cb95db103095db163bf5db185585db333975db514ec5db6f59c5db744d75db751955db872725db925b45dbb4bf75dbbcea85dbbfb7c5dbc67235dbdf07f5dbf43b85dbf55ba5dbf6be75dc0459a5dc0c7c45dc2f0bd5dc3fcbe5dc51ead5dc652f25dc6912d5dc6df715dc798be5dc8db1e5dcb36a15dcc25715dccfcbb5dce4dd45dce6ac55dceeddb5dcfdaa05dd040615dd074165dd1a7f45dd2fad05dd3508e5dd522735dd5aeea5dd747f35dd8ba0c5ddc238d5ddcb37a5dddd3055dde3d2c5ddf72b75ddfaf845ddfb8ba5de295515de362275de4d0365de5d8df5de6776f5de69c185de75a0d5de875f75dec9a585def68c85df0531c5df3329e5df397985df703865df7bc795df8e2275dfa96c05dfd74c05dff01765dffa5e35e017d625e0359195e0454575e055c985e05abc05e0885cb5e0899be5e0a75d55e0ab1b15e0af4ba5e0b447b5e0b96345e0bb3dd5e0e0eca5e0ec9515e1023b25e10a4685e10adaf5e11bde75e1200c75e1204015e12f8775e13f8b75e14667f5e146cff5e166b265e17d8655e17e08e5e1840155e195c335e19becc5e1b55bc5e1bc3395e1cf71b5e1d18715e1da5de5e1eb6355e1ed18b5e1f14b35e206eb05e20b6e65e20da895e2132965e22a1315e23236b5e236ed05e2445795e28f1b65e29f6925e2aa9515e2da3b25e2daf575e2e26f45e2ea6235e2ebc225e2fd3e25e2ffddd5e300b835e3194e95e3278655e32e0b65e3635705e37c5345e37d9435e37dedd5e387d675e39f4bc5e3c75515e3efc6a5e4089715e409a4a5e4150405e43f9dc5e4408db5e4463155e4483125e44c0475e44ec5e5e468dca5e479de85e4844fd5e48933a5e49d43a5e4a172a5e4c12f85e4c9d535e4d2be55e4e0f295e4eb2285e50c1905e510fa75e540d2b5e55b4fd5e56b6145e576cce5e5d18495e5dac005e6011665e60145e5e60e4735e61c90a5e6540e35e6558fe5e6686e15e66b63d5e66f8445e680d1a5e697e6e5e69aa1b5e6a35fd5e6cc2545e6defbd5e6ed5685e7176525e7312ed5e735afb5e738cb95e75b7655e75fe855e764f325e7abe9a5e7ca2905e8248375e8396325e841c0a5e84820c5e8612ba5e86de3e5e891d935e8927615e89de1c5e8a36e65e8b50345e8bd5645e8cc87d5e8cec555e8d13345e8de6a55e8deaba5e8e01805e8f006f5e91036c5e92c8fd5e937f6c5e9400465e9483b75e94afed5e998e7b5e9b6bce5e9b9b655e9ba32a5e9d1f045e9e0c5b5e9ec3d25e9f6dd75ea070e45ea0fe585ea2a1855ea34db25ea42d795ea654355ea697235ea74b755ea759825ea807c65eab7e075eadbd2c5eae014a5eb004115eb187bb5eb479325eb53f285eb573045eb5a3515eb675375eb72e085eb79c2d5eb7bc145eb85b935eb935b15eb93a435eba79bb5ebb70095ebca4cc5ebdd2615ebea0cb5ec097955ec296d75ec3dacb5ec504bb5ec905a55ec9cf705ecb354e5ecbb2c75ecef4815ed089b55ed092665ed123ce5ed220375ed281295ed420875ed525685ed77cdc5ed77ec15ed986255edb3fad5edb668e5eddb2b25edddee35edfbf475ee177ef5ee392705ee49a535ee5bf705ee677465ee84a655eea16835eebf2dd5eec17845eed9c9e5eef6ea75eefd5445ef101695ef157c55ef241f05ef47abc5ef67a7d5ef69f575ef6e0c35ef8a7b75ef8d6425ef9198f5ef97d565ef9accf5efa3bea5efb02555efb25305efb5e855efc76795efd4e295efd5eeb5effad595f025fd25f0331a65f0384ed5f050a035f05e3f65f0610005f06baf65f077de25f07a59d5f07c3645f08080f5f09c75a5f0ac4675f0b91125f0e6da55f0f39065f0f57de5f10137c5f119cdb5f1289485f128a5e5f140dce5f16f3525f175a3a5f17785c5f187ca35f18aee05f1940415f19c7485f1a8d855f1d201e5f1e11365f1e52cf5f1ed6995f2123ac5f2304d35f252da55f2639395f28708f5f2a30f45f2a7d125f2c99315f2cb67a5f3165b25f31f1075f3251425f33379f5f34afcd5f3556275f35eef65f36c90b5f37cc195f38ab655f3a4a165f3a84345f3aa1205f3b70f25f3bde3d5f3c78a55f3ffc125f419c6b5f41ae3d5f4204195f431fc95f443b895f4501b85f4627115f4688aa5f47787b5f478a6c5f47e5335f4848305f49a04d5f49cd945f4aeed35f4c62025f4c6e955f51480e5f51ebfa5f55ad065f5957da5f5ababe5f5e785d5f609f995f61939e5f626cf85f63ad985f63fd735f6421715f6461c45f66d9bd5f67fc7f5f68dbae5f69ff8f5f6a9f765f6adf5c5f6c922e5f6c9b525f6e72c95f70a3ab5f7389ca5f761af45f775a325f7b5f075f7d42b15f7db08d5f7e09815f7f2baf5f7f7a205f802cfc5f8043165f8059cb5f8198395f81c5365f82d6615f831a995f83e9275f8512aa5f852c1d5f85c9bf5f85d8a35f8669a05f86b2e25f87fef45f88624d5f8948155f8ceadb5f8d50595f8f2a775f8fcefe5f905bb65f907c895f9084b95f9233625f9463af5f9469e25f9718485f98bf535f9a9f3f5f9b020f5f9b71685f9b71f65f9c82905f9cf1725f9d43445f9e14155f9f64305fa15d9a5fa160155fa29f4e5fa34c535fa482ed5fa762d05fa7c5495faa50265faa804e5fac6f375fad6e3e5faf1b445fb3cbf85fb4b3835fb5464e5fb670f45fb76f0c5fb795155fb7dc325fb8e08b5fba502d5fbaeae55fbc35025fbd549a5fbe91cd5fbec0bd5fbedc3e5fbfa2425fc055d15fc1a0585fc26db05fc3c8845fc43a0c5fc7b4d05fc7ca6f5fc9211d5fc9e22b5fca521d5fca97255fcc998a5fccbc825fccc0535fcd0c805fcd5e8e5fce011d5fce73e45fce80025fcfe0935fd0f1c95fd1c7215fd3ea455fd41e4d5fd43bbb5fd6f3d75fd773535fdc32935fdd94c35fde0d945fe052dc5fe062335fe0af645fe20bb25fe24e565fe2cfd35fe485985fe497e95fe4a0845fe64b0a5fe66a0c5fe6b7915fe8bbbb5feb594a5febc7af5fec99605fed63715fee62ca5ff10ea95ff1f8ab5ff2a7bb5ff3379c5ff3a4805ff4227d5ff6e2b35ff769445ff852515ff8a0895ff8cbf85ff8d5655ff8fc1d5ffa2b785ffc6b0c5ffcc81160007b8660019c6c6001ef2b6003253e6003cfac6005d8d86006881260088eba600aac84600be380600c6715600d323a600d621e600e6bb9600f5f94601124a460125ee46013541e6014058a6016e37d6019035a601b4ba2601b8605601c021e601c1780601c88c3601f205f601f2bb2601f8f5260205d74602132ad602212076022d3486023a0476024851f6027c45f6027f4406028f1c6602f6e136030b1f26030e96860314d4e6033dcce60346d556035c7f360390405603bd821603c5b0a603d3c91603f0c00603f2aeb60453b0a6046efd860472c9a604883226049b21c604ae586604cb48a604ce294604e7650604f8206604f9cd7604ff0cb605171196054260060561dab605a53e7605a684b605a89a8605aa2ad605b29586060ef0560623d896063b27c6063bc99606462c0606552f7606798176067c50d606ab8dd606eb06d606f4aa8606f91be607018fc60738733607711b7607797726077ed25607b46c7607be024607c16ea607c8094607d144b607d752a607f64a860831433608326096084f55a60853aeb60874af1608898656088f523608f51d4608f6efb6092e7b76093ddb6609657096096fbdb60973e1760983923609d13ab609d7167609e303c609e63a9609f0cd3609f176d60a16a5160a23c3a60a4e30560a6d93e60a7864160a83eaa60a87a1b60a883f260a8a7aa60a8fb2f60aa1d5560aade8960ac59e060acadab60ad0c9460add14f60ae0df560aec12f60b07b7760b0adc060b2811660b2c38260b2e5fd60b3960060b60f3160b6166360b661e760b7aee560b7b21560b86d9b60b89f9960b963e260ba6d7160bbc36c60bbcc6a60c0a98260c0c72760c450d460c4df5e60c7cacb60c7d86660c88dae60c9796f60c9949560cadd3660cb76ad60d10b0060d2e12f60d3860660d4bd7460d5488a60d6c85d60d8d53e60daee6560db40c160dcf99460dd0e6a60dd0eed60dd8ff260de034760dedca160df3ebc60e3b5e760e52da360e62ae260e721c860e9fdb560ea0aab60eb098b60eb205e60eb9e7460ecd84460edf05d60ee1d2560eefe3860f085a560f0ce1160f458d760f61ec560f6479e60fb70dd60fd6b6b60fd789a60ffe20c61018b53610278fb61028a256104401661076b54610a1799610b46ca610bc0a7610f91ba6110b9446110d15e6110f2f46111fc5e6113e749611498706115dc25611886276119c8a06119f37c611aa99b611c0050611d3887611e0685611eb71b611f1495611f948761201ce66120a8ab61210397612139ad61216d426121da896122204a6122cc2c6123bce76123ec1261241df36126d67d6128eea961295eaf612a9dd7612aeb5c612bacd9612d6867612f18c1612f2de361307968613640b761366e726136fb2361371f6661377e5b6137adc56138e63f6139a33a6139fa75613a7639613af732613d1d23613f3729613fe6a961400b0e6141886f6143aa7161468a4e6148b09f61492de761495df4614cc7066154b6c361561f8561565bc66156cfe36156e6f66158c8ea615991c4615a52c7615e65fc616039216163ed226164eb2d616612026169a0fa616a89e4616bee81616c18e5616c7708617003ba6172bcf06172f1ba6175ebce617817ce61798814617ce65d617d696f617d75f0617ee6fc617fffb06180804b6180cfd06181518161819a56618232de61829e786184961a6185457c6188304561888d05618add22618af6fd618b5969618bc13f618c3724618ce6bd618d16f8618d7e3b618da63c618de50a618e3558618ea836618f90156190927a619380326197b5146197dd3261982ee06198cb80619a92eb619abe1e619e2cc861a26dfa61a29b7d61a314f261a6159e61a7df5161a87d6261a968d861ac015b61ac8bc261ac95ff61acfc4e61add9c661ae3e9661ae494461b0e4c361b1132f61b288a161b2f86e61b3216461b467e161b585f061b97e3761baabd661bc896261bda5d461c17e5561c3d7ae61c433df61c4f3f561c4fff361c5ba0f61c5d77661c6205e61c92e1661ca0f7861ca416461cd163d61cde5b661cdfe8d61cf253661cf851461d1d76461d37da961d539db61d5c19c61d71f7b61d9e89d61da573d61db959461dbd32861dd37f961e20c8461e303bb61e31ee261e5d18161e6b96d61e8e96161ec5cc961ecace161ed354f61ee028961f014d861f0464461f2e2a561f35f9461f369e461f712b761f7e94861f91ac661fb9c3761fc836b61fd82cb61fe57c561ff6c82620072dc6202af4b620300a3620401f8620438a86204f65a6205c1e5620758aa6208d2466209db6e6209db90620b0fc2620d9af2620f212d6210115f62114203621273336214aaf36215253f621642826217cda06217f38862183f31621a4212621b83b9621b9d2c621c8f99621cf920621d2815621dd202621dd27c622041206222baf862238f3a6223b16e6223bc146226c7876227e15962296398622aa8ed622b3c83622c0077622cc84a622efcc1623011db62304da86230b18d623184d26232794e6235880c62359d3e6238b14062390947623b5f83623bb26b623c8229623e891f623ee316623f9bbc62401cdb624307226243bbed6245630a624595396245f1d0624928c76249df77624ae6e2624cd486624d6b78625508656256037262565a5862570a056257aaa6625a3dad625b6b91625bd94e62613e6a626151196265ba316266fcb66267de456268610f626989cd626a5348626e37c4626e9174626ef16f6270cb2d627229856273ee5b627483936276067a6276acf06277122b6277cf1c62792b74627c5e87627ca128627e06c362803f3762817f71628281cc6283b672628823fd628a31dd628a9455628b1fa8628b91ba628bb9f3628be1c8628be6be628c3eee628ccebd628d81e0628e4933628fa89d6290740262909a3c6291ca53629381916293ab746294852a6295f94d62974e97629798f0629a568b629a67c6629b2891629b92b1629bc8d6629cbf6c629cfdbe629d229f629f5a87629fe70162a16cdf62a304cf62a3f00862a4f5c562a6644662a895c862a8ccd162abc29162ad2a7e62b2132262b287f162b5038f62b5542e62b5f34562b8e10362b9a29e62bfb94662c0f9a262c1613c62c185be62c1aad762c1bb2d62c2788862c31a8d62c33b7e62c5532162c85ebd62ca7c8862ccc75762cd41b562cdf9c462ce033162cfb81262d0dc3862d1056062d403e362d4563f62d5d60862d66b4462d7f05062d8777d62d9bc2562dc482862de07f462de1d4662dfb58c62e0050e62e6258a62e7327062e8cfbb62ea5ef862edebcf62f01bf162f14a6062f18bea62f1e3ae62f2390962f3cb1262f4b1a562f647be62f679c062f9266662fb53f762fb7c6862fc7fd662fcf42962fd168862fe7b8162feac2b62ff06cc62ffa12663000f596300af0763042d0763054bfa6306ea766309d86e630b021b630bd3e7630c8b71630ca6e5630dc53d630f5077630fb82863112a926311770f6312c3f36312e7c16312fbd06314864d631489e163178e2063192949631a798c631b9bd6631c1bff631df211631e2186631e3aac631f115f631f79bc63204fdd6320e6ba6322407d6322f40163250d9163259d086326dabd6328b7a46329102663296369632a56f8632a74f2632b861c632c1541633129b46333937d6336111a6336b6ff6337907f63380147633bc022633beff9633da11a633dd6c6633e790a633f28b76343a56d634437cc63458c0f63459c966345fd1f6346edcc63482ff06349be7d6349fcfe634a2b56634a3069634bc1f2634d33db634d491f634e5d00634e8d5b634f72536350599763512b316352204263523eff63527a5f6354207c63567bc26357c084635b1742635bc05a635c6004635c7da7635d1f67635d3950635d50b2635dab73635ed4dd635f1a10635f582263606af3636072e3636306ae63633eb2636841dd63693614636dba11636f0330636f82e4636fd1206370998b6371767b63724ad36372912e6372b6d06378d20b6378fcb76379e85d637a3557637b1c4d637ca00a637d80bc637e25cd637ee435637f951c637fafb16380154663805ca36380ea89638216676383c2e4638450786384579e6384a50a63850ede63869bf26386a62b63879c9e6387b76763881e9663881eec638c557b638ccc46638d415b638da41c638f767363952cb96395bc276395dbdb639a4f00639b0b7e639b2dd1639b821a639d6683639e5694639ee43363a08e6463a27aaa63a3357c63a85c3a63aa0af763aa142b63aa418063aacf6c63ab04c063ab100463ac3eed63b2547a63b5293163b5839b63b5e43163b86dfc63b893f063b9c5c063bc0d6263bc711863bc7f4063bd94b563c050c263c2c12663c2da5263c3bbc463c3fbc063c5143863c5708663c57ecf63c6a53e63c727c863c86da563ca40bc63ca602e63cadbfa63cc59ff63cd7c9063d23da663d3415a63d39dde63d4039163d4805363d6138c63d646b363d6a98463d6ea1863da05ed63dbf65963dd8e9a63de144b63dec69163df935c63e0df1f63e14f6763e1542863e1baad63e2917263e2c3a463e47ae163e6729c63e6a75863e7038663e7e84663eaf3de63eb2d7d63ec606763ed5fc263ef60c463f075e463f42a6763f55e7663f5c1b863f66e1b63f7bc0863f7ebe863f93b4163faea5c63fc569363fd15e563fd314763ffa6566400a8086400f60d64026d2c64047e0a6405c4ea6409798d640a1784640a25b9640a6413640ba61d640cfbeb640d9882640dafb5640f5d9b640fb0696410d5fb6412848e64170be4641839b96418d2446419178d641923246419695a64198e87641d1301641faa9e641fe8ed6420ac2364214e286424fc84642711406428b2806429030564290aa2642aee15642b3c1c642bacd964312234643409c86434442d6435013264382e766439eaca643b9f44643c0cae64416b5c644193f064429ad76442ca256442e5da6444f3dc6445ebc56446b57c6446c6306447375e6447719264485a5b644f8e80645162c46453104264544c416455e19d64575c066457efe4645858b76458f453645d7f8d645ee5fe645f9c05646019a16460c6da646613766466fa666468c9f3646929526469e757646c8c49646dc540646efec3646fac7564704c846470d61c647173886473ab0a647d44c9647d94c4647e8edb647ee203647f92e3647faa5d647fd8726481b82c6484290f6485d634648a3e2b648a4bb0648cc2a8648d5af4648f0583649012dd64903f9964925e4064928a8c6493f4b664945f5764947ec76494befa6494d37a649610c5649796b3649889fa649ad70e649b5f8b649c62a7649ce7c6649d2ee5649d359b649d54bc649d9322649e0dc9649e3f8064a0da2b64a2b71964a42da764a4ad9064a5b8b664a5fb4b64ac2ab664adb78164aece9e64af490d64b19b3d64b236ef64b25e1464b38cbd64b4596864b5cded64b687df64b7c08a64b865af64b9279764ba950a64bc203b64bd126164bd787464c0bc0e64c2718f64c31bf564c431a064c4a1d964c6190e64c6d71064c9681864c9f89264cb85d264cc7abc64ce1a3664ce463d64ce7dbd64cefda164cfa5d764d007c164d066df64d4115764d4a97064d4d73f64d51fca64d56bd964d6854664d6a99f64d7a60964d83ac564db4d3164dba14264dc20cd64dd223f64de983964dea9f764e1185764e18ffd64e3278164e368da64e36ef664e3815464e436fb64e7d29964eab9f564eb052564ecd7b264ef15bc64f1cdbe64f1d48564f2589164f3aeff64f3da8064f5b79f64f6c00164f6daeb64f830e364f8e4fd64f8f58f64fb968c64fdc3e864feab2565018cd56501d3d965034de66503622d6503cfc06504c0d365058c71650651726508efdf650ad36b650b0dd2650b379a650bcba9650c5c0d650c923f650f408e650fe0326512f384651442ac651583c36519c37e651aaaac651af87c651c00f8651d9d70651db9e2651dc242651e190c651fc368652243e165227a3b65233ba7652343c0652596466525aa146525ac31652643e3652653486526673c65278555652b82dd652be75c652f42d2652f4cbf65322d71653276b76533256b6533d5436534523e65349039653a1000653bac2c653dc2e4653f0b4d653f419b653feed365403fd7654065466541b9036542c5dd65453f16654548916547179b6548329565485fc765494b19654a1495654a816e654d2f15654e5102654f2bf56554472d65549d716554f1d165550677655529cd6555ad7f655672a6655718d065577a75655ad72a655bba76655cad31655cee37655cfa38655d1322655da848655ede526560050c6561079d656129916561b0f76562113f65632e766565437965687a516568f2f26569a516656b0576656b0ee4656b3f79656ff1726570163c65712bf26571e26e6573350d6573456365739c316573cc166574686565746ee86575e92e65766b6a657790ac65785a2265786e98657abd37657ad385657b30e4657d3419657f4d086581815c6584082f658487e06585f8f46588749f6589c376658a6e18658f628e65924a0d659260b26593131465960a646598a6c96598ca85659a4112659b6cff659f2e10659f74ca659fb07c65a2a5bc65a3a59c65a40a0865a57b5365a628ff65aa587a65acad7865ace7bb65aec81d65af8cdd65aff3a365b220e865b2efeb65b3663965b3f5de65b4bb8965b4ee7865b58f1065b77fcf65b80f3265b882fe65b8927665bc291465bc6a9d65be362b65bf48e465c12f5a65c1a19065c2bc6565c313dd65c40fa265c4e66765c8fafb65ccbb9565cd6ba065ce2a3c65ceca5765cfb9c665d130d165d1767165d1926c65d2487565d379f465d3d62965d3ddc665d5250b65d5b07565d9f8fc65da048a65db567b65dd682265dd9feb65defd2265e3567865e3656565e5226265e5d4ca65e7006b65e9966d65e9f88f65ecb7e265ecc23365ee0cc165f1567265f1ec4c65f4072c65f5670365f78c5e65f9509d65f9d06865fc232765fd08ea65fe7efb65ff8a0565ffc95165fff17b66003fb766008bd66600c9d76600edfb6600f2826604251e660440d866053ab066053adb660753776608f4f16608f71b660b4fc8660c2c0f660e0acf660e7f47660ebfb2660efd40660f5788660f5b5466109aa76610d2996611571d66146e416615bb3c66164667661893236619f45e6619f7f3661a45b2661aa6fe661bf795661cedd6661d2c66661e677766217e636621db776624d3066626072e6626131166289c7c662a642c662b0d13662cbdf4662d6235662e00516631677b66328ca766336fa16634eacd6635290a663610076637c600663857c6663b019f663c3559663c824b663cee2e663d8acf66449df266466fb5664750796647d199664a8dc5664ba215664be24d664c2d0e664ca8a4664ecd24664ffcaf66522e186652fa43665355e16655a9616656464d66567eca6657e40f66594af7665a7c79665c0267665db4db665dcb9f665eb866666051cf6660e49a66641840666490826664c75e666506f46665d6a866663345666884bf6669beaf666c3ebd666c6d4c666c88a3666ea2df6671866e6671b3436673f70566753cad6675fb6b66771cd96677cf3a66783b336679e2ae667b38bd667b7e71667c1d32667d6897667e46486682f8066683a2776684a9d0668662a66687315766875ef9668764176687c6f6668823d666886d1566898768668cfb09668d051c668d874e668e2cd2668fba44669110e4669304d666938f6f6695dba1669b82c0669be66166a1681666a481b266a5832266a5b17f66a5ce3866a8925e66a9f14666ae688966af1f0666af385366b076e766b1e46466b3de7666b3fa8d66b4fe6b66b8080e66b8a96366ba285d66bb1c7966bb64b566bc2dff66bd60c066bdb0dc66bdd4db66be0d0966c0dd7e66c2206c66c2f61a66c3197666c33d9366c4d5fb66c57c8f66c6c26566c70ecd66c8cbf866cc345666cd426a66cec16066ced1a866cef50766cf736466d050c866d1704866d17a9d66d2494a66d3288b66d3b43c66d3e8c266d41f3b66d45dd966d7243666d73de066d7f0f866d9b70466da00a366daaa9d66dab1d566dc5b6e66dd4ed566def65d66e0e59466e2e2f666e33ce266e4538766e5060866e5c3d666e613a266e6504866e6c70b66e764b966e7a94e66e7fc4c66e83a6866e8b9e966e8f8a566e94c8d66ea0c3066ec097266ed430566ee9a1966f0928266f232e766f2f7b466f3ebf466f5c31966f69cc966f6abcd66f6b94f66f87a7e66f89f3f66f9378f66fc132066fc966066fcaf3766fd5e5866fe042f66fe2f6466fe623466fecb3e66ff53816700b5d867023061670452136704a70c6705dba567078afd6709281c6709f7c7670cc54b670e3779670efcee670f9379670f95f56711e5e26712b4566713371e67160f8a67164fd467170c106717232f671c1511671d4802671fa0626720adfc6720d7f5672160a96723c1aa6724f6e66726472267289e636728d803672a10c0672ab6db672e3e30672f690a67326d116732cce26733179a67335b32673382406733b3a06735c382673b21b2673c1326673c5583673d6737673f15c9673f852667402d006740717d674216a5674408eb6744976c6745c12867479340674883eb6748db9967494d1f6749cdcb674a5448674c7d4a674ec6bf674eedc0674fba8a67504a0c6750cc976754ef2a6756e1566759eca2675ae984675cb054675f9c13675fc75b675fe2d967611b9b6762371467631e516764488f6764c36c67657c6567660b3e6766195267682f9f67685f79676b683f676bd0c2676df444676ec5286773f28667748cd76774920267758e7267766e996777afa86777eb036779fd6d677b7383677c0493677d5e64677e10ef677e745c677f8b82677fde34677fed3467819fa06782425a6782da6c6782f16567831e3d6783b0f66784077a678536dc678576e4678684956787641a678a2ea8678aa76d678ce7c867904f6c67916da867921b2667923aa167927fbf6793b456679419d16795429e6796854a6797571e6797cdd367981b416798f99d6798fdfd679a05ff679abb4c679c9f4f679db6ae679e822d67a045e767a1e32067a22ed667a2b3f967a2c31b67a5953767a6b01c67a72e0667a73d9967a8b96467ac239e67ac8b0467acf7a467acfd1f67ad260d67ad8aa367af5d9167b071ba67b19a0467b240cf67b3e4bc67b48b5367b4eaf067b65b0867b7937367b9f38f67ba637267bc43e867bdfe3167bec61e67bf8d3767c11d9867c219d567c68cc767c6d3aa67c6d73e67c7bd9267c7dfad67c9140167c9574667c9588467ca9a3167cab19967cc455b67ce64dc67ce715a67ced26f67cfe9e667d21bba67d43b2467d5577e67d58ca667d6952867d6e74967d6e83667d71ed867d82df567d939b967dbd39867ddfbfc67e0253a67e2976867e2c89767e2db8467e31fc667e386c167e5a08e67e73f6767e79e6c67e826eb67e8d5c067e9444667ebfe7267ec338967ec57e567ecda4967ed919067ee549767ef923767f0077667f18d2f67f1b02267f31dd767f320f167f4b66867f568d167f63a7067fbc3d367ff47db67ff874067fff80b68002305680179b86802acd6680844b66808e79b680bacbc680c0ff6680c2751680d5506680e010a680fda2b6810276d68107cf068109dd66810b735681219af6812372d68133b5f6814fbdd68171a3c6818a3576818d1e3681a8dc8681b6e4c681bad67681c6e73681ca8d2681cd7dd681d8c27681d8d8b681e3c75681fdf6768217aa868218daf68228b346822900968236e2a68238f3c6823a3f36824e2606825a2f1682849b868286e05682890156828b4ef682ac434682b156d682c9e66682e142d682ee5c2682fbfb4682ff55768305ec46830f0ba6834f7b1683557fa68373c306838c55068399989683a2ddb683b003e683bd85c68406cc8684362e368443bad68449af46846274e68462e9e6847add56847cd7f684920f8684daee1684e3c76684e45ba684e4f0f684e6da5684e814d6853c0f46854d2f96856b0546858f6f968591be9685924bd685cb972685e0ef6685e10f1685ecc72685f1cbd685fe53568603046686072d668623416686263b16862df72686331dc6863996968641d126866ee466867e51368682a506868963e6869ea506869f214686a7fcc686b4dd7686d18b7686d91ab686e182d686e3a49686ea81668703b3e687096d76870e40a6872a0d96872d3b66877fd3f6878fd4c687a0a57687a3356687b4549687d253d687d4159687da173687e8987687ede6c68820b13688392de68845bcf6884918e6885e6c36886b6816888c0b4688ad657688b38a8688b8e99688ba2b3688cb62e688cd301688d9510688e2bc3688e5033688ea052688ffa0868904706689069106891cb32689311826895a11b689808ca689b49b2689b966c689ca266689e45ef68a215ae68a4baec68a4f84268a5324e68a53b4468a5e65868a6570b68a72a6668a7d13168a7f00e68a93e8068aa7e3968abe5e268acafc068ae7d2268b0eded68b1e2f968b48e3668b4a01d68b5ef4e68b833ac68b90ca668baff2f68bb9bc568bd215468bd3ef068beb01368c1293668c1425368c1ab5268c3713568c4536d68c460f168c5103d68c5f7a468c75ec268c8048368c8a1e168cabee168cbbe0568cbeaa968cca6ee68ccf12368ccf19c68cd51fc68cf4fb668cf99f268d4f90468d5f9f468d776c168d78b3668d9018b68d9d34b68da435968da751268da89d968dabe9968db05fb68dc448268dc638068dcc14f68dcfa7468e0457468e78dbe68e8e26268ea8e9568eb121a68ebd3f968ec7ab068ecf36568ed134a68ed724a68ee465168ee64f168eee62368f080ce68f2f2dd68fabdaf68fe3b0a68fec60968ffb1156900934b69028a9a6905761069069fb3690755b36907cf0969091ff56909226d6909cbda690a764a690b8f41690cc5e3690d2624690f4950690faff06910642e691131676911e7db6912ea5a691300b46916a73b6916f3c86916fbc769178ad3691919a1691a60c7691a9be8691c26f3691c5376691e8236691ee96a691f339b691f7bd3691fe7ca6920060069233d116924319f6926d8e76927311469289a9d692a202f692c12de692ce21f692e6187693019a7693093206930ae5d693258536932d1416937509c6937c8c569381b7e6939cc29693bed02693c632e693f4542693ff1566941d3d7694255da694511c06949bae36949ed30694a4e4d694ca927694dc7bf694e1513694e2096694fb81f695213556952306a6953619b6957283e69577e86695896826959c0f6695a07cb695a404e695a753b695bc181695e661f695f1c1a69603ad3696048a769605c6369610a3469613b7e69625418696356c8696493926964c422696550676967070e69671d6b696ae791696afbf2696b194a696c6039696d3488696e3455696e63ab696ef529696f266c696ff12f697181036971ebb0697259b7697376036974e5186975399469756ab56976d12369788d57697a4c44697b5b94697c0678697cbb40697d063a697e2f3e697ff6366980c4c76983260269832806698393436983a26e6985be586985e7a4698797236988afd8698e1476698e4fd7698e914a698ef59c698f09ed698f33556991a17569927a4c6993ed6069943d1569953e90699676aa6996b8ef6997c710699ad06a699ba174699c97bc699dba73699e7417699fb1a969a31ff769a4454769a6d17469a8ddef69a9e89169ab779969ac204969ac4e9f69ad75c069af482369af4fed69b1131969b2789969b3396669b588d969b9162b69bac02169bd3ef669bd698a69be8dbe69beddcd69bfce9c69c2351969c4b55769c5354669c834f469c8952069cacab969cbfd9969cca6ee69cf0da469cfac2d69d011a569d20dc469d65b1f69d7269769d7577f69d9f24169daefaa69de371369df256f69df991369e0160869e0a04369e31aec69e35d0069e552ba69e6389069e64b6669e7de7b69e82d3b69e8a85669e9f53369ed02a369ed1dab69eddbc169ee7eb369ee9ea969ee9f8269f0a2f869f0bd0b69f1953369f58c8069f69b8669f6cca269f834f669f8ef1969f8f90d69f965ec69f9c3b269fe81e369feb0a46a0188776a077b866a08d09a6a08dc516a091ab36a09504c6a0aa7a36a0e49c56a0e9b886a0ec5786a0f3bba6a0f9bf06a0fd3376a0fdad96a107cd26a111ca86a1384ec6a14dc4f6a15d73e6a16569b6a177d4f6a18596c6a1a02856a1b55eb6a1bae196a1e6a126a1eb2d66a233bb06a243fbe6a26b27a6a26be136a2764296a28c0136a2b01466a2d4f816a2e58146a2e8f7b6a2ef29c6a3158746a31bbfe6a33b1d86a33e2e46a35dab46a35e3686a37e9836a3811896a3863516a3876746a3885d26a3ad03f6a3b78456a3c73756a3d98106a403bb96a412c566a4193b56a43af656a43c04d6a44aace6a4597856a45bb206a462db36a466ca36a46ad5d6a4839586a4a32e56a4bcca36a4bd07d6a4d39146a4e028c6a4e14e76a4f43286a4fbcfb6a4fc3cb6a51daf96a52b9e26a52c6e86a536ff96a5400086a543c106a57ad146a57eece6a58cf3d6a59c2146a5a982c6a5baf106a6068e86a613b926a62dd766a6311b66a63d4d76a663ed26a67b06f6a689be66a6a94456a6bd3706a6c3db86a6c54e26a6cc9266a6d28a46a6de4776a6e49ce6a6ff21c6a700c526a751a856a7535226a775e186a77f1846a7891896a7b720e6a7b7d0a6a7ba5dd6a7c8b266a7ff92a6a85119f6a8558a66a856d9a6a8607b66a8631346a8652056a873ece6a87a0b96a87ad526a87fe2d6a88ca9b6a8984a36a89fbe76a8d46056a8d62b36a91a46d6a9289e16a92befe6a960a376a9833086a9909a16a995d906a99a4ad6a9b30876a9ba1d46a9c6f9b6a9d22846a9d90f76a9e8f9e6a9f9f816aa0f8e16aa366c66aa3f0d16aa4afa26aa58a816aa701466aa80dd06aaca7246aae23bb6aae7faa6ab118a26ab15a006ab165266ab2634e6ab2b3146ab42fb26ab6cabe6ab7d7c86ab8864d6ab8ea3a6aba2f8f6abd580f6abdadc86abf3af06ac173cb6ac2ca0a6ac2cc7f6acc16286accba0a6acdadcd6ace7be16acfea506ad09fee6ad1bb626ad2dd906ad2e3866ad4b9fa6ad7ab3e6ad7c04f6ad878ae6ad89b9b6adb82986adbbd3e6adc547f6addcdc96addda6b6ade3ccf6adefd4b6adfb5966ae0e7616ae18c576ae33a476ae4dead6ae4e2cf6ae6be0f6ae8eef76ae977596ae9a8fb6ae9b9756aea5dca6aebeda76aed328b6af06d406af079196af0aa496af0deef6af10fba6af357eb6af4276a6af4b4046af65b736af716d36af7f34e6af849be6afa8e1e6afdf0e96afe5cab6b0024856b02cc736b03295d6b04d2516b062b9c6b07eaa96b0b3a3c6b0b6b3b6b0d32066b0d3cbe6b0d6cf96b0d78616b0fab456b116c206b1213d76b1317176b1320e96b1356476b135b3d6b14d4016b1525796b15e7c86b167b076b185dd96b18c0686b1a5eac6b1b87df6b1bfc226b1c832e6b1caed16b1da7b96b1eb1726b20ecda6b23391f6b2449736b26a6306b2846c36b28ffa66b29c3536b2a29396b2a4ce56b2b3f616b2c250a6b2c9f926b2dc5dc6b2e5e776b2f09fe6b2f95436b2fa3706b310c886b353ce36b359d156b363bf46b38d2a66b38ee1a6b39ef1d6b3b852e6b3d19cc6b3dcdf36b3f598f6b3f8d516b4130006b420d9e6b42593c6b4396256b4408c06b44c6496b460c3c6b46dcc56b4778416b4af09e6b4d6a006b4e407f6b4e67586b51e72d6b527c8b6b53273b6b53bf8c6b53dc046b5411626b560a8c6b568dd66b5a72e66b5ad75d6b5c50166b5e10ea6b5f3d7b6b616af56b6222916b624cf06b63a7386b649ce66b6508166b653bcb6b663c336b6895f16b68c2b36b6a8b9e6b6f7b536b6f8e2d6b7021fd6b70c8396b72232b6b73d9716b748e316b749d6d6b75034c6b753fc26b768df66b77b3406b77ce496b787aa46b7b7f0e6b7c6cdc6b7d22be6b7d573c6b7da25c6b7ea7fb6b7f5e366b7f6acb6b8210ce6b8424c26b845d496b84b29d6b854bec6b8585ff6b858d186b8689d66b89b5676b8a8b636b8ae4666b8b5f1b6b8b630b6b8c30976b8ccf346b9121b86b92a0116b92ee8a6b9356706b95102f6b95530c6b96e2546b97be306b9a2c3e6b9d6b6e6b9d6ef76b9e37386b9f182b6b9f1a236ba1f1636ba252276ba25d626ba4a2b36ba4a3c96ba4b9346ba65dc96ba89b7c6baa58166babb4046babcd8d6bacb12e6baf3db96bb071df6bb3a3596bb553366bb87f766bb9bda26bba23c36bbb054c6bbc1e706bbc58896bc080926bc2a48f6bc3028b6bc434d36bc50e536bc5a68b6bc6bacb6bca12c16bca1c926bca69d66bcc25c76bcda3dd6bcf75956bcf86d26bd10aa66bd12dbb6bd1edcb6bd395826bd3f7656bd53b376bd6cf236bd7f5296bd989866bd9dce86bdb9fba6bdc47546bdf77e76bdf8cdf6be25cbe6be2bff46be557326be55c4e6be63c126be866806bea45956bebdc826bef7d0a6bf2b3e96bf2d6206bf36e3b6bf677ac6bf70a436bf76b916bf856126bf9101c6bf917366bf958136bfd0c406bfd637b6bfe0ca46bfedf926bff8a6b6c01011b6c0183316c0284aa6c03ec376c0442766c0463226c0530d96c05c6876c0663036c0677686c06e28d6c07a4506c085b3f6c088e6c6c09a6686c0a597d6c0a6acd6c0ae3286c0ae4c16c0bd4526c10af8f6c118b1e6c119bd26c132cb46c1446866c148b146c14baae6c15bda76c1777f16c190cd96c1aea706c1b08906c1b4d4f6c1e64c06c20997e6c20f4a26c21fab96c2243086c2262556c249f9d6c2565496c25673d6c25fcf46c27829c6c2797076c27be9c6c285c5b6c28b7756c29824a6c2a593b6c2ae87a6c2d374a6c2d7c856c2dc0706c2f1a3e6c311e396c33a1db6c34ac226c366ad36c38118a6c3c694f6c3dbcda6c3dc4be6c3eb13f6c3f19336c4049cd6c44cf786c46182e6c4741156c4859a96c48a0126c49c7806c4a73336c4b0c8d6c4b21b16c4c304f6c5143056c53108c6c56fffb6c57ccb56c57e1fc6c5806596c5827ac6c5996266c5b2e946c5b33336c5b86946c5c07d16c5c1edf6c5c8e1c6c5cc8da6c5e25796c5e37d86c5ee4bc6c5f53e06c5fda0d6c622c0f6c648fa46c66cae26c69ad406c6b87d86c6c343d6c6d602a6c6def4f6c6eae466c6f61896c6f77076c71a2df6c72c3b26c72da356c74b3366c7528386c76d2f16c76ecf86c7893b86c7cc9fe6c7dda466c7e594d6c7ea8216c7eade36c818cd96c835a526c8387696c8467676c848e0b6c87566b6c8771706c88cb1b6c89232c6c8924666c8967256c8afaeb6c8c579e6c8e8ee66c8f38386c90c4a86c90cb4e6c9762316c97dab96c99e6756c9baa526c9da2f76c9dad636c9f9ad96ca01ecb6ca0dfb06ca2b9536ca3f2eb6ca44e336ca4960a6ca520256ca5948c6ca5d77a6ca667406ca723ab6ca8c4516caac12d6cab4d806cab848f6cac24766cad88726cadd6906cade6a46caf304c6caf44aa6caf5ed76cafa1056cb0ecde6cb24ad96cb272fb6cb409d06cb6701b6cb7851a6cb870066cb928b16cba0e9d6cbaf7366cbf0eea6cbf306f6cbf52b86cbfc3df6cc33bae6cc3e9bb6cc429a86cc4343e6cc4ac786cc4f66e6cc600fb6cc6325e6cc65f116cc8a4616cc974616cc9c10e6ccc74ad6cccc9a36cceb6626ccee7d96cd045776cd120076cd395ae6cd3fe3e6cd62c696cd6f6f36cd777ef6cd84d8b6cd90cfd6cd9980e6cda38886cdad7b26cdd02896cdd1d816cddc10c6cddc5826cdee3286ce064126ce077596ce2c8b26ce548b36ce5e8b36ce66aa56ce6e0c06ce8ffad6ce9ee186ceda23c6cf0f1386cf4e96e6cf7ef4d6cf7f31f6cf8faa66cf9126a6cf9bdda6cf9c9eb6cf9edae6cfa542b6cfd32c66cfd7c226cfdd1286cfe67ed6cff3f6d6d0201a16d03e5216d03f02d6d0476736d048e746d0729ac6d0958fa6d0a94916d0d15d96d0e46086d1339976d14ba5c6d1591056d17df206d19e57b6d1a2aed6d1a64636d1afc556d1b6caa6d1d05f56d1d7ddf6d1f8b806d2030646d212a496d2145576d222b736d223ba26d23b2436d2649726d26529d6d2973d76d2a58956d2aa3056d2b45516d2be2206d2c53a06d2cb3b06d2ce59f6d2d05566d30c30d6d30cb5b6d31edf56d35e13d6d3707336d3788f76d3a06e36d3ae0606d3afca76d3c869c6d3cc4e46d3d6cfe6d3dd8276d3ef1656d410e286d4192456d46524c6d468f766d47e73f6d485e496d4906316d496ba86d49e05f6d4bb5996d4bd2176d4c0dab6d4d5d9c6d4d63256d4e29d16d4e4a486d4f6a686d515dd36d53353a6d53c31c6d5538aa6d5591ef6d569ac56d58b3616d58be9c6d58c4fa6d598b936d5d44076d5e1e7c6d5e73bd6d5f90ea6d5fd06e6d618a586d618bb16d624a7f6d62ec406d63c2fe6d64d0116d65b6246d65dc196d66587c6d6670396d6903606d69360f6d6bd4c86d6d75ff6d6d89366d6f1e936d6fd9bc6d6feb326d70febd6d7393956d7402926d7480836d74e61f6d76547c6d77c5116d77f1c06d78f4416d79f9a16d7b6ad96d7b94fb6d7f86f46d7fb62a6d80fffa6d84afd06d8573d56d8639cc6d879c6c6d87b0f76d893fe36d8af38d6d8b159d6d8e14ab6d9053506d90af7c6d90afc36d91dade6d9505ba6d96dbd36d96ff816d995bed6d9af8fa6d9c968f6d9ce4fb6d9d24f96d9da3dd6d9e61d66d9ece916da093586da159f76da17c216da1a7036da1fbe16da25a706da493606da4b2146da4d5046da5d5ea6dab4ef26dadc53f6db11a306db4b2aa6db62d726db636166db78d976db883bf6db89e9e6db9043b6dbbaa9b6dbcc7666dbd43fb6dbf6d4b6dbfb2eb6dc0ea036dc13ad06dc1ae9c6dc1dd036dc365796dc3ee6a6dc405266dc5ca656dc62dd56dc6552e6dc69d616dc6f9b46dc80a4a6dc8aa496dc9e92f6dc9f1b66dcb6edb6dcb7e546dcbee176dcc4e136dcdd2f36dce5bb96dd082e06dd167a46dd1a0e26dd6c8fb6dd6e8696dd7d20c6dd7d3656dd866c96dd913956ddf4c866de31e806de3e7596de6ae156de7a8ff6dec0a6b6dec12b26deebabc6def401d6def7f9c6defa0a96df37e4f6df645f86df7c1906df8723c6df8ea1c6df9344e6df967476dfe952e6dff8da26e02fab36e0315a46e03c8226e0425286e07b3386e0980c46e0d1e466e0fe0a26e11279d6e11be4f6e1224db6e14c7a46e1794116e1866c56e18d31e6e197b006e19a22e6e1a07126e1b22126e1b25236e1c0a426e1d0b706e1da9246e1e66906e1f6e986e1feb646e201fc96e21c7516e23cec96e25e9456e287a0b6e2a3f6c6e2ae3156e2b3f9a6e2bda726e2c563d6e2ddd096e310f5f6e31d5006e3246ab6e335dae6e33ed446e35850d6e3604336e3645106e371bf56e3a9de96e3ab71a6e3b56176e3c29736e3c7be26e3ecdad6e3f83c26e3ff2696e43009e6e4454d96e4658af6e4701f06e4788e56e479db16e4966ec6e49bdce6e4ca2a96e4cc1246e4e1c366e4e28936e4ee65c6e4fa4a06e5017086e5076866e50b0206e51adaa6e541a6e6e5550aa6e56c4546e57356e6e57bd556e581a316e5af70c6e5df7c66e5e64386e6075816e61dddd6e6204336e6394086e64dbf56e67972f6e67fc276e68b2fd6e69ba376e6a27726e6a99da6e6bac1f6e6c6da26e6e25b16e6e85d06e6f085a6e71939d6e71f4276e7233286e73cb586e7487ca6e77f4526e78ae096e7956696e7b53c26e7c1ef06e7da3206e7dedce6e7e74566e8160c76e82725e6e8354d36e83b73d6e8718fa6e8ad7e46e8ae0466e8b86ed6e8c33f56e8caded6e8f30276e8fda676e91bab06e9237006e92cee56e9421496e9436086e9444db6e95c8eb6e9670fa6e96e8266e97e3d86e99585c6e9b8cbf6e9bc0b16e9ff1b36ea2aa7a6ea2def56ea3a6396ea4646e6ea478566ea642f16ea716896ea72ca46eab5c516ead01a96ead19806eaf0dba6eaf25936eaf957b6eafa6466eb0f6696eb0f8ef6eb1d29f6eb331446eb463706eb51e2e6eb5c92d6eb6c3d86eb72a256eb9ce756ebc75a96ebd05a06ebd585a6ebd672d6ebd84796ebe06826ebe0e426ebf97b86ec1f1176ec304026ec35e5b6ec6f5d16ec915ee6ec9e2346ecac70f6ecaecaa6ecb7ee26ecbd8026ece2fa36ed25d3e6ed340bd6ed43b9e6ed531016ed89f2c6edcb19c6edcd9766edf9ae46ee0ab2c6ee27d066ee3a7986ee6960f6ee6cd8b6ee7bd006ee8f96b6ee9ff8e6eea795e6eec51466eee25b66ef02db66ef2c0f36ef2ff836ef3de106ef5dde66ef642fd6ef820b36ef950296efb46106efbdb436efccef76efd1ce86efdc0716efe16f16efe7a676effb3f06f00f41c6f01e3cd6f0264796f0277536f046c9b6f052b406f05689b6f074c2f6f075bbb6f08425e6f0aa41d6f0bcce16f0dc2e36f1034d76f1048396f120ea56f1305e16f1588d26f18c03c6f18c9736f194bc96f1995df6f19a5b86f1b6e846f1b88336f1c27fc6f1e887a6f2028356f21131f6f21e4da6f222dcd6f23c0366f2482a16f24c0586f24c3256f26ad4b6f27bbed6f2a1b2d6f2aa3586f2b9f516f2c9d5e6f2cad3b6f2d38f76f30b7576f3398a76f35ca636f3b36436f3def0b6f3e40b46f3e54f56f3e9f1f6f3ef9666f43892f6f44fd3d6f45db786f4726086f48ae0c6f4b7c2a6f4d15296f4de3746f4f6a216f4fee436f5023f26f5310536f536efe6f5556a26f55657c6f56260c6f56a4b26f56d69f6f59bc9b6f5e14ec6f5fc2d36f623f906f638bb56f63b4b06f64e0086f64eaa56f651a826f66596e6f67b1b16f6945726f69930a6f6a3dee6f6ac1b46f6b84ab6f6bd27d6f6fe60b6f7025466f70aa006f70c8236f70e1816f7142176f715c3a6f717e876f72db576f744e066f75570d6f76626f6f76816d6f785ece6f7b58db6f7b6c706f7d06b76f7db10a6f7e6a3b6f7ecf816f80b6456f81a9616f8393d46f83ab9d6f83c3546f854eae6f89b9fd6f8a56d16f8cd75d6f90346d6f91b2396f92336f6f931b1a6f9361186f95bfd86f9992c46f9a81496f9c9f526f9fdceb6fa0f7aa6fa17c826fa3f89c6fa79cd56fa8a24d6fa9c2b66fab255d6fac405d6fad83246fadeb1d6fae19c96faf64106fb099e96fb13fe66fb267036fb3ce586fb416546fb581696fb803336fb8b4806fb8cc1d6fb8ef4d6fbcc0be6fbd5dde6fbf667e6fc03e6b6fc295ab6fc3ba406fc4dcfe6fc70fa86fc8c9796fc9c9246fcee63b6fd23abd6fd6aa2a6fd71cb66fd7b72a6fd8bd536fd8c57d6fd8e8416fda43716fdb0e446fdb95be6fdd108c6fdd64116fde92df6fe3c8866fe432dc6fe4f68a6fe68d506fe6dacc6fea25c16feb7d126fec15da6fec7ff06feca77a6fee3d906feea9736feeb9946fef139a6ff072396ff0b0916ff162a06ff421406ff777516ff779416ffca0336ffcd9a36ffd1a856ffdb1c46ffee77c6fff253c6fffbe4d700150687002216070047b7170049d67700650927007b7377007ec46700941e4700c8d03700e1054700f037b700f8ea87010ee717013a91b7013e2dd701673cc7019c4b4701a0b39701c3a43701c5c70701c8460701ca04f701d4440701d6ce8701d6ef1701ea445701ec0277020f78d7021ae71702223d870230993702494067025cdbc7027c2a7702aa9af702acacc702af99a702bf62a702d03d6702dec1f702df6bf70313fae70320b5c70334adb7034a1187036fda970385ac070391289703919a370394aff703b1228703d92a8703e8396704057fd7040a5537040f5fe7041a1b87042131770443eec704448bd704563ad7046674c7046736b704731dd7047eca270487dc37048fb5e70490bf7704928aa70499277704a8387704b4526704c5ebd704ce55f704f237f704fa84a704fbfc2705012c07051235870516e1570518b8870522a7570562d08705803617058a360705901867059213470595e69706002df7060484c706181c67061a673706302607063360770655f8d706630a77066453870685fb67068fdcf70698ae3706b5a707070cb0d707215ca707318b97074378b707472f570757bb37075a2377076878a7076aa247076db0970780d7c707bfe6b707e2f41707fea2c70800d7f70816333708270637083ec38708468747085257470854b6d70858bea7086dd2b7088655a708a3917708a5950708b84e9708db992708e03117090487d7090963c70947df47094b4ae7095273f7096cc2270972e4f709773b670983a3270987447709b055a709cf6d4709d6eff709dd356709e7703709ffefc70a02ef570a1bc1c70a26e6270a335bd70a4808670a5382170a55fdc70a7fe2c70a80c6f70a8e5cc70aa508a70ab690970ac0e4570ac580a70ad19d170ad617870ae6bf270ae93dd70b08cf270b2805470b589eb70b59ac170b5e9d070b614ec70b7a9e570b9c59570bb3f2d70bb66c270bbdc1470becea270bf06cc70c04e7d70c061be70c078d870c0ea2e70c0f9e570c3de8170c479c470c4d4c670c4e8a970c5025070c5a1d070c83ed170c96c7e70c9e79270cbc50b70cc0f0570ccea6470ce1bd070ce317970ce832a70cfa80370d06c3570d1193270d1354570d2cd9470d3416f70d3af5970d4519c70d46e1070d51f2c70d5411370d583f970d5943b70d71a2670d7dcfe70dafc7170dbb00470dc7e8370dcb3bd70dd477470dde1f270de74e970dfd19370e018ae70e0bfcc70e0ea2d70e1b9cb70e1ded870e256bc70e2d6d870e2d78f70e4c7e270e50bfe70e7382770e73c7370e95faf70ea6f9570eb000e70ebfd7570ecf66a70edac0470ef77c270f0466170f2556f70f39d3670f4f12970f7b73a70f7c6cb70f84a3d70f9c26770fb21dc70fc256070fcb34470fd1abe70fe5c3b70fe90c370fec7b570fef3c870ff2f7170ffe8377103af147106b267710714b97109ec1c710aaa9b710c5ec8710e395c710ec3d9711232bd7112c8f27112f17f7113af2b7114935c7114c21071156f5d71157f35711805e47118d22a711a42b6711a9b8e711d00217122549e71225ce271240c6c71242ca8712743d271282d1a7128e90a712a0c8c712a569b712a5cef712b22fd712c6f1e712d9ce4712dd285712dec81712dfc31712e7e92712f8a5a71339ccb7136791871383e5c71398da47139d2c9713ceae5713da320714057fc7140f0a071415b7c714421e771446ea37144d3d87144feea714560ae714650fd7149011f714975bc7149c7677149f59a714a33ad714b7f7c714c7c09714d5b3a714dfa44714f1ff3714f7513714faf6b715005d87150949a7150bdce7152446f71526a027152839d7154226f71542eb27154a9e77155083771558e8d7155a138715625a27156ef8d7157a5927158f478715957ea715b8728715d7683715dc8cb7163f4c471658145716657ad7166d899716754497167bfc7716a5d6b716d1df4716d2649716d4f11716fa8de7170c561717119887172534f71729ad47172b49d71766e817176bbfa7179ab79717ab51a717bed62717d9fb3717da8dd717e2eda717f0790717f66ea717fc5a171803d897180d4a77181794771825fc27183203a7183752d7187e7d371885385718a04f9718a57f1718de0bb718ef3f5718ef600718fcf2a719329dc7194205d71957cd87197c778719b41f6719b5945719b9224719cf2ba71a01b6071a22bdb71a2b96071a39a3471a4341b71a4697171a4771e71a5e63171a6a92971a7c76971a7f34171aae65071ab480271aed91771b0526471b1914e71b3ea4471b6ffe271b736c571b763fa71b7e9ec71b8053971b9220d71b9472f71b9659d71ba4c8d71bb4aea71bb7ebe71bf2a9271c0406871c0419e71c0671271c2705171c2927671c2e48c71c4963571c52dfd71c59f9171c612b971c7204f71c7a01b71ca2f1871caf6f271cb847f71ceae1071d1a9e771d509af71d6fc2871d8b9e871d8c03071d98bc471da6afe71dc772371dca44271dcaf5871de04a971de421571e1cb2b71e317ee71e403fa71e4398f71e4475871e497a371e6b6f671ea1f4071ebe55f71efad6c71f102f871f506de71f5618771f6996071f8982171f8b68071f9067871f9c82d71fab14971fb1f9471fb34f071fb5db971fc4d4571fc740a71fd1efb71fd3ea671fe16ae71fefcda720046637200be05720231507202d51b7203c90e720558527205c57f7206060b7206ac4772078fb2720892e87209a706720b2bd6720c336d720d9408720f195e720fbf3d72115ecd7212bddf72138e0272155040721601bd72178396721971fc721a4415721aab8a721cef24721ecb96721fda5d72209b85722196f672219f847222f8b1722482077226d60d722704907228bde5722a96da722ab151722ab3ab722e3b5f722ed9d9722efe25722f98cb722fb9e87230c60b723177b97232544c7232792b72335fa17234d5b872352817723746d27238259572388990723a28b3723a8385723be326723c9456723e61717240644772466985724843e8724949c772498abe724dab41724daf3f724e7a1d724e91e872505591725087207250c49a7250ec2972517ed87251ad69725551f77257f081725847317259b378725ab9d1725bee6d725bfa64725c7d25725f44697260910d7264154a7264b040726613e7726744157267fd1972682fb97268b1267269dee4726b6eca726b7d94726c4915726cd4b6726daca97270603872718c9f7272d7437272df577272f0387275490b727685377279a04d727de542727fc565728155aa72843b0e728489867284a5c872889ee6728af1a5728b0c59728b9c8e728dcd067292c430729368827293e55c72950a72729706cf72982f2a7298321b729833057298af937299097d7299c52c7299d456729b17d4729b5555729b73b4729d658872a0236172a1d65572a1da7d72a2f27672a3c13472a72f3072a776e872a8282b72a88e4372a9468b72aaa10c72aace9e72abc6de72acb0eb72acc95372ad219f72ae988472aec78b72b0387b72b6d5be72b7682a72b8b16b72ba07c572bdca7d72be309572c0deba72c14d6672c16ef472c18ac572c30ba572c6173d72c63e5872c67c1f72c8c5eb72ca2a6372cbb0b172cc167b72cfc66572d0088d72d05f9472d0946772d310ca72d3694b72d52ea972d6d86472d9d46c72dab8b072db0d8072dbe5a072dbff0d72dce66a72dcf22372dd140372dfb04672e0ee1e72e0f6f272e1117272e2bf1072e5f66472e62cf172ea561472eaa24472ec9b0d72ed555772ee9e1472efa2f372f184d272f2222b72f239a072f785b472f91bbe72faefc672fb4a3b72fbf4fe72fcba6172fe5e277302b9da7302bf287303bb327306734d730a28be730b29e1730c85e8730d0424730d218f7311249f731275eb7312b6aa7313389a7313750873151f417316bec4731777697317ee87731946f273197a7a731afa47731b6240731b6772731b7027731de53c731f07fe73241293732827a97328981a732a536c732de5c1732f031b732f4347732f6b43733085767332cade7334f16f7336392a73372c497338a023733919a07339fc84733b1541733c7a82733d4e16733e57157340ca6a734633f27346628a73468671734695cb734786757348467d7348de827348f72a7349adc97349dc96734b3c4e734c6df1734f7e4e734fd688735324d47353669f7355f53473589b6c7359e093735ac46d735b6974735d778f7360097873607cad7361460873619e007362f9ad7363489b7364b7c37365afe27366149c7369a8af736bfcdd736c65be736d191a736fac9b73708cf673711d6273714b4673726cd0737342e6737407487374458f73744ced7374579f737461127375c7d4737807d9737adf4f737e7fa27380d252738172d5738177e573844c4d7386501f738702da7389beeb738ad4a9738af108738b70b1738c50d4738cb604738ce456738cfe17738d4055738dcedf738fd3be7390089e73904e237392a3f473939a73739658e973972364739788b573990430739cec96739dca12739f717b739f8f4b73a0e96b73a1676773a43b5c73a5e7a273a616ba73a745d473a81ec673a8ec3b73a9657c73ab029673abf68373ad18be73ad600873adbab073adec2c73ae34e873b040ac73b3058773b332ae73b56b8973b63b3e73b6a4fd73b6ed9e73b8a08473baa56173baee8673bafb3a73bbbdad73bf39bd73bfc77073c3466b73c3cb8673c4021b73c4473b73c71aee73c7c24973c81fc073c86c4073c9ac9073cc0b0773ce219473ce5e8673ce9ed873d125f873d2306773d26ce773d629e173d7340673d8a9ce73df196173e03fa673e228e573e2b64f73e397d473e5376873ec907073f17b4873f461af73f5e61973f6cee873f7eac273f85b4573fadb8f73fde5e27400b55f7401822c7402eb7374033699740773ff7408b15d740cbca6740d0207740d6c297411bc127411d1277411f1457414fe917415576b74156d757416f5d37416f93d74179518741805db741911fb741928c3741ad651741b4c8b741efa27742069517421a6497422445b7422bf7e7423059d74263b48742674ca7426be907428212874288e7d742b3511742be188742d4086742e2f8f743132b674324ae274326a8f7433819b74362ae67439b5cb743aefb9743b8247743c195a743c6734743ceb21743d93b37441f3837443c8da744791b974486eec744a3d6e744ed9a3744fc5a27451702074517ee574549141745642777458a5ca7459019d7459217e745a2118745a3476745abbe2745b9ed2745bb0a5745c30b7745edc33745f21f97460394d74631d4974658ea374666f64746743e1746a8cbe746be9d4746d7de2746d9c28746ee0d57471cdb0747477f674749a827474a83474750e5d7476a9067477835074781771747a140e747a5bd5747b3ec3747bd89f747c6603747cc3e57482443e748462b574851b2b74868fc4748745ea7488137d748890bb7489bc75748c1f7a748c3564748c419f748f5bbe749117de74912b137492f5d9749330b97494bdfe7494cf8a74950ca474955e3a74960a9f7497556b74992115749a477e749b369d749d03d2749e17ad749f033b749fa9c174a061be74a15b7174a163c774a1f08574a4c51574a7d7e874aa649574ab9c5474ac236a74ad0fbc74ad54f174af037774af6e6174b01c4974b1c9a574b1fdc374b251f674b2b42f74b402bb74b64b7574b65c7b74b998bb74bc1c1a74bc7e8874c400df74c4a67b74c58ec974c61d2774c764f174c886bd74c9860b74c9d34174cc69e674ce53aa74d106c174d1374774d1402074d2ec7874d4469774d56bd674d61c6c74d6b97e74d6bcb074d92da474d9f93674daf1c774dafbeb74db181b74db359174dd129274ddf29c74dec97674e12c5474e2be2074e3001a74e3ffd274e4fa7d74e5b3bd74e5f96474e7123d74e71f9e74e9cec774eb7aa174ebb6ae74ed4b0a74edb16274ee488874ef749474f016f174f1f46c74f1f5cd74f1f92d74f51b4a74f58d3d74fae5a774fbe0ea74fc7e0d74fda5ee74fdcee274fe4f5174ffa0627501edd77505d4fc75073bf37507eea57508037e7508f3847509091e75096049750a850f750b3220750d1905750ee476750ee502750f842175135e44751467537514f7657515263775175017751bb9a3751bd1fe751e33d1751e457b75211f0975213e84752244277522ab8f75238c607526d3be75278e2f752b2142752cf399752d203f7530ba587531a7577531ceb67535befd7536d98f75397bb9753b71df753d5e7a753e87f7753ee6a3753f0394754244797543aa2b7544cae87545057e75451b5a7546152c754692557546bc1b754b15bb754c2d5b754cff08754da8d1754db332754db5aa754e59a8754e946e754f3b2f75514d73755503e2755516847556abb275586b9d755888bf7558e8e17558fe4e755afb03755b4e7f755eed0c755f2bab755f520575624972756288a175630aea756432ed756590df7567891675690fb67569434d75696403756a0ff1756a5d12756ac3da756b183c756b3b05756d39b9756eba5075747f587577d3e275798c05757ae2d2757c099f757cdbb4757dfcb7757e228b757e5657757ead51757edb9c757fba46757fcee475816d357581c62475829a277584bfd3758597a775868c867586fb757588e3e675891132758afaaf758bbf38758ce7f9758e8160758fccb17591090f75911cd175945f6175954677759625657596e62c7598fb2c759ae889759f073f75a09c5e75a5467f75a5ab0375a8f12875a98c9975a99bb775aa261c75acb0f875ad205975ade04375afa2ae75b0112f75b1182575b1c60b75b22d4075b272e575b62f6775b67c6675b8822775ba2f0a75bb698775bc748575bd03da75bedde075bf26b775c0b4b675c3cb3675c4ac5975c65d3f75c672bc75c9420b75cace7b75ce65a575cee9a875d1410575d1a0ba75d3f49575d41f7675d5f06f75d6aa3475d6bbc875d8224a75d9209775da38d675dbe04675dc8a4c75dc979b75dcab2b75dcb41475de0b5775df3c0075e12b5375e2c04b75e43a4175e6a9f075e7aada75e7ff7375e92a7375e9481c75ea716475ea8dd375eb22c775ede0ba75efa32c75efd34375f257bc75f2900375f34d9875f3504375f7dbd475f9d98275fa082175fa3c8b75fe2bb176000c7776006d1a76007bfa7600c62876019b9176039da27603b46e760450c876048fb976053e1e760585d17605890c7605bc4a760808cd7608359a760a6eb6760b5aa5760c2297760c5b86760c70e1760dabe7760e1d57760e63ab7610167576130386761499f27614a3da76180cdc7618667a76194d977619eec6761a2b98761a5d58761ae78c761b6266761f74707622e12a7626801676283f7876297658762aa85b762aab20762b5be1762ca62d762d13ec762d8e43763075db763216e5763276e976353ad576357f807636dcdb7637f670763a7a2e763ba843763db2d6763dbf30763e13c3763f6602763faf09764002bf7642b0567643392c7645142b76468b9676495116764b0272764b3db3764d442b764da7d8764e2022764e48ae764e6a30764f4b23764ff0c176506d8a7650d2d2765557be76558a807658f5f3765a45f5765ad6e2765c6978765f1c637660006c7661b4e9766203cd766438397665962d7667b29c766d0345766d26c1766e2b08766f0f7d766f2ebe766f88f9766ffd3e76700f867670e6027672da70767326987673298e7673d16c7675251176773ce87678f83e767ac488767c711f767ce91a7681edf576827f107683cdb77685e6847688254c768b5c99768b9b6d768beec4768e9dae7692f53d76955adc769577bb7695e4777697062576971f9f769aeae2769b496a769bc77c769bd804769caacb769f8e0c76a0661d76a24b0976a2d36e76a4b79376a4d42876a5cd6576a6a8aa76a7b64276a8307676a90cb876aa525a76aac6bf76ac957d76b0e08176b4595476b5025276b565d476b9422676ba40fe76bd3fe276c15b5a76c247cb76c248af76c52b6f76c57f5e76c591b576c597d176c5ea2376c6374876c68c2576c75be676c7aeb876c7f88976c97a3b76c9f6b376cbcc8b76cca8f076cd536b76cd82fd76cec42676cecf4676d0a37376d0f2db76d26d7a76d293ba76d2eab176d31c9976d460c776d4859d76d56e1c76d6fccb76d7b09a76d7d63a76d8374376d91cea76d9cb3e76dbcf8b76dc87e376dd85f376dd8c1f76ddfe7776de8e8e76dee1af76def8de76df440276dfbb5276e1d91c76e44d8d76e4720876e52a6776e64b8476e8e9ba76e964ce76e98a8076ea0b8e76ec24b876eceb7276ed362776ed4a0776ed597976ed750776ed932576f3d43176f728a976f763bf76f7e8dc76f9253276f94aa776f969d876faa15f76facab276fb179976fb824c76fc39a176fe236b76ff6a3677019fa77702846d770298b97702ee017703bef97703e260770472ae7704ad9e77084fc77708e6e67709e96e770a77fd770b6c5e770b848d770c8e0f770e397b770fe861771075277711efd677129dfa7712d05c771586447716390f7718f14c771ab104771c80fb771ec02d771ee68b77208eb377235dd97725e49d77262e03772b2e6c772c0290772d15e3772ebb06772ee97b773116c57731865b7731e11377345eea773574c37735b58377360fbc773763467737d0527738ddc6773a62c3773b582e773c4db5773d6a34773dd176773f190b77402267774129ce774142ff774172b177417fa27741ee9a77420a277742b894774346ad7743f6237744546c7744f51a774614037747276b7747bc477748be0c774b47e0774cd244774e0110774e37f2774e5656774f12e1774f21b2774f408b774fe57577500dd977501af977502c53775120e47751c1fc77527a0f7754f0447755cf14775835ed775885847758afa87758d7ee775d1899775e7ee9775ef64b775f7967775f8c8c7763a7a47764b2ce7765515b77668ca3776792fa776da636776ec87a77706f89777152667771664e77716ed07773abac777520457775b9347775d0507776a8a77777557a7778c114777ba650777bda86777c2908777d2294777da46d777e158f777fbcb9777fcc1377807a2a77819353778272377785c2e67785d96c7787703f77888ddb7788dc097789ab57778a0072778a088f778b653c778cee51778fc132778fdf8d77901a4577915c03779191bf7792331c7792e42f779469807794fbc77795188177970787779879d6779983c17799c091779a8c20779ad65e779c4096779c6ac7779c9a1d779e28c7779eac4b779fe50777a1b8d977a1d98077a4032677a7fdb377a8510477a8d3fb77a974d677aa69c777b08a9577b39cc977b678b477b69d0077b7644977b8588177b8ec1d77bb1efc77bb302677bf07e277c04c6b77c5375677c68aaf77c6a80a77ccf8b477cd0c3a77cd5aa177cdd7d977cde1ac77d0bdf177d14d3d77d25a4b77d75cb877d8580477d8a33b77da2d2d77dad1a577db2b6577dc18c377dc3ff077dc4c9b77dcfd3777de283b77e06b8e77e0e3f277e1532977e42e2877e4353077e4845477e5ab0577e775f477e7fd1e77e8e1cf77e971e177e9a8c177eccffb77ed196977ef9b7477efd96c77f0e43e77f19db077f3949c77f3fe1b77f4fa3977f7bb2977f90f5177fa12b777fba46477fc35f977fcc91677fd345a77fd892f77feaae377ff0ed677ff80fa78001f0b7800d7427801f53e7804b9347805bca0780acc08780d65ca780d9f84780dc8917810ab14781321f078158675781749bd7819caab781c80fe781d3e08781f253e782110ab782350f2782444bf782a05a9782a7e5a782a81da782bf8f8782cb276782db6b1782dbd02782f315e7831fe2e783422ec783802cf78391d06783e45767841ba9b78432763784459247844e9957844f8e7784569ca7845b24f7845ca9c784af3cb784b7042784c5aa6784c655c784c7a7c784c8143784d49ab784e67dd7850feec7853e75a785407dd7857020c78575b2778584e327858829e78593fe5785946d27859db46785a415f785a8bcb785ab9c3785b67f6785ba9d7785c259e785cda61785d4728785d9bdb785e5fe8785f1c92785ff21578625f0a7862f68c786918c478699793786a4b1a786ab616786bd6c7786c53d5786d25ed786db210786e693c786eeab1786f28157873930078747d707874dfe27878974e787a8989787ac221787b10e0787b73ea787bf262787c9376787dd78f787eb9e9787f40627880ddf57880e3227881cdfe78849bdf7884a0ae7884e465788661797887d3a478880a59788b44c7788e611a7890096f789326d87893579a7896f8ea789786f27897c4b47899e70b789a8959789b4e99789bce96789c79ec789e8d96789f6707789fc15f78a018e678a0f73378a32a3a78a338f078a342f978a4c54f78a548e378a6479778a6713a78a6f1d578a758f978a9e26078aa480378ab8f3878af6f3678b3538b78b3ab8778b53be478b63de378b6dc9378b8348678b8b43278b976b978b9c0ef78ba728578bc0fd978bd388578c16b6e78c1e42f78c2065778c3d73e78c414cb78c5108d78c52f0078c71c8e78c766a478c79d6e78c95d4878ce466078d05a5678d06c8178d1cf8978d2b07f78d6a87078d7cde678d95ad878da0bd878dd8a8778de734178e2d6c878e312b478e38ef078eb89ad78ec91b578ed1fe678ee015778ee9c7178ef5cd478efa56e78f202d778f2b0e978f320af78f605bf78f9e8d178fa616678faeccc78fafd9d78fda78278ff554978ffe7d17901868f7901c9ea7903802b790475bc790543da7906029f7906271f7906b8007906f15d790ae959790b4a2c790b8519790bb0e5790bf8a5790cf03b790da3eb790ddc29790e6ac1790ffe9d7911c6067912e9807913444e7917413b79182760791937dd791a6c0d791dc376791dd1a7791e4f53791e9f73791f04c9791f106d791f8a6379231a99792452827925895e79261160792659a579286598792a8d1e792b4469792c1f08792cad98792d1a07792d8729792df14a792e441379311cd479332f9a7934c16979352ed879354b6d79357d5f7936073c7936ea997937224b7937cc737938f97179393ffd7939d197793a13ff793a4f8d793b0b3f793bc092793c428c793cc41779442fa17944c40f794a34e2794a3e9c794a96f0794b5427794cb026794e907c795068d279508031795104077952298a79528cb27952a46279560dd97958948b795899e079590b7f795946bb79598838795aca4d795d7440795fe17b7960b74c796114d9796119e679669c4e7968e84a7968f2df7969528f79699c09796b8f62796cbd19796dda7b796e1d99796f044779708d757971448d797169e57972203b797617367976b71079781d75797bd2b5797cd841797f64b7797ffb4c79800d8979808ea279818061798211907982fb9d79855dd57985f7177988bd0e7989a99d798b3bf6798e6fab798fe6ae79902e9379917ed57991b3717991f99e7993bb0a7993cd8e799442f679955a43799b5c5c799da156799e7446799ed21679a16ff179a1b16179a2ecc979a5425c79a5af1e79a85cd879a8bbde79ad892779ae4edb79af7bff79b0694f79b15ea579b1c0ed79b1f5f879b3409579b63b7679b7e27979b8129179b953bc79baa13079bb61e379bc445079bd2bca79bee7f879bf083c79c0f11079c1e93279c1fd5b79c503fb79c5fd2079c7128479c8da3979cabcb279cb9a0979cd02c279cd82ef79ce9dd379cf369479cfcf1679cfe43379d341a779d77bb379d79eda79d8cb7379d9352379da585879dbb0cf79ded15079ded70479e1407879e2093379e2805e79e2839879e3463a79e5921279e85ae679e8e44079eaf81279ece7fa79eee29979f0524979f1042d79f2fa5879f5cccd79f65e3f79f8158179f8fdd479f9591e79f9d97b79fc621679fc718479fccbbd7a03ae967a03af5e7a06d7707a07e2ba7a0a64eb7a0e095a7a1066c47a11d1267a139dbf7a1411207a14373d7a165deb7a1929397a1a330e7a1b6af77a1bab1c7a1befb57a1c5cc77a1c6ab97a1cb3237a1d45857a1d6f657a1da3377a1e03357a1e6dae7a1f26757a2108b77a21759c7a230ae47a23da8e7a2536757a2781557a28acd07a29d7077a2bbb377a2cd3617a2d1a647a2d86307a2dbf6b7a2dc9a37a2f55d47a301a957a307d0e7a3218e97a323f3d7a32ecf37a344f257a35df457a3878147a3888be7a390bd87a395f617a3ad7ca7a3d5ba87a3fd8c67a4065297a406bf47a431b707a444b597a44e0dc7a460ff87a47da067a48b04f7a48b6b87a4cc8b47a5016fd7a52bb6c7a5387db7a556ebf7a561a917a58fc7a7a59a8397a5bd98e7a5c3bb87a5c48567a5cc7fa7a5d73347a5d859c7a5dbafb7a5e2c357a5e46d77a5f007f7a5f1ff37a605b457a6136287a6243227a62f5b27a64f3f87a6990907a6b166f7a6bf2ba7a6d00057a6f599b7a6fcb377a72a6be7a72e2f37a73f3e17a74b03d7a75aa9b7a76c50f7a76dbaa7a781df47a79eb2e7a7a46e87a7a5fb57a7b38957a7c81ca7a7c9dd47a7d46207a7d7dc87a7e12db7a7f2e537a7f77887a825c0e7a862d137a8683237a8810ef7a8835247a8b78587a8b7d637a8c6df97a8ca0ac7a8cba127a8e82017a8ebfe57a8f6afd7a8f9dfe7a90ee657a91bbbf7a92da087a9330f17a9680257a96e3037a96ed787a97ef547a9a40717a9b539b7a9b890b7a9d7aca7a9dfcbc7a9eae0b7a9f52ce7aa0d4907aa157d17aa2421c7aa2e8957aa3950b7aa4853c7aa567317aa798c77aa7e3c47aa7f35c7aa868df7aa92ca17aaa04dc7aaa449e7aaaadf77aae8f9a7aaf30967ab0be027ab22ad47ab3b2797ab4587a7ab5b18c7ab65d717ab66a347ab67e247ab9ed327abb4b647ac124c27ac1ce717ac1def07ac1e09e7ac371617ac48e337ac4e7297ac7d3f27ac87abf7ac99ee17ac9bb057aca73767aca81ce7acb0d1d7acb37e57acb4f737acc6e4e7acfea0a7ad126da7ad21e527ad243307ad3727c7ad5c4127ad6b8fb7ad7a44e7ad8057c7ad969167adaf9087adb28a47adbd6dd7adca2a97ade40b87ade527b7ae102d67ae26faf7ae2d0e67ae543487ae63ac17ae6ac0b7ae81ea87ae94c1b7ae9d18b7aeb776a7aeb79f47aec07ca7aec50717aec5fa87aecb3467aed6d487aefa57d7af2c7567af3818a7af3d03e7af755fa7af77b4f7af883587b0225997b0297c77b035c5e7b055f467b06ddb87b09586e7b0a38a97b0c2bed7b0e09b97b0ebc707b0f03907b101d467b10f2237b1136377b13c7367b15721b7b15b08c7b15fb227b1615737b16d1b77b17438e7b17dfa07b1958707b1ac1267b1bcdd97b1d55a47b1f19367b1fab777b2062aa7b21095a7b2316b67b23bc4c7b241c3a7b24be287b255ce47b26496a7b28f7c87b29df4b7b2a27987b2a936c7b2b7d3e7b2c58bd7b2d09c87b2d4b187b2d51ba7b2e4c7c7b2ec45b7b2f939c7b30445f7b3091fd7b3124187b3292057b32d6ec7b3502007b35524b7b3754297b37675b7b394be57b394f2b7b39af787b3baa7d7b3d70457b3e40787b3f3e3d7b4151697b47d12e7b488a4d7b4e8a637b4f9ba57b4fe2667b4ff9267b50f9537b5331567b54e6e47b550bbd7b555d757b5637407b573d1c7b5797c47b5863117b5a65b67b5af9157b5b80a37b5ca19a7b5dc1ef7b5ed5567b5ef1e27b5f0a977b60a3627b60d5b47b6142277b6261d27b636a0f7b643b117b648f7b7b6554d67b668bac7b67c0e87b67dfd37b68a26c7b68e7cd7b698fb37b6a8fe87b6c189c7b6c73257b6ced637b6d39527b6d7f227b6dcd687b6febe77b747ace7b749e837b778f947b7808567b79430f7b7b8e227b7c75c47b7d59837b80f7ed7b81fa437b825e487b83f98b7b87621e7b88d8c17b89159c7b8aa4b97b8b68277b8e51567b91b6d97b91fa557b92366b7b93d3967b954cc07b9609ea7b9639b67b9721667b98a2b57b9a2b297b9e1c1b7b9ea4187b9f75167ba1222d7ba147047ba193b07ba400007ba570127ba59a1c7ba5ee807ba690f07ba71d287ba8beb97ba9f07d7baa08ce7bac35c27bacb0537bacbef67bad2cec7bafc7807bb67cc37bb6aa107bba8b677bbbd4ed7bbc7a287bbebcc77bbed22c7bbf24d17bc13d517bc3e6f57bc5bf1d7bc9286e7bc9d5577bca5a7b7bcbae497bcbc0b57bcd37d17bcdd0e57bcfab797bd11b1a7bd2d8457bd2e9a57bd425b47bd7317e7bd83d737bd87d127bd88a077bdd6b307bdf390b7bdf7fa97bdfffd07be0af997be2db267be4c6a77be4f7277be73d017be7a6807be8c98f7be93fc67beb60df7bebbfab7bed4c397bedf64a7bee20f97bee46567bee4b7d7bf0341e7bf11de47bf2a5697bf43a5f7bf4cf077bf50a547bf574f87bf7e5927bfa91d07bfb64247bfc83f97bfde9107bffe83a7c01c7927c054ae47c05deb17c05e5d57c0634e37c06928b7c06b2f07c0752857c0767c67c07b0907c07e90c7c07f2017c0ae4387c0c1c5c7c0e1f3b7c0e9aea7c0e9be47c0f4ec47c0fafdf7c166be87c1678177c16a56b7c1717c27c17fb767c1a3ba87c1c77797c1cfcbb7c1d2a197c1fd1ee7c21ca3a7c2394f07c24d81e7c25418c7c256ac57c259dca7c25a0c27c282d187c28b65c7c28f9277c2a5e607c2b49287c2b74487c2cc05d7c2cf7587c2eda247c2f1ee47c2fbf097c2fd4ab7c32c0d67c33b3817c34de617c358bfb7c35b5317c3606f87c3664547c36c98d7c3a75ea7c3ad9507c3bb9ff7c3c7edb7c3e081b7c3e8a857c3f373f7c405fd07c40a4bc7c43905c7c44511c7c4746b97c47e29e7c486f097c48ff627c4a49827c4b32d37c4c11677c4dd2fa7c4e66aa7c4fcae97c5111b67c5323fe7c55b3a37c55f3b17c5802647c58ae9f7c58cc777c59d1107c59e1117c5a027d7c5b04b07c5bba0d7c5c1f297c5c8cc87c5cc0c37c5d45667c5f49fd7c6035a77c60c4597c6118ce7c62d0037c63039d7c63a5887c65856a7c6625937c68d44c7c6a4a3e7c6b648c7c6bbdb67c6e8bc37c6e9b9c7c70cfa87c7134a17c75013e7c76670d7c770a927c77e4d97c78dd307c79929a7c7b0a287c7c78657c7d3b567c7e4eee7c7eed3e7c861db67c8888567c8aae997c8b81447c8e45de7c9025267c91b9a77c9254e57c939f597c93c1cf7c9593b87c95eed27c989d9a7c98b6f87c98b8da7c9a2a207c9b570e7c9cc5617ca03a007ca0ad097ca1c4dd7ca634707ca7aca67ca9599e7ca9ae837caa3db37caccaf57cadf7717cae68e87cb087557cb0a0f67cb1fb227cb278467cb2980e7cb2aa697cb2e4ab7cb2ef3a7cb5080b7cb59ef87cb733967cb755997cb8094b7cb8c8627cb976647cbbc27a7cbebd8a7cbf00a77cc040f57cc390047cc3f63b7cc510d37cc51aaf7cc6f7387cc9063c7cc9d7597cca82d77ccb791d7ccbd9aa7ccc506f7cccf4ce7ccd02767ccdef7a7cd1d8df7cd3361b7cd505007cd9dfa07cdb4b1f7cdb828e7cdb8b627cdc6c217cdf36047cdf51eb7cdfb89e7ce36bcc7ce419d27ce4235f7ce4c9617ce4d5f77ce5553c7ce561647ce7f1dd7ce904167ce92bc57ce9a8337cea925a7ceb10777ced1d927cedfac87cef7d957cefcc847cefe5fc7cf20a057cf238d17cf5e5037cf82cb77cf9a95f7cf9f3b67cfa36fc7cfa38df7cfa82fd7cfaa9787cfb1f727cfbf3c87cfc8cf07cfcd97a7cfce9e27cfd73cd7cfde1947d0139837d01f81f7d01f8817d03589a7d03c4ca7d03dc9f7d04aaaf7d0504347d076d5a7d078d247d0c6db47d0ea65f7d116c257d1345437d13afc07d1485ac7d14946d7d15a81f7d1611cd7d18b0717d197eab7d1ad1617d1e58b97d2113117d21955c7d2196677d21aa1d7d222f077d2442807d25aeca7d25c2fb7d26e9fb7d2707407d28cc7b7d29a79c7d2ba8007d2becd87d2c92497d2c983d7d2e0fb07d2e68c57d2e7a937d2f4e267d2fa8ad7d300fe27d32f4557d34bda07d34d5f17d387a307d38bba27d3957297d39f2ef7d3a34a17d3aab067d3b5e867d3d90e17d3e95217d3ebdf87d3ebe957d42277e7d4327047d43e97c7d45a73f7d45eb0e7d4660ff7d46a3657d476ce87d490ef47d4a856b7d4ac4217d4be7d37d4c24277d4f53877d4f6ad27d5113237d5475d27d54d9ad7d56e7297d576ae17d5795367d585bf57d5a4d887d5b63e27d5d1fa87d5d49137d5df5797d5e7a0a7d5f689c7d5f8ded7d6047377d60c9eb7d60f03f7d6409767d646c997d6508d37d653a507d66ea7b7d673bf97d68d78c7d6a57f47d6a66987d6ab25b7d6d08087d6dcf4f7d6e9af17d6f42417d7026c87d70a2d47d7113f87d734e017d75562a7d75f4e87d7636d77d76a6117d78cec67d78dfc07d7b0de87d7b62697d7bc0837d7bc8c27d7bcfe37d7dd2c47d7e7b757d803ea77d8155ca7d81a4b07d820d797d852e147d86b3967d876df57d88cff87d8c36cc7d8cc0b07d8ec3637d9084267d9226447d93cabd7d941a637d9542ef7d9558137d95ff417d963a817d977bb47d992cf07d9b04267d9bef467d9c56467d9cf9d27d9f22307d9f2c4e7d9fd1f47da1db477da1ffa27da214187da402627daa9b067dac2af17dac41467dacb3d87dad7f8f7dad89517db38fd47db44b337db674707dba6de37dbb6f987dbd12a17dbebae97dbefffc7dbfdaa87dc0442d7dc33dfb7dc3f92f7dc5458a7dc6705e7dc73cf57dc7735d7dc7abb77dc93bc17dc956167dc98e7c7dcb5ef27dcf96677dd255f27dd2c6507dd33b217dd478a67dd488eb7dd4ad797dd50e417dd564e57dd6e8d77dd6ecd77dd98fd37dd9939d7dda3ab77dddaa677dde06357dde6f237ddff95e7de126777de33eda7de5cfef7de6f33f7de7814a7de9ea547dea4af77dea874d7debe8457dece2ed7ded4c9e7ded8f0f7dee89ad7def89107df0c6c27df0c8727df13e577df295097df330ae7df37e287df4beef7df566e47df721ae7df8a1567dfa16b07dfcb1677dfda4087dfe596a7dfff9397e015dbb7e0487427e0716317e076ed97e0a289b7e0ae3a17e0c01777e0c2f387e0c80047e0deea67e0ee7de7e121b897e1587557e15b5a27e15d3a67e162be87e16515e7e16ec9d7e17281b7e1879567e1a1e647e1a2d7b7e1af3647e1d43cd7e1d43da7e1eb9787e1ed0177e1edb447e1ee4837e1f00147e1f67d27e1f7b5e7e20d5257e20d9467e230ff57e2356da7e24ea4d7e251fc87e2726687e28c7277e2b15617e2b629c7e2bd50e7e2c22257e2cf6537e2d19987e2e11457e2ec1fb7e2f39637e2f4bb07e3218347e335ece7e38e7ec7e3b2a4c7e3d0faa7e3f43917e40583c7e4087807e441c667e4446eb7e4448627e444d9e7e4496607e454acf7e45d01e7e4a95967e4ef13c7e4f3c037e4fe88f7e504a6a7e522e487e5293cd7e5346cf7e53eaef7e54a7287e54d1dc7e573dd07e57590a7e5a1f8f7e5c17f57e6273347e62a2037e6405fa7e669dcb7e674f797e6861697e6c9a7b7e6d5de07e6d64237e71310e7e71c0777e71cf607e73d0177e74841f7e74ff247e758a157e75928b7e75fbb57e762dab7e7703867e788d027e7953e97e7a5a5c7e7a7a707e7a7ecd7e7aba827e7c98507e7d83fb7e7e47f07e8031787e8311497e84cfed7e87c6827e893ac67e8c16b87e8c50847e8c7f3a7e8cbd7d7e8f111f7e9117937e93f10c7e94c24d7e967df27e9754a77e98cedd7e9be67a7e9ccbcf7e9f7e9d7ea0f3107ea26b507ea2f63c7ea729e67ea739307ea7e31f7ea7f1357ea7f3c47ea84b627ea9b4db7ea9d7c87eab072b7eac026a7eac46e17eafc66e7eb0fd687eb171657eb5fe017eb6fdb47ebd6a427ebe29957ebea4c97ec088607ec18e877ec1bef67ec21bf77ec2ac4d7ec34cb87ec351697ec3bc407ec3f0047ec418597ec580667ec602a37ec70f1c7ec7375f7ec84e427ecbf3a97ecce88c7ecf8fb27ed001d07ed1ac877ed1add67ed4ead77ed5e0f67ed73f727ed76f477ed8498e7ed9077b7eda818a7edb8c637edc54257ede39aa7ee1f5dd7ee27bc27ee2da847ee36edf7ee3a7f07ee3dd1d7ee43ddf7ee47db67ee62d3d7ee9500a7eeb4e657eeb7c197eec1a3a7eecc3e17eecd4ce7eed07f57eed403c7eee1c277eee268d7eee4dda7eeff5787ef196a77ef21b007ef45b197ef5d69e7ef6ac5f7ef75bf17ef792787ef87e357efaafa07efc07f27efc3ab97efc87937efce35c7efce73d7eff44b17eff5be27f00c2957f017c417f027a567f02e1127f0649527f06cb487f07139a7f092a9f7f0a762a7f0ac1927f0e293f7f1131737f11f2877f1245777f12a42a7f141c997f1525d47f1662697f18eb8a7f1990187f1a02517f1a1a547f1a4bc27f1adef67f1b3f1f7f20859d7f2417d77f262eab7f2687f17f2703437f2888777f2932907f2a245a7f2ba8e47f2d9fd77f30ec737f3140c87f32a1f07f33e18a7f34139e7f34d93e7f39648a7f3a77dd7f3c3ee77f3c9fc07f3d30cf7f3f3fd77f41c51e7f42293d7f42f90e7f44aec17f45c8dc7f4603be7f479ea47f49feb37f4a1cb67f4a79297f4b363e7f4c56987f510e9a7f514e947f52ae697f52eb4f7f53da467f552cae7f55c42e7f57ec1d7f5a24577f5a2f007f5c43e77f5c64c47f5c7f4c7f609cd87f61234d7f63787a7f63dcb87f64c47a7f658ed67f65b7567f6672b07f678d497f67b71e7f6a063e7f6b52367f6c076b7f6c0a307f6d28347f6deeae7f6df5bd7f6ebaba7f73053d7f73dd437f7413bd7f7426827f775d057f77ff5b7f787cca7f7924767f79e6097f7a4d9a7f7bd62e7f7c85d57f7cc1a87f7cebcb7f7d27627f7d66f17f7ed9997f7f04057f7fae597f809c787f80ebf47f82bb397f851b777f88c0c57f88d44c7f89ee8b7f8bb6107f8c1e707f8e224b7f90942a7f90f87a7f9143db7f91a8b87f93b5e57f9550587f97ca397f9a665e7f9c67017f9ce2be7f9eb4a27f9f2b977fa088c27fa31f427fa36c1c7fa38d487fa4e2c07fa6d0ad7fa75d707fa78a6b7fac0dad7fac7ebc7fad8ba17fadb4b77fae3fa47fafd5127fb0167b7fb0224a7fb058c77fb19e1b7fb2981d7fb4affe7fb5da027fb6113f7fb6ecd17fb7b66c7fba040e7fbc26847fbdf6537fbfc1af7fc05ab07fc5939d7fc66f5e7fcd43a27fcd5e5e7fcdbd9e7fce690c7fce8d017fd025877fd335357fd3641b7fd38b1a7fd440eb7fd64d007fd71edb7fd8231b7fd8951d7fd9dac37fda5af37fdc95487fdcb80b7fdebb5f7fdec9c27fdfe3637fe089887fe1a56c7fe1cd457fe1e97d7fe2bbe17fe33e397fe3bbbd7fe517a37fe661f27fe928857feb7b497feb98eb7fec285c7fee04447fee9c2b7ff1e5037ff1e5287ff215407ff2fae07ff709dc7ff7d9617ffaea407ffb15587ffc51b57ffe584d8000f26b8001a8518003924b80047e128005205980052c2d80053da0800789d080080eb98009294f800a3d45800ab9f0800b12e8800b69ea800c387e800d9779800e5993800e7def800f65ef800f848c800fd0e880113242801216a68016ad5180183f218018412d801986968019c6de801b2f3a801ed020801f2181801ff9af8020fb7680244f658028574f802a3965802b8067802bc681802c8416802d81d9802f440e8030d4da8031be4380333ec980341e388035c79c80371fba80393203803c92cd803d631f803f138b803f996980408d04804581bc804674bc80485b358048dd778049155a804dbe42804e0f67804e17ca804f11f9804f6a4380531a028056f108805704ca80578ccc80590f1e80592f298059c1228059dc7d805a7546805afee8805b8651805bb5ae805bf83d805c9188805eaf4980603e728060f2f7806244e38062c7ba80631d03806347af806373df80640a9a80645b48806496118064a9ef8064d44c806567e380668d448068628580698da8806c3cc2806c3d4b806cabf8806dec89806ee382807004498070601b80721cdb8073b2d9807453a38074bd1c80758e308075a0cd8078ccd48079cf29807ab697807da876807e6834807f8156807ffa1d808047b98081397c808162658081905b80826f428082e0bf8082f6f68085384880859945808630368086b16b8086bb9c8087b39b808881c080897696808afe70808e334a8090122e80902f9c80906c1380908b338090c3ac8094810d8094e504809966c78099688280997fcb809a5b6d809c07ee809c34c5809c49a4809dc68e809eaedf809ef8e9809f2f38809fd7cb80a200a480a23d9c80a2b97d80a380d180a4220880a512b580a532e580a81e2580a96bb780aed2e680af1c3f80afce3f80aff94380b0b92080b4773880b52e6980b8473280ba0e7e80ba3d9080bc4aa080bf08f680bf261f80bfa2dd80bfb32980bfeaad80c0bcaa80c1bad680c35b9c80c4c38d80c58de280c63f3e80c8892580cb186c80cb2a8e80cbbd5e80ce83cb80cefcc480cfa8de80d0b2ff80d0df1880d1ea6780d1f92380d207e980d6083d80d83c6880dd52f180de915180e21ab880e269c480e2bd9f80e3154780e37a6c80e50fb080e58cf780e5b6d380e6acdd80e7056f80e70f5b80e86ff380e8868080e9119b80e9d97980ea073880ebbb1880ec408480ecc4ca80edf9ff80ee268680eff80b80f20af680f2f1bc80f348a080f39f4b80f3a76080f41a0480f5d64480f6cdc580f8540980fc0d6880fc277e80ff2e3880fffd7a8101e1658103a8b181054c998105da5f81063d1e810684208108230b81084ff0810974e7810ac977810b8805810c1f7b810c7ce5810cb8cd810e9d0e810eb967810eca3d810f9de281101a83811083408110debf811165d68112da938113fd02811483db811769a38117d64781181af8811a3460811a5ae6811c2bdf811eb005811fdc9b812085988120c16581230469812340f7812381258123fd5e8124c71a812557ea8126189d8127b63d8128d3848129ac00812a5d83812c4a9a812e25ee812e31c181300fe88130b4228130f4dc813270cc813275dd8134340e81374b0e8138ea5e8139d002813ba02581422d93814484568144f54e8146431381465f15814764dc81493b9d81494fb581495327814abdb8814b327d814c04e981519dc18151a0758151bf3b8151e16e8152444c8152ba10815366d58156d2868156fa5e8157c5468157eb7b8158c304815a1c61815a8a05815b0aae815bb081815d2ba4816044878161423e8162010b8162eaea8163647c81641f5b8164d0dc816562a58168fbed816909b981690aa6816a3361816e2a85816e6ba8816e8d5c816e9ff1816ecc7f816f326b8171f04e8172d93f8173c7bc8173db6281749b658175c38381793f1681795c4a817bf649817d27f6817f6c99817fc4308180301c818046068180bf5c81839ef08185d7358185d8838186b9c18188ba27818b353d818c1f7d818cabda818de7fb81932b1181942e0a8194b04c819559428198e17f819aab52819b9891819e0d29819e959b819edf5681a00ce181a1735181a1e8f581a21d0181a50a9b81a690a681aad6b881abb2ca81acb63c81acf43c81ae430f81b0965e81b1876381b2b7b881b3593381b36dcb81b480dc81b83af281ba5a4081ba9d0681c1882181c326da81c3577981c57f4b81c6105681c6a6b681c6b10081caffb281cdf7c581d5302081d6608d81d8553081da3b9c81dbcaab81dc9ffd81dd7c6a81de359281de7d7681e2285781e3248981e4168b81e4aeea81e6362d81e889d581e9b32f81e9be3281e9c85b81ebc64d81ec3f2781ed16e581eea73a81ef41d081f0435081f1a17781f7efc981f89a7c81fb38ef82007923820090438204dfdd820b72cb820bbf21820d252c8211522782116a28821303b88214464a821468a682147a20821520c88215bc2e8215e8f48216ad50821a1d87821d4b5d821ddcde821f9c38822032b98220511882216b8a82217aa582217ec6822261bd8222ef4f822301528228f5a2822a3df6822ae738822b6162822f4aa782307b388233c68e82361ed18236aaec8236d6f5823763ac823905a782397fd7823ac3a0823b61ac823bc788823ce9de823d1e91823e0d7f8240a08582427c7182448dd3824565fa82463cea8246c4068248710f82497d658249a99b824b5cd0824c4256824c91ac824ca990824e4252824f7bf0824feb4d825276c8825293248252e46e8254d5af82567de0825a4daa825bb006825e4680825f454e82604f2b826343b982638e3c82654a948266927682671594826933ed826a42e2826bc599826df9dd826f3fde827040a582709637827190a08271ed1a827277618273b70182756cec827839fd827a6e15827c88f0827cc5be827ef30f827f5ba4827ffc5482815d1d8282aae78283d1f68283f6ef8284aa9d8284fc5682858f6182893124828933ef82895891828a7b8d828abe3f828cf1cc828eecab828f6b658291417982922e448292dcaa82934770829398d9829417978295b16482964e22829681b882970f03829b2571829b2930829cedca829e22ca829e999c829fdcbb82a4471d82a5f96d82a60c4482a7c8fd82a8bf0482aa2ab482ac056f82ac3b0f82ad96ac82b16f6282b177d782b209e782b3ab7d82b4e24682b5029482b5a1de82b6533d82b73c9082b865c882b8ee8382bc878682bf5e8082bfa6f482c22ad282c22b9f82c4813782c5333182c5848282c598ab82c8bf1982c8d28a82c97dc082cba67a82cc090182cdb36782cdef8482ce121c82ce145282cf6a2c82d3107b82d749a282d7860f82d8805b82d9065e82db866e82db9f6682dc01f682dc0ccb82de5c6c82de751b82dfc96382e0d21b82e257e082e30a8082e313a182e38c3682e408f382e488d082e5cf9b82e710a282e967ff82eb9b5f82ebcfdc82ed07e582eeda4a82f03cf182f0595382f05b7c82f0a15582f2e39782f38a4b82f3b73182f50cb382f59cdc82f5aa8a82f6661082f7718382faffc582fb90dd8300d5e4830123a3830201f383029ada8302b79d83043dda8305eb2e83062ef8830a7489830ab622830c99ee830de035830e27d8830e6df9830ea282830fd4b5831059be83117b1a8311a2068313c8ea83143cb283179877831904f383191dba83192c2f831a4174831a67dc831d7214831e1cfc83220f008322d18583233e4483243cea8325a7f68326163d83298262832acbcc832dd763832e0583832edc60832fef458330053983322d518332b8e18333c70983346a038336562a83369f7983386ff483397061833ab44e833fa7ba8344247f834556b98345dcbe83465bde83468db9834836a28348d15a8348e9ce8349364d83495894834aafad834b8ba5834b9909834c7320834fb69f8350d27c8351249283519946835279ae835c2066835c7082835ced67835ddba4835ee6b9835f29dd836154c78362ce2e8366ff1f8368605a836861d783686b17836af9a6836b7804836bb5f3836c1de7836c34468370b715837152a083719e30837484968374ab798375398e8376d80c8376ef4c8378b50f83798d398379c85b837ac812837adc8f837b1689837c13d2837c4646837cafc6837d1514837d8ad5837f3a508380e4ba83813e9b83835065838388ce8383dfd68384c7218386dd29838a3fcf838ca550838cf755838e484b838e86c9838f46dc8390a31f8390f2e48391ae1f8392c1ab839401f983941d658394c3a08395497d83955e40839602e0839739f2839793318399c5cb839a80d4839ad88f839b9a92839ba555839be4f8839db7a5839f9af683a112ef83a13eb983a45e6383a4fbfb83a51e7583a6d55983a786c683a9f98183aa678783aad63983ad90a283ae46c683af1c8683b0702183b12e5f83b420a583b49a1f83b90ade83b9cffd83ba384783ba965e83bac04b83bae99383bbc94d83bccace83bd238083c1594083c270b683c4890183c6347283c7143083c83cfe83c8c4f883c8ce7b83cc289183cca2d683d0a4ef83d0da8883d3861883d45d8083d6980783d9c90183d9fd7483da199383da4b1083dabff583db208383db4b7c83db548783dbb3ba83dcddc883ded0b683e01bbd83e0cd6a83e172c983e257a283eba04783ebea6a83ed12cd83ed545883eff21a83f1c53e83f1fea183f24c0883f2f0c283f3361383f3fef683f592d083f76d2483f7be7a83f8e13d83f9791883fa047283fb696683fbed7983fd626783fe979e83ff4d61840200f58404b60e8407a5e384098fae840c008b840c0468840c8e9d840d74fb840e32ed840eba638411692184131078841312888413d19d8413e595841522018416d4d2841746f58418f520841a0959841b25b7841bd264841c855e841d69af841f815b8423156784232c8084239c1b842456448425504684258cab842632dc8428339f842a2a55842a9579842ad188842b3948842c48a7842d42f4842d4d73842dcd91842f389384308f3e8430967984313687843221828433b3c78433e8f68433f7f48434276d8435f27084372ad2843795df8438044a843b1c3e843b5a6a843b6ece843ea1d2843eb5f7843f0a35843f125c84422ffe84426241844267458442ae378443295584432de8844418208445d8108446cd4a844707d284470c9084489906844a653d844c73e7844d702d844d9c82844dbb81844f3f238450a544845424af845513d6845525b48457026c845a130d845bbce0845c5c69845f182084608fe9846447ea84669bd38468629d846a4b71846aea59846c11d7846c6288846e1ae5846f4aad846fd941846fdfca84714c1084736e1284748a7784753a6384760dba84775ffb847778f88479d5f6847a6665847edfe184814412848184288482d09784836ac5848522448485f7f484873747848adfc2848c441d848e07fc848fb6a9849245838493287e84948dc88494d3148494ee17849685238498ed5c84990d4e849917ae8499f880849bbb99849be771849c2881849d2021849d911384a019bb84a07fa684a157f284a2ec7084a303b284a3711284a4d39584a68bd184a793d384aab37e84ad25b084b0544584b0cf3384b307b284b488b484b549ff84b7198284b78fa584b7b91484b8126a84b9195a84ba3aff84ba9b8b84bb204f84bc87c184bcff8d84bd0dcf84bdb8f384bdd9a084becdc284bf555184c1138984c12a9f84c1fae184c384cd84c4ff3484c7124b84c7217d84c75b0684c8a6b984c8b07484c8ee0d84c8fc2684c9bfaa84c9d66284caf7e084cbec4584cc160584cca2a084cd57d184d4379e84d6675c84d6761884d9475684d9cae684da641a84de66cf84df310784e0100c84e0977784e18b3e84e1d31884e3021f84e394e784e3a64584e4513084e4531f84e4f4a284e5830684e5af8884e65abc84e9059384eb558a84eea32e84ef65fb84f1bdfd84f1df4c84f7564784f7dcaa84f7ff7384f9f04784fc9a7384ffbb7684ffcdf08501491b850348d185034919850409538504195f8505b65c85077d4b850798f3850824d985097324850ac92d850afc62850b0a78850c15c6850cc398850cc5e7850d6d82850db08f850dbce3850e6f0e850e8ff285147baa851701ec8518a6bc8518b0d98518e7e7851d37b2851db1a2852215158522918085233c0185257a0b8526f14a85292b6c8529329385296ac985296b9985296bbe8529b574852c97a5852cdaf0852df096852dfc78852f1789853097a88533693a85353b1e8537a51a8538717c853a32bb853c043b853c6e6d853e4ad385405f7f854226cb854869508548dd50854afb5d854d85c68551df72855274f18552acf7855386be85559bb68556b7ec85576605855801d1855bc2f0855d9fac855ebaeb85629fa88563085c8563342a8564817385651927856692098566b1368566b8818566f08c85677af38567f3b38567faa48569a58f856a13fc856a40a3856ad180856f1d698572db5185734bff8573be868575a50685760729857658018576708d85785d13857922ac857ce8c9857f953085834efb8586f53e85873c1285879d928587ec728589dd418589ea7d858ac644858d364b858d7406858faa57858fea5a858ffd0385918bd78592093f85926a71859279048592bef1859370db85950f4b859715d8859751bb85979cb98597da0b8598941185995519859a69a7859aea29859c20c9859c8e44859ddefa859e1076859e1429859faf89859fda55859ffada85a0124e85a1ec4d85a3e38b85a4b8db85a500f585a54c8a85a6eacb85a706fa85a8196985aa20cf85aa3ed985ab385b85acbd5485b1f1e485b3333885b48e0285b5440685b7d9c685b920d085bb72e985bc868085bea9a985c15d1585c1856385c27ceb85c283a485c337d185c4298f85c5382285c57a8685c5de9985cb0c1b85cb382985cba7aa85cde0fd85d1212c85d29a2185d53c8f85d56d3685d6be8c85d7b8d285d847c885d9116685db2eb285dd16f685dd793a85e17bd785e40ef285e5fd5b85e70df285e9ed8b85eb7cbe85ec7dde85eda18485ee1bdc85ef424985ef84b885f0f41285f1064f85f2dfc985f4378085f5c64385f64e0c85f71eaa85f7d44385fb7bb685fc5d4785fd5bd685ffb2c085ffc0ce8600201986004cf38602526d8604f1fc86060a3486089424860d58408611ec878611ffef8613e23d861727b186175b3386184063861a4c7e861b5fcc861d416a861e9fc2861f056a861f46df86215037862152368624bc1f8624e35f86250179862663088626c0df8627c4318627dc7a86298e94862bd22e862bef50862c9c72862f38d2862f6759862fce76862fcf3e8630362d8630e926863107d98633a20c863430a88635ac468637cabc86387f8f8638b3f68638f0de863c46aa863e16e3863ed055864556e08645dabe86465a71864a544c864a940d864b1b85864b3555864b74e9864ed4b78650e57f8651147e86521d748654499d8656311d8658ae9e8659997d8659afde8659cae2865a57d2865a623e865b05f886602b748661f4038664b63a86682f09866b327b866d19ed866efaaf8670419f86704de98672da9c8674d40786758c4586764c6486774a5886789aa38678a760867a79c7867ca345867ca761867d80bc867ee46f867f90f98680727986820a5f8682f740868554f5868721818688d85d8688ddc7868a5ea6868ab3db868b376a868c21ec868daaf9868e62a7868e8765868ed4f48690eaa08691408e86919d1f8691de87869330c08697dc23869d5a9286a05aa286a0f18e86a0f55d86a288de86a3375686a66cf786a6992086a6a1da86a9f5f086aa0e5a86aa97e086ab343686aba9c086ae79b586aef65986af9a7286aff56686b29cc486b6613a86b8a12f86b9450f86bc7cb386be024a86bf318c86c28ff986c571f886c6ebe486c7398286c77ba086c9c06a86ca27cf86cbfee186d0b2dd86d1bfa986d23e8a86d2b1ad86d2e64c86d3719286d4a1b686d4c57d86d60a5086d8287086d8a52e86dabb4186db7d8986e0c23286e13b9b86e3a3ad86e3f26186e4d8ce86e5cc2886e6dda886e7f7ff86ea2fca86eb269486eb3a3d86ecae4786ee177b86efe15b86effe7a86f02ce186f181fc86f2132886f2151f86f4dcd486f5362c86f7645b86f89c7286faef86870032e3870163148702100e87023ff7870290db8704581987047b3e8705593487086593870b8975870c8b00870e586d870eabd887109a3e87119d368711d87887140b898715a9d6871653388716c57787178bb5871923ec87195a6087195b5f871a02da871b0ae8871c41d9871ca44d871cc0be871d3fa4871db765871e33218720da388720e91a872260ab87229d608723758d8724b6bf872537348727cc7787288c7a8729fab3872a3e81872ba50d872e3491872f0c6a872f12608731bc3a8732adbe8732c5b88733322c8733822987339013873a57cc873b5ed5873b8c05873cc40a873dafa0873e4bee873f39ec8742403f8742796e8743ca978747644c87484b84874885e087491a9d874c8b14874cae16874cf79b874e42b4874f15158750fcb787512f9c8751323d8752306c8752ad5887535ad087541063875567ac875614978756aa2d8756ec148758b80f87595f988759a484875a4945875a8b9f875ab205875b0896875b2c03875cb4848762e54987633a66876363338764df558765226f87665d79876701aa8767fbf38769272587694ad08769e543876a93ec876c4bb8876d22f0876e0d6d8770aa7887725b9e877286cd877342e7877352a1877355618774b10c877520d58775971e87764f1587767e6887771f578779cc90877c469a877d335c877d8e27877de3ad877e5db3877e6ec1877e9c6e878067c2878077208780e4be87812c7887826c0b878406648786219a8787405487892d58878ba2bf878fc0338790a6fb8793a0e587949e868795012887951cf887969fbf87982fb18798986c8799404587995efb879bce48879e748b87a00d4887a194f487a2d22587a40c0c87a4699287a4b0e887a6470987a72b5a87a8afcd87a9a6f887a9d07287ac4f6a87ac831987acf27c87adbcd287adff8f87ae621f87aecfee87af9f1387aff25a87b0838687b1661187b268ab87b2b25287b3ab4087b640c887bc900287bcb17187bceda687bdc6a287bdebf087bf06e487c12bc987c1b7c387c1c19687c1e86587c27d5387c2f73b87c3738a87c3907487c58c3e87c8292487c939b187ca8e4287cd25c087d1500587d17bba87d18ea387d3481987d3911487d3fe1587d628a787d6b05a87d6f68587d7140187d75e2887d992a987dba78587dd4ce287defffa87e0738387e18bf987e1d5de87e3018d87e4fc6e87e669fe87e727ef87e734f587e7bba687ea4a8e87ecec2887edf31487f0579c87f0bfb987f1594f87f360d187f3bbd987f5ee4587f73f5687f90e1e87fbe68487fd375087fd5ba387fea9f587ff1de687ff5cec8804c5818804fd1988053a558806006e88075757880bd0c9880c1056880cece3880d844e880e09c5880efe56880f023588135e358813dbc388141e0a881a56eb881c1665881e680088207fe58820f7138822f4838823968c8823c7a588240f8f882513398829c82f882d78e4882f819588315d1b8832101488330ea38834c2ba8837b3f18838bcc88839c797883ba01d883edc39883f0d638842106e88430649884707af8848f85d8849418f88494b278849fbfa884ac963884c2636884c5d9a884cf9b7884e069c8850075c8850688f8850e9858851566088519583885230d1885247f88852600a8856aed88857e93088596671885976ae885ad807885c615b885c7a97885d01c0885df0bc88608efc88609e998861a0c68861f93b8863da3e8866f1998868b3588869ae6f886a5787886bd31c886c8148886d8a31886eee78886f1b65886f668c887075e78870afd78871a4d98871c2868874d48e8875200b887639048876c164887a6a23887b0a85887c7a45887d04a4887f766b8880976a8885883c888598268885a3bc8886476688871bfe88879f188887df2f888837ec88887627888a976b888d450c888eadff888f4360888fdcd68891b09c8892d70f8893241688946bca8895226e8895665f889679278897b9e7889a79cc889be8c7889d74e3889da453889e0336889f3584889f75be889feb2d88a09cbd88a13ce888a1868a88a18d5888a2b22d88a2b26188a2c3f688a2daa288a4cb2d88a52d0c88a56a6588a59d6988a6d93788a7547688a939df88a9907a88ab262c88ab405a88ab8be088abc08988abfe9588ac5e6788ad60a588ae601688ae97c888af114b88b11be988b15ddb88b4791a88b676fb88b76a5f88b7b3ea88b83c9a88b8677a88b880c088ba842288bb413688bb986788bc8dd588be319588c0e5a488c2649888c35e7788c365ce88c418d988c441e588c4811e88c743c088c975ef88ca20a488caf1cc88cb842388cc837388cd31ea88cf141c88cf93b188d09bb388d0c38c88d1028388d3b83b88d3ca2888d450fa88d45cec88d58cfd88d5e2bb88d6a78788d992ed88da57e388dbcc6888def50788e1640888e8194f88e843f088e9f62888f1289288f2c58f88f3f08588f6c46088f8c7bb88f9261988f96e4d88fa764488faa70188fb174788fb7d0b88ffe3468903f42f8909856d8909c7e4890b2540890b31eb890b55c1890f85eb890fe58589100abe8911a832891224838912d20c8916200e8916d634891774738918c143891aba59891bb311891e3c47891f71f38920c721892254dd8924157f89244fe78924e03089263ab98926869f89279b058928388389288a818928e50d892a49cf892cbb2b892cd511892e6c3e8930e73d8930f535893173d08932f15e89332acf8933598c8934aeed8935aa2a8936a3fb8936c00f89384a66893907f4893ac763893dd6e7893fb2778940955589413dba8941de2b894286ab8944dfce894556aa8945ed9b89471f1b8949a4c8894b00fa894e0dad894ef915894f0e9c8950bbed8951262e89526b4189527ce7895323ed89532abd8956438b8956fe06895715618958cd65895af0e3895ca35d895e32ed8961508a8961a18b896349e089647434896728188967a92f8967c48d8968d696896a4c64896aec5a896c14bc896d6b7989715b618971b44b8972c602897325458974b36c8974e5428978d4a68979a6f4897b5765897b692e897b6fd5897cf5b6897d15818980941d8981204b8981ac01898262758982e98f8984bed38984c6cb8986726489881e338988d27589892dbe898a8cef898ca36489931d028993e09f899429b68997d69d899a85dc899b1dab899ce1f6899d53d2899e1e2a899e961789a0350089a0abb089a194eb89a211ea89a3dbb489a46da689a4d16c89a4dc2e89a617b789a73b9f89a75cc589a8520389a996ad89acf01189ae643f89af047189af366d89b0082089b1932a89b1e91b89b3a4ad89b4c43389b630fc89b6a8b189b6ee5389b8386d89b868ab89b8c25089b90add89bcff3c89bda2b189be59a589be670189c0866289c17b0089c1ab6789c1ac2589c5f65c89c6a99d89c7b72b89c952ba89c9fad289ca7f8689cbc37389cd42e989cdbfe789ce5bd289cf49d489cf644c89d00ac189d0c3c389d27eb189d3e30c89d747da89d8d53189d8d83e89d987c489db2b5989dbe0a189de026a89df0fa689e29c8a89e470fc89e7e1a989e9806489eb453389eb953a89ec3d6089ecb4a189ecd0c689ef197e89f2440089f3912189f4fa2b89f5062289f57da589f7bbd089f93cf689fa2fa289fb162689fb8aec89fb90d689fc085a89fcff2389fff4428a03cb048a03f84a8a070c558a08c8028a08fee68a0a48eb8a0dbe8c8a0e1f038a0e3fb98a0ec19a8a10aaeb8a10c8ab8a11469c8a11c2298a11c38d8a135ee08a1383f88a13c1b28a15637f8a17dd158a189a938a18f1308a19c08f8a1a65868a1b6e178a1c06be8a1d676e8a1dd3cc8a1e6e3e8a1f46eb8a1f6d068a2185b28a22de948a2569258a2669708a26ffdb8a27a6a88a286edf8a2c2a0f8a3053768a30c4da8a33d1d38a3544948a35e8a58a3b1f428a3b35a28a3de1208a3de9e38a3e2e608a4060748a413af98a4238c48a4365a48a4401dc8a4561b28a46538b8a487dfe8a49b7e08a4ab0388a4b5b068a4c1f418a4d792a8a4db5b18a4e2a548a4f16898a5072398a51e1e68a52a1fb8a54c2b68a55f91b8a5624e38a56fa2b8a5829868a5862808a5865fa8a58fa5b8a594b0e8a59782a8a5a53db8a5b34dc8a5c23738a5c87098a5df0108a5f4f9b8a5f5ed18a5f82188a5ff9ab8a60a67b8a620e808a63a7508a641a5f8a64b2d78a656ebd8a65faf58a6609748a677b8a8a6849b38a6923ea8a6b61c08a6d3fa18a6d62328a6d6c7f8a6ef73c8a6ffed38a704fba8a70b5628a70e4f58a718b418a730a9e8a73325a8a7485dd8a753eaf8a7596fa8a75c3868a773a0d8a78e68b8a790a188a7fad168a802a738a802e8f8a81c5728a8272ba8a829c698a83dcc78a844a518a869d268a86df3d8a8861578a887aae8a8965998a89beb28a8a2ff78a8b35fd8a8bc1738a8c373d8a8dc51a8a8e9c578a912b508a9220118a939bb78a93c3418a9686d08a9998d58a99b3a68a9a81ad8a9a84ad8a9b09a78a9b59b68a9b5f3e8a9dd40c8a9e15168a9f3c268aa23db88aa2b0018aa2e3258aa3b7b18aa4156e8aa4cb878aa7586a8aac679d8aae30968aaf8d198ab105808ab18ae58ab208158ab224768ab227f18ab426298ab56b338ab8940f8ab8d6108ab979088aba6a8d8abbf77f8abd19fd8abe80168ac11a168ac1e5808ac288a58ac369d58ac36b458ac37bde8ac3b7f68ac5a4098ac5e8218ac634088ac637b38ac884388ac887fa8ac9e84d8ace54b18acfa1478ad103a78ad2ce5f8ad312eb8ad56d968ad6a8508ad7835f8ada62d68adc39df8aded0428adfd78a8ae0b0bf8ae20aab8ae221de8ae39c2c8ae41ec28ae664208ae719cd8ae749df8ae86a998aea65ba8aeb23d78aebf2308aebfffd8aeef8208aef334e8aefcb018af0673c8af132bd8af228de8af42dca8af4516f8af45e5e8af4bed98af510f68af6a9a68af7599b8af947438afaabb48afc98d68b01c82a8b01ed788b030bbf8b0425c88b07c9e58b07e3aa8b089aa48b0be7e98b0c97558b0e41538b0fc9d18b0fd17b8b1138128b1239608b13cf258b14ef918b174fcd8b1853bc8b1956338b1a05e38b1b0a6e8b1c5bb78b1c75298b1c98e88b206be98b25ff678b260bff8b27b5c88b29026d8b2b9fd08b2ea1aa8b2f5f4e8b30c21b8b318d4d8b31d1f08b339a928b33a4458b34c5028b3657c08b36a8e78b3723f18b38fcd78b39bfd18b3b01288b3b91108b3d6f4c8b4032078b42de788b42e4a88b42e55f8b4579848b461b798b464dfc8b4655b18b48ee168b4a2c7c8b4bc33b8b4c02f88b4d3bf68b4f884c8b50e07c8b51a49d8b51d77d8b52391e8b52513b8b530a068b540e6b8b54d2aa8b55190f8b5697958b5710748b5851c98b5acdae8b5aef208b5cba568b5d03da8b6145618b6216fa8b65ebad8b66b70f8b69040d8b69d9a98b6a1e278b6dbab48b6e38408b6f5f638b6f6d8e8b701fcb8b7056638b7229b08b731acf8b740c3d8b743ede8b74b02f8b77887f8b78139b8b7c53d58b815ed08b8238178b83e7288b83fb518b8592a78b85e3b28b86b54b8b87545e8b88043d8b88dc528b8c45518b8cb5d38b8e9cf78b919dab8b946c848b9477bb8b95ab728b96af408b97f7058b9896a08b9a1e148b9a9c3f8b9acd328b9c1d458b9e3cf48ba098138ba295ad8ba366ef8ba4dff68ba51c358ba7787b8ba8fc6d8ba96b618ba998d18babde098babfc3e8baf722e8bb0ac3a8bb137528bb202aa8bb4f6828bb548528bb77b308bb822348bb8cdca8bbaa61d8bbb33ab8bbf47c68bbfb3918bc5486c8bc5b7848bc616ec8bc825798bc8ca648bca88e58bcb91fb8bcc06448bccd4b48bcdb0128bcefc748bd046148bd0c4ae8bd16e058bd1e1ab8bd2b6db8bd4d17a8bd4f3da8bd6ccc48bd8c0d68bd8e6038bdac9ed8bdbf95b8bdc8b948bdc9ace8bdcac088bdde0798be06bb18be269f88be318db8be4f16f8be68d508be8a1688be9649b8be9c49b8bea5ac98beaf53d8bec05a68bec61548bec9b918beda08d8bee649e8bef593f8bf055038bf1e5178bf213728bf27ad38bf2a56b8bf304538bf39c768bf3a3838bf4327b8bf50ee58bf52e908bf667ee8bf83af18bf9e1e08bfb208b8bfb3c788bfc31348bfd62838bfdfd038bffec048c00a4318c01f4cf8c02391c8c0254ba8c02f5c38c0399d58c0446e58c0485068c05d0758c05f9208c0926198c0a41d58c0b27018c0b7f2e8c0bba038c0dddab8c1363158c1378ee8c141df58c148fe88c1570588c16c1e88c17339b8c1762998c17db5b8c17ea328c1979f88c19854a8c1b2cda8c1c47638c1cc8a78c1db4538c1e10fc8c2167908c22d8d88c235b148c23ddca8c24f9d58c26ea0a8c271a4f8c27d3f48c27dc078c29ddb98c2d3dd98c2d91348c2e7c3b8c3071bc8c32d4ee8c36999c8c36aea78c36bf228c37684a8c3805698c39b6c98c39f0138c3a4fef8c3a68708c3afcac8c3b5a238c3b82da8c3c656f8c3c8fa18c3f203f8c41e7e48c4448548c4505028c471e218c49d6c58c4c15b88c4ced808c4e3e518c4e5d3b8c4ead858c4f35c98c5279318c52c9388c53fcb68c5669638c56ef9a8c581df38c5954688c5a081e8c5ae4d08c5af3e18c5e850b8c5ef3208c5f005b8c5f5e578c6023048c608cc58c62bbd18c62c5f38c639def8c6595f58c6a36468c6a92bf8c6af1b58c6b574a8c6d54538c6dd5598c7046138c7156758c73a69f8c742ef88c744bd38c75d81f8c76de0a8c7768868c77d7598c7a30f88c7c6eb08c7c98ff8c7fa1148c8029d58c80379b8c81be4a8c830dfe8c86eb538c87fcf78c8834a18c8ad8f28c8af46b8c8c7ea38c8d682f8c8d804e8c8f4fc88c90c25d8c924f378c969d178c96d1348c9790c98c97c3b58c9834198c9bbed68c9d13108c9e47e68ca035b18ca06c4a8ca0e25a8ca348048ca50e218ca68e028ca81c648ca8a9be8ca90efa8ca954008cb12b6f8cb1ff418cb237788cb373eb8cb4ca218cb4d2bb8cb6026e8cb617fa8cb774d48cb797338cb830078cb9b7438cbb07a28cbb7c798cbb8c318cbb8d758cbbcf3b8cbbebe68cbcb4e28cbdd4618cbeaa3a8cc1482c8cc163968cc22d508cc24f198cc394a08cc3e4178cc58c818cc5ad048cc76f988cc7afe28cc7c7fc8cc986d68cce74088ccf13478cd421d68cd5964d8cd728738cd80b968cd89fee8cda0fb08cdb7bae8cdc1fea8cdd9e608cdf65e48ce11a038ce3ea578ce428588ce456738ce4fb238ce5559d8ce560368cec852a8ced181b8cef6a1d8cf370f28cf4bbeb8cf580778cf584a68cf600038cf9fa788cfa22728cfbc9bd8cfbd3aa8cfbda8c8cffae308d0184798d01bb978d022c2d8d05bfec8d0620b78d07e3cb8d09a1f98d0b21828d0bfe658d0c07898d0e220c8d0e3d9e8d0e49788d105fb18d1140b68d11e8f58d12076f8d12ddf58d14aae68d15dbbe8d1916298d191fc58d1a4c608d1c65998d1d1d168d1d46788d1f853f8d2017f18d2051dc8d20757c8d213c218d22abeb8d243a6a8d24d1c88d256a3d8d2612238d2899e88d291fcf8d29622f8d2c38bf8d2c8ae38d2d29df8d2d4bf08d2f679d8d2fb0a78d319e988d3218338d322de68d3245608d3276c08d33975c8d3405208d34c9308d36bdbf8d36fd858d3704008d37aa968d391f078d395b1a8d3c69d08d3cf0118d3ea2c18d40b4508d42ee198d4326d48d43666e8d4417728d453ef98d457d658d47564d8d487a2c8d49b7d18d49f7ef8d4dca2d8d4e02228d4f9ebb8d50555f8d51b9268d524cd98d55b62e8d57a78f8d5813358d599a5b8d5ac3ac8d5bafca8d5bf78c8d5bfc0f8d5cca248d5f890d8d6045658d61aad48d62a9798d62c3fe8d638f798d63e1ed8d68a6798d68cc178d6aa7648d6b91e38d6c8ef88d6cbd888d6d20a88d6e0c4a8d6fbb2f8d7061708d74c13a8d7548c58d762b978d7722d58d78f8b18d79afc08d7cf7078d7dfc2b8d7f53ac8d81dc5d8d838bb58d87da738d880b658d8821158d89383d8d8aefad8d8ba0dd8d8c97538d8d63588d8dbe378d8e3da78d8f43c88d8f624b8d8fe63f8d90114b8d90ca738d911e1c8d91d7738d9295b98d954d3c8d95e0ab8d9b2ce78d9b90098d9bd6c78d9d725f8d9e868c8d9f48178da04aa98da0a31e8da217a08da261d48da5a1a08da690c98da9a5428dac659c8dae73918daf3c548db067ef8db0e8e18db335038db5c5128db62dda8db6bfee8db812958db960688db9a4648dba0ffe8dba97828dbafd988dbb11c08dbce0e08dbdfb368dbe282a8dbe75fe8dbf4dd88dbf688d8dbffb6c8dc05a5e8dc340488dc69e448dc777c28dc7eb498dc809188dc9ddda8dcaf1818dcb41ba8dccb5758dcd61548dcfb5e48dcff8bd8dd0270c8dd04d3f8dd414738dd5b4f38dd7be668dd816098dda1ebd8ddaadcb8ddb946a8ddc9f978ddd89f78ddfc89d8de1501d8de1923c8de26fa18de314858de5a5218de6e0428de86a4f8de9b2898dec94318dedc67a8deddf208deeba108deec3718def63ee8defac0b8df05ace8df3dd6a8df4b56f8df526928df544b78df5eddc8df6514f8df7e59c8df8105c8df8a23c8df8fabf8dfbd4138dfc2dd68dfd18338dff3baa8e02e4058e03f4498e063ea48e067d678e079b698e09cf858e0b076b8e0bb3c78e0df84b8e0ee3228e0f78558e0f9afe8e10a3d48e112cb08e11df4f8e12084f8e1223f88e132e018e1381e88e142d8d8e1438678e14444a8e146e308e1474858e14b7fd8e17da498e18d4098e1b31558e1e197d8e1e6cb38e1ecd628e1f379a8e2070d18e2099c38e22d31f8e2350d78e2361098e23c1718e2594748e25b99e8e25bfb88e278ce98e2793838e29bee78e2cf89d8e2dd4308e2e6b2e8e2e709c8e2e7fb08e2f33d78e3011b48e3608538e36c9428e3888998e39c8e48e3b234a8e3bab628e3c85168e3d352e8e3d37b68e3d7fcf8e3e18a18e3ef6828e3fd4038e40516e8e40881e8e4134658e42d6448e44beb08e49ed698e4a23ff8e4c76b38e4dc3978e4de6d78e51812b8e5293fd8e52959e8e53ad958e53c2d78e53c93e8e53edd58e56aeeb8e59fc7b8e5b10178e5b12408e5b54c18e5c55858e5c5ac78e5dad468e5e12228e5e1d338e5e2fe98e60db4a8e61c2628e61caa38e6286b18e6362028e64410f8e64cc7f8e65872f8e67c50b8e687be48e68efc88e6a7a5c8e6c0ee88e6f129d8e742bab8e7476458e74a1c28e7580c38e7713588e7812dc8e7830178e7876de8e7904f78e79b6a28e7a1e7a8e7a86c78e7b58078e7c21b08e7c32668e7d20758e7d4aba8e7dbd6c8e7e520d8e7ecf3e8e8021438e8083be8e813af48e84ba1a8e8557938e8622c38e864f958e8701438e87047f8e892eb38e8a542b8e8c145f8e8de9978e8e7c398e8f5aa58e8fa9388e8ffa0d8e9060aa8e9198f78e91afe78e9519e98e96da378e97ae9f8e97e0f88e98d1b38e9a28318e9a5ee98e9e08388ea0839c8ea0aee18ea3fdcb8ea498268ea4de418ea4e90b8ea589908ea693338ea8881c8eab93f38eabfd0a8eb004e28eb2b2628eb3ba2d8eb470908eb530f08eb571cf8eb6704d8eb6ff2f8eba45ea8ebcc05d8ebdfd948ebf74ab8ec05cf28ec2d4a38ec3fefc8ec4066b8ec519508ec65fc38ec9d2e78ecae14f8ecc7c348ed121d88ed298058ed2a8d38ed51fde8ed63f298ed95b6b8ed9b79e8eda24c78edd7d558eddf1bc8ee035968ee044678ee0f6388ee306e28ee574df8ee5a6ed8ee691778ee7386b8ee880168ee9c8348eebad5c8eec50ad8eecb0af8eed43368eef87f28eefa1e88ef0d2548ef196a38ef418468ef53e4a8ef57ed98ef693af8ef74d138ef920468ef9dda28efe108e8efe3ab48efe64068eff34548eff4f9b8f02818a8f042f788f04d2ca8f04ecc98f0833a08f0886508f08b5718f0bba968f0be7888f0c54fd8f106b5b8f10835c8f1239568f126a118f12bdd18f15d1938f16bf898f1837348f19b2358f19b9bf8f1a26b68f1e1bfe8f2299828f22ba568f23a23c8f249d208f24ac908f2559f28f264e5f8f27f29e8f2a24a38f2a55a98f2a86b58f2b4ff18f2b8f7a8f2c6a7b8f2cc4a78f2d34eb8f2f27a18f2fd5868f2ffab48f31a2968f31a5ba8f3455ce8f350b668f3634918f38f1578f3a20a38f3b92a38f3bc4e38f3e8e198f419e118f41ebf38f427e448f451ae38f45fdb18f464e838f4772608f49bf418f4b844c8f4c85748f4cafd68f4d23e08f516c6f8f519a9b8f52b1278f5390c88f53c47b8f53dc738f56bf7d8f58ef448f5aa68f8f5bb2808f5ed27e8f5f1bb68f6126c88f62c5b68f654a9e8f659d868f65a1c38f664d978f66b45c8f66ca158f68b5278f69e4d98f6b12c58f6d989f8f6da6018f6e93458f6fcac38f6fd9ac8f7038708f73959c8f76be0f8f7701318f7918e18f79a2498f79d5cd8f79dcc98f7a02c08f7c16538f7e49ea8f7fdf9e8f7fe7738f8061ac8f80efae8f818cee8f8250908f829bd78f859e508f89c5f38f8ac9818f8d14628f8e948a8f8f96a58f8fd8b78f9212548f92a1888f92b80b8f9381e48f93e90e8f9535a98f95b17e8f96dd948f96e2688f96f0cc8f9713fc8f981f0f8f99278b8f9adb368f9dae778f9daf418f9f78608fa3199d8fa472db8fa4ae7c8fa7f96a8fab5d7d8facce9b8fad44418fae073e8fae73378fb0b0fd8fb0dd7e8fb119008fb2830f8fb31fa68fb39eee8fb5995e8fb6d19f8fb6e3a68fb855a68fb85d198fb8c4718fb8ebc48fb91d918fbb9cc68fbbf38c8fbd231f8fbdab508fbdb74c8fbde1688fc0ce798fc493a38fc71d978fc75fc08fc9aa168fca060e8fcc61ac8fccf5b88fcd14f08fce01e68fcffa6d8fd2eb6d8fd348da8fd3c5698fd64d4b8fdb8e6f8fde72098fdf793c8fe285618fe2a07a8fe327ee8fe37b508fe48fa68fe5216e8fe6f2438fe774cf8fee46fd8feebf1a8fef238e8fef9d9c8ff59a608ff696e48ff8aa4b8ffa7ff18ffdce848fffefa9900197139003fd999004df969007c4b2900933b69009ce09900c3c21900c46da900c8bdb900deb99900e286a900e99b2900ebd439010da999010f9269012ff32901348e090172dbc901756fe901769ba901798a39017bc479018a5b090197c77901a1620901c07ed901c1244901ccdbc901d50c4901ef13e9021ee0d9023cb9f90251c8690256c05902754489027729490285dc99028fa1a90298ba09029c55b9029f543902c46c0902d46bd902d6934902e84b3902ea44c90301d04903193149034069c903694c39037ebae903803fa9039243890394a23903c0dcc903c27eb903e3017903fb5449040e46a904169c29042145890427d6c9042aff9904404ad90454db990457c7b9045cd719046a7289048fde0904afcf4904cc8b1904ed4b7904f37e8904f79bb90546c479054f3749055d70b905626339056ee02905712be9057302a9057bb91905983fb9059b7cf905b66ce905d5cd3905dc1e7905df872905e270f906021e89061ff7f9063aab09064a11f9064c7309067a96c9068044c906a9b74906b14a4906bfe60906e3dc9907118a49072982d9073362b9073c24390742f4b907559339075707d9075eca59076728b9077fbc09079e1dd907aabe1907ad028907ae656907b15fe907b7cd1907c4c79907d39b4907e3e21907ee081907f15789083a1cd9083e91b9084473790853e7b908590c6908676c290879ea09088b84a9088c0b09088eeb9908e12ec908f62a1908fb9f4909021e190917c14909265699092d3fa90948f3490973477909856719098b4c29098cf89909ac98b909b1943909b3676909f460b909f78e5909f8f5d909ff84990a059c690a0e6bb90a3407690a364f190a4517890a51c3190a77eeb90a7a42290a8416990a9a21d90ac373790b4976590b510ea90b55d0690b59c2690b5b4a490b5b7c590b6157390b688ce90b966ea90ba874a90bb1f7990bb5c9790c003ae90c191e790c4176c90c4d14690c525f490c70bff90c8269490ca3e6590ced1b890cf119190cf3dca90d0a71290d0e81190d0ecff90d1000e90d1b89090d3a59690d3d1ec90d6639790d97e9c90d9b3e890db186990db4c2690dbafe290dc40c790dcfce490dd341090de256f90e0097090e3384190e4a9e890e5befd90e7ee8f90eb50d690ece2a590ed09c290f1ace090f2154d90f38c6d90f5b62790f5f76590f6c18c90f7504c90f7898790f90df090f937d690f9c31e90f9fcbe90fa8d2090fafa4590fb18a190fc343090fc573591012cd69101febe9102109491026b199103a80491045df29105320691053a7f9107a8b69107e66f910ae75a910ba047910c2c96910c42f5910df6d6910e983191100ca991124c029113af69911b0c89911c9a88911d0e09911d2b98911de06f911de5a3911eb02b911eb6c691200c949120bfaf9121b6eb912365ca912385739125906e9125b9df912738819127f4789128213291283bc091292f649129c207912a89f2912ac3e1912bfea8912c83a6912f5ad891302dbd91318db79132377f913294e89132ed439133981d9133ffb191341bb891355b14913606909137a7ad9139b1ea913ac69f913d6cf3913de339913dee1a913e5354913f992c913fab8b9142608a914413a39145907f9148179c914bd85b914c37ec914c5981914d695d914e0c94914f0849915001d791514e4f91537612915417d691552ee59157d07891589e9d91591463915ad035915b2b37915c841a915ca5e7915ece3f9160d3f391627b1991632a0991642595916435459165b3509166fbca916798359169dc21916ad06b916b9ab4916cb747916cc66f916cea0b916d15ad916f1a5a917008599171df93917783d99179ab57917ac64c917d15e1917d54db917e04bd9180196c918040d591808bd99180de2f9182d34591834c0891864695918add58918afa73918cb562918d0709918e55da9191d63b91927ab29193817b9195ba1c9196adbe919854c7919a4d03919ae2ab919c27e7919e765a919f1a6491a3e4cf91a438a291a8c6d291a93b4a91ab82ca91ac417691adbcbe91ae382691af85df91b08c5f91b11bb991b27c1091b4a42291b572ec91b6b91291b8fa9091ba22bd91bbd88d91bc023591bca3a191bd1c2491be3e2291c08d6591c4735091c4e0f691c70f2a91c9ea4491ca2c9891cb051d91cb7d1c91cde37291d0e68e91d0f46191d210f091d2b0a991d2c00091d33cfc91d3402391d473c091d4dcfb91d6d6a291d77a5791d92a6691d96c1791d9a21791dcadf191dcba7a91dd23bc91de058991de456c91dea59191deaa1391df3bf391df8d5191e1203091e4656091e52d4291e55f9491e5607291e6bbc891e7322791ea087d91ebc60e91ebdc8591ed472391f318bb91f37ae091f3925691f4131c91f4741891f512f491f77d1491fd188a91fdf0fd91fe000991ff6e729206f693920a7114920b1df7920b93a1920c4bd992105d0792135d019215b1c29215d3759217eebd9218d21f9219931d9219ce92921a1d3b921a8279921b1506921bfd4792208c339221b1309221c7629221ee8092225e3e9222838d922389c29224ea1292252dfe9227ba79922981419229c521922acb12922cd940922ea48c922fd7da922fe3d19235209792354a01923584cc923ad758923c6e87923dedf092405b01924090719242f7189245459b92457f109247fa389247feea92485f78924a6c3b924d4ccd924e7102924fce59924fe684925050039250e16c92522a0b925650b092572bba92587808925a2388925af175925b3968925d86ec926170f09263b9a6926450fd9264ab1392650a5e92650b1592661e5c9267105392673b6292674f4a9267b58a926841609269addd9269b97c926b8296926bb10e926ceb0a926d20b6926ddb5b92705e9d92730d889273a6059276784d92773eb59277cff9927863f0927c1042927d1055927e4773927ed4c3927ed5b8927f0921927f50b79280c23b928634bc9287356c928744ee9287551892889baf928ac262928b3ac4928d673c928e6d65928f27469292b2f59292c9569295898892963dcf9296a1db9296fa5c92971ac2929802a292985183929888cb9298fcab92994196929a8b65929cde89929ce22f929e5065929ec55c929ee982929f23f292a0a03492a3512492a388b492a3cc1692a44a4792a4825b92a5d23592a606f992a7efa492a8bd5c92aa1ca392aae03f92ab2cbe92ab6e3792abbbf392ac0b9092acc10992ae53b692af549a92b1514d92b4c6d692b552c192b6738292b6d65092b7f5e192b8a61192b8c12392bd93f392c0587b92c1487892c3067992c4db7092c5dca792c75fcb92c77d3692c785eb92c80fd492c985de92cb09b992cb405e92cb654492cbc32c92cdaa9092cf34f392cfc06792d26a7992d42a6292d4f00892d88b4e92d900f392d9c8db92dac66e92db03a692dbfab392dc566d92df4f7a92e11abe92e12ea992e50fc892e89b0c92e954ee92e97c8a92e9f59c92ec7ec092eded5d92ee7be492eef88592f0cf0e92f30c5192f58acd92f6b26692f7b92892f8e97f92f97d0292fb641192fe90319300bd6f9301b7ed930296ab93032df19303bf499303ee1c9304f6de93062a0b9308d0529309f9e5930c3de9930ef41e930fc3719310c20193131f289316f4589317186e9318308a931a377e931b0cf3931bbc6e931c224b931ebc7c931f6ff9931f92359320f09e9320f99693233021932775019327f1ee93284e5c932affd3932e0058932e58d2932e76df932e8c4c932ff93f93321d1193322e3693335d279333936a933449d79334bbd19334c7ee9334ffcf9336b5d49338ff1a9339127d933912d29339cb68933b11bc933ceb2a933da345933ec06d933f6d00933fd4cb93401921934108a49341ba2393431acc9344851a9345505a934875739348bff7934b2d4e934b486d934b6966934d9dab934d9dca934e7f29934ef4d89351539793545d669354863993565234935aa48a935d1245935e2b88935e5cac935e6af3935ecaed935fe7d6936309d19363efde93641e73936456eb9364fde49369d957936bc4e8936d83359371b1eb93725427937286829372a896937584eb9379e24f937a7eda937ae74d937c5311937e6e0b937fa560938134ca93824220938336e593835fd093845ae89385479c9387ab339388d5239388da4793899e39938beac1938ea287939060b29390eede93931adf939364bd93936e9c9394696d939516489395cb799396613793970b5093977ae2939793f89397fe6a939965cb939a160e939aa4e7939ab4b5939af196939c242d939eb880939ed27b939fece493a029c193a08f2d93a1012893a25b2d93a275d793a2917f93a421e993a43e9293a6a07593a9feca93aa1efb93abe90b93acee8893ad659993ae3f8c93b08e3b93b1f9e193b24c4d93b3a53693b4504893b52c3893b6e77993b6f60f93b8c74493b8f7a293b923ca93bab8fc93bb1b5293bbc20293bc384593bc6f1593bd68ff93beb27e93c0574193c26e6e93c2b1af93c39e4293c3e32693c4468493c8929e93c910ce93ca459493cbff7593cdaad393ce175493d13e1e93d5902693d6d0fc93d6f66593d7f07693d98f5993d9fe9f93da165b93db1b5d93db959593dd481c93dd4a9193df5c0293df62fe93e2137d93e226da93e26cf593e2ee9393e457a693e46f6793e6774093e8832293e8ab5593ea8df393eb3eba93ee1cd493ef3b5993f19b3b93f373a193f4c8b793f5fc4f93f77e0b93f7b25493f8084093f9270b93f9926793fe5b5e93ffd303940162c59401f97294020de19402d48f940331f49405446d94078a1294090f0294092cbd940a3ddc940ad53a940ae583940b4c09940c3326940d51ec940da551940f63a99411b0e69414c7579414cb9e9416016794162f5f9416aa439417433d94189e449419c2b5941b02a6941b7a94941c7df4941e1408941fe1e5942163579422ead19422f4459422fc8b942409219427e518942a2b8f942b1c57942bdfa0942d26d8942e0af3942f8f1e942fa0da9433b5299434cf57943707a194374da2943766c2943835049439417f9439c36e943b1bf8943c1d82943cf10c943e38ff943f079a9440831f9441e88394421c7594430f93944634489446ab829446ec8d944762d2944be324944cdce6944d3889944df966944e566a944f1a0f944f4743944f4ae494500509945110879453a1899453ace19453e72f9455541d9455b893945af627945c1544945d283a94603be69461092d94621b0c9463069e94630ff194631d639465f78f946601f39467c4c1946838d694694fad946b1c1a946d3c2f946dd48c946f30e7946ff15e947063139473da4f9473ee4094748b8d94749bad9474e0d394756b6e94761263947637a1947689b29476a2399476a8409476ed0a9477bd4f9477e1439477fa129478c6b8947d11ab947dd58b947e9c7c9482437094848fdf948525fc94856a7094857a4594865f32948b765f948bb0d4948c1520948ed5b0949077df9490f6dc94920b10949265ee94938f9c94944b809496818e94983c979498d6169499687c949b8a5e949c1086949e4971949e4c66949f352e949ff0bd94a10b6294a23cb494a23eab94a5293b94a657ce94a73e0e94a792fa94a92fd994abd14194ac715994ac812b94ad1fa994ae1cb694afa62d94b0738f94b16e7794b56f7894b774b694b947a894bb559694bec92294bf59c594c08cb894c12eed94c26d8c94c4ef9194c5c14494c5eb0c94c63c5294c65ec894c7caaa94c906eb94ca20f694cd895b94cea3cb94cf6d2594d047dd94d0de9b94d1418a94d429d194d4d50c94d711cf94d7778e94d78d2794d8677b94db5abe94dbe92394dd33be94dd5de194df0b3794df213e94dfdcec94e1cba294e2d91994e4926394e4c96a94e697f794e98cad94eb8f6694ec10a894ed057594eddece94ee890f94f1bdd794f4b92794f6714c94f78fe294f798fd94f970b094fa993294fb0c9d94fcfae894fda12d950011b5950291eb95035ea0950381599504ca359505ac729505b11a9507abf59507bbd29509c686950cb34c950cbb6795100ff4951160aa9511a6f79511cd5395129a179513df489516a32b95179ff4951807b1951948b1951ab1bd951c36b9951c866e951e1f6a951e82bd9522ef289523ce4995258d5b95261e399526d269952747029528c14e9529e090952aebb6952b5a49952bbffe952c67ee952f838895300f7695301535953040ce9530948e9530fdfb9534e8039535940c95361005953678df953711b59537c1c1953826d9953a302d953a9f6d953afda7953ee434953f5397953f66a7953f7ce49542364c9542c1359542cf20954331259543382f95435ed89543cf90954406c895454b849545f0ae9546b90d9547edb1954ae904954d0057954de58f954e2f6d954fe2969551dbe195538a4d95542e6395549e189556097b955622b9955787eb95580fac9558687495588bf29558bb2d95596cba95597fe09559ae79955a634f955bade4955d12eb95636dd49563895d9563e641956575689565de439566fffd95671e2b9567db909569197e956a26e6956a4433956a9bd9956abd7f956b6008956b65bd956bd204956eba77956f646495738a849574464f9576116995787c3e9578a0d2957aadb9957b84c8957c186f957c7400957e8702957efa8b9581cb30958478659584d1d0958769309587b2089587df9595885b9b95893e1c958a0173958a56ff958c30a9958d4ca9958e3094958e8e7c958f2921958f2dfd9591cb1a9594aef0959590e995963ea39598db3d959b2ed7959c2ede959d566595a0359295a0fc9195a327ae95a507a095a50c0795ad065a95adec5395af252f95b2285195b2769695b2b15b95b30bb395b434ba95b74afc95b796ba95b7d99695baf20c95bc68cc95bce1a695c060f395c169f195c1e30d95c2971995c7b7a295c8623e95c96a3f95ca934895cb388595cbafe795cbf31695cc7ff695cdfa1695cedfb195cf1d4f95cf557595cf5c5695d2136395d2e17895d823fe95d9368b95d998ff95d9f0a095dbdc4c95dc03e795e03f8495e3e4b595e565f595e5b03195e5d17195e6af6595e7b07495e8f58795e988ff95eaa69f95eb058795ec648a95edf38c95f0900995f0a34d95f0bcbb95f15d0195f25d3a95f3afd195f6456f95f7aef295f7f9bc95fb135995fb141d95fccff195fdf9ce95fe76c595ff61d095ffd08195ffef7c960496bd9605c0139605f860960d3f8c960fb8a296106b1d96111afc96113b70961488009615251b96160e479617eb419619376f961b1e46961f90259620b7d6962645549628296196289d77962a6add962aa4c9962c5243962e917096303d079630a9769634ed5696371a6f96372c1b9637b76596382cb296386d53963898b2963ba85a963d987b963dec4696420080964290f2964368f1964575f696459d3c96460bb696480ae8964a05d3964be5e9964c0226964d4229964e6aaa96511fc996544f60965469ee9654e4509655190d96565f289658110296583d54965a5057965a554a965a7456965bc9b9965c5f5b965d3478965ff978966111bd966154b9966155be9661cccf966561bb9666cf599667336a966783489667f7a2966b62b8966d37c4966d38c0966e1a98966e51cd966ea376966edbcf966f3a69967510f0967517109675827a96762d07967711c59677efa1967a3906967a7311967aa354967c1a18967f077f9680aca79681d36a9683cd649684fc6896878a7d968b5e77968c986a968f8d6396902df2969067789691084e969456a79695b6cf9697a801969867039699021a969a0515969b4d53969b6bb5969b8091969c163f969d1b7d969d401e969ee6a6969f9a0f96a0210096a16ab296a31c4296a3b4a696a5490296a601d396a794db96a801c996a829e796a860c996aa8cdf96aaa6c296aabbb896ad2cac96ad850996ae0e7296af466996b0e7e796b299f996b36e8c96b6ea9296b7210396b7dafd96bb782e96bd024096bd1d6b96c2286e96c4adcd96c56f4296c71c3a96c8191396c98d1596ca685d96cc002996cc9bec96ceed9d96cf54e696cf55e596d0248b96d201c296d36aac96d42eef96d51e2896d858f396d9e68696db072596dd401d96ddb08c96de4b4f96de84d096e119fe96e2506396e320ba96e33c5196e3ab8096e3f52096e50a3f96e6120096e64bca96e9348996ea810a96edb82296eee12c96ef462396efd96296f1449896f1e24796f1fac896f3aaf996f4809b96f52b4396f756c596f7d1da96f9bf6b96fa541d96fab7e896fc7c8696fca9ce96fd659d96fe8e1c96fea5cd96fee8db96fef3da970181819701d96897039a8697054da5970577489706212b9706df47970793de970869e19708c49d970ac760970b362a970b8f92970ba599970c23c3970cfd37970e9dc0970ee7329710264997105cb597109e0a9711ceb09713577f9715162c9717727a9718ec589719c799971b1287971b5ea9971b6368971c7fa1971d342e971e7c1c971e7c98972571d79725ad479725f5e79727d16f9728b39f97298a0b9729c037972b02f9972ba5b8972cea06972d3865972dee6d972e088a972e9df99730b274973258b097328faf97333a6e9734523297346b3597355d369735bb6c973763019737bf289738a61a973953099739b53b973bef98973c52c8973de403973e2dff973f9e08973ffff397401db697424b2f9743cf709744e171974778cf9747878e9747912997479fb19747bcf39749b7149749ebad974a4a51974b5939974de43d974ea334974f1af897503ea09753ab3497549d609756383d9758fe72975bb06f975c718b975ef38a975f78f297602a7b9762da1197630cfb97656d1b976579a1976a5b66976ad420976b4eb5976f13ed97707c099770e3e79772c3289772d4619775d22b9777175797782d1997782db7977b4b69977b9e15977c5efd977c9843977e5f6e9780039a97828eed9783c1f697864ddb978a242d978cb3f5978d79f0979098919791180797925d909794fd619797454a97977d969797fc97979844a897986b43979c70de979c7fad979ced16979d6594979ea86297a0978597a16e0d97a1758897a3458497a66b2597a6757797a6947097a8062397a9156c97a9712497aae64f97ab9a6097abe02297aed89a97aff60a97b2bcb797b4b41897b6062a97b61af797b77b3097b8268397b87b9097b95dd397b9908d97bb6b1d97bc26b897bc961797be028897be4d3197bea91e97becaee97c0e67097c1de9597c206ae97c2499697c4c72097c6955797c8302097cb737397cd13aa97ce033397ce152097cf621997cfea7497d111ba97d19d9697d1e7ce97d2172397d26a2097d3762e97d3aa7d97d63b8197d6f8c597db547997dbd74297dbff0f97ddb4ec97dedd6797df3b3797df689c97dffc0f97e17ced97e3b88a97e7e07b97e831c297e8715697e8b3cd97e9629097e9faa797ea26e697eb938b97ec983197ec9a8b97f09e8697f181d297f37d1a97f62ad797f665f897f66f7997f84e8397f9ce3e97fd2c5397feb8da9800280298007aa09800c2c798027d7e98028b65980351a49803db4e98046e8e9805b1829805d03398060110980946799809e5d0980aef689810296998119bc9981402a898161fef9817033a981856d79819316d981bab6e981bf47f981c7805981dc912981e8962981e99b4981ee3e9981f91659820a24c98225fc49822da189825a0f09827c13398286a129828fadd982ae355982bf0db982cefb9982da068982da07f982e9fc498306dc59830f7d6983320fa98350ce798351eaf983e717e983ed1da983f34fb9840e03c98413a5498445fe69844dde8984597f798479bad98483eec9848d33f984afde2984b0150984b8e5c9850caef985169659851972b9851cc83985296a198540d0398543a8d985564409855da5e98564bce985927bc98596eaa985a40f3985acf0e985b31ab985b41cc985d4e3f985f43039860b4979866d0a19867e95e9867fb1a98687bdc986bee78986c04e6986c7a6d986da714986e960c986fa14698703c8298716a4f9873f3aa987424cd9874e3589876fcd198789433987cf7cf987d50c7987d7cbb987e18a3987fe366988110dc988229eb98827cde98831594988538d3988875af9888bdf998899fa0988a98fc988b7d91988c230c988d7aca988d94a8988ff12b989143c2989159899891c5e29896d27d9899686e989a2bbd989a48ec989b797c989ccae0989ce3ff989d2732989ee0ba98a1739d98a1f86498a216a298a424c298a6769598a801dc98a8f76d98a9adfc98a9bd9698aa4c2398aca5f798ad312e98ae3d7d98b0265c98b2cf7b98b6c51098b6d88798b744af98ba6f3a98bacf2798bc292b98be56e898bf3bd398c10e5498c2b7b998c446db98c4f92c98c57c3f98c63b1698c748c698c7630398ca534598cc51da98ccdb4c98cd9c6298d19f5098d26ac398d30dc298d3554a98d6d8f398d7951e98d8133f98da7fce98dc94be98dd4f4a98de07b398de3e7698de63a998e0170c98e0741598e63f3898e6788898e6aaaa98e8054198e8568c98e8e99998ea965d98ed864698ee878398f127e598f2058d98f20da198f389cb98f4250098f6589298f6d99b98f74de398f80f3f98f817f098f8726098fa1d2198fb092b98fccf0298fd03c598fe1dc4990271eb99032b5a99042ba3990543c2990564d09906f0439906fa2b9907e4d3990857ae99089f069908b9879908ff4e990962b09909ebb7990a3828990a845c990acd1d990bbc7c990c00a5990c06a0990c4ded990c7097990c828d990cd0ef99115d15991188cb9911c1769913c75c99141207991c4903991e9615991ea08c991fe282992261369922e1c7992363b79923c4fb9924f91199261c7a992740a69928bbb39929f633992a7669992b1803992baa48992c843b992cc437992d44a5992ff6ca9930447f993097cd9931203b9931b62e99321eb499340be09934d6459934dbc79935197c993674b499369a509936fdf8993914259939152a993a4c66993ab2a5993b4804993b9f13993f964a9941fd969942d48a9943c0a6994879419949a3f4994a871a994aae20994b6301994e4b56994e5989995193b09952294f99522bb59953c891995479b79955725e99570ab799579e139957f31e9958c3469959c7df995b4d7d995bdde1995eb47b996235309962853b996456779964c16a9965d0589965d8359969939f996cd5a59970f4f099725bd39975e93699785dca99786e6a9979cbcb997bb9b0997f580c9980d8fb9984f8589988921e99899801998ac8eb998c6abd998c79cf998db875998dbd14998f7221999374599993e55b9993ffbc9994d42799975e4199983ede999a6ee7999ba6fb999cfff0999d1378999fe0fa99a033fa99a0d7df99a3986699a6169899a6f86e99a783ef99a88b3599a8b37f99a9ce1999aac68499ab050199ab1dc899ab686199abcbbb99ad447799ad906699aeae8199af6c8d99b0312b99b0512499b0e2ff99b1831f99b1aa5399b25ac999b30e0a99b42ee799b43c7799b58e4199b72d3499b8358f99b99d2599b9a68c99b9e38f99bcac4399bdcddc99bfc17d99c05bfc99c0de6999c1070299c2150699c252c099c2671099c2c14599c360d699c3b98d99c5317599c7aa2b99c8c8d499c954ba99cddb9c99cde71c99ce209899cf2c1899cfb99799d15ae199d3166499d8bb6e99d933b099d9dd2a99dac50299db5bf199de1a8d99de1f8e99de921d99e0474399e2d82199e5e3d799e608a999e81ef699e8480e99ebb22599ecae5d99ee985b99efb49299f04cda99f09cc699f0cd4a99f1f6e799f46a3e99f48bd499f54a2599f86e8599f98ba099fa4ef499fa5c589a0080af9a01f3fd9a0233879a0352719a035f369a04c6ac9a06b0729a074d029a07699e9a07d0279a0805de9a0aec149a0bfe209a0ef4379a1028439a111b1a9a1155389a11fde69a128b779a12c2879a1717089a173eb89a17d3ab9a1a1ed99a1b974c9a1ba2cd9a1dd9d39a2117b89a240e279a2550c99a25a6a49a271cb69a27603b9a29808d9a2a48b79a2a6e249a2a74b19a2e1b279a3298e59a3427639a3476bd9a354be99a3671a69a36d5909a3980b09a39c1e09a39d4e39a3afec49a3b189f9a3cebec9a40170f9a40af309a4115bf9a42d9019a43bb4e9a443b109a45263d9a45e5299a4731249a4982a09a4a46a39a4a70549a4aa3aa9a4b14699a4b33919a4f44769a4f86d09a51e5b09a5216f99a5315509a55fb6b9a5890279a594c699a5aa23c9a5ac3f49a5cd5d59a5d00c19a5e73ab9a60658f9a60c9ac9a60d9089a6183359a61f6259a6225fc9a63090b9a650bca9a673cc59a6822529a687d099a6a792e9a6f32ce9a6f38199a7005d29a70a9499a7166df9a71ce229a72abf79a7353b09a73c5149a73ca219a7519929a779feb9a7875359a7a63ce9a7b65249a7d21969a7e13909a802b529a804fb89a8293739a83c9a69a847c1f9a8487879a86b96c9a8a27d89a8b27e09a8bec729a8e43c29a8ff6609a90e39d9a9151c59a93fbc59a94cfcb9a9500719a9515629a959b6d9a97d0a39a98192d9a9babe19a9d96149a9dc8069a9e805c9a9e95649aa166349aa2c5e29aa414689aa5d2569aa6aa729aa994309aaa5d9b9aad5b659aadb5039aadf7ff9aae54279aae87aa9aaf36bc9ab2096a9ab21b119ab35f349ab47d109ab79fe09ab800be9ab8d5af9ab90d979ab9a9399abae22f9abc414c9abd11b29abd96809abf8ec69abfbb429ac1a44a9ac216a79ac394fc9ac3ab399ac4bba09ac56b429ac6b8ec9ac8ac889ac9fe279aca099f9acb93189acd249d9ad13f729ad2c0129ad2d4e29ad533aa9ad5c4a29ad9a2999add3f059adf7d1f9ae0c0459ae59cc69ae5c6bc9ae5f45f9ae776459aec6d0c9af105269af2f7fc9af365739af3ecc79af4232a9af4b10d9af642a69af808219afea8ad9affe2e69affe4899affe8cf9b0149d19b01faaf9b036f0d9b03aa439b0438d19b07f4f09b08c10b9b0a3ffc9b0ad2609b0c5f6a9b0cba0f9b0e19459b0e5eb79b0e721c9b1032d99b121e129b13a54a9b166f439b1766cc9b1a838c9b1afa709b1ea23d9b20dcce9b232fe39b23f6ec9b24385d9b2807189b289eeb9b29969a9b29caf19b2af1db9b2b5bd79b2bfbfc9b2d50b59b2da3889b2db3109b2f4ab59b2f6e409b2fb4be9b30c5da9b31bc669b31d04e9b323e749b35bf559b37310b9b384a959b3992a39b3c30849b3de7449b416f9f9b42a9b19b4654289b4a4b9f9b4bc61b9b4da6619b4e22d99b4ece249b51872f9b51e37b9b51fa969b52ae979b533b3d9b55efa49b5a91bd9b5ae9e09b5bd9509b5d1eec9b5da4079b5ea41e9b5ef7509b5f27499b6013c99b6060979b60af619b61ec929b61fa639b6293f49b62c7549b65ecf39b674df79b68f8909b69e72b9b6a33cb9b6f97299b7143e19b71f13c9b7207159b7352bf9b74e7fa9b75f02d9b77f2be9b7938099b7ad3669b7af3c19b7b79229b7d70009b7e5a129b7fea5e9b83abfa9b84754e9b8529399b8685f99b8ceb849b8d2e149b8db1a69b8dbc169b8fe1279b90812a9b909bd79b90c7ff9b90fa369b9144829b91635b9b92064d9b93cd829b945f6d9b9594319b9626349b9744ce9b977a249b97fad49b9a0a5c9b9a38619b9cdfb09b9cf5799b9fa2449ba17c019ba2752f9ba29c949ba3e4de9ba74ed59baaa7109bacdee09bade5259bb000279bb009e39bb0391a9bb115929bb18b2c9bb2a9739bb2de089bb4e1cf9bb6d8b89bb736449bb960099bbb48f39bbb52119bbdc6279bbf679d9bbf953d9bc173549bc1c1c89bc1d9049bc1e4189bc301a19bc4cec89bc698f99bc6c51a9bc9076a9bca500d9bcbcea39bcc10a89bce1cc29bd190e49bd2038d9bd65f4b9bd82c009bd8ea7d9bda676b9bdbbc099bde29509be0b0679be19a5d9be20e829be305759be3a69f9be4de689be590619be66f519be7dc879be824df9be910259beb34a29bf08d9b9bf3cef89bf4683c9bf4f4b49bf6f0ae9bf79b9a9bf8558c9bfa9d8a9bfc0e4e9bfc690f9bfce0059bfe41c99c0175e49c01e4d59c02ab1a9c0427cb9c05e44c9c06a1cf9c085dff9c0a30e49c0ca6719c1106599c1176809c126ba39c1280609c148fe19c1604dd9c1700a69c17a4f99c1808cb9c1854159c1d6d1a9c1e8f669c1ee77f9c1f54d29c1fede29c22789e9c22ee429c2369d79c23d7089c24ca1e9c266dfc9c26e3c49c2848e79c297d069c2a5a3e9c2ce83b9c2f46b69c303ad29c329a1c9c33532c9c3613089c366f449c38197f9c38c4529c39edf29c3b540a9c3beeca9c3cc1ac9c3d43fa9c416aa89c41d0289c42e5369c438ca29c44e0719c4591f49c4617309c461d919c4701199c4716889c474d149c4908bc9c4a1a979c4bb8a29c4e1a1c9c4eec0b9c4f000d9c4f4f839c4f61f09c4fd4119c51149b9c5164e69c52f7d99c5359669c5385e39c5586fc9c561f3b9c58582d9c5888679c58a5179c59e8fd9c59ff719c5b916a9c5ba0c19c5cd8f49c5eca9a9c5fffbc9c6011d79c6268969c6317f09c6511ea9c6ca51e9c6e5b2e9c6f48b59c71cb689c72a2359c72faea9c7b0bb39c7d803e9c7e63e89c7f71049c8112199c824e629c8536bb9c856f6b9c85fd0d9c888e9f9c8ffd459c9060689c9102b19c912ad39c91636f9c91fb559c92be9c9c93d1289c94b2f39c95751b9c959e279c9651669c9783a69c97da869c99958d9c9a78169c9ca6ac9c9f81d79ca0a1959ca260559ca281c79ca4013b9ca4f96d9ca727949ca732a19ca7dc3a9ca80a809ca895789caa97dd9caaebc89cac673d9cad5dde9cae94af9cb081069cb2da679cb307d59cb533919cb534289cb5ee649cb71bee9cbce2dc9cbd4f609cbdebbc9cbf661d9cc153589cc163009cc18bad9cc23ed69cc3054a9cc403809cc413319cc4f0519cc529ec9cc62e649cc6cae69cc77c2f9cc7aaf99cc8a85a9cca28999ccbad1c9ccd11e69ccde9719cce1b639ccfa8c59cd3049d9cd31c0f9cd4fd139cd6adf09cd7f3df9cd82e9f9cd993e29cd9dd5b9cda123f9cda9d6f9cdc21f39cdcc7d19cdd292a9cde96539cdf8deb9ce0dc439ce0ffee9ce1b9b29ce2eb3e9ce5ba349ce5e9b79ce6535d9ce71f8a9ce904419cea65929cea7ff39ceb55139cebc3ca9cebfc359cf0f42d9cf311829cf322009cf36b3c9cf466479cf4da589cf4fb109cf638c19cf856cb9cf877869cf912219cfb024a9cfb8b709cfe3f189d009ecd9d00b8ed9d01ba379d02cacf9d0322c89d03e1899d04003f9d06138d9d0969d89d0d7a5e9d0eb2a69d0f72c79d13680d9d13dbaf9d14b1b39d1565969d15729f9d157f819d1798359d1a660b9d1a7e019d1da68b9d1edd309d1ee0a49d1f80eb9d1f87889d204c429d20b8269d20c1039d2152059d23342e9d2482e69d26dd459d2794139d282bb29d293ee49d29e0cd9d2a2fed9d2a3c859d2a4d729d2ab54b9d2c903e9d2d8c109d2e0ec39d2e48b19d2f4d899d30bb6b9d34e6839d39f8ef9d3b87419d3caabc9d3d13e09d3d14739d3d37f59d42a40f9d432beb9d43b28b9d45ae829d460e529d468b739d492c8b9d49be309d4b26219d4ba04a9d4ba6929d508de49d509cf19d5257179d5269b99d54781b9d5484ee9d5ba6a49d5dd8319d5dffa19d63d6f09d640e4a9d6608789d695cef9d6a15fc9d6a91389d6bfaed9d6c4f439d6ce87e9d6cff4a9d6d22d89d6ea48b9d7003669d7006499d7124019d7228c89d72510a9d73aba49d73d1a29d74dc9e9d75b3bb9d763f459d78d1aa9d792efd9d79a82c9d79e4d19d7de6fd9d7f89a19d7fc8b99d80244b9d806ed19d82d0329d8a9d299d8bbdd39d8c36459d8cd1c79d8e53129d91e7869d929b209d932d249d9374999d94ffdf9d95f26f9d9775739d98032f9d9a33449d9ae7f69d9b8e769d9bb1b99d9cd1b29d9da7069d9e51a69d9f4e409d9fb7c19da4270d9da669249da71c829da760769da82f4d9da846449da8b65f9da8c2359da8fa139daae8369daafbd79dabd02d9dacee3c9daee96f9dafa3e89db02f4b9db1fde09db258d19db3008e9db5e42a9db6002e9db620799db6f9889db81ee09db84af59db85c049db8fb089db943bf9dba784e9dbb402a9dbb66809dbbdf959dbe69df9dbf91de9dbff07f9dbffe439dc0130c9dc0d9329dc2cd749dc32edc9dc4776d9dc510a69dc5829f9dc8c2e39dcc35259dcdce729dce06099dce3ece9dcecec29dd07e059dd0d84e9dd2359f9dd25e179dd2af089dd3a50d9dd424b49dd462119dd655c09dd6c3c99ddba2609ddc50609ddcaef29ddfaa419de103d59de220549de29e929de59a589de759ca9de7f10c9deadc3e9deea6b89deef16f9df084ec9df1b74a9df77ebf9df80f419df9ec499dfcf8189dfd077f9dfd35eb9dfdfb209dfeb7f59dfec1739dff25369dff55a09dffe2869e009cf99e0131c09e01fc049e0945e09e0abe919e0b36999e0b7dba9e0b80609e0c6ca19e0de61e9e0f5e3f9e0fd1559e0ffc7f9e10357c9e1125a39e1203f49e12b34b9e1362d79e13cf599e1450f69e1451d19e180cdf9e18c90d9e1929739e1af6429e1b4f6e9e1d6f3c9e1dce5a9e20d5369e21144d9e242a459e28162e9e2a31d09e2a8e8c9e2a92ce9e2b3c429e2b3dbe9e2ca7c79e2d16c39e2f62019e32a7f69e3310209e35cd099e364bec9e3700bd9e38010d9e3803249e38f3619e3de3999e40dca99e42aa349e42afac9e42e2cd9e446a109e44ee8a9e45d5149e4616859e46ca999e4874b99e4876be9e4919929e4938009e4a28789e4b2ae99e4b54119e4cc1259e4f3b1b9e54f8ce9e5664e79e5868c19e588ea69e589c199e58d95a9e592b439e59b93c9e59c1519e5b6a279e5c70609e5d7fdc9e5db93b9e5e772a9e5f40f49e6175159e61a5a39e6462929e6504449e665b569e66af179e672fb99e681a0e9e681e2e9e68dd8d9e6a5a4a9e6ec1319e6f51b69e6fc7ee9e7018ea9e72e9d59e736f9c9e739b129e7440f39e776d769e77ef399e785fc39e78bc649e7b772e9e7facbe9e8052bc9e8177799e8291c59e82d65f9e83ebab9e83f9689e84866f9e8606229e86ba749e8a02799e8e4fb59e8ec84b9e8f2ce59e8ffa419e9117819e9128d19e9197aa9e9497ec9e95dc499e9671419e9764879e983c529e98b6a69e98f95a9e99125b9e9d5a1d9e9dfd959e9e168e9e9e7df09ea2183f9ea27ee89ea343409ea3c1619ea3f9199ea76fe89ea799dc9ea84dd19ea85e879ea9683b9ea998509eab78369eac20be9eacd0849ead43c99ead5f319eadf1159eaf82369eb2066e9eb5e15e9eb735fb9eb85d859eb8cdef9ebad1219ebb29ba9ebd476d9ebda2549ebdd7a29ebe84fc9ec28c949ec433b19ec66bcd9ec765789eca02409eca277e9eca59ed9ece35789ece444f9eced4a89ed149ea9ed1b0229ed2cced9ed362c69ed3f6489ed4ac119ed53e869ed691ed9ed7d0ef9ed85bae9edb30fe9edc071a9ede16ed9edf31b99ee218809ee288ff9ee5692b9ee6632a9ee7b3969ee8023b9ee98c0a9ee9f9ba9eea3bd69eea49d39eedf2e99eee03b99eeed5099ef05d3a9ef0794d9ef4ce009ef4d3bd9ef716519ef9e17a9efacb859efcf9eb9efd01479efee6e19efef7939effb9cb9f00ea939f00fc2b9f0340ed9f03df1e9f0506eb9f0718349f0cb8549f0cc3909f0da8649f0ee4159f0eea579f0ef6289f0f22be9f1093e59f137a199f14c2cb9f17475e9f183cd99f1d4dfb9f1d601b9f1df93d9f1e124a9f20b1e49f239cf69f23e5bc9f2510129f26e5bd9f27b5aa9f27d96e9f2b504a9f2bdb809f2d55799f2d7de49f2db8a09f2e3c6e9f32059a9f3289799f3455fd9f3512c89f37f1b89f37fef09f39b4529f39fa5e9f3a976d9f3b70339f3bac9f9f3d5fe19f3e87a29f3f6e0d9f3face19f40438c9f42316c9f4910139f4abc3c9f4d8cb69f4edc899f50109f9f51e9d79f523f029f548d3c9f56a12c9f595d609f5b56369f5bcfd89f5c3db29f5c56539f5ee7999f63b7b49f6429b09f6598da9f65b6759f67d8c89f68b99b9f68d1629f6acef09f6edb4b9f6f57629f6fac989f6fb36c9f7206209f7233ad9f73381f9f752e1d9f75c8689f769cad9f7921769f7972a99f7a0fef9f7a91899f7b9fc09f7bee2c9f7c770c9f7e74a99f7f401d9f7f4b569f7f54bf9f7f5bca9f804d549f8092729f8401209f8504b59f8575079f866ca29f87546e9f87e2de9f898f7a9f8aab719f8ad6929f8bbd859f8bf8549f8c1f949f8f72fd9f903c369f903f519f90e23e9f92fce99f92fe3a9f9503659f953f899f959ff99f96b1109f974edf9f9758ee9f9785a89f9849ba9f9c57089f9d883f9f9fff5a9fa042f69fa112919fa36a479fa3b9639fa3e9529fa54ead9fa6a1539fa729a59fa765739fab8a719fac02b79fae5f529fb1312c9fb2d65e9fb568df9fb5fc2e9fb655179fb67b599fb6e3af9fb8f1ea9fb903ed9fb978469fb98d749fbd9c0b9fc001ae9fc009e29fc0a3049fc1767c9fc378969fc442889fc8aad39fcb41539fccf9029fce4a289fcfe8ef9fcff90a9fd0e94f9fd523d29fd5bb339fd6df369fd819de9fd94c689fda32309fde56539fe0fe129fe362419fe36d169fe3974b9fe3ade79fe494889fe5c3099fe5ece69fe7838e9feac6149fecf6619fed2ce79fede9eb9fef80f09ff21ce49ff51a369ff59a9f9ff5b5f79ff63ccd9ff66a289ff97c849ffa07249ffa2e1a9ffab10b9ffbba139ffc2de79ffc52c59ffca45f9ffcc5339ffcdd999ffd54319ffecb71a001e8ada0070578a0091e95a00add50a00b4129a00d52cda010f187a012b088a012f733a0133c47a0137bb6a014a02aa0155536a017035aa01823caa01885b1a018d4a0a0194742a01965bea01e4a4fa0217bc1a02561a4a025be8ea0263ac0a0265747a026f0e6a027b28ba027d05aa0296a99a02bc7bea02eab0aa02f927aa03003a5a03151c9a031d8d3a0325264a033a6d6a033f56da0354138a037c5c9a0397051a03b1d5da03eef70a0404cfaa0408347a0408f28a040916ca042a01aa0453eb2a0460d2ea0477675a047947ca0497920a049ccc3a04cdd4fa04d5dfea04d5feca04ea066a04f4eb3a0502bcca052b0c2a0535b4fa053ed44a0544bf6a0545f88a057f6fba05839fca0585edfa05aad1ba05ce49da05d4b31a05def84a061d4aca06333c9a0634771a0663750a0667c7ca0675ed1a06cc1fba0703625a07266d8a0755c3ba0768839a076ed2ea077419ba077c28fa0782cbaa07a2e16a07b5296a07c9b0ca07dd9bfa0800240a0802c02a080646fa080815ea0815466a082cce7a0845c46a086f422a0886c74a088eb7ba08e535fa090055da090f20fa092a5cda092bf06a092ef45a09331faa093b496a0943081a0995c0da09c1cb2a09d49d3a09d8a71a09dd0c9a09e5675a09ec7b1a0a01d30a0a297f1a0a4bffda0a64c05a0a6ac1fa0a7ebb1a0a94548a0aa3f74a0abb9e5a0ac29d6a0adfa5fa0ae1ec0a0ae94dca0b0a099a0b0ffb2a0b1971ba0b21a4da0b28310a0b28f31a0b3ad64a0b4f3d0a0b50d25a0b68bf1a0b6afafa0b8ff56a0b9c353a0ba32c5a0ba4bd2a0ba9541a0bad76ea0bae117a0bba59aa0bbba99a0bbcd0fa0bf083ca0c54c7ba0c6fb5aa0cc67a0a0ccc822a0d15c70a0d162e1a0d2f1cda0d306aea0dd4f58a0ddfd6da0de3789a0de6f05a0df00c2a0df0928a0e14c50a0e14fa4a0e1cce3a0e1e882a0e296cca0e350e2a0e41da1a0e57703a0e59637a0e5c243a0e5cbb1a0e74be2a0e7ebf9a0e8893ba0ec51f6a0eeb604a0ef9920a0f3cceaa0f43158a0f528c7a0f60c02a0f6a745a0f6cbb3a0f83580a0fb5f40a0fe5762a1019994a101a98ea101d276a10277dca106083ca107c2b9a107c59ea107c5b9a107c619a109f525a10d36e3a10e7cc9a111bcfba112994ca1142583a114ac60a116f8a6a11773f9a1183116a1199e3ba11a7168a11a9744a11da472a11fb619a121bfbba1220cdca125b6cea127f6b1a1289c2aa12b5241a12e5c5ea12ee86aa133bd79a1356ca0a136683ba1370c3aa13d4896a13ee34da13f31b1a141eda4a141ffd7a143fe65a1461494a1461512a1465ecea146ac52a14740eea1492e2da14956faa14957faa14c9e30a14d5266a14dd41ea14e0bc4a14e27daa14e2faba150b9a0a1522c43a152649fa153235da153e44aa1540f20a154d94ba1553a0da1566ddda158f61ea159096ea160853ba161b53fa1628c02a1628ce2a1630654a167b6ada16842a5a168947ca16a09e4a16c172ea16d5182a16dec4ca16e9ba0a1708874a170a93da171d6c1a1748e3ba175b738a17641bea177091ca1784a5fa178891ea17a7a9da17e590fa17f79daa183845ca1862891a1878b6ca187e7eaa1890047a18a44daa18c0435a18c95ada18cae8ca18cc15da18da052a18e1200a18fa7d0a1931a39a19a9a15a19bb1eda19bcc56a19e68e7a19e7557a1a2172ea1a3e865a1a586c6a1a5bfd5a1a65393a1a85e7da1aa6a08a1aa86a2a1ab8280a1abb3b5a1abf6a2a1aca3e9a1ae861ca1b18dc2a1b297c9a1b492e5a1b599aba1b81bc0a1ba6180a1bb000fa1bb0872a1bb9c06a1be54aba1bf94fca1c096f0a1c2dee8a1c36b71a1c65c9ea1c6bc07a1c6df3ba1c7fed2a1c8052fa1c88851a1c8c759a1c9a77fa1ca159aa1caae6aa1ccf51ea1cd8389a1cea4b8a1cf5704a1d14c3aa1d1e3c9a1d2506da1d2ebc7a1db7766a1dc495ba1dcac1da1dde7c6a1dff658a1e12c0fa1e1b103a1e3a5f2a1e3e6f7a1e46602a1e65b58a1e85e98a1e999b9a1eb2901a1ebea2aa1ec2cf2a1ecf21fa1ed193ea1ed3086a1ee539ca1ef06e8a1f1d54fa1f1e953a1f28ceba1f4b6ada1f4c842a1f4d361a1f53b1aa1fa9465a1fbf21ba1fbff9da1fd3dc2a1fec408a1ffb595a2013cd8a2018b61a2027761a2028ecda203d54aa206ae3ca207a419a20944a1a2096bcfa20c015ea21095e1a215c036a21935a1a219a10da219a6e0a21a7b20a21dc3bfa21de836a21df6cda21f0387a21f8f6ba224cad1a2252689a229aecca22c52f7a22f3728a23569a1a236f653a2379319a23801a4a2385038a2395e83a23af971a23dd71ea23f72eaa240fe53a24103dba24130b1a2417489a24363faa243c4ada24503c6a2450ce7a245ddb5a2463f35a24699efa249d527a24aaccfa24da6afa24f06f9a250ad95a250d1d2a2518051a251bb24a2534e9ba255fb8fa256383aa2566f1fa256b69aa25806d4a25bced5a25d530ba25d9a6ea25df671a25f0a57a25f1c51a260731ca261f068a2666929a267e2a6a267e6bba2686e51a2695bc0a26ddd70a2723bfda274d313a2761ef1a2761fbda2762c11a276d74fa277922ba277b112a27bd152a27c6206a27db956a27de2cda27e9d3fa27f84f6a27fbdaea2805f48a282294ba28489efa2853ffda28592cda285c1f1a2877fe7a28944dca2895906a28ae57ca28e0d1fa28e7772a2953f54a295549ea2968728a29a20c7a29b4424a29b4bf3a29e5e9ca2a1b144a2a2be79a2ac3d4ba2ad8eada2aeb057a2afa77ea2b27dc0a2b45c8fa2b611e0a2b6379ca2b750b0a2b77b82a2b7dde2a2b7e330a2b9dc05a2ba277ea2be4e97a2beaf5ea2bf1b58a2bfc506a2c08a78a2c0baefa2c111c6a2c164cda2c30103a2c4b6f2a2c4df92a2c59ebba2c6b312a2c87bdca2c98896a2c9e5b4a2cb1bdda2cc9a1ea2cd1189a2cf17aaa2d014b5a2d0aff5a2d461b2a2d6aea7a2d895eea2db39a0a2dc1038a2dc79d8a2de4378a2dfaafea2e380bea2e4d0f8a2e9a354a2ebe067a2ebea89a2eea89ba2f068f8a2f0ec94a2f22695a2f2297ba2f2811fa2f3904aa2f39b2ea2f4f39aa2f55af4a2f5a882a2f5b875a2f5d58ea2f85c5fa2f9f7c9a2fac0aca2fd682ea2fedbf0a3003f2ea302389da307b946a307ecd3a309bf54a30c31a3a30c6be0a30ce1dca30e272ca30ec49aa30f7beea3100823a310732ea3108b9fa310e3e5a3110ec0a3148274a31a5c41a31c3ec5a31ce7b5a31d60dca31f1aa3a321fa2ea32211a9a322f0f2a324df45a326d37da328fee4a329333aa329766ba32fac5fa3302279a330a6c5a331d1b7a33572e8a3366494a3367fd8a337d723a339b5f8a33a8fa0a33bbe71a33ccc5da33feb34a3402688a3406bf8a34102b7a3418b0ba344a70ea3452283a345e808a34999eba349c6a5a349ed2ea34a363ba34f6770a352b3cea3536d2ea35435c1a354b26da3555361a3573a8ca357f689a3592a93a35941a4a3594377a35a766aa35aa0bba35aa98fa3608c00a360b0e7a3618b8da362abe4a36b2ca3a36c2b4ba36d3ee9a36fa82ca36fc0afa3709980a370c04aa3725160a3733590a37496aca374b18ba3768ca9a377ad60a378d3cda37a21a3a37b9125a37c180ba37c189da37cd47fa37d250ba37e6748a37eb337a3804d2ca380ab8ca380e346a3832122a38519a7a385a2fca3867317a386b4b5a3880e07a38a1073a38a367da38a7082a38af5bea38af842a38c9c49a38d71aea38e5faea38f6828a38fc093a3977895a398ea65a39a0a5ba39a1e7fa39a5ae7a39a745ea39b5f3ca39ba9a9a39cc067a39dc6e4a3a1e32fa3a2861da3a63038a3a68885a3a6c507a3a73a0ba3a7600ea3ab7f62a3abd88fa3ac7aa3a3acdd41a3acdec6a3af7aeda3afad41a3b0abafa3b32435a3b44f11a3b46e68a3b522cca3b5dfaea3b7485ea3b86f10a3b885b7a3ba6170a3be169da3c13bafa3c1c7dfa3c2d673a3c310fda3c34ea1a3c356a4a3ca621aa3cd9affa3cdacdda3d033eda3d59eefa3da4c55a3da6934a3da7ee3a3dc20eea3dc2a8ba3dc62aea3dd7fdba3de74f9a3e4fe9ea3e7361aa3e9c66aa3eab0a3a3ebf8a3a3ed34cea3edaf7ea3ee31eaa3ee837ba3eef33ea3efd63ca3f09570a3f0ea02a3f54845a3f6340ca3f6ae20a3f6e9a0a3f87c94a3fbc17fa3fc3e71a3feced6a4024515a402514ca4025a33a402a85ba40402e0a404d6bda405c91aa409a67da40abceca40cc0cda40d79faa40dbbb2a40dde45a40de7daa40e20ffa41186aca412378ea412fc59a4131de6a413f8d6a41493d1a416560ca416f9dda4179308a417b09ba417c8b5a419a8d1a41bc426a41f7c63a4211ec2a421d629a4220c45a423bd4da426a0a0a427a4c9a42cf04da42de912a4300cc6a430255da436361fa436dca0a4375beea4381ea4a43c4a0ca43fbdeca44073eda443e23ea443eef7a4463af0a4470b7da4478b06a449d09da44a1e43a44b09d9a44bc0dea44ea975a44fc49ca45454e8a454a042a455c27ba4565f83a45aaf50a45cf044a45d0f68a45f531ba46268a5a463690fa4636e89a466ebe1a467b791a46a1e53a46e6c37a470f980a4718b5aa4722a25a472d8c0a47316a2a475237ba476595ea4779d44a4781b85a47877b0a478a0c6a47a539ca47b3cd0a47deb97a47e21dba4847e65a485bf95a4895db0a4899dbda48cd9d1a48df6ffa48f31dea4902798a49255aca493c0f5a494367ba4952e30a49647c0a4979fc5a497b747a49836c8a49bb6efa49c780da49ddbe5a4a257a0a4a4ccafa4a54a73a4a609eea4a813e2a4a82202a4a94ad2a4aab826a4ab25fca4af78d9a4b02a19a4b0c8e0a4b10344a4b23f42a4b4d3fca4b4df46a4b53a3fa4b7dc02a4b92aa7a4b960daa4ba7c77a4baef04a4bc1632a4bce223a4be2ca6a4beba9ba4c085cfa4c3b3a5a4c3c939a4c4e3b6a4c4f3f1a4c5bf9ea4c681c7a4c6f183a4c7422ca4c765eda4c89abca4c9b752a4c9d65ea4cab27da4cb4e55a4cb8b87a4ccca16a4cd357ca4ce1246a4ce3324a4ce383ea4cee2dca4cfb557a4d18e9fa4d4146ea4d45c7ba4d476fba4d5811ba4d70e1fa4d84610a4d8613ea4da91f8a4dc38e5a4dde6f9a4de0f3ea4deba5da4e07d18a4e1b3cca4e44b6ea4e5e124a4e9a4e5a4eab191a4ef5582a4efa62fa4efc0cba4f0c510a4f0fc51a4f1f9faa4f222cda4f51651a4f81d6ea4f8b609a4fe4664a4feba72a4fff867a501fa8ca501febaa5063974a5074206a508a34ba50d41b0a50e3149a50e93cba50ef4bda511feaea5120ce0a5123eb5a5126481a5129147a51311f4a513dc42a514e3aea5162a18a5171daaa5192d6ca51ab86fa51e344da5200611a520897ca523b0e6a525f56ba5261b10a528714fa52a2ea2a52c5587a52ca419a52d2122a52e6530a53054e6a5308604a530f0dca530f397a532d0a3a533d585a53485bca5357681a53a8822a53e0af0a53ed05ba5414753a542359da544f155a544fb71a5459e88a545d67ea547f853a549dfe4a54c3410a54c369ea54c771fa54cb29aa54d11a3a54efc0aa54f18fba54fb706a5500b50a552ab89a5543274a555e0cca556665aa5575353a55a0fd2a55a4862a55bd207a55e3daaa55eca79a55f6c8ba560dffaa562ef5fa56353f1a5635718a563a598a565ce6ba566a3dca566f346a5686a66a56950aaa56a6704a56c9763a56d82bea56dfd51a56e492aa56e659ba56eb400a56f50eea56f699fa56f944ca57187dba571db17a572d755a5785a99a5788309a57bb364a57c9b03a57ca910a57dc7aea57dda88a57e1087a57e8d3da58246aca5844f89a585e9b6a58aa6fea58c6ab2a58d6c32a58d88f3a58db9c5a5901f03a5906978a5912525a5917509a592212ba5926584a5947244a596257fa59698eca596eae0a59737cda5978d18a599ef51a59a67d7a59ea272a5a0b717a5a2593ca5a2aa3ea5a3d783a5a4aff1a5a7a362a5a7edffa5a8050aa5aab419a5abb1f5a5ac4e57a5ad3b68a5add896a5ae20f1a5b4879fa5b581c0a5b5e8a9a5b88669a5b93063a5bb8618a5bcf47ca5bf0fe1a5c02c82a5c12a56a5c15274a5c1c2b3a5c39609a5c4aa4da5c8cdeaa5c94ba2a5cae8eaa5caed3ba5cb2782a5cb9483a5cfc77ea5d071c7a5d36149a5d4342fa5d4ebc0a5d93a2fa5d9b1a7a5db71e0a5dbde4da5dc026ea5dd1363a5dd3cf8a5ddf9f2a5df2c5ba5e4783ba5e4c7d9a5e7bf1da5e91c7fa5e9ea5da5ebd4c2a5eda724a5efc6b2a5f20ef7a5f4184da5f70810a5f93be2a5fb45e9a5fd4b3fa5fd5ad4a5fd5e51a5ff0cb2a6016853a601db0ba601f7d1a603c93da603ecd9a604db62a6059341a605b217a608ee51a6096967a60a7008a60b95d3a60bb658a60cf247a6100065a6102f3ea6109165a611709fa6121e4da6127968a6131f95a613b20aa6144f08a6148171a615c7d7a61935dba61940e3a619ccc2a61d0ce4a61da3a7a61dc06ca61f52b2a621d2b3a6222d26a6231465a623616da62502afa62527fea625618fa625f1e2a629d0e3a629e28da62ae83aa62b4868a62ca33ca62d0d00a62deccca62e0b79a62f8ef2a6311ff9a6326142a63724cba63961dea639adfba639b4aaa639f598a63c9db1a63cdfb2a63d1529a63d163fa63e8baea63fa88ba641736ea641c502a6428883a64490dda6456e00a6494216a6497e7ca649d63aa64eb245a652302ba6527287a652d517a652f9dca6545cbca65479d1a65a6d0aa65a9855a65a9c70a65b929ea65cd3f9a65cfacda65e3700a65fc2c8a660894aa663bfa9a6648bdea6657d42a6679daba667e45da6693a47a66c4e99a66cae22a66df4e7a6705d8ea671a3c8a6734f1da673e316a6750650a67740aca678c65ca67969f7a6799603a67ae149a67afb05a67c7842a67de239a684704ea684d67da689d548a68a889ba68b155ca68c5402a68cc700a68d2566a68d8a8fa68e198ca68fe081a69186fda6928e14a693fecaa69441b7a695660ba6991a50a6997f3ca69b455aa69b9d25a69d4990a6a10a79a6a2c402a6a3d76ea6a4d26fa6a79275a6a792fba6a7c76ea6a88032a6a9ed67a6ac47e5a6aeb805a6af5d08a6b3f25da6b5ad4ea6b5bb42a6b6d523a6b7794ca6b8f07ea6b9ac98a6ba8f6ba6bbe245a6bce048a6bd8e4da6bede68a6c1cc89a6c34dbca6c3551ea6c4fbe5a6c5fb64a6c833fca6c9c4bda6ca8901a6cb3d8aa6cba31fa6cc958aa6cdfe32a6d05e3ca6d0a8fea6d1efefa6d401daa6d42350a6d50676a6d71a9da6d71feba6d75adaa6d78de0a6d8dd51a6dbf0e4a6dcf63ea6de0e5ba6de5dc5a6df06d4a6e04893a6e074c3a6e0926da6e59232a6e5bea6a6e61341a6e7bf39a6e81fd9a6e8697da6e97358a6ea5495a6eb980fa6ed0502a6ed5c63a6edd348a6ef2e19a6efc17ea6efd659a6f04bfba6f06db2a6f3c232a6f40689a6f46a6aa6f863cea6f8aedda6f9d7a1a6fb22e8a6fb6d5da6fc27aea6fc6e41a700f71da70140c6a7020948a702f6dea703cedaa703d5d9a7048a92a705a3c9a7067ac6a706e133a70701e6a709290ca70b3fe6a70ca6c5a70dda9ba7106d61a71215b8a714562ea7159393a7163859a71684d0a716b349a71805c0a71846dca7185bb6a7195af6a71a18a8a71c9611a71d7462a71da33fa71e49daa7219ec0a7228501a723e34aa72625a0a726dff7a72786a8a7281365a7289927a729c2aaa72adce4a72e7895a72e90a7a731f663a732981ba732cf9aa735ae97a736f9caa737c739a7384c95a7387d34a738b7a9a73a05e1a73d6e4aa73ff295a740c026a742017ea7424f09a7427c97a742af1ca744c92da74660d0a7466156a746bb14a747d911a7480d07a74882c8a748b2d0a74ad27ba74b1374a74b866ca74f01d0a751a7f3a755690ba7563d65a75a7728a75bf48fa75c78aea75d609fa75ee7aba75fd003a7609ecba762cb0ca7635832a7638584a763bdb8a764bbc0a765a0bda765bb57a7669d9ea7673d01a767c765a7693325a7695c8ba769fdeda76c56e4a76e566aa76eac59a76f1673a771efe5a772a8faa775e126a776bddba777bc97a778e328a77934d0a77b24e1a77b8111a77f795ea77f80d4a7810d91a782ddd6a784bf3fa7863767a7876816a787cc4aa78aa0c1a78af01fa78d82aea78e5fc2a78ef963a7907b17a79151e9a7955757a796b000a79754cea797d87ba79837b4a79a6e74a79ae865a79c8803a79db1cca79de726a79e752da7a3ec05a7a807aca7a81ef6a7a96375a7a9c478a7a9cb5da7aba060a7af314ea7b116a7a7b2cca7a7b475cda7b4eeb5a7b9844fa7b9f6cfa7bc5e80a7be52c3a7c42cb5a7c597f9a7c7dc54a7c8e3efa7c93acaa7ca3d96a7cdf77ca7ce707ca7ce99b5a7cead68a7cfd825a7d00a18a7d01734a7d053aba7d0763ba7d0b533a7d2a674a7d81bdca7dadd92a7e0fb68a7e210dda7e3fc4ea7e703c7a7e82457a7eb3b15a7ebc2bfa7ed10f1a7ed2bb2a7eebbaaa7eeeb0ba7f0b8f6a7f1ad1ca7f1f1f7a7f275e1a7f4de9fa7f5287fa7f76d88a7f95a2fa7fb04ada7fba98ba7fbb665a7fc0c6ca7fd30bfa800452ea801dceba801fa45a8028230a804894ca804dd7fa8072589a808b9b3a809a678a80cb6d7a80d5718a80ddc51a80e5878a80e77d6a8122d7fa816c7c6a81c73dda81cd767a81f29ffa82003e7a8232179a823a011a82657f0a8274700a82787f6a827d301a829de8ba82a90bfa82d479da82d9847a82f2886a82f4d01a8339e8fa833fc97a835c807a835fbaca83764dda8392652a83952f6a839b63da83ae960a83bc180a83c2efca83f9a44a840204fa8419c69a8436ae3a8443610a8460a7da8470127a84731bca8489d5ca8490555a84c3a65a84c8aaea84f8a47a8509352a850fdd5a851a2eaa852179aa8529683a852cc13a852e9f9a853e999a85467d2a85540c9a855a911a855ede9a8561feea856d4fca85a793fa85c6f02a85d81dda85e568ea85ecb91a8600cbea860ab2da862244da86337fea8634683a863549ba8661dd2a8683c85a8687017a8699deca869ad4da86e02aaa86ea895a8706ab4a870ac1ba870b08ea8777bf2a87801e5a8794ad8a87a48dba87b4c30a87ce68ca87e4b85a87ea39fa87f4e4ca87fae49a8815085a883392ba885718fa8868fe0a887585ca888a09aa888c1b4a8898ba2a88cbd8da88d95e5a890860fa8909543a89140eba891d229a891e761a893630ea893ce65a8947650a89a985ea89bccd0a89faac6a8a003e4a8a02768a8a0ad59a8a2c0d2a8a33a34a8a9ad36a8af388ea8b3e4aea8b4251fa8b6021da8b7e074a8b87da9a8b9e8a4a8bbe87fa8bc3aa4a8bf1c34a8c01d73a8c3174fa8c66bcaa8c70e09a8c83561a8caef0aa8cd4e71a8cdfc83a8d07b2fa8d1523aa8d283ffa8d2cbf9a8d2ecd5a8d345baa8d574dda8daf1eea8dc83c0a8dead70a8df9df5a8dfb831a8e18dd6a8e200cea8e2c08fa8e492efa8e5e760a8e7170ba8e7cbfea8e864dca8eb8a7ca8ecf174a8ee2a54a8f0c55aa8f22fcaa8f259bba8f281baa8f3134da8f441d7a8f4d739a8f6bc12a8f83948a8fbdbffa8fd86cda8fe8149a8ff3495a8ffffe0a9001f1aa90198aba901f461a902bbd4a902dad1a90329caa9043f2fa905c805a9062972a9062deea906ccd3a9079ba8a908bfc9a90a2f86a90da1cda90fbd91a910f843a911517ca913cd92a91647a4a91772f8a9187596a91bd388a91d8fb8a91dcfeea91ef31fa91f13f6a91f5705a91f7c34a920d4eaa9214acda921d36fa921d829a922841ca923f572a9285cd7a92bab79a92bb3b3a92ce11da92d3b98a93013a7a937271ba938be98a938cc48a93966c0a93ab1a7a93b037fa93bede9a93c4e48a93ceadea93d3a85a93d6fb5a93ec3a5a93f560ca93f603aa941507da9419f34a9450b01a945df50a946fed5a948cf97a94c4389a94ce5f1a94e378ea94f3a82a950f143a9513a92a95168fba95191f6a951a516a953e481a958bba0a959c3b4a95b8fcda95bc6c2a95d280ea95e19ada95e5e47a95ea76da95feefca960baefa9633d97a96396dfa9645362a9654f1da9662a18a966aa21a966fd88a9685ff1a9686172a96b6689a96c9fcea96fb358a9700774a9722d11a9723a2ea9759149a9795131a97a6d9ea97ad7a4a97b4ab8a97c52f0a97cbfd5a97da3eea97ed4f9a9804797a982bd59a983b452a983efa9a985814ea987c76ea9894389a98b2be5a98c8241a98d2c90a98d5ad6a9914752a991df22a9925268a99368b3a9939448a994d2c7a9970624a997baf6a9980b93a998bd51a99be1c8a99c7a00a99cc155a99de4e6a99e06e2a9a143bba9a39c7ca9a53d8ba9a7622ea9a81f0ca9a8975aa9a8cb1ca9a91ee1a9aaeafca9abb5c0a9abc6bca9ade0afa9ae0364a9af1ebea9b020dca9b16826a9b1759ba9b4cdcca9b65b78a9b8ac70a9b8af80a9b98d63a9ba0fa2a9ba932fa9bbd4aaa9bd8a95a9bdcb9ea9c0e5d4a9c20499a9c2095ca9c33ea6a9c40738a9c4774da9c57d0fa9c69a9ba9cb6d31a9cc9814a9cdbe04a9ce72faa9cf71c4a9d1d2daa9d20801a9d503e1a9d66e45a9d6dd98a9d70d59a9d861c9a9d8cfe8a9d9090aa9d9b765a9db0954a9db1207a9deb81ba9dff54fa9e08066a9e2a597a9e35a4da9e77cc1a9e7da3ea9e9686ba9ee94b2a9ef1e8ca9efc4e4a9f10318a9f25a10a9f57a42a9f71135a9f74e0ba9f8ee51a9fb7422a9fb95c0a9fd6da9a9fe04e2a9fed1a7a9ff49cfa9ff9947aa0022c2aa00fab2aa019838aa030ed4aa0461dfaa05197caa08d151aa0c0a89aa0d82b2aa0e0a65aa125f62aa132712aa140f8baa15bcf4aa16a9cfaa1a53c1aa1e3835aa1f28a0aa1fffe0aa230683aa24257daa24ea85aa26d29faa27c941aa2b2f0aaa2bf54daa2d7310aa2f9aa6aa302667aa30dd52aa31f65baa326c40aa329765aa32cd66aa352a38aa376f40aa3b9ff9aa3e3eaeaa40c778aa40f793aa41799faa41e573aa446854aa451998aa458a87aa45b763aa45d190aa4651d7aa489884aa4914fcaa49b945aa49d212aa4c8147aa4f1eccaa4f6ea0aa502b66aa563d88aa570564aa58a361aa5955feaa597eb7aa5a7ddbaa5c2411aa5cf8eaaa636323aa64579daa671a49aa6b4a03aa6ca1ebaa6d041aaa6d23cdaa6d685baa700e9aaa706161aa70b7daaa70ba6baa7263f1aa747d46aa74dcb9aa756abdaa759f56aa75b169aa75cc22aa768c70aa77f71eaa783ab9aa7875daaa797a71aa79c08daa7a9fe6aa7aff8aaa7bc8d1aa7d33acaa86523baa868fb6aa8d0565aa8d35edaa8dd613aa8eff71aa90dc46aa937baaaa93a317aa947bc7aa958f1caa976feaaa9793b6aa9900fcaa9a0183aa9af8c4aa9b6dd7aa9bc160aa9bf5a0aa9cd709aa9d19e9aa9e59eaaa9e5a9daaa09d16aaa26c43aaa27cd8aaa28f6caaa40da9aaa6da3aaaa77b37aaa9b0caaaaa0871aaaadfd1aaab755daaad2448aaaf5388aab0b357aab0d6f4aab271a2aab4835caab58eb9aab60c62aaba6438aabcd295aabd2f83aabd6b84aabf15a3aac04fb2aac06dd1aac1ea23aac294f5aac54b04aac5cc4aaac6338eaac65352aac673b1aac87655aac9dd1caaccc66faaccfe5eaacd4d0faace10a1aad1676baad18ef0aad23c33aad5fcd6aad8332aaad8b9acaad99c95aadae1ecaadaf90aaaddc4feaae05496aae1bbddaae37b87aae40711aae440b4aae82101aae952c0aaea1fbdaaec4be9aaecf6d3aaeed339aaefd4abaaf0009daaf134c7aaf33e78aaf477afaaf5a305aafc8f2eaafce262aafd3d43aafda3fdaafdb85aaafe0067aaffbe16ab00b381ab013a09ab027b9dab02ce4dab03b56cab046248ab063b9fab078c50ab0980adab0a05b3ab0c1b29ab0d995dab0f00fcab10f41bab10f5bdab12e313ab14707fab17af81ab196c47ab1a1784ab1b5497ab1bce0aab1c2474ab1c8febab1d8fc9ab1d90d8ab1f63b8ab208f0bab23b019ab250733ab255743ab27740cab2a00adab2b58adab2b7183ab2c2980ab2e782dab2fdcd5ab34fc0aab35f2d1ab35fb92ab39742aab3a0c2aab3a48dcab3ad389ab3c6d7fab3c6e9eab3cac54ab3cd8a3ab3e0741ab3fa002ab3fb423ab4083b9ab41aaccab42e1f4ab4305d6ab457b6eab464356ab467505ab47a4dcab49cdf3ab49ec00ab4a46d3ab4ca060ab4cac96ab4cf0ddab4ebd50ab52587aab5649d7ab57146cab5799c9ab5874d1ab5ae1fcab5e05fbab5ea9efab60d38dab625783ab62e4ecab636e0bab6a718fab6b687aab6ec84cab6f29faab714400ab716b15ab72d5cfab7396d8ab744473ab77460fab77b2a4ab77faf2ab780951ab79907fab7b035dab7c2c61ab7dfb4bab7f580bab806fbcab80aca7ab82ce24ab84991bab887f60ab89e5e7ab8dbd55ab8eb070ab8f1302ab90a4cbab918b9cab932aadab944fe5ab947b77ab95814aab974d84ab9765beab9cb805ab9d8abeab9f4f21ab9f9494aba1e85aaba29bb6aba48febaba6e07daba73a65aba8c330aba93149aba99824abae723eabaf116dabb251a6abb97efeabbb2ad7abbc5ca6abbe4357abbf8675abc2458eabc376e3abc45b2dabc61bc8abc67106abc96f3babcc2d6dabcc3adcabcdabd4abcde689abd0e0dcabd249faabd476c1abd5645babd712c6abdf2ea8abe01fdeabe0eec5abe1108aabe322bdabe36f9cabe3d243abe4806aabe606cbabe640c4abeaff2aabeb8046abec49a1abedf020abf047b9abf11b1dabf2d405abf37da7abf38de7abf432aeabf5131cabf70e28abf8dc41abfc4265abfe5ec4abfe6651abfeed4cabfefa85abffc760ac0005a7ac001d12ac005f84ac01973fac01fc5fac046af4ac05a4dbac05e2c2ac07de22ac0a994eac0ba3a0ac0d1357ac0dc11cac0e46d7ac111d62ac112d95ac13467cac163369ac1695a7ac172b7dac1d805fac1da2bdac1e7423ac1e7f7cac20f665ac2122cdac216f48ac21f94bac221220ac25ecebac28094bac28fe96ac292760ac294422ac29832fac29b1aeac2afce2ac2b219eac2cf14cac2d25d2ac2d82e1ac2e1c9fac2e87daac2f2089ac2fc81fac317448ac322a02ac358035ac3a51f9ac3aa54cac3ac03cac3b8331ac3c85d5ac3dcac8ac3fbd24ac410c5fac41516fac430dbfac43d6f0ac456027ac457a19ac46803aac479a1cac484a16ac4a484bac4baad7ac4c9972ac4cdfc9ac51723bac527ce0ac528c25ac53d745ac54e81fac562a37ac59fb1dac5b2df4ac5c11ddac5c40cdac5d6c00ac5f3e4fac5f4089ac60e548ac61b3c1ac61baf2ac62d422ac63d8b8ac65e36bac669ed4ac6703abac687ce6ac69f7a0ac6a54f1ac6a69ebac6b26daac6b819fac6c51eeac6e9f5aac6faed8ac705b31ac70ae8cac7166b0ac761ca7ac76d8b5ac7930a3ac7b374dac7c0ac7ac7fc58dac8009eaac81953aac823fe3ac833dcfac848cdaac848fd5ac84a10eac8798feac89eb3eac8b4f9dac8d6e56ac8d7517ac905ccfac90ba18ac921361ac92fd87ac9394d3ac93a595ac947b94ac94b616ac97a924ac98c0ebac99e2f6ac9c2d14ac9c7981ac9dafc8ac9e0074ac9e0b2aac9ea662ac9fa5c2aca080b8aca12ae2aca150f6aca38783aca43ce7aca45e24aca66dc4acac0384acad5ef2acaee091acb172f0acb3d0a8acb47c46acb54dd6acba8745acbc64d9acbce143acbe4b41acbf575aacc19140acc3451eacc58930acc59c92acc80754acc8a5f7acc93ad9acca9dfdaccae537accc58f4accde931acce7112acd076a9acd15c5facd2339dacd8dbc3acdc676facddbb64acddddb9acde690eace05d8aace228a0ace55c19ace6ff52ace7dd8dace95883acea07a6acea092eacea75a7aceaf668acec9188acef0882acf0877dacf4e799acf59040acf62f23acf66361acfa3fc7acfa490dacfaf582acfb8447acfbe3c2acfbec5cacfbf3d7acfebf7cacffd81fad01b2c7ad01e7ecad01ff2ead059d9fad060621ad075c01ad0840f0ad0b7237ad0bbcd2ad0be27ead0bf3f6ad0cef5cad0e4352ad0efa35ad11332fad11460aad1354f8ad14d168ad1541daad1835f8ad199ca7ad1a3f68ad1e62d6ad1e71cbad1e7239ad1f70e6ad217c22ad25b8ddad2762f9ad2883bead28a1efad2a131bad2a5e59ad2b70a8ad2b8b2ead2c3cc9ad2cba6aad2d87e4ad2eaa97ad303781ad318bf7ad31b50dad339d89ad34d799ad36cadfad380878ad381763ad38ca67ad39044ead39e00dad3a0b06ad3ac508ad3b98bfad3cb50bad3cec1ead3d3340ad3e8b59ad3f58a4ad40fe9ead43fdd1ad443573ad4732f8ad49d228ad4cc32aad4d3f54ad4f06f5ad513c96ad5192d8ad522ef6ad533039ad5564bfad563687ad578d26ad57e88aad58467ead5984faad5a34c2ad5be81ead5e6c07ad5f3bd3ad5f8a7dad5f958fad61c75bad63d254ad63ebfead657c71ad6723dfad6900f5ad691e44ad6a2521ad6a5a43ad6aec80ad6b97b3ad6e43e8ad72d748ad73dad2ad76a353ad794ad2ad7b8e92ad7d607aad7e3eb2ad7eb10cad7f9ec2ad7fb1a3ad7fe20aad806facad80c62aad839681ad840a2dad85eb3dad860ebdad885e33ad89c524ad8b4c38ad8dad47ad8e062dad8f31b7ad8f6592ad918b2aad92a94fad95f613ad974708ad97fb24ad996260ad998c97ad9c2d98ad9c5158ad9dc13aad9e0e51ada09604ada27834ada28e6dada82eb7ada965c6ada992edadb04388adb3139fadb3714aadb40fcaadb51d10adb60917adb65e27adb86294adb97252adbb1b90adbb23e1adbedaa5adbf129aadbf6cecadc00771adc07b83adc2d5d3adc8e24aadca17daadcd5dbcadcde2edadcfaf91add040faadd0fe76add28388add2a70fadd515bfadd5d66fadd639d6add81545add8fd0eadd9c073addba5a0adddbcffadde1bbdaddf1b50ade02c70ade2022fade34405ade366aeade3c0a3ade4407dade56a92ade66245ade78d02adebc879adee176eadf08ce6adf09596adf3e5abadf4d695adfa2fddadfd0148adfd7f14adfe17ccadffddbcae015485ae031919ae078d51ae09364aae0977a7ae0a746eae0b6db6ae0bec32ae0d831eae0e6526ae10445fae1139cdae143970ae14d744ae150e81ae1a62acae1b3cf3ae21b323ae2237b4ae22e24dae23c002ae255a9bae2b92c0ae2b9346ae2b97b3ae2bdc9fae2e4cd7ae2e52ecae2f232eae2fe702ae30aad8ae30c004ae311acfae326535ae331ba5ae343f3eae35edf4ae37d474ae384fd4ae3ac3a5ae3acc97ae3b7af8ae3e9bbcae4019cdae40a00aae410cc4ae437e63ae4502b3ae4928e9ae494796ae4a074eae4b4038ae4bd6feae4d5533ae4d556eae4d81d1ae4e271bae4e6e61ae4e908dae4fdc52ae51743eae51b3c6ae51e905ae51f9d4ae53bfb4ae5408ddae548cd9ae55a16fae56388eae5817f4ae5ddcf4ae5e98f3ae5f0788ae5f5317ae5ff22cae633bddae636301ae64aee3ae65ea8eae6a35c9ae6c2e77ae6de3acae6f1b3eae70f9d3ae716cafae7207daae72164aae72a131ae72a49cae72f484ae739e78ae740ac6ae76c739ae78a969ae795bc1ae7bff3dae7cd258ae7e0c99ae7e50dfae7e7ddaae7ebae7ae7ecc8aae7f0dccae7f3586ae82052dae835d8cae862901ae88775dae888f26ae8ae6adae8c65cdae8def34ae8df331ae93a634ae948a95ae94afbeae974458ae979419ae98a714ae9948bdae9bd184ae9c1002ae9cd451ae9e579dae9e8c6daea0833eaea1229daea388d6aea6cd2faea80a14aea979c0aeaa7686aeac4bcfaeadc66baeaf9b07aeb47e4eaeb6c7a0aeb765caaeb8cf6aaebb2a3aaebcc6e5aebd9169aebf6d30aec125beaec1c12faec294c8aec3bae0aec69b59aec6cefdaec728caaec91741aecaaf42aecb2872aecc42a1aecd3249aece1a7faececf2caecf57c4aecfc1fbaed06906aed27847aed59150aed6727faed87800aeda4c28aeda4c69aede1f4daedeb540aee0b282aee1593aaee31b2baee333deaee392cfaee487f9aee48cefaee6183daee64f12aee6db9eaee6dd0baee71d21aee7b746aee96069aee96c00aee98d29aeeb1f7baeebe706aeed2002aeed9f18aef149eaaef52ef6aef58b51aef7ecaaaef89b95aef89f0eaef8f8faaef97febaef9e748aefb2992aeffaa33af01356caf013764af04c07caf062c8baf073bafaf084033af0a3dd7af0a5b42af0d2095af10a20daf15076aaf15c7c6af174da8af1bc510af1c1b74af1e2feaaf1e74d0af1f54eeaf24a4faaf26688daf2745e8af2783bfaf285fa9af28dbf6af29b4b5af2c588caf2ea300af2edd41af2f1a79af2f7b07af2fb3f7af3038acaf3043deaf31dcfeaf321dbbaf332982af3330f0af3535a6af359174af361548af37ab2daf388313af3a38f7af3af1c2af3c40e7af3db266af3eb1caaf3f270faf3f8aedaf3fb68faf3fc457af415797af43a4f9af445d0eaf45a6ffaf46314faf4c1a19af4cbde8af4cc9f8af4dcb74af51f5b5af544337af54ac20af554470af572617af598a8aaf59ab60af5c0e7faf5f1474af5faf7eaf62ec1faf634212af63a0bdaf6568ffaf656f64af6794daaf680eccaf6901ebaf6ade4faf6b5967af6e4ff4af6e88d3af712d6caf719814af75ca24af75d160af7665ceaf771703af786371af78b688af79285caf792f92af793599af7a5907af7d34d5af7ff2a0af82fcddaf83d8ffaf840812af84f1f5af871161af87cda1af893ccbaf89619eaf89e08daf8a57deaf8a868faf8ac2a4af8b2415af8bb2ffaf8bb91aaf8d5d57af8e2948af9036dfaf91345daf9142c9af932e3faf966a75af96f382af9920e4af9b3d5baf9c68f7afa02381afa0a8dcafa15128afa20eaaafa2eb86afa304e0afa3ae52afa496eeafa4bfd6afa5ea29afa8c4cdafaa236eafaac2e4afaeaf55afafd3f0afb155b9afb169adafb2cd70afb33f65afb3ffeaafb6dcceafb831aaafb8c1e7afba9230afbb5805afbbb446afc18967afc1afe2afc1ce08afc3ea25afc47babafc4ca7aafc5bbb4afc6148aafc67203afc77d05afc814d9afc84643afc853e3afc8743bafcbd5d2afccc096afcd207bafcef63aafcfad78afcfba41afd17437afd3b153afd4f182afd5e775afd83736afd8ea84afda48acafdd313dafddc711afdfc06bafe0a75eafe17428afe29074afe3eabeafe80a94afe817cbafecb47dafece861afedbc80afedfd95aff215abaff339dcaff39a60aff39fe3aff3a86eaff3ddd9aff486b3aff514bdaff5ec2faff616e1aff8e13faff8e83daffa7d9eaffc3519affc90a3afffc6ffb0001218b004d0efb0073f70b0093633b0096f46b00a1637b00a355cb00dd555b011bb84b014c4bcb01846feb01f3348b021ace7b024e777b026fa28b02a5e71b02c8ac0b02cd3a1b02d2651b02e32c4b02e4cf1b02ed45fb02f34aeb0302223b030c958b0314761b031d9bab033ae57b037f47cb039f7f0b03a4733b03b3a93b03df34fb03f5fc4b03ff8f6b0433eddb044c605b044efafb044fe85b04595d0b046f4d6b04729b1b047e251b047f3fdb04a2242b04aa15ab04eddb3b050cf7ab0510e5cb052d772b05597a5b0560637b056e3a5b058e0bbb05bda0fb05c09adb05daebfb0626fb2b062765fb06374e7b0639188b064f72ab067f1d8b068f914b0699ed3b06a13afb06b5b6bb06c4c3eb06cd294b06cfae1b06ead18b06fbf2eb07050d4b071588ab071f1ffb0732274b073b034b07468d8b075a98ab076f9bfb0782ae5b07acec4b07b975ab07d2309b07d9538b07d9e4bb07fdf11b0811942b0826756b08339f6b0857a5fb0858008b089be45b08bdeb3b08bded6b08bfc35b08d1a88b08f535cb091aae3b0940046b095af0cb0974c17b098f6ccb09ca690b09d70f1b09da07ab0a0fbddb0a1f6e9b0a2fcd8b0a36094b0a3acecb0a538bcb0a72b84b0a75049b0aa7c62b0ab82a9b0abbbc9b0ac7576b0ad9a7fb0adaf95b0af0037b0b0f21ab0b33a68b0b362c4b0b3791ab0b72aebb0be9bcab0bfe271b0c02be0b0c2902db0c32346b0c666a3b0ca4ffbb0ca663db0cae249b0cba7d7b0cc6674b0cc7a8cb0cc9325b0ccc053b0cce4f9b0ce51f6b0cecf7db0cfb656b0d0a46bb0d14279b0d2627fb0d671b8b0d83958b0d9be19b0dbb6a8b0dc3e9eb0df06a7b0e32be0b0e4624ab0e73346b0e76176b0e840cdb0e9d5acb0eab22bb0eb8258b0ec237ab0ed1993b0f15dc4b0f2147cb0f262aeb0f8ecb3b0fad3fbb0fc241fb0fd4d5fb1017227b101e20fb102044bb1033340b1044f5fb105c7abb1065bcdb1067004b1070328b107b2d0b10a5548b10ac2fab10d5618b10d8f21b10e66eeb10e965ab10ef6adb10f7d94b110d925b1121be4b11455beb1150de5b115991bb1193803b1195f40b11b36eeb11d364cb11d876bb11f130bb11f2f9cb123c0fcb125a2a1b1297d71b129cd17b12adc60b12b5a0cb12f03d0b12f45e3b135c248b13698e6b136f5d9b13b8495b13bd81cb13c29efb13d4ad3b13d5fadb13dd8a3b13f50c0b13f612eb143aaf7b147e14ab149f5eab14bda34b14c439ab14caacfb14e6e2ab150413bb1514c69b151b318b1547974b154f6ddb15547c4b156469fb1568e15b156972ab157fe6ab158773ab15bd563b15c6225b15c7e31b1620b75b16286eeb162e91eb164b821b1657822b1657823b1663f02b166d2cdb1675c1ab16889cab16a0be3b16d8565b16fb704b16ff331b1717309b172c1e9b1743ff8b1755666b1765858b17b94fdb17c2977b17db566b17dbea6b17eeca6b18286f7b1834745b18395ffb1848246b1885e9eb1891d00b1894bb1b18ad588b18b1518b18ba0b3b18c083db18cabeab18dc284b190587cb1909ea7b1919d81b1920f06b19241e7b192a313b1938532b193d048b195ab85b1962c54b1963cb0b19745c3b197e253b1980768b1990f1db199ac8eb199d9fab19a1544b19be7f7b19c10a4b19db4fab19e06c4b19e1337b19edb1db1a135ccb1a4bcf4b1a4cdfbb1a57868b1a61516b1a7ae01b1a94150b1a9abc1b1ad9990b1ade30db1ae0d9ab1aee84db1af2704b1b21ba1b1b5e651b1b601e3b1b64113b1b6f88cb1b7cbdbb1b8d9a8b1b93a97b1ba1251b1ba52a4b1bcf40eb1be58f9b1be9aaeb1c02161b1c1814db1c1c499b1c51fe1b1c7963ab1c88a37b1c8f6deb1c9492fb1ca86cfb1ca91a0b1cdcfd3b1ced022b1cf57a4b1cfaa2ab1d0b1d1b1d198d5b1d1c38cb1d242aeb1d4ca15b1d5c1b2b1d752a0b1d755eab1d80982b1d90492b1d9055ab1db21d3b1db6bbdb1db9d75b1dc86b9b1dcf390b1dcf778b1df607ab1dfc00fb1e3a60db1e58dc6b1e5dea8b1e6bef7b1e7002ab1e9cb83b1eb7a4eb1ee0175b1ef7016b1f195ebb1f363c0b1f365bdb1f40bc5b1f8a0f5b1f94f6bb1fb5b57b1fe0c2cb1ff9ef0b2006f2db200b2fbb2012869b202c3c0b205cc10b205fcdfb2072612b2072723b2088d44b20a2e4fb20a9fd7b20b3ae5b20d7facb20eeea5b2153b88b216c9bdb218440bb218eddab2196940b21ab594b21b0272b21b6986b21c1453b21c9042b21d3684b21e0eccb21e79ebb21e8895b21feb6bb2200827b2222d8cb222d772b2237541b2248048b225dfcbb226818cb22bd0ceb22ca69eb22cb971b22e2df3b2309121b2329eaeb232eee8b233f3deb2376304b238b46ab2390a80b23ae2abb23be608b23bfea7b23c1729b23c4251b23d9b1ab23fb918b2414d0db2416c44b2428cb3b247bc14b2483c6eb2498baeb24a37b8b24b7854b24beb23b24c0e60b24c8fadb24ee683b24fcdc7b251e37cb253579ab2550b07b255f948b2588254b25b8112b25c6aa5b25cfd1cb25e3d74b25f36edb2651102b265f2b3b2679821b2679be0b268c919b26983eeb269b24bb26b5a35b26b7b81b26bfa69b26fa324b270ba92b270fbaeb2720555b274b59fb2765957b276d121b2784e4db278b418b27a2dc6b27d8c56b27ea1cab27faf4ab2825309b2828551b28688c7b289eb42b28cc5ccb28e4ca1b28ebe32b28fa978b2908dc1b29126ceb29171f5b292fa70b2955685b296cf56b29a921cb29c719cb29d97cbb29e007bb29f325fb2a1c76fb2a5f7efb2a8b10cb2a8fdedb2aa3d68b2ae8fc8b2ae9266b2b00637b2b07dd2b2b2bdb0b2b39b8bb2b50642b2b538d8b2b5bf82b2b742e6b2b9df21b2bb7073b2beac97b2c19cd4b2c4558ab2c6feefb2c7a795b2c7dad6b2c8a9e3b2c901e3b2c9bf9ab2caa65ab2cb4ad3b2cd1581b2cfc12bb2d05209b2d0c196b2d1c2e5b2d28558b2d2a0b1b2d3fa11b2d49f8bb2d55298b2d84a15b2dab0beb2dcf7ddb2df5318b2e11816b2e58f30b2e594bdb2e63178b2e64014b2e72406b2e81a55b2e9a829b2eb0097b2eb7992b2eb8cb0b2ecd964b2eed4b2b2f1352bb2f3a767b2f3dbddb2f4b236b2f54647b2f59437b2f672e1b2fa142cb2fa3a5fb2fdea67b2ffa034b3005342b3024309b303561db3042eceb3056919b3059879b30872c3b309a35bb30a1ba1b30b9545b30b9a6bb30c74ceb30d0cbab30e5650b3140ce2b3149492b3155309b3155f0eb3156befb316107eb3167a50b319a5d2b31b48f8b31ddb63b31e355cb31e455ab320605bb320c78ab3271774b3276568b327c2e1b3285f5cb328c4a8b32b1f83b32d68c2b32f4090b330c474b3318d11b332e399b332e627b33301dbb33323e0b335b563b3366dfeb336b8a4b3393ab2b339f07bb33a1f5eb33a5504b33b54fab33c1993b33c2782b33e36ceb33fe79cb33fee46b3411817b3439347b343fc5cb34448f4b344b78fb346107cb3462a87b3464cfcb3476934b3482e42b3485e1bb34d10b7b34d639db34ef274b350e56cb3529372b3531f67b3549d2cb354aadab356b4a5b3579236b357ff87b35c9115b35db44db35ed53ab35f1189b360921bb3620c2fb369c785b36a0556b36a9e52b36b449ab36c4374b36c5ab0b36dd909b3702a69b3706c44b3728ee2b373d862b374112bb37676c0b376e75db378838cb37d23f4b381b0b7b381b2f9b381bbb3b382227eb382239cb383d5b0b3847aa1b3848edbb3885f64b388f3ccb3895edcb38aaca0b38b5ce0b38bc822b38d1de4b38ed0b1b38f35b0b38fc2bab38ffe66b391591eb39214a6b3924dfeb39286fcb397252fb397debcb39a45f9b39d30a6b39f7696b3a17127b3a23489b3a30d6eb3a3bd36b3a55412b3a78fb7b3a7b292b3a8f72bb3ab11efb3ab55f4b3abd3d4b3ac511bb3adc490b3b0e775b3b14263b3b14e42b3b160b9b3b16325b3b200bbb3b31de0b3b353eab3b3e5a0b3b3f8f3b3b5484eb3b579edb3b5dd28b3b714dcb3b96280b3bbd316b3be9fb4b3c01df7b3c37f72b3c6bdd8b3c6bf98b3c935dfb3c9abcfb3cd8cb9b3cdfa7eb3cec7efb3d15ed6b3d62c7cb3d69bffb3d9cb54b3de584cb3dee126b3e2b0beb3e3594eb3e4af0fb3e811e2b3e9bef4b3ea59f0b3eab23eb3eb7d3ab3ebd398b3ec3e37b3ed9fb3b3edf500b3eea7ccb3f373a9b3f38cf9b3f5d3b7b3f73f8eb3f9f2f6b3fafcd3b3fea3b7b3febf2db3fed77eb3ffaae8b4015d0ab40234f7b403546eb405963db40698b6b40744b9b4084336b40ad51ab40b16e0b40b8b27b40e9798b41392e4b415c378b417c898b4190fcfb4198249b419e9ffb41bb160b41c9f4cb41e7a44b41eb2d1b41f489bb4218da6b42260efb423ba66b42577d3b428fbf9b42925ddb4296937b4296c14b42acb0ab42ae2aab42fd2ceb4301453b430de09b4321fc3b432433db43437fbb4346a71b434d27bb434d456b4387c74b4396f94b439ae91b43ac4f9b43c87c9b4407a52b4430b71b44333e5b4435761b444d7ceb444fe05b446d5beb44962aab4498e29b44aeb1eb44ba631b44cd1fab44d4e3bb45163feb452059eb4533fbdb45360a7b453b3a3b4563569b457372ab457d484b45b86c3b45bac6bb45c49b5b461cfe3b462c47fb46440ddb4646571b4656f17b4673810b468b937b46a7208b46bf81eb46c803cb46c85eeb46fd64cb471f7d6b472a17db473d941b4748872b479d1cab47a7d84b47aa1a5b47ac095b47bc368b47c5826b47dde19b47ec6d5b47f4e3fb482a161b482b5b4b486d908b487f74fb4880de5b4883e1cb4897cc2b489a8cdb48a7585b48b857bb48c0ef5b48d1fcbb48e6c91b49125e8b4950503b495a8a9b49aba51b49c6a4db49c754fb49e1bf6b49e7480b4a00d7db4a08d63b4a19818b4a233fdb4a265a2b4a2aa96b4a5a619b4a7111db4a828a2b4a8379cb4aa43c0b4ac366eb4ac46f8b4ad6316b4b0ae59b4b17a08b4b1ce25b4b4a288b4b4b9b0b4b765fcb4b86295b4b8c65eb4b9fadeb4bbc747b4bd38f2b4bdf8c7b4be4c06b4bf878eb4c1de0cb4c4a01ab4c54292b4c6539db4c6a7e4b4c88774b4c93246b4c9e2f6b4ca65e9b4cc1f07b4cc6804b4cde472b4ce963ab4cec995b4cf545cb4cfaf89b4d07b19b4d0a4bfb4d185f5b4d2571db4d298a6b4d3f6e6b4d532e1b4d643b7b4d9b9ccb4d9bfedb4d9c7c0b4da8653b4da970db4dce604b4dde63bb4df9ff5b4e084c9b4e09c00b4e25698b4e2e5d3b4e31408b4e8e202b4ecbcd9b4ece10db4ed438db4f20cf2b4f2b6cfb4f5edf4b4f8f728b4fac929b4fc9bf9b4fd6f05b4fd8ccab4fe3b59b4fedd33b4ffa71cb5008ddbb501091db5018f6cb5022ae7b5054097b506e46eb508d6f1b50a4adab50be99fb50dcac7b50e1129b50e62f7b50eb76bb51134ccb511bbb0b5120878b512f517b51368efb51737aab519a6a0b51a1317b51d05aab51d1301b520b4b6b520b908b5226704b52294c3b52550b4b526c8fcb527dacbb528ee68b5296580b529ca42b52ac4acb52b3844b52b42e0b52f7a13b535161bb53656b7b53722b0b538948cb5399970b53b117ab53b2c77b544fa70b5452f26b545442fb5463566b547a87ab548e034b54a88d7b54cce97b54d0b25b54db151b54ef2a9b54fb891b54fc854b550d380b5527e26b552a472b55311a8b5552868b556c100b55a1551b55c4da6b55d4f94b55da606b55dea5fb55ecb1fb55f7dcfb562039eb56633e3b5667c03b568700db5699d3ab56a878fb56c180bb56c6f6bb56c86f3b56d1f22b570123bb570946db5709cd2b5717177b573dbd1b574abe6b5768d15b578d543b57a4c3fb57d1b29b57d3136b57d5809b581961cb5831871b584e8d1b588476eb5887ecfb58a1da1b58b41bcb58b4b2fb58c4202b58d9855b58e0b47b591062fb5940205b595b4d4b596e713b597790bb59881d2b598adbfb598bfdeb59c76cdb59e17adb59e2597b59eb601b59ff3eeb5a00ad4b5a13141b5a1cbedb5a2b23fb5a4cd20b5a6733db5a76e65b5a785acb5a8b8c1b5ab4497b5ac1f30b5aca575b5aff18cb5b1d8f4b5b2e193b5b3fbdcb5bb5a44b5bb7c4ab5bc41a9b5be2c42b5bf2245b5c01fbbb5c06d98b5c0fa60b5c111fbb5c116e4b5c66fdfb5c6835eb5c69137b5c73a95b5cacc08b5cbcf40b5d23d51b5d23f28b5d26b9ab5d3ea92b5d4f3e3b5d8cf3db5d8fbebb5da3643b5dabaf1b5e334bfb5e6830bb5e6cd4cb5e7c254b5e7ffbeb5e8d48cb5e95660b5e9adb2b5e9ce72b5ec99d3b5ed5bbcb5ed7367b5ee67ddb5f1fdaab5f205b2b5f23e57b5f2573eb5f27c1fb5f2c786b5f41f2fb5f4648eb5f55c7fb5f84e7fb5fa1ae6b5fa2ffeb5fa8c17b5fbf99ab5fc8a6fb5fcbf46b600e0bab600fa27b6012a61b6047aa5b604e800b6063150b606386bb607b6e6b608646eb6091298b609ab55b609f6adb60c4d53b60e7533b6142a81b615d18fb61670a9b6174541b61841dbb6184809b61c08bab61cf5c0b61d9886b61e24cdb61e7f8bb6202112b620c8b1b6224057b622c028b6230600b62378cdb62535ecb6260751b628ca8ab62a1700b62ac66bb62b69feb62d9317b6338e8ab63541f8b6374627b63a0d41b63b79e1b63cfe79b63d5dbab63de0d4b63fe1f2b64040d9b641d9f6b6425d04b642ea35b6448bdbb6464262b64644a6b647c840b6490c75b64a0934b64a2618b64ab61db64d0ed3b64f1bebb64fde77b650307cb6505610b6527bfbb653012db653a284b655320fb6555359b655bab4b657b6b0b65856dcb65a080fb65aa265b65b0f46b65c218ab65eb8e3b6616924b66224c1b6623c79b6647f6bb665305fb6657803b665ea35b665ff6db66655f3b6671fefb66747c1b66b1a3ab66c38b1b672350db672c71ab675be27b679a679b679cc6eb679cc90b67a370eb67a4fd9b67faa68b680e837b6825a9bb6839bf1b6857214b686f281b6871376b6895095b689807fb68a591fb68e23e9b68e3a8ab68e3c74b68eadb2b68ec8f9b68f7bd7b690edcbb6938974b694425ab694ad14b694d4b1b698bb9fb698c09ab698c527b6994b92b6995485b699a1abb6a0a216b6a1e601b6a1f242b6a22d33b6a6e81cb6a72858b6a8262eb6ac73c8b6ad539db6af58cfb6af79e0b6afa120b6b169e6b6b284edb6b72b6fb6b9a305b6ba561db6bc00b2b6bc2b52b6bcfcbab6bd1339b6bd4634b6be6e9eb6beffd2b6bfab0ab6bff0d0b6c32e7fb6c54df9b6c9b0a0b6cad3feb6cc3748b6ccac37b6ccac40b6cddacdb6cfc6c6b6d174feb6d2f955b6d324c3b6d33ce5b6d3e684b6d4aa83b6d72f3eb6d88377b6d93d48b6dac53bb6dad63fb6db227bb6dbde92b6de45a6b6df0386b6e003f2b6e083cab6e41034b6e57560b6e5a664b6e7ef98b6e85dbeb6e93699b6ea6e21b6eb6615b6ec03cbb6edf485b6ef44d9b6ef4d10b6ef8f04b6f08e34b6f17838b6f1a09cb6f77f55b6f7cb2ab6f94796b6fa6239b6fc2d7cb6fcb566b6fce3f2b6fff87db700961bb7019951b704173eb705d0adb7092d5bb70a6462b70a6b2db70be5e4b70c4949b70e0a8cb70fabb3b7105df8b7106f9bb7107c1db7111ec8b711dc09b7124dfbb713a96cb713f175b7157ba8b7167ddab7170c60b71770a5b7177aedb71808ddb7183814b7191e7eb719b749b719e6f0b71aff00b71d3550b71d9266b71f7769b72303edb7267484b7298bffb72b3440b72b8d6bb72ee417b73163d9b731b190b7321400b73373bfb733ceaab733ee5ab734d909b7386ee4b73c3de4b73ca28cb73e2a2bb7422a46b74246d4b7426da3b743f774b7440838b744db75b74632f0b74692d9b747e35ab748d26fb7493075b74b3ba5b74fa0d3b7501c46b752256db754cf81b7551b7cb7557a13b755f1dfb75612f9b756f5a3b75a3cfab75d0997b75d7bcbb75fddafb76029e0b760afe2b76193c5b761945ab7634c85b763e350b764a91bb7666004b7689293b768f77ab76c2b40b76e96ebb76f5f0cb7719c6fb7720160b7722295b773fbcdb7748a5db774af5fb776ee55b7780832b7789c22b778a128b7797f5db77c4c08b77ddb70b77e1ab2b7812455b78150c1b783fbb6b78464efb7852a2ab78577c2b786fd1fb787d3f5b7881aa2b78825a4b7889405b78ac24fb78ad4e0b78afae2b78b34f2b78e011ab78f3b4fb7916360b79309f4b7937d15b795378eb79a99b9b79f7f89b7a026beb7a321e6b7a3653db7a4025eb7a44e50b7a4ab24b7a4d9e5b7a56423b7a7db05b7a7fa41b7a8b8cab7a9c7dab7aa61ddb7aacd96b7ab4dc5b7abe178b7aef21fb7b2f329b7b6a7a1b7b6f5f6b7b86dfdb7b8a39bb7ba225bb7bb0311b7bdd71fb7be7942b7c00c7ab7c18993b7c28c07b7c305dbb7c52ed5b7c6b51db7c829ddb7c8c10bb7cad7b4b7cc9086b7ccd430b7cd3340b7d18c7bb7d228b9b7d2b356b7d33ac3b7d40aaeb7d44a69b7d46de5b7d7eaecb7d808e2b7db936eb7dca56eb7dd2c4fb7dd93eeb7decf17b7dffecab7e2476cb7e26acbb7e40891b7e44f05b7e59242b7e76504b7ead2d5b7eb8019b7ebc020b7ebd1a5b7ed40f3b7ef8a5cb7effc24b7f56d81b7f69745b7f7284fb7fa06fcb7fc1c64b7fc6f11b7fd3265b7fdd1c2b7fe7af8b7fffbebb8026a4fb8028444b8081183b808139fb809c9aeb80b9892b80e2c11b80f1f5cb80fc40db80feb6db81078d9b8115436b81285ceb8146bc1b814998eb8168147b8176740b8189876b8193537b8194093b81a1e2eb81c3d3bb81c76e6b81cebb1b8208e6ab8220872b8224bf5b8277cceb827b47bb828a01bb8294800b82a4521b82c7ddeb82c890eb82da87bb82e31b0b82e3f07b82e979bb82fe454b8312c35b831ebf1b8324656b832f4fcb834031cb834ee6eb8353b74b8356311b837d2ffb839ea26b83d477bb83d5411b83df7c2b84071d1b84513e7b8458a3cb845ae29b847b550b84b336bb84d2ddcb84dae0ab84ee68db84f8942b84fc4efb85163a4b851d31db8525562b8526611b85804efb85aab2fb85fa37fb85fed4db8613c10b8636b1ab8666b67b8670ec8b86aa7fbb86b2d70b86bc2b0b86d9cb1b871ad68b874bda0b876a23ab877b5d6b8783e9cb8796c9db87994f9b87a1a61b87ad50db87b07fcb87b2cb2b87f6a05b8802e18b8830666b88547a1b8857888b886e878b886eeb7b88c0febb88c1f02b88c452ab88f91afb894b27eb894d821b895308fb8954449b8959d52b895cceab896f037b8995167b89a3e56b89a81acb89a9b0eb89b1aaeb89b322db89b46f9b89bf82cb89f863fb89fa058b8a26a04b8a39443b8a3d36fb8a43af4b8a4b261b8a57859b8abbc66b8abc967b8ac4fc8b8acc5d6b8ad4912b8ae4ff3b8b0e5afb8b5ed07b8b67709b8b810eeb8baa826b8badc1fb8bf2129b8bf4fc0b8c03473b8c039d1b8c0a29ab8c0d4eab8c10767b8c1acb7b8c1d226b8c3ed7eb8c4d807b8c4f3f3b8c88428b8caeddab8cb0f4eb8cc4086b8ccd495b8cd7c0bb8ce0c7fb8d16cf5b8d1c4d4b8d2be4fb8d4d2edb8d5bbceb8d6aeb4b8da1e3db8dc1a9ab8dc4fb8b8dc6b93b8dccbe3b8ddaa84b8de737cb8df9595b8e07b50b8e1be64b8e5e160b8e5f112b8e64695b8ea9e3eb8eba577b8ecba24b8edbb66b8ee16c7b8eff797b8f14a5cb8f1d56cb8f2cad8b8f2def2b8f59220b8f61242b8f77674b8f7fdecb8f9dedbb8fa4394b8fabfa1b8fc20f2b8fc8853b8fc9e30b8fdf06fb8fdf807b8fe7cc2b900acb6b900f762b9040613b904a579b905000eb9059645b906d5ccb906d858b9072981b90bbf23b90d50bfb90df919b90ed641b90f1982b90fc8b7b910f03fb9121cf9b912692bb915ebbcb916dbc5b9179396b917c835b91875acb91a2e31b91ab480b91b8c5eb91bb32bb91c5803b91d7d74b91e4229b91e5467b91f7688b921e0d1b9268f61b9271bd5b9280d7eb928bec8b9291e86b92ad4d4b930e7bcb935ed34b9364db2b938be09b938cfe1b93977b2b93a1643b93a1b48b93f8a50b93fa90ab9460346b946f8c9b946fa82b9474378b947e7d6b948321db948f0f7b94b0c0eb94b521fb94d5daab94eaaa3b9508af3b952546db9528439b952d3d9b952f5b0b9554cf5b9571233b9575804b9594539b95d113bb95daaa5b95ef6ccb95f415db95f9cbeb96095aab962ac24b9638b70b963aa9bb9658364b965b943b9673146b9680e79b9695a6db96a8f53b96b79f4b972571bb9747417b975347fb9758b40b9778d75b97835cfb979e86db97ab942b97b428db97c102cb9820448b984145cb9842218b984fb96b9872f4bb9883f56b98a56f8b98d161fb98dc253b98ed81ab98f88f7b9920135b993eb55b997a39eb998da87b9999efbb99d1ec5b99feecdb9a0c9f5b9a12910b9a13177b9a30f1eb9a31864b9a32462b9a3aa31b9a40b55b9a4da5fb9a4de86b9a53d07b9a5f3d8b9a6989cb9a69f2ab9a71a18b9a7a0d0b9a8e187b9aa77c6b9aa7804b9aad622b9abe5f4b9acdbc5b9add7b0b9ae3bdcb9afb7f4b9b0713db9b1625cb9b22d6eb9b25da3b9b2f696b9b61174b9b6684eb9b8af89b9b9f245b9ba1927b9ba51e1b9bc5e2ab9bd122bb9c08e35b9c171acb9c36819b9c3d71ab9c5149fb9c5b74db9c60dfeb9c661a3b9c768d7b9c89db0b9c902fcb9ca8a43b9ccea25b9cd0146b9cebfcbb9cfcee9b9d05e17b9d0c02db9d0d97bb9d1b9ceb9d221eeb9d3d6c2b9d3ffe6b9dd6e31b9ddc293b9ddd453b9dfd3e4b9e0a883b9e2e3e2b9e47284b9e7025db9e7d88ab9e9806fb9ec21ecb9eca706b9eed518b9ef16c6b9f22277b9f3a62cb9f58156b9f5d8e1b9f62263b9f703d2b9f775d8b9fa448bb9fd2b3eb9fe3472ba00a750ba00d2cfba033119ba038244ba03f2edba045c10ba05539cba05ee28ba06044aba06060bba09de99ba09f8f4ba0a8ba7ba0d1c48ba0da01aba0e593cba0f7c8bba1007beba13861dba1442c5ba157cdbba189e3dba18b9c4ba198178ba1a519aba1aea40ba1bc54dba1bdc0cba1c7551ba1e7967ba20f09dba216219ba22cde2ba230482ba24de5bba268737ba274b64ba278289ba2879b3ba28b76dba29b867ba29cd8eba29f9abba2a5880ba2cad89ba2dc72aba2e2102ba2e2dbaba2ea4cdba300df4ba30c51aba31dca8ba33824fba3436dfba3467ddba352439ba39dbcfba3b850eba3d0af4ba3dde0dba3e73aaba41dd3bba41f001ba437e44ba45ae1eba45af19ba47929cba4928b6ba4c4d4bba4ec903ba4ee476ba4f06c0ba4fb528ba4fd574ba504a33ba50b87cba51ad3fba523a8dba534bd5ba54334bba554e46ba55870aba55be57ba56191aba59490aba5a8b8cba5b6670ba5d19f9ba5e85a9ba5ffd1aba627ca2ba63de70ba64c1a4ba67b46dba67e572ba6885beba689cfbba6a7b01ba6c77f3ba6c8adfba6d119bba6e1cc2ba700e3aba702e3cba704707ba70e0fdba70e946ba718e72ba718fd2ba7268d4ba72ba47ba73a70dba74636aba748cacba765980ba78fd7bba798f89ba7a4df7ba7a939fba7c38a3ba7cbb7cba7d438cba80682aba818478ba8190d9ba81cf9eba81dfc9ba8261f6ba82c4ccba832ba3ba852611ba854e73ba872d7eba883cebba890c3eba897fffba8ba98bba8c921aba8dd87eba9045adba904e70ba91874eba92f39fba930b8fba946ab5ba95b8bfba95bd4fba9984f4ba9ac904ba9dd9afba9f4732baa00dddbaa05998baa11068baa1777dbaa1f7edbaa23ed1baa34c17baa4f0bebaa55db2baa8a165baa99261baabd0b8baabd9b7baac63bdbaace6aabaad01e4baafa061bab48ea3bab57fdabab7b0dcbab82f31bab97f9bbabaafa5babb1ae2babea362babeaaaababfc52dbac2a3dcbac33b29bac3ec64bac71d10bac85d38bac8885abac9db5fbaca4516bacb07ebbacb8756bacc764dbacd5c00baceba09bad1e68dbad31bb7bad550f8bad7a8babad98575badcb984badd4882bae045fdbae31c75bae53c80bae969d2bae9dd50baea24c3baeb3909baec429cbaf086aabaf09d8abaf09ff1baf0a00ebaf0dbd9baf27f0fbaf2b171baf2dd15baf2fa9ebaf4e4e9baf64e36baf9575abafb0870bafb8c32bafcfacfbb010d05bb020d38bb020ffbbb0277b2bb032ab4bb040fb2bb06dff4bb06f2c0bb07307ebb07beb8bb08ccbabb08f03bbb090193bb09cc31bb10a59bbb11a2bebb13e0f9bb14987cbb14acdabb14f757bb150b38bb16ab2cbb16b335bb16f141bb1967e9bb1a3e16bb1ae8c0bb1b8c10bb1b8f2ebb1bce9abb1c11ddbb1fe9b5bb214d7bbb264218bb274694bb278eadbb292157bb293740bb299057bb2d4310bb2d65b2bb2f32d3bb2f73c7bb3039adbb30523bbb311f1cbb32455bbb32b841bb334fe2bb351eb9bb365ea2bb36ab60bb3a00aabb3b9de5bb3bbb85bb3d854fbb3e97f9bb40264fbb424c42bb425b78bb4324a3bb449e72bb48bd11bb4a82c3bb4dccadbb4ddf2cbb52f999bb539b8abb56983fbb584a93bb5952a0bb5d026ebb605a3abb620087bb62bfd3bb656207bb65f65dbb6606f1bb662db6bb668b72bb66d36dbb674165bb675f1dbb683d29bb68a678bb68ae8bbb6981e3bb69a3a8bb6cc6a0bb6de248bb6f1e7ebb6f8a1dbb6fc314bb70973dbb725946bb72964dbb72dd22bb7447a6bb7464b5bb74cc66bb76c6d1bb77a6edbb7c52b9bb7c9a01bb7ee4c4bb7f4ee6bb807636bb809921bb80d998bb816291bb821406bb833248bb8442a7bb872d3abb87e92ebb89a9bfbb8d3c90bb90057bbb901ef5bb911162bb91b458bb94d557bb95b7fabb973120bb99dba6bb9a633cbb9b1970bb9b429dbb9bb04abb9c3484bb9c7ab6bb9c87edbb9d07b1bb9e0d8abb9fc931bba10dbfbba21882bba6359fbbaa0c75bbaa95dbbbaabc6ebbab2063bbab6605bbad7fb5bbadef23bbae674dbbaf94a1bbb10cefbbb1631dbbb33759bbb474abbbb4bfb0bbb6845dbbb712c7bbb722bebbb92a20bbba0632bbba2c72bbbc200fbbbd839ebbbf285ebbc2ffd7bbc4214cbbc46f90bbc4df98bbc530ddbbc56b86bbc767e3bbc7fb38bbc966d5bbcca34abbccf864bbcd45e3bbced3adbbd361a1bbd440e0bbd47a38bbd4c463bbd68472bbd94443bbd94ffbbbd9fca7bbdaebbbbbdc4ff2bbdc78c2bbdce0adbbe05678bbe0767dbbe12f33bbe35d41bbe5731dbbe5ca1bbbe70259bbe8e02dbbe9feb9bbeba687bbebe3b1bbed2e2dbbed38b5bbef930dbbefbb91bbf21594bbf24589bbf46d75bbf64319bbf7a48bbbf8708dbbfa6811bbfba419bbff3eacbbffe98abc04d84abc079e58bc07e8dbbc095affbc09d5adbc0a1ecbbc0b723cbc0de330bc0f8ca3bc1034f1bc108bffbc11e114bc137c1abc140f75bc14a71dbc14fb9dbc16031cbc18b811bc190edbbc1a6519bc1cfe70bc1dd561bc1ecfdabc1fe915bc211d6dbc213d6abc247a0abc25377bbc274c7cbc276c7abc282e7fbc290917bc295aa1bc2b8454bc2ce527bc2eff50bc313e92bc31a7eebc31c1b8bc327924bc3291e6bc329b6fbc34f7d1bc366ddebc37caecbc39caacbc3d5050bc3d52d1bc3e3b4bbc3e4ee6bc3ec73dbc3fb0ddbc40856bbc426e5ebc453814bc4674bdbc46d933bc473831bc489fbebc48f00ebc4a2bf6bc4b558dbc4bf7c7bc505c02bc51ac13bc566cf9bc5a88b3bc5be294bc5be905bc5c5517bc5cb6b9bc5cbc50bc5ff370bc61120cbc6165a6bc637f10bc638ae4bc63f7c5bc6511ebbc698954bc6bf943bc6c4a96bc6cc66bbc7017c8bc7125dfbc745c9dbc76df8cbc7703debc7741f9bc7a2d12bc7a81e0bc7ac680bc7add02bc7bd951bc7c5448bc7c6432bc7dc55ebc7dcf79bc7e3e4abc7f37f5bc7fafd7bc8073eabc807d91bc84abf6bc85251bbc881559bc886877bc88d0d1bc88dee4bc89641abc8aa2a8bc8b7140bc8b8b8cbc8c5161bc8e1702bc8ea7e5bc8ec473bc92a5f1bc931e93bc995e2abc9b93fdbc9cab14bc9d6788bc9e0bcdbc9ee4c5bca61502bca749ddbcab188ebcac184abcac9fcebcad7c6cbcaf8e42bcb087f6bcb1f047bcb5c391bcb8c041bcb947d4bcbafaa6bcbc5c97bcbdef16bcc08433bcc6addebccab1c9bccb3784bccc8f11bccc9480bcccf403bccdb9b4bccdeb08bcd194c0bcd2b828bcd2ce5dbcd3537dbcd3b152bcd6ad68bcd76d2dbcd8eca2bcd98890bcd99d36bcda7848bce12183bce27470bce2de30bce30decbce40a57bce434ecbce690bdbce73ad4bce84ce7bceabbebbceada50bceae4bbbceeaf8ebceec349bcefea72bcf08db7bcf1d8bbbcf31656bcfe6470bcff88edbd00ad8bbd010d14bd01e9cbbd02308abd028b8dbd043fa4bd06428cbd073848bd084253bd0891c4bd092685bd09382ebd0b03b9bd0b21aabd0bfd6cbd0e371ebd102e53bd14efedbd15c179bd1855c8bd18628cbd1876bebd1b5fb7bd1bce44bd1c8516bd1d0bbbbd1f4fe6bd1f9b5abd1fc1edbd204b9abd20b39bbd220e32bd22f1e9bd244621bd25e7dbbd279b1fbd27d8d0bd27e8d1bd289d5dbd28b38abd29e150bd2bc920bd2d01dabd2d7c4dbd2e6491bd2e83b2bd2f0e33bd2fdca0bd3064d5bd32f937bd332ddebd339d85bd35d4d9bd36b242bd39f0aebd3ac66dbd3b8961bd3c4ba6bd3cafeabd3cecdabd3d86babd3e6350bd3e908cbd3e9510bd3f94c2bd424164bd44d03fbd4613f3bd47baa4bd4a2241bd4d584dbd4d9740bd4f468dbd50a90ebd50ca4abd5361b8bd536a41bd54e0a8bd5680a5bd5829cfbd5889a6bd58c3c0bd5d12afbd5d2d00bd5fd6bcbd601b79bd609c9cbd635df1bd64184ebd68f797bd6a2f0fbd6ae6babd6b56b4bd6b6dbabd6d631dbd6e6d75bd6f6f2ebd70905ebd715ef4bd73beb8bd7558a4bd76e0b9bd76fd79bd77b943bd7c2369bd7c394fbd7e6058bd8136b5bd85c89fbd85d7adbd879714bd88ce88bd8916abbd89c117bd8a6e08bd8b082bbd8c0638bd8d1ff1bd926cd3bd92c8f7bd933ea5bd9571debd9659fbbd971c90bd977b31bd99451cbd9a0961bd9b02e9bd9b3b0bbd9c54d4bd9d697dbd9d82aebd9f17cebd9f1e15bd9f262ebda0c78abda23df0bda41f9abda4aa50bda501f9bda5bb3ebda5eb9dbda70e16bda84a4ebda98267bdabe61fbdacf034bdadacf6bdae2be7bdaeee3fbdafdda8bdb082c6bdb4ebd1bdb5338abdba8926bdbcdf4cbdbd527ebdbdb497bdbe84c0bdbf5a10bdc02cdfbdc04510bdc053ddbdc0d046bdc185dbbdc1b50ebdc21d0ebdc27cd8bdc36262bdc43bb9bdc4c544bdc8a3acbdc938a9bdca08c8bdcd345fbdcdb9b3bdcec9a6bdcf886fbdd13e6bbdd1d1debdd24f78bdd29b21bdd2faffbdd4a70abdd51945bdd5396abdd545cdbdd56db6bdd9a5f1bddb465fbddb7773bddc698ebddccebabddd1bd3bdde854ebddf03aabde1b2d9bde1c360bde4b1edbde8c5b2bdeb1ec4bdee2bc1bdee7926bdf09f34bdf1d628bdf2b795bdf414d8bdf48554bdf4b44abdf512d5bdf7b1d4bdf96b97bdfc6ec3bdfccc08bdff65dbbdff8c82be00d539be02ccd5be030da6be07dbfcbe0828a9be092273be0d3224be0efbbcbe0fc965be0fd391be1060f4be107b24be1240f9be1265ebbe13793cbe1424f5be14f50cbe15d840be177420be179a0cbe18fa82be1979d8be1bf417be1db1a8be2228a8be23cefcbe23f1eebe2448b0be2a4080be2aae28be2c2f65be2ca86dbe2ca9a7be2cf387be2d4593be2da40bbe2fbf15be305d36be30f13abe3141bfbe315fb5be31872fbe31b47abe323544be33e804be35a1fbbe36c9fabe371effbe3799dabe387d32be3a0684be3b2325be3cc3eabe3cfd94be3ddfaabe3f1e29be401143be42a2eabe4693c9be481faabe499b8ebe4ec5e7be4eef5fbe4fadadbe53bb6cbe54e366be54f710be54fc2abe56692dbe574a3dbe57feeebe58d117be58f3a3be5a24cfbe5b049abe60174ebe607e9dbe618dc2be623b73be632a5dbe63beffbe63eb4bbe65bd46be65db91be66cbb6be6ab9c1be6b65fcbe6b854fbe6f2497be721cc5be724aaabe73d3f4be76a526be773c86be77ae4cbe77bf90be77f3b4be78a77ebe79e46cbe7bc5e2be7c1250be7caea4be7d4b2abe7e78e4be7f9354be8010edbe803e87be811c80be819437be8198e5be834940be85a0b9be85ac42be872504be89c6acbe8a4d07be8af51cbe8e2379be90c80dbe90dffabe911aabbe949f7fbe94a2c2be94dec3be9539f9be982459be98df22be9acccebe9b351fbe9b7f01be9bad88be9bbed4be9c829abe9ced99be9d5c98be9d6e40be9e9de4be9eac6ebea01422bea197c9bea24c31bea347fcbea3eee7bea4d4febea51b6bbea52d4cbea53f74bea55f22bea61816bea69b07bea7b062bea7d710bea8d75abea9b3b9beac5fe0beacc8aabeace728bead0b19beae658ebeb0249dbeb0f2dfbeb148c4beb357e4beb38ad5beb494d0beb5e1b5beb64db4beb69e32beb796dabeb86763beb9237dbeba531abebd0406bec0224dbec0c1cdbec16ff3bec1a7dfbec3be3cbec63dcbbec67ce5bec69da9bec855dabeca51e5becabc2fbecb3b56becc80aebecced6ebece7678bed0d21cbed155b8bed4bfb7bed51658bed658d6bed7e7adbed81794bedbf929bee0f0dbbee70d3abee826eabee8d1fdbee97dcbbee9c9c1beebfc2cbeed678cbeef3e45bef0179fbef1925cbef1d1c5bef230aabef396d0bef63feebef67600bef68453bef6a05dbef89ad3befb46adbefd6b27befec331befed7e6beffb3a5bf0136f7bf02839dbf046c19bf051a99bf056265bf05706abf0576ebbf098115bf09d87bbf09e4b1bf0dfe60bf0eaaaebf0f25f8bf0fab37bf10f010bf126cfbbf12ace1bf137807bf1451c7bf167f89bf16bb11bf1704ffbf171836bf17a248bf17bca3bf1b416cbf1f3245bf20e341bf218500bf22857abf24816cbf25a161bf28d784bf290dc0bf293627bf2aa77dbf2cec58bf2dd879bf2e50c8bf3499c1bf350ce2bf35d84fbf38c71dbf393b96bf39614fbf3982ddbf3c6d47bf3c818ebf3e2f71bf3ee8abbf3f7325bf3f9be8bf41246cbf42e14fbf438d11bf43a1adbf44a472bf47c802bf4847b4bf49b789bf4a50abbf4b9280bf4c4d18bf4d8190bf4e31f2bf5036e0bf5142b5bf52caa6bf541ec6bf550cf2bf56a783bf575896bf57c742bf59fdbbbf5ab7b5bf5b02e2bf5b70d9bf5d2691bf5f05f4bf6020f8bf61401fbf6228dbbf64f301bf65727abf6b8121bf7225b3bf72544ebf72c0c3bf7382b0bf73ef4fbf778439bf7c168fbf7cd9e3bf7dfb63bf80dbf9bf825f9cbf84b064bf8582d2bf863985bf87152ebf877cc3bf87b60dbf88a781bf891f06bf8a06dbbf8db7d8bf927326bf94f0babf9594aabf95df3ebf969426bf97610bbf9b8191bf9d10a6bfa135e9bfa43c0bbfa58630bfa7a289bfa7adf6bfaa0a1dbfaa662abfab0515bfabd71abfacf786bfad6728bfaf8d32bfb462b5bfb5505fbfb570ebbfb7d773bfb87983bfb98cf2bfbc0e2ebfbe9793bfbe9a41bfbfe354bfc3590bbfc4049dbfc5122dbfc745d1bfc95b7abfc96868bfcb9c55bfcce27ebfce1f53bfce7ac6bfcef16abfcf98c9bfd15782bfd2ab54bfd30713bfd3d478bfd61650bfd72b8dbfd7cd71bfdb844dbfdbba54bfddeee5bfdf0920bfdfa2cbbfe07d47bfe699f9bfe84503bfe9be2dbfe9c57fbfe9dd38bfeb09e4bfec9d70bfee899dbff4f4b5bff5b37ebff768a6bffa38a7bffb79debffc4d6fbffef27dbffef878c000b3acc002c145c0050df9c005861dc0067505c00acd6bc00bb17ec00f1e90c012e16bc014bf99c015d38fc0192ca6c019a0fac019fb0bc01c27a6c01e601fc02182c9c023bd48c0248398c02797bdc02885ffc02a907ec02bea82c0324212c035df66c038668fc0386dacc039f2fcc03aa029c03aadabc03afb3cc03bf4d4c03c9e59c03d2e92c03e4d27c03ee145c03eee0cc044715cc0447d6fc0453706c0463f81c046b03fc046d6f3c04814aac0491b5bc0496080c04a28c1c04c1aa0c04c53d7c04c796ec04d88e8c04e1120c04e1e87c04f9eb9c0522ab4c0559249c055c44bc056e8f9c057a77fc05897d2c05e95b2c05ec7adc0601d7bc0670a32c0687dc4c0689621c068aafac06b293cc06bcbf7c06c5a75c06edf46c06ee63dc06ee814c06f5ea3c0703f1fc0738243c074b96ec075b7efc0770f52c077dd71c078c174c078e821c0790579c07ba83bc07c91f1c07cac9bc07ecde7c07f4916c07f8e60c081544ec081d6b7c082e8b5c0839223c083d382c085a2e5c0886226c088cbeec089b73ec08a3268c08ac9f1c08b9080c08f359ac08fa2c2c090b375c0914960c096dfbac09aa09ec09b77dec09ce468c09dc708c09fe072c0a08971c0a32ca2c0a38d49c0a3f50ac0a54e15c0a9a6d7c0aa13a4c0ac5bfdc0ad1bb2c0ae598fc0b1a63bc0b2642ec0b91c31c0b92210c0b97939c0ba4d69c0bcefe4c0c191c2c0c28f4bc0c82039c0c94676c0c98180c0c9d806c0cba868c0cbe6c0c0cd7925c0cee497c0cf3e95c0d1134ac0d16601c0d16d84c0d25a14c0d454cac0d622abc0d693e9c0d76d0dc0d8a00bc0db58e0c0dbd643c0dcb43ac0de6b1fc0de8c48c0e0fd56c0e10560c0e10569c0e44e19c0e610ffc0e637d4c0e6dad9c0e897c8c0e95052c0e9549fc0ea15c6c0ea1c63c0eaa3bec0ecb00ac0ed57a9c0ed7fe4c0ee0452c0ef41f1c0f10b4ec0f1ef49c0f5add3c0f70394c0f79342c0f7a29bc0fcb767c0fe53f6c0ff54e0c100e872c102902ac102da72c1037cc7c103b227c1054bc1c106c18ec107c04bc1089f77c108d809c10b08c9c10c8da0c10e6a7ec10e85aec10e9fd2c10fde3cc1107b7ec110f083c111097cc112013ac113b584c1143ffcc11638bac119df39c11a8862c11be22bc11cd10dc11de5c7c11eea63c11f0469c12079a5c120e182c122c0dac1230635c124c8edc126385dc1285f1ac1286f5cc128c40bc12ad614c12b7854c12d644ec12dac8ac12e6c97c12ea379c12fdf92c131e8fdc1321deac1350223c1351f1ac136f1aec137d70fc1383007c13913c4c13a6df3c13a9bc8c13fcf27c1420a3bc142dc02c142df6dc1438390c1475265c147836bc147a8c0c149b767c14a2441c14b9cfcc14ba95ec14d99adc14e4672c14e4d9dc14e6bffc151a1d0c1529b67c152cb94c1538807c153c827c1553e7cc1576910c157ad75c15b4bd8c15cfa31c15d3230c15eeb03c15f51b6c15fc632c1600c86c16241dec16764ecc1691481c16c0b00c16c0be6c16c1f6cc16e88b9c16f4cc2c1709de2c170c33cc1718975c17282fec17334e1c1747acac175a266c175d770c175f5fbc1775611c17772bcc17897a8c178b384c1795d1ec17a1eeac17acda2c17b22b6c17d9507c17ff2a8c1804664c1815c39c181fedcc182a22ac18373f7c1864153c1879886c188c53ac1890562c1898ce5c189a128c18b6381c18b747bc18ce51fc18dbbb0c18e142ac1919e6fc193d84cc195ce0fc197da10c1995b3bc19a012dc19c1404c19c2211c19cb1cfc1a13ffbc1a2273ec1a2b7f5c1a390fec1a56597c1a61b6bc1a6fe2ec1a93466c1aa08cfc1aa1ea3c1abb863c1ac20c7c1ac70c2c1aca867c1aceb87c1acf1dbc1adab06c1b0de4ec1b12811c1b197a3c1b391fac1b3ebb3c1b4a39cc1b58c2dc1b9fb99c1bad9e2c1bbb053c1bd23ecc1c055cbc1c11b5cc1c24fb3c1c49d36c1c80ed3c1c82c69c1c841e6c1c94eedc1cbb337c1cc8850c1cca337c1cd6514c1cf03f4c1d01850c1d1cb3ec1d6effac1d72606c1d8a039c1d9b5b4c1dbdbf3c1dd7286c1df250dc1e2201bc1e2c89ac1e31dcec1e3451fc1e4e012c1e6f03ec1e7c63fc1e8b109c1e8cdc4c1e9bf4ac1ead4ebc1ebb4c8c1eece7ac1efaaf2c1f2fd81c1f3fbe4c1f5ea84c1f67b8bc1f6a4a9c1fa0424c1fd0699c1fd4a03c1ffccf4c20152f2c20504d0c2062c20c2066b31c207188cc2079281c209214dc20976bcc2099ae6c20b70e6c20d12d0c20d9bbfc2113471c2119eeac21253a3c215b01fc2171b19c217cc92c2185435c21cbb6bc21ceaaec21d77ecc222339cc222eb87c224b423c2253ae7c225b6f2c226a2e3c2275481c227dbd9c22a528bc22a5998c22ab561c22c004cc22d1fbac22e5c47c22f6ca2c2349965c235075dc2358853c235c20cc2374c25c238e492c23a84c6c23dbb80c2416acac2445135c2467a84c248376ec2487857c2490006c249f869c24a877fc24b0d3ac24ca24dc24cf00bc24d5736c24e6041c24eb923c25004c0c2503694c2509973c2510a17c2517637c253ea0dc254e4f6c2555b15c2563a29c256f572c2577cd0c2579a67c257c722c259f5cbc25e1143c25e3daac25fe3a3c2603f60c269c064c26a70a0c26a9cc6c26af902c26b61c3c26c6123c26ddd9ac26e17d7c26e9ac9c26ef78cc26f6b93c26fa55bc27157cbc27276d3c2779fb5c2784cb9c2790c11c27910dac27b67fac27d1783c27dce70c27e671bc2819c3cc283d3c7c28481c2c286b42bc2876bacc2885181c290eccfc291c646c293fce5c295a8c9c295c521c295cfe9c2978548c2978792c298798bc2996b29c299b98bc299eb40c29a72cec29b44c5c29be87ac29c6c2ac29d6d70c29dd73dc29f9a32c29ffcd2c2a05366c2a1a54cc2a3629ec2a384b1c2a3c1ffc2a45f68c2a4972bc2a4d4a5c2a78efcc2a8d13ec2a8e050c2ab60b1c2adefbbc2aea706c2b2e174c2b35c3fc2b3deeec2b623a2c2b82429c2b87142c2b9456dc2b97560c2b98285c2ba67f5c2bcde17c2bd972ac2bd9bfcc2bde311c2c1aee7c2c268a6c2c44edac2c5b2c6c2c64654c2c72d9fc2c7b346c2c95b9fc2ce3f64c2cea582c2d01100c2d1b4a3c2d26945c2d74552c2db03d6c2dce914c2dd5187c2de317dc2de95cbc2df6e75c2df7f92c2e05204c2e177e9c2e3fd04c2e568d9c2ea28dec2ece1ccc2ed87d5c2ee75a6c2f01affc2f148d7c2f2896cc2f43a12c2f55fa5c2f58355c2f8466dc2f896d5c2f8f41ec2f99675c2f9ed7ec2fa0422c2fab63fc2fbdd52c2fd35b5c2fef7dcc3002cc8c3012ecdc3013b5ec301b27dc301b706c30239a3c302f4c6c303390ac303a73dc304ec21c3079303c30951dcc3096859c30a05f1c30a7d19c30af2e3c30b0103c30c2dc6c30c707fc30ca26fc30fb11ac30fc4b1c30fe70dc3102701c310dae7c310ece9c3117c55c31205a0c3123178c313e2fec314daccc317c66ec31939aec31ae4d6c31b9162c31e4025c31e4402c31f4dd0c31f5da9c322008ec3221c06c3224046c324693ec324bad9c324bcb6c3260810c32696b2c32792d2c3286577c329dcf9c329e8f6c32b74c2c32cd111c32fa6f9c33174c6c333a15cc333a81dc334ebfbc335af0fc335bf16c3383f89c3387de4c338adc2c339bb87c33be9dac33e0dcec33f2721c3406dacc3408df3c3418b33c3421412c3425df3c342e69ec3432c1bc34550c8c346de40c347cc4dc348a9fcc34cd7b3c34df213c34ea1ecc34f3ce8c34fefffc3505e37c3528a1ec353afeac3541750c35565a1c3576d4cc3589650c3592867c359380ac3599436c35abafdc35b71acc35c289fc35c3df5c35caed1c35e0dfcc35eb8cdc3625575c362783fc362a98dc3640486c3645948c3647375c364d52dc3654be6c365ac1cc36890b4c36f1e05c36f897ac3716495c3739d9ec3741ca4c3747eefc374a80dc376aecfc376c9bec3779101c379c5c0c37a3ca4c37ac2b0c37c6915c37e25afc382f5dbc38405cec3852074c385244cc385c069c385f03ec3874125c3899da2c38a62f6c38acab9c38c4e73c38c60d4c38eb452c38ecd1bc3909e40c390ad99c396c4d3c3970e8ac3974766c397ff95c3994cddc39ae28dc39b7042c39baa07c39e0d95c39e1dd0c39e272ec3a22e46c3a2c21ac3a396a0c3a4b313c3a5f385c3a6c3bcc3a7afb2c3a7c9ddc3a7eda4c3a86f0ec3a908d1c3ae03fbc3af2565c3b06f52c3b19982c3b51b66c3b558bbc3b7cb2cc3b7dc5ec3b95819c3b97811c3bd4a19c3be7984c3bf0da8c3c02855c3c305c3c3c3fde9c3c4333ec3c549acc3c7933dc3c7edc7c3c842f0c3c8731ac3c9d207c3cc6ec3c3cd76aac3cdc761c3d05d97c3d381d1c3d6adeac3d91628c3d93196c3d97269c3db8339c3dd028ec3e36740c3e375dec3e419d3c3e5603ac3e6ec4ec3e7cae2c3e8202bc3ea8516c3eccbcbc3ed04cec3ed20efc3ed9a82c3ef5feec3f1d1bdc3f3a0dec3f4f734c3f519a3c3f56a08c3f71abbc3fcdda7c3fd3c3bc3fec649c3ff3df3c400194ec4002e39c401ac78c405c6f4c406edd6c4099f2cc40b5470c40ce96cc40f7fb2c4139041c4159a6dc4196213c41ad681c41c0d87c41d0d6ec41e3a94c41f4339c41f468dc42200d8c422324ac42280d9c4232c5ac4236667c4265c66c4283b2ec428abddc42aaef7c42ac939c42ba844c42c8de0c43203b3c432d853c433d005c4375695c438eadec43c0e79c43cd4d3c43cdb6dc4408a83c443a22cc444a6c3c44631eec4466efec4488b2bc448b46ec449c514c44c35d0c44fb154c4506632c45324edc4539411c457b15ac457b4fdc45aa64fc45db688c45e315cc45f030bc45f534bc45f7050c460b1c0c460f2e0c461135ac46194a7c461a87ac463cdecc46427a2c4647d79c4655c18c4656e1ec4657e14c465b9e0c4666d18c46674c2c46734b3c46beebdc46d7e03c46dad6cc46e23b3c46e6bbfc46ff789c46fff93c470b8a7c4729f2cc4735f20c474ba43c474d06ec4758bb4c475e8c4c4762e85c47704f5c477c055c4787b06c4790ac2c47d636cc481adbac4822ee3c4833bbcc4853584c4879dc3c48d7926c48d9c85c48dbf70c4905733c4917bbcc494e301c497461bc4974d49c497c024c49c0a9fc49d8f54c49de341c49e637ec4a01ff8c4a10aa6c4a2e6c5c4a4c4cfc4a770b7c4a79d33c4a85596c4a8d61bc4a97ac0c4a9cd3cc4ab4e69c4ab6f03c4abc57bc4ac418dc4ac4752c4ad6215c4ad8ea0c4adb4ccc4af905bc4afd539c4b05e9dc4b0cb30c4b1cb44c4b2cfaec4b4245ec4b7c8d8c4b8576ec4b9486bc4ba9f63c4bb46dcc4bd6472c4c1c201c4c1efb9c4c2e56ac4c4fc56c4c5259cc4c5d66dc4c6f69ec4c759c5c4c8a535c4c9d9d2c4c9fc48c4cd72d6c4cdd43fc4d1aae8c4d1b337c4d1bc15c4d33da5c4d5171ec4d5698ac4d631d2c4d67511c4d886b4c4d8cb53c4d9b3d8c4da6e69c4dbb765c4dccc1dc4de3feac4de4ee5c4e01216c4e064b0c4e138e6c4e481f7c4e4f38fc4e573e3c4e75f06c4e7849cc4e92d60c4ec04d9c4f0692bc4f0e7d8c4f0f3adc4f18631c4f625f0c4f70c09c4f76688c4f9e702c4fa4473c4fa4ff7c4fc0cf9c4fc214dc4fef818c505baefc5062bbbc5097763c5098394c50a3a0dc50a6dbcc50a713fc50c70d9c50d0ce3c50f1545c50f4429c5102ef4c513cbf0c514b236c5181c33c51af2b0c51b319ec51c33ccc51e0ceec51e2a1bc51fb53bc51fe03dc5229319c523d1ddc524f19fc5262254c528deb3c528e859c52a8a88c52c0779c52ea85ec52f6c51c53108c6c531246ec532c057c532d54fc532e5d1c533a035c534bcb3c53b88eec53bbc74c53c93a4c53cb577c53ee192c540e63fc5415544c541bf6bc5423591c5426b7ac542aedec542b2bbc542f109c546a5c0c5491fcbc54974abc54c5e6ac54c622ec54dcf1ec54f067ec54f88c4c55170adc552e3b8c554940ac554c71ac55563c7c5557052c557973ac5580c1bc5588af7c5598bc1c560a306c5612141c5622767c5651afac565af45c565f052c566d6f3c566fc51c569e3c6c56b10bec56c0838c571d709c5767cf2c577f6bbc5785cd4c578951cc57ac821c57b800cc57bfa63c57de949c57f7540c57feb4dc5805feac5811baec58214bac582ec6ec58694c8c58a5a2ac58a5da4c58c6defc58de73cc58f01afc59087d9c5929951c592e8ffc5974ce6c59bc508c59c2779c59ea674c59ef677c5a143e0c5a1afa5c5a2d77bc5a3b8fac5a3d71fc5a3daf4c5a4e232c5a4f436c5a95a65c5ad5392c5adeaadc5b1fd8dc5b3a00bc5b3e860c5b3ffc0c5b6b709c5b6d4afc5b8a499c5b8e6b3c5b9d107c5bb1c96c5bbf7efc5bcf451c5bd5a9cc5bd89aec5bdb96bc5bf5ef5c5bfa79dc5bfcb91c5c029f4c5c1403fc5c1ed1fc5c3260dc5c4846ec5c4ec34c5c61ba1c5c88158c5c8d0b6c5c989b5c5d138f8c5d48ebac5d5015bc5d63c31c5d65415c5d8b50dc5da39c4c5dbf4edc5dbfd28c5dda52bc5de2413c5e0371dc5e0b5c7c5e51a7ac5e81aa3c5ea3edfc5eb4ed3c5ec2dfcc5ecc6dbc5f1cea3c5f3d385c5f49ad5c5f60d68c5f69da4c5f85c7fc5f9da96c5fb3fb6c5fe8f3dc6013512c601ec0bc6031705c6037893c603a968c603b0ddc6069c76c60754e8c6086decc60b1951c60c7e0dc60e33f8c6115cf1c6147875c614bd67c61923ebc61bd76fc61bf392c61cea16c61d8696c61e7a9bc620038ac620f477c6210cc8c621474fc62442e5c626bf71c627c7c0c62845f0c6296640c62b8eb0c62dfc34c6309f9ec631472dc6338ad9c634cf43c63595c3c635ae23c6391b06c63935cac6394f69c63add1ec63bdc6bc63c9bc1c63cc0a8c63cf89fc63e9a18c63f9cd1c64001e5c6413d6ac6445179c64494a5c646aee6c64b04d7c64d7fe5c64e6f2ec64ebfbec650705cc6524831c6578cccc6594bdcc65c5b22c65ce055c65dbdd7c65ecb03c660a5a4c662b3b3c66352ddc663f712c6649836c66770d4c6698a70c66d89c0c66fe5c0c672cfe2c6734de1c6743fa3c6761c8cc6779d81c6786455c678781cc6789a74c678b911c679154dc67b2ee1c67bb964c67c7945c67f4e27c6807401c680e648c682f042c6861e47c687f9d1c68afa3ec68c728ac68cdeb3c68f0cabc68fc5c2c6905217c69142a4c692667cc692aa7fc6933921c6939d47c69768b4c69817a9c698f129c69bce5dc69c4961c69eeb3fc6a31520c6a44d3dc6a68a5ac6a7dd9dc6abe6f0c6ac6ca1c6ad604bc6adf4b8c6af19b9c6b1f016c6b5c942c6b72c1ac6b7bbdac6b7f1d2c6b8966dc6ba7223c6baffcec6bd3596c6be0be1c6be0ebec6be7968c6be9e4dc6c0d166c6c34feac6c4b412c6c4beddc6c5de7ac6c797e3c6c978d2c6ca38dec6cb0f4ac6cb7946c6cdcaa7c6cde3d8c6cf245ac6cfc97fc6d0ea05c6d46ec9c6d57fbac6d63df1c6d83f04c6db7d9dc6dbf6aac6dedec6c6df2612c6e148cac6e1919ec6e34c74c6e3e504c6e42265c6e5006fc6e5e184c6e600f0c6e65e21c6e6d383c6e887a5c6e90e49c6ec8dd5c6ee1857c6efbcebc6f49cefc6f5af80c6f70268c6f95738c6fb33cbc6fc0990c6fc53d5c6fd0cd9c6fe1bafc6ff0111c6ffd68cc700c29bc7010fe9c701f15ac7021614c7040c10c7046682c7066ca4c7069bbfc7083a8cc70940a0c7095442c7098f3ec709e234c70b4fdcc70c398bc70df8ccc70fd4e1c710b81ec710e9bfc711ad11c713a92cc71606b7c71754a0c718c398c71a1e20c71af77ac71e7ff5c7242e13c7256a4dc7259150c72667c1c727aa6dc727df1bc729c361c72a2632c72ac7f9c72b15e0c72d2f0cc72e599ac72e8edec7303969c7313938c7328d58c7333aebc73372d7c733b6ecc7376b0ac73df28bc7408f4bc7412e20c741fb5bc7420df4c7436e90c743d5e9c743de83c74521b2c7456a34c745dcfbc745f351c7463cf6c74726e3c74a50fcc74c1276c74e689dc7533057c758ee16c75cbccbc75df6e8c75e1c2dc75e1c8ec75e5116c75f08eec75f1d36c7619673c762b6bac7637d44c764d2b6c7697878c76b59b1c76c4d35c76ca837c76defd0c7705c1ac771b14bc771dd3ec771e8aec7729204c7731f58c77362a1c77599efc777af2bc7790cf3c779af10c779e666c77ac808c77adafbc77b505dc77c55ccc77f0f0cc77f247fc780e744c780f704c78101e0c78336f2c7843c55c784c40bc78526d4c7856cc7c7869660c78760bac7881711c788b108c7890d44c78edb66c7911184c798b732c798cdefc79a36fdc79b4c43c79da8e1c79e5b74c79e9559c7a3c9f7c7a44b80c7a5eb26c7a64c68c7a7d570c7a92826c7ab8e23c7abb480c7ac505ac7b1967bc7b19a58c7b26613c7b2c8c8c7b5754bc7b60e54c7b77fb4c7b789a4c7b8bd93c7bb141fc7bb91dbc7be7746c7bf85c8c7c0b16ec7c1c381c7c2ab4ac7c6f111c7c75bfcc7c93b8ec7cab3b1c7cab739c7cad0a2c7caea27c7cc3b1bc7ccc2bfc7cce32fc7cdf56cc7cfabbdc7cfd76fc7d31f2dc7d400fec7d587d6c7d78b33c7d97b19c7d97fb1c7ddf1bec7e0b66ec7e2357fc7e28d22c7e3b84dc7e71e96c7e96bf2c7ea1f0fc7eb288bc7eddbcbc7ee1e41c7f526f6c7f5545fc7f5f5b6c7fa34d2c7fa5bb8c7fb0c32c7fbd68cc7fda21ec8014b71c803210bc8034712c805e657c8065f83c8097c90c80b846fc80d4433c80f5a06c80f93a1c811d5f6c813e772c8184693c81950fac8195231c81ab5c8c81b0bddc81c5a3dc81c8d7fc81cba09c81d037bc81fb853c8208124c8236d1dc8257e09c825ad60c826537ac82a2c50c82a91afc82cd880c82e3af6c82e4928c82e5009c830287dc831ad7ac834cb62c8354a5fc837e848c83a4781c83a4d2dc83c06ccc83c5ce7c83c6ad8c83dff02c8412425c84169a1c841720ac8432d83c8440f59c84584edc8463c89c849eda3c84c24dac84dd146c84e50b0c84e5bc3c84f9c34c84fc799c84ff7acc85071e9c8516c09c8521dffc853a10cc85531b8c8555a29c856080cc85657e8c856d7ffc8576265c8581fd3c858313bc8585ad5c85a6034c85a7f42c85a83f9c85e184cc85fcce0c8607553c860b219c86165ffc862fa1cc866390dc869c75ec86a450fc86d864dc86e2b3ec86eb4f7c86f10dbc870a191c870cd38c87122b4c8747486c8773bc5c87bfff7c87f1b6ac8800032c8826799c884172dc8866643c888cc90c88c7ce5c88e2674c88f0e99c890314ec89052fdc89065d7c8908325c890a4b6c895cec7c896d478c8988ed9c898abcec89a6d96c89ab8e0c89d4d40c89e0060c89e9885c89f8a69c8a32b10c8a3787cc8a3c333c8a3e7bcc8a656bbc8a767f8c8a816c8c8a9ece6c8aade6ac8aaf065c8ad58e4c8b0991bc8b11030c8b412a4c8b4e535c8b6ba9ac8b727ebc8b82b57c8b93a0fc8bd46acc8bdd36ec8bfe6a8c8c08c60c8c24040c8c36f9dc8c57756c8c57c85c8c6a70bc8c8ce43c8c97efbc8cc30b7c8ccdea3c8cd50bcc8cd51bbc8d00df3c8d029f1c8d0c124c8d1a917c8d1c8eec8d23f61c8d3c58ec8d46f61c8d4b17bc8d587c2c8d5e0a5c8d7be84c8d80d18c8d9334bc8da157ec8dddd35c8df7565c8e24d5cc8e27c3ec8e3c634c8e5885ac8e5e0eec8e619c7c8e739d2c8e7bee8c8e83510c8e8ab48c8e8c92ec8ea374bc8eb9396c8ebac49c8ec3b97c8ecdb3bc8ed96c8c8edad25c8edc0bac8ee3dd9c8ee989ec8eee8bbc8f1f60bc8f2e23dc8f415d8c8f567d1c8f677c0c8f7a2b1c8fa0afec8fa7f30c8fbb071c8fd9e54c8ffcbf7c9013df0c9017864c9023f51c9040d1cc9041a89c9058c3fc905fbbfc90685c3c906b955c906e113c907deacc908e742c90a5f97c9119608c91213f5c9128165c91376d9c91411a0c9150185c9182a99c918a86ac91a5a30c91c5b8ac9209468c92193fbc9249ea1c9269d4fc9299f4fc929a1ccc92a98cbc92cb5dbc9300ef0c93022cbc9338249c9343298c9351770c935cef7c936c267c93a1e14c93ccd9fc93dd846c93e19bcc93e393cc93eda63c93f5b74c93f7034c94050a1c941972ac94365e5c94407b7c9454d55c9460fb4c9461101c947ac16c948933ac94a6e98c94b1848c94bfe28c94c06fdc94ce81fc94e253dc94eb592c94f3b26c94ff76ec950f9f4c955d94cc9570396c9595ddfc95c6be7c95c7a7dc9614470c963fa78c965c5aec9664cb1c969cf2fc969e658c96ac1d5c96b86bac96e7d33c9723fe3c974cfc5c975afa5c977d0cac9782724c978f787c97a0085c97a07fec97a23a6c97b3f25c97d6084c9802798c980661dc981dfdcc98234bac9830123c983f34bc9856e49c985b03dc9865c41c988e7ecc98a2d3fc98d240fc98f5cb1c98fd198c9909c74c9921770c992269dc9937193c994c2efc995dc6ac9968dc9c9969ec5c996a8a4c9976459c99a01f0c99a6092c99aab91c99b1640c99b7fd4c99c457cc99f72cbc99fb6dec9a1999bc9a2cca6c9a32616c9a34dcdc9a407f2c9a47371c9a57d03c9a5faa1c9a7b523c9aad1ecc9ad9a86c9adce81c9afc55cc9afcb13c9b2c2c0c9b30ef6c9b34e82c9b4c4d6c9b4c773c9b4fcf3c9b98163c9bd0ec8c9bdbc64c9bffdcac9c48bbcc9c5882ec9c58cabc9c5ef92c9c61329c9c78a4cc9c89ebcc9c8bacac9caabcfc9cb0723c9cbb6e0c9cd8d2fc9ce28f4c9d0b6b0c9d16ecec9d1d95ac9d20118c9d36c1ac9d4d1b9c9d57fbcc9d5b535c9d6c5cec9d6deaac9d75790c9d88b10c9d96310c9d9cf3dc9dc3cb8c9dd1231c9dd31c1c9df2f01c9df3060c9e00210c9e31475c9e3d714c9e5c65cc9e5e8bdc9e9d6b8c9eb95eec9ef5749c9f19071c9f1ab1bc9f1da8ac9f5193ac9f7eff3c9f94db0c9fbec7dc9fd76d5c9fee776ca011c8aca0217ffca02d5f1ca02fb04ca04a5b7ca056db0ca06b161ca08328fca092343ca0cb69eca0f4e24ca0f55d4ca0f9bd6ca1087bbca10bcb2ca121bb2ca1353ddca13c7b1ca13dc9dca143da6ca145b0bca160405ca18f6b7ca1c1adaca1c222aca1c5cb4ca1fb82dca216472ca2352daca24d88bca268283ca2716f5ca27a126ca28ea73ca28f837ca2c2fe8ca2ddd84ca2e60c1ca2fb308ca30a908ca3162b4ca319919ca327bc8ca333ec7ca33aebcca33d902ca3636ecca374f49ca37aa16ca395e35ca3be3f4ca3cca3cca3e2f42ca411116ca42bed3ca4442d2ca4500b2ca45a2b3ca47ae6eca47eb2fca482278ca48dcb5ca497c95ca4aede4ca4b3004ca4b55c1ca4b8f65ca4c95f2ca4cd835ca4e3da8ca4e402aca503e88ca519cf4ca52d3a2ca542523ca57125fca57f989ca5af39fca5cf79aca5d8e3bca5d9952ca61e001ca63c3f4ca645af2ca650cdcca651228ca658241ca679289ca68811cca6ce52aca6d36faca6e0e89ca6ea4f8ca6f85adca6fbb78ca7053b2ca70b3edca70d4d1ca711049ca7113afca7441a8ca748888ca75644dca75e5caca768cfdca789cdaca78a695ca78d9fbca79bb98ca7bc7e8ca7d576eca80275cca8029b8ca8275d3ca8785c5ca87bececa887f2fca8bcc8dca8c4057ca8d5fe3ca8daa0eca8efd1aca8fd227ca940a1aca94b62bca955744ca9659bdca982842ca9a66e6ca9bae18ca9c2f73ca9ca915ca9de32bca9e7752ca9ee880ca9ef5dfca9fa340caa0d12dcaa1867acaa1e47ccaa485b6caa700bccaa70bf7caa9a6f5caa9b5f6caaa4640caaca03acaad9001caaec951caafec0ecab02f8ecab048afcab06e3ccab0a7cfcab0bc61cab1c522cab1ccd1cab29250cab51a33cab53343cab793ebcab8cf6fcab90962cab91ccfcabe15accabe831dcabf6f31cac06815cac0a79fcac13a90cac21182cac30ca6cac38795cac771e8cac794adcac95018caca4be5cacabbafcacce7c4cace4598cad23645cad315ffcad5f56acad75a84cad7ededcad918ebcada0f58cae042d2cae21ad3cae36978cae3ceb2cae4ddb5cae66db4caebd31fcaecf912caed9fd0caef0340caf1e3accaf3d9c4caf4392ccaf59cebcaf7931bcaf7a4f1caf83854caf8c9f6cafb536bcafbdbf8cafe5317cb003703cb03d0a1cb06b027cb0bd298cb0d0207cb0eed5ccb1070c5cb11d38fcb124b0ccb172fe0cb18c28fcb19106fcb19b0f7cb19e478cb1a29f3cb1a77c1cb1be353cb1d9027cb1de7facb1e3069cb1eab7dcb1fe942cb2093c0cb212fb1cb22b919cb239873cb23f3bbcb260ea2cb26f8a9cb296532cb2ab45acb2b7f3ecb2be051cb2e5290cb2ea620cb2ece8bcb2f6710cb30b65acb32302ccb35842fcb38202ecb3987aecb3a5ca8cb3a99aecb3b9831cb3cb175cb3cf281cb3d6101cb405383cb40ff3bcb41df56cb425756cb437410cb46bad2cb474523cb47835ecb47868acb485db2cb48f132cb4d22f8cb4edb85cb50491ecb52baa3cb52c1c4cb549649cb573ba4cb582200cb58b53fcb58caf5cb5a9903cb5b94b7cb5c52d9cb5d1807cb5dcf1dcb604a8dcb63cde2cb64285ccb64edc1cb68c452cb6948d8cb6a337fcb6a41c6cb6dd56bcb6df3becb6ea7bbcb6f92accb6fc9c3cb705848cb710558cb715f7dcb730dcacb74487fcb74aae3cb7ae49dcb7d1cb9cb7e1856cb8104d4cb82ef98cb83260fcb83d696cb85a881cb8692a0cb872af2cb885b36cb88aa79cb89bc6acb8a40d7cb8c9247cb8d2b28cb8ddc7dcb8e47e1cb8eaedccb8fe8f1cb91980bcb92b18fcb92ceffcb935b54cb9366cbcb94370ecb94af97cb95014fcb9638fdcb97ed70cb982319cb9c504ccb9da3cecb9db430cb9e7a14cba0c6d3cba18bddcba3f069cba4ad3fcba74e50cba77590cbaa30d7cbaa70e2cbaaa7f3cbaf5f5ccbb08a4ccbb1c17acbb1ed04cbb2f2d5cbb3832acbb71114cbb781a2cbb95b37cbb97c62cbb99c8acbbc07fbcbbdadd9cbbfcbd9cbc3acc9cbc3f476cbc8399ecbc83abbcbca4136cbcba6b5cbcd0debcbce8213cbcfc16ccbd0020acbd39d8acbd45379cbd46cffcbd55960cbd5d54fcbd5efb0cbd64e53cbd6bb13cbd710c0cbd7e814cbdcfee8cbdd198acbddd6d0cbdf6e25cbe000dbcbe04ca0cbe16ba4cbe3118ecbe5081fcbe6da07cbeabe77cbee6d27cbeed64dcbef1709cbef1cbbcbf0fedbcbf41d73cbf6f6a4cbf88a18cbf8bae9cbf8c327cbf947cdcbf9b4ddcbfabf9ecbfb3e03cbfcf075cbfe426ccbfe48f9cbffd4d9cc0031b9cc02096bcc0450a1cc05efe9cc074ce8cc07a5cecc07a6dccc09198acc09802bcc0a39c3cc0b4e3dcc0ce72acc0dedbbcc0fb431cc0fe012cc0feba9cc11808fcc12eb02cc13dc2fcc15556bcc160c6bcc163c81cc16a6ffcc17b072cc193506cc1d7f87cc1db536cc20b26ccc262c8ccc275a4acc28e587cc2969f4cc2bf2f6cc2caf47cc2d6907cc2e382ccc32b52acc380bfdcc39a807cc3a7038cc3bc4d0cc3c24c0cc3f0522cc4017aacc4029cdcc40e25acc4686bbcc4913d4cc492736cc495102cc4a2e20cc4a64f3cc4e7b15cc4ec6dfcc4fa139cc51b4cfcc5290bdcc52a16fcc5307d1cc53fa4ccc54b37acc5606b3cc560ae4cc57b1b3cc5a6145cc5cd02ccc5e10aecc5eba6fcc602b07cc60cd10cc628126cc63076bcc654050cc66a4cdcc718171cc7239eacc74db8ecc759bd2cc75db7bcc7627a5cc78e668cc7b2d45cc7bb384cc7c23e2cc7d1ab5cc7efcfecc7ff839cc7ffc3dcc81bc1dcc82bc59cc82efd8cc830182cc83f6d1cc840b9dcc84dda6cc86b953cc86e68acc86ec27cc873ef7cc876a98cc89ae77cc8a0973cc8aed0ccc8ba38ccc8d3823cc8d3eb7cc907a89cc908346cc9209cdcc924298cc927f17cc939d0bcc946583cc947401cc9497bbcc9535a0cc953ef8cc9a1052cc9b1719cc9d615fcc9d8843cc9e5418cc9ef764cc9f3297cc9f881dcca0895ccca1b723cca1d040cca32d84cca75af9cca7ddc9ccaa203eccac10f7ccacd2aeccacdb40ccaf2a6fccaf5fd2ccb3890dccb48e9bccb4ba91ccb690c7ccb875f5ccbcdbffccc1c8d8ccc69286ccc98654cccb9d03ccce5b1fcccef39ecccfe539ccd0f5ebccd47d39ccd5bbc6ccd99776ccdaec63ccdb3b89ccdb4da1ccdb5edfccdc92d0ccdde0accce02310cce03835cce25f12cce289b9cce696b8cce7a377cce9a6adcce9fe39ccea5cbbccea72dbccedeb74ccee67afccef0034ccf24c11ccf6ba7cccf6f2acccfb96a0ccfe5b92ccfe72e3ccff0209ccffdedecd004aebcd019819cd03f1eecd05edd0cd06cb62cd06dcd1cd077febcd0970a8cd0993bdcd09ee6ecd09f97dcd0a620bcd0b29c2cd0c4cbbcd109521cd112878cd112b11cd11f374cd131f57cd137517cd139774cd163909cd184d5dcd19f8b7cd1a36d5cd1c313ecd1ea229cd1ea8cecd1ebb08cd1f29bbcd1fc5b3cd232d08cd25fc2ccd29f1ffcd2a904fcd2d251ccd2d3adbcd2d505ecd302d18cd312535cd31e0fbcd33eda9cd369e91cd36a307cd36f808cd38737ecd39046ccd3ae6b9cd3b8978cd3cd771cd3d07e6cd3f5e18cd3f7312cd41dd59cd427806cd42e0c9cd42e844cd45eb6acd48df79cd4aaef9cd4b155ccd4b65cfcd4e711fcd4ff864cd502ec2cd502f8dcd5047adcd517e67cd51e7a9cd51fd30cd525ac3cd529ba9cd5525cfcd565746cd580fb2cd582678cd58531dcd58eb1ecd5a4773cd5a614acd5c0d41cd5c679ecd5f1fd3cd5f3d7acd5f3dbecd5fc46bcd605fb4cd60ae9acd62f0f5cd6323a4cd637f53cd64931dcd65ab58cd683699cd69ef4ccd6b8ef6cd6ce394cd6d3681cd6d7180cd6eaeafcd710ff4cd71d5c1cd72aa45cd73cdf1cd7440a5cd75db85cd77e5edcd7813aacd79b4c5cd7bc867cd7c3dafcd7c48f9cd7e4e1fcd7e7d1fcd7f6fc1cd7f9854cd820165cd82d64dcd82e4dbcd82eb12cd84ae1ecd894fbfcd8d1101cd8d728ecd8dba72cd8f8f4fcd8f9992cd90db99cd9378d7cd961f63cd97e3c2cd9a5fefcd9d54a9cda17e34cda1cd55cda3c73acda4d227cda50093cda58185cda602decda6572ccda70dc5cda7c81bcda8e6decda93b5acda99c2bcdab6a2fcdac9a53cdadfaadcdb330f5cdb58c8fcdb5e82ecdb6621bcdb76d2fcdb937b0cdba31ffcdbb9749cdbff842cdc0c4fdcdc0f8cbcdc14c8acdc30594cdc511bccdc6c633cdc81038cdc98e83cdcbbf39cdcbd28fcdcc7c24cdccd96fcdd1b069cdd1b33bcdd28c05cdd31050cdd38c8fcdd431d1cdd4d8dacdd937c6cdd93ceccdda3cfccddddccecde047ffcde0dc22cde15f7ccde16708cde3bfa4cde605c0cde76a06cde788becde90131cdea2336cdead36dcdeae846cdeb32e9cdebc5aacdec9a39cdf25a38cdf28ea0cdf478fbcdf4810acdf7894acdf8922dcdf93d12cdfc3874cdfd33accdfd7959ce0014a3ce009dd4ce055cf0ce056895ce065fbbce067500ce07d4cace07e5f8ce089901ce0b7d8cce0ba2dace1127cfce13a306ce13babece14218cce14f97cce198762ce1a39e0ce1a4b9fce1aa3bace1aa716ce1ae966ce1f33ccce2182d2ce23c822ce24d0f0ce24f8cbce2514cace25197cce252731ce2674f9ce274e3ece29ff6bce2a3577ce2a3a04ce2d8500ce2e9684ce30af32ce317bf5ce347aa1ce3828d5ce38c1abce3c3399ce3d2502ce3f153ece42afface4520fece455de8ce461547ce46d240ce4903fbce4b5785ce4c4cecce4f31bace508175ce527393ce53651fce53d0f1ce543dface5493cece55d4dfce5721d2ce57e0d5ce5850b9ce589c08ce5a43d0ce5b6b20ce5c0d87ce5dbe0cce5f0667ce606294ce6527a4ce65391ace65f437ce670a67ce67bc34ce68adface691ae6ce69db4bce6a48b3ce6afda0ce6c0cb1ce6cbdbdce6cddc5ce6d4a55ce6d7b96ce6df7f8ce6f1887ce6fd0bcce72a18fce734613ce735e96ce73953ace76ac4ace813db9ce8188dace819ac7ce82b0bcce8341a5ce87063cce87f00dce890817ce8e13bcce8e1a46ce903a9cce908830ce925debce93d527ce94a4dece982178ce9890e3ce99d102ce9a1f24ce9e711dcea281c1cea4f95ecea6dd8acea7cf7dcea83ccdcea86e1acea9f0eaceadb31fceae024aceaeb437ceaf1692ceafffeeceb02e83ceb11853ceb2e4c0ceb5bfdaceb64258ceb67d73ceb8b887ceb9a1feceba2b50cebacd99cec00e92cec2c2e4cec5b9ffcec62a41cec76651cec82caccec8f637cec95b80cecb47a1cecba8b8cece4432cecf9578ced083d5ced26bd4ced36cfbced4a162ced8988eced9964dcedac5bacede2eb2cedebe61cedf39b1cee2d884cee2e71acee43f09cee57e05cee5b36dcee6e1bacee86f1aceeb9573ceed9605ceedffb4cef001a9cef0e2adcef38985cef500efcef5f426cef7fa82cefa81ddcefd586ecefd785acefec46ccf038194cf053113cf070a32cf090857cf0a659acf0c232ccf0c6c8ccf0e01adcf0f7225cf0f9b2fcf10fe01cf12226bcf128825cf137b54cf144724cf150305cf1740d5cf1a3db4cf1cf557cf1d9c18cf1f7629cf1fa341cf2001aacf2022c0cf20949bcf211cb1cf2323f1cf244595cf2462d6cf24c75dcf251c72cf28f989cf298826cf2a67e0cf2e5fa0cf316ed1cf31e566cf341675cf34fb2dcf350565cf35bce8cf447d6bcf46b5b0cf46c484cf477418cf487851cf490acacf4913d1cf49e5a3cf4a5b1ccf4bfc90cf4c1c82cf4cb78dcf4e2547cf4e4773cf508c1ccf51f9b2cf5356cdcf537507cf570aebcf5751f1cf58bd7dcf593a21cf5b1308cf5bfc05cf5ec379cf6408bfcf6644f7cf694832cf6a66efcf6b2bc7cf6d13d7cf6f5378cf717eaccf7316f6cf736092cf75ae39cf78336dcf79d193cf7a2d18cf7a7651cf7ad0aecf7cffa5cf7dc9fdcf7de324cf815a95cf83190bcf862aaacf88650ecf89e0e3cf8a2899cf8df455cf8fb9f7cf92683bcf93451fcf9397fbcf946e24cf961392cf970bb9cf9b42a1cf9b6dc1cfa11e31cfa20208cfa6b08ecfa94236cfa9edb8cfac60afcfaee10ccfb08c9acfb52dd1cfb54a37cfb69bdfcfb6a150cfb6b286cfb6d039cfbc8939cfbeb529cfbf6992cfbf6a52cfc0d583cfc10498cfc1bf62cfc2d218cfc4467dcfc4d477cfc4e600cfc503c7cfc70345cfc8ee81cfc9f727cfca98f7cfca9c3ccfcb49d4cfcd64adcfcdf7c9cfcedae1cfd084cccfd0905ecfd21481cfd680accfd9deb6cfdc111bcfdc8bc2cfdd7b3bcfdecab0cfded3bacfe01351cfe1b6becfe1c4cacfe2e282cfe487becfe6aaf5cfe75679cfe77085cfe7d180cfe81546cfe90fd5cfe93754cfea0cfacfea79b5cfee5668cff05b36cff2ca89cff4242fcff46f3ecff4a5e9cff600c2cff6095acff61322cff6f236cffe6e2bcffe9b88cffff18ad000e741d0015740d0038246d00497d4d008d0c8d008e2d6d00aacd0d00cb7e2d00d070ed00e49f9d010ed80d0149fdbd016cb4ed017ec2fd018b697d01d9182d0221f16d025ec6fd02713e5d0285d8ed02aa33bd02b33cbd02faa06d030fe18d03319fed033c4add034180ad034751cd0352af4d03609b0d0374fafd0379adfd038288ed0395c98d03a71fed03b074ad03bc7d5d03cbefbd03d5ca9d03f25edd0423e35d042d610d044e542d045e13dd045f06fd048d04bd0494ec4d049aba0d04b5818d04bbcc2d04c13bed04c6ee1d04c759cd04e2e82d04e53b9d0513ddfd0514bdcd0527bf7d052de72d053b475d053f1bcd05528add0557423d056626ad05a784ad05bc448d05c6b92d063970bd0640d9fd0648ecad065e580d066b6c7d0672a9ed068e649d069231cd0695a32d0698122d06a1edad06b0b53d06bccbbd06c50a0d06cfe67d06e60f2d06ebf60d07159dfd074c984d074e295d07597cfd076a293d0776dddd0785672d07962edd0799629d07a558fd07c282fd07e82c3d07f46a9d07f9ee7d07fb110d0801633d080dc9bd081b883d0834c97d083d237d08500dad086e2ead087575ad087f77cd088d570d08964c8d089beb5d089e425d08b7df4d08dd9c2d08f4a60d090c2ccd093a791d095cc40d096fabbd09843ffd09950c2d09be9f5d09d42e0d09f05d5d0a1c364d0a30846d0a36c24d0a39065d0a3bdd8d0a3d2d5d0a52dcfd0a64359d0a6c304d0a8b434d0aa8e34d0ad825fd0aeceb2d0afed67d0b0200cd0b130b4d0b259add0b3f013d0b43460d0b54896d0b64980d0b658c2d0b6863fd0b89e30d0b99e70d0bb8b75d0bbe0e6d0bc4295d0bf0bf8d0bf39b9d0bf6ec8d0c07410d0c34918d0c3b8d6d0c3bdacd0c49db4d0c57a1bd0c5dfccd0c847bad0c8ef88d0cb69abd0cb76a0d0cbf89cd0cce22bd0cefa0ed0cf8287d0d06209d0d09a9ed0d25354d0d2d550d0d2fd0fd0d47d21d0d539b9d0da6291d0df1f23d0df5ecbd0e0c049d0e49136d0e693ebd0e883bad0e8aef7d0eb7426d0eb9e67d0ebfa19d0ede10bd0ee503ad0eeb575d0eedb7cd0eee433d0f05e16d0f2b431d0f3461bd0f3af81d0f4ff87d0fb0a3bd0fbf80fd0fcb0e3d0fcfaa9d0fdb285d0fe15d3d0fe2c3fd1006cc0d101245bd1026a5cd102b1ccd1033534d1047183d104ce1bd1055a3fd105d16bd106b329d107874bd108f7a2d10abf1fd10b53c4d10d6f37d10eee58d10fc435d1102ee9d1104903d1108b39d110c19dd11243a8d112998bd113a77ad11624f0d1191260d119b8fcd11d66fbd11da356d11df0c2d11ee7b0d120a4f8d121d4a9d1227c86d1228cedd124a864d12553ddd1263f07d12672ecd12cb87cd132b43cd132bd2bd1330642d1338cefd133c571d1356aacd1372894d138ccdbd13a242ad13a7aa5d13c48acd13c4a6bd13d31b6d13d8475d13e5422d13f4079d13f8a2ed140b120d1440baad147082ad1494762d149b279d14a25f4d14b6b1bd14b768cd14c08d7d14ca0add14d24ead14d38ced14e3e86d15082f5d1523e7fd1559549d156039cd15698e9d15857dbd158bcf6d158c390d15a9255d15c005dd15f0429d15f33abd15fe9dcd1600bfbd1611b0dd161c3ded16201efd163f9ead1669e60d1672a45d1675610d167971cd1687705d16a67b8d16bb01dd16f9e48d16fbb29d171c521d171f79dd1736fcbd17654ead1776e03d178b725d17bf700d17bfd6fd17ca480d17cb5a3d17e43d5d17e5461d17e9565d17fbebfd184a620d1866d1bd186a813d18800e6d189cedfd18b1a31d18d62ebd18eef9bd191761ed191bdd0d19282d2d1947bccd194a511d1962140d1977e41d197a878d198c9c5d19a9120d19abc0cd19b9d9bd19c3193d19c6b4dd19cbb49d19d5d59d1a2c023d1a327f3d1a3875fd1a39b12d1a43299d1a56eafd1a5cd31d1a620bbd1a664d7d1a72a81d1a8b325d1aa4b45d1ad235bd1ad4b3ed1ad9d7fd1ae76a2d1afa864d1b11646d1b23603d1b244acd1b2a2fcd1b2f48fd1b495c1d1b57d64d1bb3bddd1be69bcd1be918dd1beba83d1c23313d1c2c526d1c32c27d1c473c4d1c54ed9d1c5b6fad1c673e6d1c7d74cd1c8175dd1c82a80d1c88fead1c904d8d1cb3740d1cccd86d1cd812cd1cdcc57d1ce21b2d1d022f2d1d0d043d1d3f23ed1d5ad8ad1d6067ad1d64860d1dae343d1dbf412d1dbf92dd1dcc0c3d1ddeeffd1e18a2fd1e30404d1e7da61d1ecebdcd1ed20d1d1ef53f3d1f1dc7ad1f271b1d1f46733d1f56046d1f5ee30d1f7d76fd1f84c33d1f9010ad1f9b4b7d1fb2078d1fb59dad1fe0c26d1fee748d2004510d2005cedd2013d73d20373c1d207bba4d20cb61ed20deeddd20eb821d21219c6d21265bcd213295cd217389cd2179c6fd217cfc7d2188728d219229ed21f227bd21fe1c9d21ff0bcd221784cd222a1e8d22418d9d224d696d2273894d229063bd2291b71d22afee9d22ca8bbd22d7fc4d22d811cd22e3471d22e74a2d22f28bbd231a63fd23254b9d23375a9d233b3a4d238938fd238e19ad2392782d23aace7d23b0315d23b5d43d23c2406d23efc6bd23fd288d242331bd2426f68d242ad7dd244cc15d2451912d245e702d246b0aad2478f5bd24a3230d24a4721d24cb745d24ee676d2507c6ed253649bd25449b5d2549130d254986ed255e356d25627a0d256e474d256e6ffd258335cd25ce5d5d260d8f6d2625741d262cb82d264b8e1d264bb73d264f295d2660048d2675cb3d268a4a0d2694255d26a99c6d26b52e1d26ef9d4d26f1fcdd26f6197d27074cdd27199b3d271ae0fd277e199d278ae50d27a6c7cd27c8782d27d34b0d27d512cd27d563ad27da006d27ffcfdd2807dc2d28186ded281ccb7d28246f3d282b8c7d28395ddd284af24d28566fdd28770c1d2880d5bd289f92cd28ad351d28d3918d2901507d290346bd29228a8d2966ff4d297b23fd297c343d29a560ad29b3cf1d29b482dd29c4cddd29ca5f6d29db5b8d29e2e47d2a006d7d2a1e683d2a33ab5d2a6cd0cd2a7c182d2a847bfd2aa4174d2ab48add2abab71d2ae96aad2af23b3d2af33d5d2b1cc1ad2b2f4b7d2b30f32d2b88b78d2ba3b4fd2bb6f01d2bba6e6d2bbcf57d2c0b3b9d2c18fd6d2c2bc2fd2c3dd58d2c5e4f4d2c65e1ad2c81198d2c83810d2ca7751d2caccaad2cafdc6d2cb48bcd2cbe16ad2ccada0d2cfdf12d2d0ba13d2d15664d2d66bf8d2d7781fd2d786a3d2d8e341d2daec3cd2db1793d2dc0491d2dc48c9d2dc4a22d2dc924dd2e0633dd2e1aef5d2e2da19d2e3b0bfd2e7b47cd2e8ed89d2e9ddb8d2e9e372d2eab63ad2ec6085d2eca64ed2ed82e3d2edfd11d2ef9c30d2f1be7ed2f393ccd2f64faed2f78333d2f8c81fd2f91cc6d2f9b6ead2fb68bfd2fc2551d2fc8223d2ff53e8d2ff5d02d3013fead30464fad305161fd306e25bd307bf01d30a2b2fd30b3ddbd30b6299d30bef25d30df7d3d30e3650d31056d4d311c900d31389bcd314af90d31517f2d315d1fcd316299ad316c05dd3174652d31885f0d318c929d3196648d319d75dd319efddd31b370bd31b9c54d31ba6f1d31cf7cbd31d1559d31f4deed32005f9d3203c91d3213548d3224844d3240f6dd327d7e5d3283d5cd32a4244d32b21a6d32b8e33d32cb7a0d32d038ed32ee80ad3313e7ad3319aeed3339586d336e9ccd33839c5d33bd33bd33caef3d33d7254d33ddecdd33fe0ded3402ca6d3417fb3d3495798d349b80bd34c850dd34d17b7d34dc5f1d34e3574d34f9b94d3524c5cd3548e1cd355ece8d3569b69d358b41ad358b557d35a59bfd35a8b8ed360c53fd3613358d3626b85d366e9d4d367c1c1d3690513d36a9571d36ce9a5d36ed420d3703123d37134c9d3714f53d3718b2bd3733316d373cd6cd374dac9d3757300d37868ccd3786e8fd3788edad37b9dc8d37c509fd37eb212d37fa7afd380260bd382c150d3830bfbd384f9bdd386973ad386a00bd387be20d387cc99d387e3e3d38817dad388cb03d3891953d38af4ebd38b0d65d38da64fd38fdf17d390dfdbd3913a9fd391c2ddd3949384d396376fd397a23cd39d7f93d39fee56d3a17c0ed3a411ced3a52f3bd3a67ff8d3a7ab0fd3a7cc36d3a84738d3a8d379d3a9efb5d3aaf45bd3ab0838d3abea87d3ad2bddd3ad9240d3ae30ffd3ae8c60d3b06af0d3b0f7f4d3b20b18d3b63f8bd3b67706d3b9f04ed3ba0b3ed3ba4b47d3baabf4d3bcbd5dd3bcc679d3bf8af9d3bfb0a8d3c1499fd3c23ff3d3c39763d3c63ad9d3c7f756d3c8994ed3c8be1dd3cae10dd3cbeb22d3cf1ecdd3cfbe51d3d1e310d3d22212d3d263afd3d40cfbd3d5a372d3d6e0bbd3d6ff3fd3d7748fd3d8e0ead3dbd2c3d3e723c9d3e7cba3d3e9aca3d3ec3a1ed3ecd282d3ecf904d3eda3a4d3edf9b7d3ef1ffad3ef4176d3f27ed2d3f28546d3f45038d3f4db63d3f69b6ed3f73be4d3fc9438d3fddbc9d400051cd4027e18d4036f03d4041a18d406ce4ad4073782d409023dd40f48d1d41028c2d4131d5ad41416cdd4187edcd418cee9d418fb6ad41ab679d41c838ed41ed3e7d421bd5fd4232d21d427022bd428eee2d42b3a1cd42b79d3d42b8769d42eeaa2d42f218ed4320f84d433675fd435f3b6d4368acfd4376ee9d437cf2ad43bad0fd43bc207d43cbc61d440224dd4420187d4480b3ed4488af4d44a9d42d44b91c5d44c6087d44eeb71d4500ea1d450e87dd451c577d451e608d451fbe5d453f640d455827dd4578606d4584f4cd45e3dd0d45e7ef5d45fd763d462b2fcd4630ce0d4667d35d467779ed4683e25d4688153d46a89edd46ae3b1d46af852d46c1fb1d46d261ed46dfa65d46e592ed46f11e5d46fd8bcd472081ed473afcbd474895bd474b114d475bf45d475f735d4770ac6d47b57ccd47bd6c0d47bd768d47c992dd47cbad7d480f464d4821835d4827e2dd4829557d487473cd4888f9bd4894dead48a4c82d48b7927d491342bd49245fcd4927552d493156ed494b2fbd497d448d49996bfd499f1fbd49a077fd49aa9ebd49b4534d49b5b97d49b67c5d49b911bd49d169dd49d2603d49d3eebd49e7549d49f5e5cd49f7256d4a0e5dbd4a26f4bd4a5f946d4a6d7e7d4a959bad4aa335cd4ab9dd1d4ac95f5d4ad589ed4aebec3d4afe665d4b1d2a4d4b3f937d4b4c8a0d4b5fdccd4b89a36d4b905dad4b92b8dd4b95d88d4b98bdad4ba0363d4ba6430d4baa9bdd4bd2e29d4c002eed4c04b04d4c190e5d4c2e0ebd4c328dcd4c46518d4c4a8efd4c545cdd4c57a1dd4c5fbf9d4c615a0d4c61d2ed4c8515cd4c95ce6d4c9be94d4caf34fd4cc19d8d4ce63fed4cf4c66d4cf7924d4d2c4ffd4d2c993d4d37cecd4d88b40d4dc3ee9d4dc6f1ad4dd60d7d4e0c6a1d4e0e582d4e2a2eed4e339bdd4e3b17ed4e440c1d4e60692d4e6164dd4e81cfed4e86d48d4e90e90d4ea4365d4eb0b83d4eb2406d4ec27f7d4ec3c95d4ec96d6d4ecf2a6d4ef6f52d4f08a1ed4f0deced4f38db5d4f41471d4f52317d4f94ec0d4fae067d4fb6b7ad4ffcc2bd5027d35d502aa7cd5032a44d504eabed5074e8dd509bb27d509c0b7d50c09ead50e2c96d5108c10d5118f90d512873dd514908dd5154c10d5172d62d517e12ad5185b7fd5189946d51cdbd3d51ce4add51f30a4d51fadd6d5219919d528bf0cd529b2a5d52ad9c6d52b4d54d52bdbf3d52bf238d52c0b74d52c80a9d52eb497d52f0c3bd5310741d5327b25d532b87bd5346decd53517b2d536056dd5379648d5384220d53a71fdd53b52a9d53c6181d53ecdc6d540df6dd540f6b9d5415c28d544a942d5472725d5481bc3d548e619d54a6ccad5504c14d55187add55227ced55284e3d5540b9ed55927d1d559355bd55a32e5d55c0d77d55cb60ad55fca20d55fcc92d5606cf6d5607e35d561a974d5627371d56368aed5646c3bd56471a9d566aa5cd5678700d567e061d5688303d5688e3dd56a5755d56d0470d56d86b5d56e60a0d5702409d5703825d5704c79d57122ddd573b973d5756fffd575ac12d5763022d577f478d5782912d5784d3fd57c0aabd57ce60bd57d814bd580b5d2d5818c5fd581eb88d58323fbd58359b5d5837f75d584a15fd586e126d5872aebd58761f5d5889023d58a6456d58c51fbd58d3bedd592bcc5d594135fd596171ad596cda1d5973233d59745a2d5978e23d598384bd5989252d599ba0ad59b80e0d59c913ad59cedbad59d150ed59e6c4dd59fc673d5a1a9b8d5a26a3cd5a31a10d5a3bd79d5a3ded6d5a6a15dd5a9428ed5a9937cd5aa0c03d5abeff1d5ac58abd5ac93d4d5ad814fd5ad8bb0d5ae019dd5af2881d5af2d83d5af39a3d5af75e3d5b097d9d5b152cad5b3b4f8d5b54090d5b5b273d5b5d55ed5b69ca3d5bbd044d5bbf08ad5bf0b90d5c12fd3d5c25468d5c342fdd5c4895ad5c68d7fd5cdc841d5cf2eb7d5d0a0f4d5d5468ad5d607a1d5d76f5cd5d9a444d5db4aacd5dd7c16d5dda567d5e02a04d5e03298d5e1e7bad5e215c0d5e218b3d5e30d76d5e61a29d5e946c7d5e9eeb6d5ea85eed5eb9470d5ed1ac9d5f2f8e3d5f34eafd5f3bad1d5f4e714d5f68f27d5f73c73d5f83009d5f86e05d5f91542d5fb4723d5fbcd3bd6000bebd6023394d60396eed6074e21d60bdfe0d60e2b2dd6104500d611ef2bd614238ed6143950d61485b3d614a413d614b46dd615bc18d61726c5d618dc28d619a604d61eb27ed6207024d620955fd6222ea5d622c071d623364ad628ad03d6296ab7d629d053d62a6792d62acde5d62b390cd62b7613d62c8f58d62ed6cdd62edc5ed631549cd63469d9d634f475d636372cd636e0fed63a7389d63c534ed63d20ffd63d9b00d63da14ad63e990ed63f2b94d63fc604d642d277d642d3ddd643d87fd644c7c6d645b3aad6495c98d649dcbdd649f2ead64c809ad64d4f14d64dbc7ad64debdad6508728d6528f49d6543203d654f9a0d65630c7d656c9f9d6599ac6d65bc0a9d65c4bd9d65c5ef7d65f1312d65f9da7d6672e02d668d689d66a95a5d66d905cd670357bd676eb8dd677ca4dd67b2991d67c4d45d67c748dd67dc93fd67ffe68d68056a6d6805a98d682c8c6d6864d0ed686c694d687e5d9d689b0fad68c9bd4d68df741d69044a7d6906c03d6910c58d691fa27d691fefcd69257c4d6927674d692bc5ad69326a3d69347d4d6939dd3d696d18ad69b04cfd69b6e3cd69cf696d6a2c570d6a61ca1d6a6c4a8d6a7158dd6a74e73d6a8c5e0d6a91124d6a9281ed6ac5253d6ad0254d6af4275d6b1989dd6b198edd6b55237d6b59beed6b6fefbd6b93327d6baace6d6bb6802d6bb91c5d6c05414d6c2d45ed6c4611ed6c67cdbd6c6d49cd6c71f03d6c9493ad6c96765d6cd8e08d6ce5768d6cf3110d6cf32efd6d21ddbd6d3f7d9d6d5aeb7d6d5b18bd6d614a6d6d8b7b5d6da6325d6dc6fb7d6dd50f6d6dd87ced6ddc58dd6e0e24cd6e17fe0d6e23a12d6e29e71d6e36cf5d6e36d1bd6e3a3c7d6e403c8d6e51816d6e6a80bd6e8d007d6e9e9f5d6e9eb3ad6eb1bf9d6eba573d6eda4e0d6edf7f0d6ef19d5d6efc5d5d6f14ca0d6f4fc71d6f6e6b5d6f71aaed6f7e9f4d6f89c29d6f92041d6f96aa6d6f9d2cbd6fb96fed6fc0a59d6fc9004d6fd4b48d6fd93a2d6ff1c56d6ff4333d7008045d702267fd70348ffd70511b5d705dc76d7082890d70bd2f3d70fedb4d711d1f7d711ee23d7152108d715f15bd7168899d717c61dd71855c5d71a5644d71a6f31d71f320bd71f4a40d71fd91ed7206296d720e14cd7220a4ad7229a02d72495e2d7249f24d72579e3d7264191d726f3d3d7270775d728cfd1d72a2bc2d72b1ae8d72b4a67d72d6563d72d8acdd72f47cbd72f63f8d7328fb1d73509ccd7358deed735bf49d7372c6bd73b4d02d73ba0e2d73be336d73c9fdbd73e436cd740b44bd740d3c6d742561ed742d80dd7435867d746815ed74bcfb2d74bee73d74bfbfcd74d6e88d74dd768d74ef7d2d74f5119d75082dcd750ef10d7515b7ed7520d19d7529590d752fc76d7531c12d75414d5d75470b2d75583d8d7559b8dd755d157d757abf7d757af47d759f7b7d75ad308d75b629bd75bc185d75bf962d75cc241d75f9787d7601d62d7619b67d76417cad7652f51d765d1f6d766a3dcd766c747d76856fad769171ed7698741d76a1b49d76aea94d76ce90cd76d8127d76e302ed7713867d7724d1bd7726856d772ecc3d7732f0fd7751927d777dd17d7796209d7796887d77ac260d77ad40bd77af67fd77b059dd77be5b2d77dbcc6d77faaead77fcf0cd780708ad780d247d781adbdd781d77ed78216d2d783cd8fd7848a56d784eee4d7868246d786ba15d788000cd78827b5d7887b04d7892258d78b51d8d78be8b7d78cb109d78f88cbd7901a2cd790d54bd79334d5d793d6dfd7958b6ed7960180d796504cd797ce74d7985282d79937f2d79c121ed79dd93ed79e6b3dd7a04d0dd7a0e131d7a40c9dd7a54725d7a8c0fcd7a940b2d7aa32b7d7aab4cfd7ac4e5cd7ac9e57d7ad4b0bd7ae01dad7ae14f6d7af038ed7af9a40d7b17637d7b2efe9d7b3f226d7b4bb3ed7b53b30d7b74a28d7b76663d7b77437d7b790fad7b981bbd7baacced7babb17d7bdbc79d7bf0649d7c07fe5d7c1c8eed7c1e04ed7c27b63d7c2c46fd7c305a7d7c56ed1d7ca0cd7d7ca4d06d7cac8ddd7caf833d7cc4afad7cd75fbd7ce8e7cd7d195a3d7d350a6d7d53a40d7d5b266d7d6afc3d7d8ad25d7d9838ad7d9905dd7dcb542d7de530ad7de801ad7dfcd83d7e03656d7e058d0d7e8736fd7ea727bd7ec3193d7edf8efd7ef92aed7efc4fad7f1b420d7f52effd7f5a264d7f7417ed7f905b0d7f9f577d7fab31dd7fca77dd7fe58aad7fe751bd80241bbd803a4ebd8040f62d804a998d80510d1d8061d62d806746dd8099be7d809bfecd80aa448d80ab665d80cad07d80e35bad80eb21cd80fb3fed810788ad811866ad8126cc6d8127ff4d8129b46d813015ed8143796d814ca16d8193335d8194dbdd81adca0d81d5bfcd81f6511d8201193d820d0cbd822521ad822a837d823ac47d824959ed8253452d825451ed825f4abd827427dd828d867d829b0f5d82aa9f7d82af897d82b4b88d82cac92d82e2943d82f7d89d8304776d83055efd8322358d83457c6d835573ad836e3d8d8370f88d8371051d838a000d8399d1bd839a9bfd839cd76d83b4d5dd83b7a55d83e4bf5d83f2f88d83f9d08d841c310d84303d8d8433465d8437d98d845b5f3d845bafed846056ed846dcccd84b1395d84b24c9d85160ead8518c8bd855f08dd858c538d85a74bbd85a945ad85ad310d85aea2bd85dfbd7d85e4efed85e84e1d85f9fb5d86321e7d863c1b8d864e8d5d865c555d8682486d8688232d86d6ad4d86f0fb2d86f2c15d86fed3ed871962ed871997ad87423f0d8747caed875d7acd875f7b9d8761fd8d876f1d2d8790291d87d7344d87f176fd87fba68d884299bd884cb94d8855ae1d885ee8ad88a234ed88a92e8d88b27cdd88b41bdd88ea988d88f23a5d8906d74d894bc4cd8960c73d89a450dd89aaa95d89f6ce2d8a1fa72d8a38fe8d8a65effd8a7384ed8a84349d8a8dd33d8a8fd61d8a92175d8a9a487d8aa39c8d8aa7820d8af4ecfd8aff689d8b2de5bd8b74213d8b7b276d8b8bed9d8b9e62ad8bab91fd8bb36bcd8bb563cd8bb92e8d8bd61e0d8be34cad8c0f069d8c192afd8c34440d8c39816d8c4e4b0d8c4f2c0d8c4f80cd8c4fdc0d8c5856bd8c5eb84d8c70a7ed8c96915d8c9e2d6d8cb2ea6d8cb31f6d8cb7fead8d008b1d8d27506d8d4189ad8d45d43d8d47e01d8d48f64d8d61c77d8d64be5d8de3c27d8dfa157d8e08d13d8e1e552d8e3352ed8e96312d8ee0589d8eefa12d8f108c8d8f1d561d8f41ebbd8f4ca0cd8f4e2efd8f75b20d8f90942d8fa43cbd8fab598d8fad263d8fbd5bbd8fc866ad8fcea10d8fcfda7d900d5a8d9024e88d9050d6bd9068c94d9078bafd90847bcd9098782d909b0bfd90d8b3bd90f572ad90fcac1d91206c1d915400cd91594b7d91818f5d918b0b8d91b669ad91e8083d91f9c2dd9209b69d920e387d925d651d926b906d928be1fd928cd3fd9294b5ed92cb781d92ec540d92fac3ed93289a1d934d731d935de09d936cd02d9374946d9389e16d939fdaad93b2c41d93b330cd93c21e2d93c5692d93e41ffd93fecbbd940abf5d94111a4d94165f3d944363ad9448a80d9453d12d945ff72d9461599d9475d50d947b661d94927add94b47b6d94bfee6d94c0cedd94d46edd94ecc71d94ee326d9505b19d951bbddd9521260d9528dc0d952f762d953f370d9547eaed9570869d957e705d95804f2d95914ced95a2ae4d95a7067d95b0872d95bb99ed95e764ed95eb8ddd9630ab1d96360d4d96401f6d9645999d9665f89d96b8b25d96c0e50d96c49c0d9708742d97257dbd972a7e9d973468cd978cf8bd978e276d97971b9d97b1e64d97b8c36d97c299bd97f674bd9825442d9847eefd985df59d98681e3d9869065d986d405d988c1bad988f0d4d98b748ad98c36cbd98e84a3d98f6095d98f9491d9903040d99142a9d9940a3dd9944db7d994cc4cd9968f15d996a984d9970184d998d43ad99bd3fed99c74b7d99d899bd9a0e875d9a0f8c9d9a15e4dd9a2fe67d9a31eafd9a54722d9a6b2c5d9a9676cd9ab235dd9ac6ebad9ac936ad9acfa07d9ad917ad9afd878d9b09a2ad9b1ddb8d9b2b9c4d9b339b3d9b5587bd9b6767bd9b784c8d9b8ed1cd9b96466d9bc0183d9bc5b92d9be48f6d9bedb02d9bf2049d9bf6ec0d9bf8e55d9c377acd9c3eb60d9c5e7c7d9c6be26d9c6c168d9c8d35dd9cfc710d9d1db17d9d21a85d9d48b94d9d510c7d9d6149dd9d67cb3d9dc1467d9dc71f3d9dcb491d9e03d7cd9e3d784d9e80e68d9ebeb4ed9ec4680d9ec968cd9ed9e4fd9f0b288d9f1cb7dd9f3fec0d9f4b633d9f6c1ccd9f712bcd9f81e8dd9fc5bf0d9fc5c6cd9fcceb8d9fd1ccdd9fd3fd4d9fed140d9ff6ce0da0080b9da00fc50da04d7b5da04d8d8da050fa1da0840fbda0c4189da0d930cda0e692bda10c3cbda10c9cdda10e365da10fc6bda12edabda15f75bda174487da17eda9da19371cda19d1b2da1aa5a2da1c00aada1c2b74da1c71c1da1f6e86da20cf3eda267761da272825da2812fdda29b08fda2a23dbda2f63fcda309501da31baccda3312f3da33567dda35848fda383cc0da3941ebda3a6f0eda3a77a9da3b8070da3c44dcda3c7a34da3c8bc1da3d629bda3e1b0cda3e6329da3f759cda415063da42ad51da42b045da451674da45b2ffda460879da47000fda47acc5da4a1e9eda4c69d7da4c8fc0da4cb3d4da4e97b1da4ffaddda505752da538b5cda566108da599431da5a244ada5d43cfda5d57c7da5dcb8ada60278dda60f96bda619298da61efeeda637177da63946eda6449acda65bfcdda67fe58da681887da6882a6da696905da69c46bda6b0ee7da6c0463da6c7e15da6d24f1da7287b1da728d15da72a047da77ea3fda790c72da799ff6da79cc83da7b70f1da7bdadbda816ba1da81fa7ada83775cda83d478da83d907da84cd68da852a50da887171da88aea0da89aa95da8b8854da8bdeaeda8c4c5eda8f6c7eda927409da9336d3da95441cda955a2eda96675fda96bc3cda973769da9bcff4da9e2391da9f7002daa04be1daa30dffdaa35fc5daa5b108daa60161daa75464daa90697daab9c02daad43d7daad679edaaee902daaf02f6daafcde1dab06ae9dab17bccdab18d30dab1db6bdab2854bdab79fa9dab8a8bedab97185dab9db30dab9e536daba5d9adabd06efdabf377edac02de9dac13903dac16673dac3bea3dac4ce18dac7e7ecdac84df5dac9a4eddaca56efdaca87e1dacb3695dacc9b05dacd07b8dacdd8aedacee9e0dad0ba27dad38200dad3f60cdad4a90fdad7adaddad86682dad8d2a8dadb5b97dadb668fdadc10d2dadc5935daddc38fdade6465dadebb9ddae0f9b5dae23890dae2fec4dae4cf94dae8aff2dae979badae9b835dae9f5c1daeaf8c6daecbc0cdaede11ddaee738cdaee76c0daef0a7edaf19e4cdaf253cedaf2cbf0daf4bb61daf64907daf6e8dbdaf6febadaf713bfdaf8b454daf8c3d3daf8f76adaf948e0dafa13eadafa2377dafa23fddafb06c2dafd1e33dafd5665dafde5a3dafeff9adafffa45db00f1f1db01136fdb02b56fdb05df04db06034fdb0709eedb08182cdb0916b4db0940cfdb0ae3efdb0cf049db0d22e3db0d627edb0f3a36db0fbbc7db1005a0db10c187db120b37db1276f1db13097edb1529c0db154d5fdb157d90db15b9bddb16ec7adb16f068db18bde2db1a9882db1b208edb1c5dd0db22dd87db23c41ddb24dafddb24fadddb2580f5db263c0adb279166db30bfa8db315c12db317ed9db35569cdb3876b0db39dac8db411a9adb41264adb41310cdb41e641db426571db4305eadb43f61edb450856db451034db455e4adb45e176db46082fdb46f1a2db48b4d1db4ce933db4ed45ddb5068d1db50894fdb5133a0db515489db52c4e6db56a891db56d667db5a251fdb5ab4e9db60f666db61090ddb620659db63b5dedb666fd1db69201ddb6a1ae7db6ae6dadb6b01b1db6bb661db6e5af9db6f68efdb709ebddb714150db72292cdb751ae7db78c1d4db79fd61db7b8064db7c7bb2db7d3724db7e5bdfdb81ec4edb820078db847abadb851ff7db8743d9db89f5c7db8c96ebdb8da78cdb8f1037db908033db91aff5db91e313db91f0efdb924af5db926846db92b678db9338b9db965d84db989bd3db993603db99767fdb9a732ddb9dff62dba01462dba02d6adba21266dba256e5dba270f7dba2b77cdba4140edba5aa5bdba6a7fcdba75aa0dba84af7dbac3aa0dbad21dadbae5489dbaed2efdbaf4774dbb01eb2dbb124b3dbb16646dbb3f5e9dbb49bb2dbb529c5dbb6b510dbb8fde4dbb97a67dbbae6f2dbbb3ce2dbbd0c70dbc26b99dbc370f1dbc46182dbc74d2ddbc75249dbca3079dbcecd49dbd0d4dedbd24815dbd27505dbd2a768dbd3a5b0dbd4bc73dbd67b38dbd719dbdbd756ecdbd9f909dbda27d9dbda9b94dbdbb755dbdc4a92dbddc498dbde7ff6dbdeb7a4dbdf33d5dbe0f37bdbe1ac72dbe417c8dbe448dedbe55dd1dbea1404dbeaa282dbecca91dbeddf51dbee24e9dbf01cd4dbf02f0edbf14b51dbf164afdbf490afdbf919bedbf9b830dbfc6815dbfca579dbfee6a6dbfeeaeedc000b3edc02c6c2dc041ba6dc048997dc06bf87dc072263dc072e30dc07cfeddc08705cdc09af7adc0a5070dc0d37d2dc0dbb8cdc0ece47dc0f3aa8dc0f611fdc10b5d0dc1133bbdc11bcc1dc132902dc137322dc14de81dc1a605bdc1ad054dc1bc122dc1c0c71dc1e3480dc1eb9a9dc221645dc2b38a4dc2ea168dc2f965fdc313566dc321921dc326639dc348925dc34ad98dc38972bdc3a2e2edc3ad9d8dc3cfaf0dc3e5cbbdc3e9ca9dc3f0ce7dc3f8582dc41bcaedc42eb7fdc4308c7dc43becadc4429addc453759dc45f893dc465b3adc489d76dc49dfc9dc4b0c45dc4be418dc4cf651dc4e1b1edc4e9264dc4ebaecdc50ca01dc524852dc532e9adc561f50dc570ef4dc575721dc586edadc59d3cedc5d8912dc5e6666dc601e27dc621c30dc650444dc652a93dc65e16fdc6658dbdc67ba8bdc6a479fdc6d18e8dc6d272adc6de2bbdc6e13e4dc6f6da2dc6fc5bbdc7486bddc752e4adc7598aadc766f29dc76e876dc772b1ddc7df8e7dc7e1da7dc80a62fdc80f35adc82075adc846f11dc85023fdc8507f2dc8846b1dc88943bdc8c753adc8c9d88dc8cdee2dc8e96acdc8fce70dc90469ddc9197c6dc91facedc925fa1dc935f74dc946d7edc9bd7b8dc9c7e96dc9ce224dc9d200edc9de8bcdca086b0dca0a5a3dca1ed27dca24f20dca2a196dca2f145dca40354dca40acfdca49592dca5d0e0dca73d80dca922d5dcb0d300dcb1feb1dcb2658fdcb28d9adcb4067bdcb50a2fdcb522cedcb5ca5cdcb675a6dcb7fcf5dcb8007bdcb80412dcb93a4fdcba5da9dcbab389dcbae445dcbb3ad1dcbb6418dcbcc496dcbdc5afdcc009badcc0fa76dcc125bbdcc23ad0dcc2f8b0dcc36ad5dcc3804bdcc735fddcc7de87dcc91ab7dcc96eb1dcca4d67dccb1f12dccbb6fddcce36aadccff55bdcd2bfcbdcd3683fdcd4891fdcd50048dcd6667cdcd7d556dcd9198bdcd99c73dcd99ff1dcda154ddcdbedd8dcdd727bdcddb89edcdde039dcde32a5dce024d9dce092eddce3c733dce45f66dce4c65adce5667bdce60358dceaedbbdceafebddcec28ecdcec693fdceeca5ddcf021f9dcf068e2dcf3f25bdcf7bbe0dcf80a6fdcf814b0dcf84b27dcfa40c1dcff4067dcff4e10dcffdbd2dd007fe9dd01b6e3dd03ccdbdd0606d3dd0769bbdd0a1d46dd0dfd24dd102913dd12b122dd148522dd14e514dd14e68ddd1542e8dd1621b3dd169b72dd1abc26dd1ae5dadd1b6dc0dd1bd3f6dd1cd287dd1fa634dd20cf5bdd21d1eadd2360e6dd23fa72dd242f3cdd25b32add260833dd2619b7dd2754a5dd277478dd283bfbdd2921c7dd295e6cdd2ca5e6dd3158f7dd339653dd3726cedd3a23aadd3a2495dd3bc351dd3be2fedd3c1b2add3d07ecdd3decacdd3dee57dd3e46e4dd3f007cdd402666dd4138f2dd42b374dd45c5b0dd472f64dd4868bddd49fadddd4d97e9dd4dfaf6dd4e910fdd4eaa03dd503c0edd50f479dd5348bedd53bffedd54f3cddd55b917dd55f714dd567d89dd5715cbdd5816d4dd5aad5ddd5c431cdd5c6b50dd5db8eadd60fdaddd64d2a8dd673b1cdd68488ddd6be650dd6d5059dd6f0ec7dd713862dd71a10edd72bca4dd758db4dd76b6dddd77ac79dd783534dd7b1eaedd7b9242dd7c263fdd7d1b18dd7e8926dd7ea340dd7eca34dd7ecf28dd8052f8dd821866dd852072dd8534d1dd86187bdd866efedd86b92fdd86c55ddd88de90dd89cb1fdd8a995add8c1dd1dd8dfeabdd8e4225dd8e4e9edd8ec681dd902799dd909893dd935d80dd93b7e0dd94f8f9dd9564f5dd961d8add98bbf3dd996bb9dd99f710dd9a6e13dd9b8ed0dd9be126dd9cf486dd9e0eb5dd9e7dabdd9ee940dda023ccdda174d9dda2c56cdda30171dda8f58bddacd262ddacfed2ddaec27bddb18849ddb1af32ddb3320fddb3bcfbddb7a446ddbac771ddbcc18fddbefc52ddbf3e49ddc06530ddc133baddc1a48dddc32b4cddc74477ddc81a23ddc8d14eddc972c2ddca122eddca9bb8ddcc5ba5ddccbed7ddcce3b4ddcd0dcfddcf0f0cddcf4810ddcf5c77ddd10125ddd12cedddd13a1eddd284c6ddd35991ddd511d3ddd55098ddd58b24ddd61630ddd67c25ddd84e2ddddb2bc5dddefa5adddf378cdde09d12dde50364dde5badedde68fc4dde73f78dde91932ddeaca25ddebacbaddf2ccabddf3a6c9ddf3db31ddf45f27ddf462d2ddf659b0ddf88e4cddfc8461ddfde1b3ddff0383de007f8cde046061de04b3c4de05059ede05c308de073cbade07447dde09d3ecde0aab30de0ad830de0b2f8dde0b6a06de0bebabde0e3500de138b5cde1595a7de166797de19944bde1d90b5de1dab8ede1e0676de1f2928de231fadde23daf4de25cc7cde26e177de27b71fde293b5cde296f99de29d284de2b783bde2d9ef9de2ffba7de30a645de32100ede32f8aede332b7dde3373dbde3430cdde347cdade35e8a1de377cbbde3a1c03de3c3d8dde4087d0de415a28de46a079de47df36de483c0ede490200de4a92d9de4ae965de4b2ef4de4b7204de4c8e71de4ccd30de4f014fde4f29f4de509820de52e4a6de53c270de53c713de5480b0de54acacde54c99cde57468cde583566de586aadde59b147de59dc8dde5ae057de5dc054de5eeb98de60a419de613e20de65a590de669595de67ebaede691e5bde69df01de6bdf6ede6df068de6f271dde6f48edde70dc88de737959de73bb41de7a7bc2de7a8479de7ad538de7b9a37de7c18e3de7c4da3de7e293ade7e8adcde802de9de821038de8529d7de87d008de89794dde8aabecde8aac08de8bbb80de8c22fcde8e363cde8e9e2bde8f2569de916e1bde91bd70de9583b8de98a9bfde9c513dde9e9323de9eea0ede9eea15dea14679dea3440edea45947dea633bfdea71adfdeaa21c9deaa6820deaac6aedeaba7a7deabac89deabbebfdeac2149deac8b90dead7d21deadec88deaf7c65deb00f5edeb029b9deb0815bdeb19a6fdeb3982fdeb4f153deb79fb5deb7c5badeb85270deb86215deb95843deb99cb1debb4fd1debb8c99debd4fe6debea59edebf4703debf5e6cdebf6b4cdebfc3f0dec0761adec0ca9bdec2d0fadec629e1dec8f8f3dec97b65dec99aa3deca54b2decb5200decb685bdecb7ff0decc0155decc3aafdecf61baded0365dded03952ded06432ded1e9e1ded2b261ded34490ded46d8fded9663ededaa7fbdedb5431dee0d9cedee12c43dee18062dee46ddbdee81a6cdeec668ddeecb509deed1f8adeedc6b6deedf0a7deee333adef51e8ddef53015def5c473def5cac7def60739def67d1edef76c2ddef831a3def83377def8a593defa1a33defad6cddefaeb3adefbc2eadefc5810defd5922deffda17df0238a0df02a700df03ab9cdf069a89df0847d3df0ae12fdf0b1a8edf0c9549df0df28edf0f9a1edf11f465df146a55df147b30df160c9edf165807df175da9df18047adf1807d5df184aa1df196e41df19be7fdf1a9ca7df1b284ddf1e6abcdf1fc0b5df236a14df24e801df265be1df26c6fedf26f154df280f7cdf298ff6df2ab3efdf2ef153df313ca1df3442e4df351e25df355b31df37e991df3c4751df3ce966df3e559edf3e5771df3f06d3df3f3c9fdf4165addf417efcdf41f66adf434917df43e7b9df456215df45d60fdf4683b5df491306df491bffdf492b5adf497d76df4b778bdf4f139edf4fa65edf52287bdf52c390df531f67df534c89df538ab9df579685df5848f4df5a463cdf5a519edf5a77b4df5cb01fdf5d2684df5e1588df604380df623971df63724fdf63bed1df643f15df64c43adf65de3bdf65edacdf65fe83df66213cdf66afcedf67abb7df67cb7cdf68bb21df68e7ebdf6a0f78df6a99c8df6b5fdddf6d7c2cdf6db0b2df6fa588df70c5b2df71747edf737ba6df74b90ddf765f1bdf76f40fdf772b43df779ab0df7a0c71df7cac80df7dc5cedf7e2651df7e8a72df7eb0d4df7ed0bcdf7fc8dcdf8053f0df81a631df85bb8edf85d4b3df873311df88e201df89452cdf8a5684df8b299fdf8d926bdf8e5f7edf8e6642df932b83df950424df959e69df96c627df977116df98ef69df98fd3adf9c06e4dfa23acfdfa57115dfa5823fdfa72481dfaa6250dfaa708edfac5352dfae6b2bdfaf4d79dfaf509fdfb02d7edfb0ca88dfb1362adfb1a96edfb292a3dfb2d324dfb35015dfb4093cdfb55f40dfb653aadfb7895ddfb8aeebdfb92536dfba1b3bdfbcd42edfbefd2cdfbf163cdfc0c488dfc104b1dfc10d5edfc18782dfc2b954dfc36e9fdfc40055dfc52c2edfc5df79dfc631f4dfc6c159dfc750e8dfc76b1fdfca1f01dfcb9cf5dfcc8304dfcd2307dfd211badfd2320cdfd27c99dfd340bcdfd5e426dfd77266dfd8e653dfda0c3edfda0ddddfda8049dfda9d17dfdab61adfdc3273dfdc7080dfdd325edfdd8b8fdfdde5fddfe0d17bdfe1cfecdfe2a367dfe4b8dedfe4d51adfe549e4dfe70a55dfeb0811dfedac6ddfef34b6dff0f674dff0f7c5dff2e019dff2ebc8dff3a274dff49be3dff74498dff7ac11dffb9c25dffd0dd2dffd37e0dfff362edfffc625e002ce1ae002e3e8e0036f83e0047242e0072fbae00740bae009a169e00de9dce00e2b34e00f3a53e011c289e011cc01e0121b19e013297de0160a0ce0161bdae01b962ee01d09eae01d495ce01de2f0e020003de02140e6e0215a8be021b7cbe021c081e0224d50e022b024e0255a0be025933ae0264a0ce026927de026fa9de027742ee0279aabe0284190e02983a2e02aa630e02b8ed3e02bbee2e030eaf5e031bf89e03247c6e0331187e0369fdce038267ce038312fe03983a6e0399140e039b439e03c017ce03d2386e04137c6e04408e1e047522de0485a73e04df5f4e0508a12e050fa4ee0514872e05191fce0527edae056b2bce0576b13e058efb0e059d3abe05a18aee05d4727e05f0a8ae05f3555e06050f7e060f907e061818ee0627f7ee06415bbe064a2e6e0653ecee065e79be0686bf0e0699171e06a2b22e0700f4de0716e97e0730363e0770f14e077b643e07962b7e079dc57e07a8732e07c5667e07dfd2fe07e9837e0825fe1e083d722e083e128e084e49ae084fab5e086d56fe087191ae0899e82e089f3f6e08aa175e08b4d57e08bd3e3e08dbc30e08df1b7e09287bee0929a7fe0932a6ae0950b06e0957cb6e09721a2e097b79be098f433e0993631e0997ddce09a809ee09b74e4e09b7b07e09b9924e09d974be09eb2cfe09ec5a5e0a07a9fe0a3e13ae0a5e5c0e0a69f8ae0a6b600e0a7bb5ce0a971dde0ab040fe0ab32e3e0b2a45ee0b36320e0b3a0fde0b9cdfce0ba164fe0bab655e0bd2bc0e0bf472ae0c11398e0c3424ee0c4d843e0c6d740e0c833e8e0caa0aae0cb03c4e0d29677e0d52d3de0d6a230e0d7d956e0d80f7ee0d86048e0d96fb9e0daddfbe0dca035e0dce4aee0e09510e0e0ee6de0e42300e0ea3adee0eae57de0eb87c0e0ec1cd0e0ecc382e0ecdae0e0eec5c7e0ef0bb6e0f07487e0f2b518e0f2dbf1e0f312e5e0f5fe19e0f87425e0face1de0fba817e0fc6679e0fc8ecde0fce01ee0fe444de100abcae10203bce1023327e102b42de104bc09e104e6a6e1056217e10704b6e10c19f0e10df7efe1105c55e1108509e1117ec1e1119fcee11390d5e11765b2e117a6d6e118e99ae119405be11a3fc2e11c2affe121bebee122bab3e12509ace12545cbe12569fae125c089e1260c62e127a02ae128895ce129c2e8e12a8912e12adcb6e12bfd3be12db85ce12e294fe12f2392e130134be1308903e130eddae131e617e133a5f6e133d303e134cca6e13762b1e13a0dd4e13b4414e13c3d1ce13d4adce13f6ec5e13f9da0e13fc002e1408394e141e16be1437a0fe144d048e146a444e147c902e14aae34e14c2ec8e15030d3e153523ce1555605e15558a4e155a4d7e1575acae157a69de157ad33e1587103e158f76ce15aac76e15b371be15be06de15c1865e15da298e15fe2aae1637f59e164c6eae16502b5e16511eee166d733e16769eae1681064e1687b86e1691dd8e169f247e16a54dfe16b357ce16bd9a2e16c8725e16c88c5e16f5cf5e1721901e175ab8de17768cae17776cce177d9e2e177ed9ee178f9efe17936e8e1793dc9e17984ebe17ac347e17d4af6e17ea7a6e1811383e182eef1e187e229e1894e10e189e880e18b559ae18bc62fe18c059de18dfb2ce18e7a0ce18f37b1e1905fb3e1933e80e194073de1944560e194a3cce194cccee196d196e196eb4de199bf81e1a56d41e1a578cbe1a5dff7e1a61140e1a7ef0ce1a80c1fe1ad422de1aec9ade1aeffb2e1afd6dee1b12042e1b16315e1b47b0be1b4a343e1b6f0b6e1b78c04e1b82e74e1be13dde1bf654fe1c00263e1c0e1aae1c17de1e1c536f8e1c55e64e1c71142e1c7c9fee1c7e36fe1c805fbe1ccda80e1cdd2fbe1ce3f3fe1ce62b2e1d07c8ee1d0992de1d19624e1d1dd86e1d290e9e1d3df4de1d7148ce1d73492e1d9890ce1d9b1c3e1dad496e1db5a1ce1db7b98e1de2419e1e12f94e1e2285ee1e2c09fe1e96189e1ea420ee1ea62f0e1eb95ebe1edbfd3e1ee52bae1eef07ce1effee7e1f2e8f7e1f2fe35e1f3236ae1f3345ce1f3d6f7e1f40b2ae1f646c9e1f6b00ce1f76b7ae1f79951e1f85b62e1f97d02e1fb7040e1fcbc9be1fd2687e1fe88dee1fec156e1ff359ae2003cd7e20132bee203c3e6e205f4b9e2069498e2072729e207d582e2082db1e20a7231e20f48a8e21047eee213ae9de2142600e2178166e217a9f0e2182614e2198e47e219f1dbe21d0138e21d929ce21ddbabe21eaec6e21fad86e21ff1c5e2212235e2232764e2234601e2242d2be22487ace225056fe22704aee227c2abe22b7afbe22db66ae22e1144e22e56f9e22ef763e22f6afde22f8fb8e22fc93ae22fd2a2e2316586e231c532e232f841e23660b4e2379e25e237e003e23864c1e23cb01ae23e91e4e23f4017e242908be2429858e243e521e24455bde2453fd4e245a504e2466cdce247698fe248a310e248cc6de2494ebae24979f7e24a0458e24a3a5ae24b59e8e24b9573e24baa73e24d8b89e2504739e255a60ce257c111e25b312de25b412fe25cbff3e25cde6fe25dd5dce2602bdae26169b6e2620e1ce263c0c7e2651043e26574ffe2669586e267b284e2683a68e26acd4ce26c5fc3e26efa24e2709a7fe272e07be2747d22e2758420e2763136e277c5a2e2781c3ce27a8416e27b1ee3e27f0975e27f2de0e27f5a50e284198de2847f5ae2863fdee286fce8e2870f40e288f0dfe28b4a15e28d20c0e28e5663e28f2838e2903ea6e2919735e293113de2937dfee293828ae294048ae296bf0be296ca4ce2982b34e298874be2999ca7e29f4d5fe2a37a60e2a3a02ae2a47a24e2a557b3e2a6c17ce2a8b6a3e2a9138ee2ab34bae2ab797de2ad7ce6e2b0115fe2b0f1a5e2b1ff0ce2b2523ce2b2c668e2b3833ce2b3afa5e2b3cce6e2b4778de2b591ace2b604a8e2b8ef20e2ba4ba8e2bc866ee2bdef82e2be37dfe2c24893e2c4c7e5e2c4ca12e2c579dfe2c5cb10e2c99c19e2c9d9b9e2cb7638e2cdd6c5e2cfe94ae2d2c28ce2d356b4e2d35984e2d3ff10e2d72c4ee2d7cd0fe2d9c844e2da0400e2da21a5e2daeec7e2ddfc1fe2e1bdc3e2e2f481e2e3eaa3e2e4f345e2e83a67e2eac50ee2ec0a6ae2ecc720e2eef664e2ef8c1ee2efe9a9e2f01917e2f04e3de2f41541e2f84b01e2f95da4e2f992bfe2fa2a63e2fb9a9be2fbb380e2fc1f42e2fcb155e2fd127fe2fdcae1e2fe34c5e300927ee30185e6e3024ed2e303068be30634a7e30721ace30921bce30a0aabe30a2fc8e30c3a48e30ccf23e30d6e6ee30ee435e313dd59e314df6de3154502e316931fe316bf0fe31c100ae31cbad5e31d12d1e31d6882e31e5d99e31e9547e3243315e324a144e326105ae3293b2de32e815fe32f93a3e331d602e332c68ae33449eae335a849e339e54ce339f260e33babcee33c38a4e33c8ee2e33e5234e340a64ae3424530e342c2dfe342d66fe342fd0be34364dbe3442babe3448bade3464373e3470297e347aa4ae3489fb7e34adba9e34b723de34b808fe34bad33e3528d93e3581d05e359b562e359e8a4e35b208fe35b9278e35dab89e35e2177e35ee438e35f2103e36148d6e3621130e3622959e3637a5ae3642bf0e3654723e365d8a9e367ce8fe3687f1ce369eb83e36a4e8ce36b70bbe36bb68de36cb504e36d49e0e370843ce372fc18e374d86fe374f062e3752aaee3762d71e37634a6e377ff21e37831ede3783928e37acd84e37b8d41e37d0448e37f93f8e382b915e382eefde3830f2ce3857b65e386abc4e38a405ee38b6b9ee38c9e11e38f135fe3914a9ce3930ec5e3955917e3968426e39e471be39e583be39fdeace3a046c8e3a29937e3a36c91e3a51df3e3a65b10e3a6cd26e3a6dd5ce3a7bb9be3a92f26e3ab5629e3abb9e8e3b0c317e3b1366be3b1f64ee3b2ea83e3b38d0fe3bbc252e3bbf764e3bd6dc8e3c0a4b3e3c3bfc6e3c50e53e3c5c8aee3c7f407e3c7f4cbe3c866d6e3cbe35fe3cdeb34e3ce7a30e3cfdc23e3d11ef6e3d29ad9e3d48f53e3d76ffce3d7b904e3d8719ce3d8f2e8e3da7299e3dee8fce3e1474fe3e1cee8e3e2233ee3e229d9e3e4c5d0e3e63734e3e75da0e3e768d6e3e891f2e3ec78a2e3ed5c6de3edda50e3f0b330e3f121bae3f1380ee3f30868e3f4f0c6e3f6cbf8e3f73cd8e3f8f7fce3f8fa6ae3fa5ff6e3fa6598e3fb044ce3fb8188e3fc30f7e3fe69b1e3ff373be3ff4442e3ff8969e4006612e4008f89e40275d4e40351cfe4038986e40628c3e407c12ae407db8ae409c752e409f2bee40ae038e40c49b6e40e4cd0e40eb081e41199ace414042fe4142859e416e2b5e4173da8e418196de4188316e41a7e77e4255f51e425be65e4269569e42985e0e42a162ae42a2270e42a78dbe42be773e42f35f0e4306d83e4314b8ce4351e99e4369a09e4370d1ae438ce9fe43c27b1e43c352ee43d8999e43fddf5e44251f8e442dc56e444f0e3e445485ce446b709e449d564e44a0a12e44a296fe44aa23ae44b2cafe44ea939e44f01f6e44ff6fae45043dce4512c36e45271ece452fc24e4533036e4539034e453a309e45486d0e4562869e4578a56e459031ce45b1156e45b1e38e45b2942e45c4551e45cf2bce45edd59e45ee7f9e4600dc3e4604171e4605949e4613810e46140a6e461bacbe4638faee46400f9e4643adde4672a08e46905a9e46c4f24e46cdc50e46d628ee46d8534e46ec256e47073d8e4720783e473524ae473614ae479abafe47d69a8e47f9d61e48256d5e48269fae484e944e4857996e4872b3ce487a670e4882a32e4886b21e48b352de48d2b8ee48dd85ae48ef375e48f8c3fe491a372e491b3dbe492295ae495b8e0e4976fb8e4977848e49880aee498a32be49ae100e49bfbdce49c40f6e49e1852e49e1ae9e4a0f9a7e4a1aaece4a4c0bbe4a89b70e4a942b6e4ab751ee4aed48ee4b01653e4b0570fe4b09ce9e4b2c274e4b352b8e4b38f1de4b3d598e4b66df6e4b757d2e4b77f55e4b871cfe4b8c58ae4b9a186e4bcb009e4c188abe4c38b18e4c7b320e4c95f96e4cac6bfe4cb45d8e4cb647fe4cdec4ee4cf72eee4d158f2e4d2b651e4d37f8de4d3e8eae4d40eace4d72c15e4dc8b75e4dd16ede4ddd0cee4de9b37e4df02abe4e16b7ee4e243bfe4e2dfcae4e335c0e4e4ae34e4e55c2ee4e5fa2ee4e85921e4e9744ce4ea8c9fe4ebae6fe4ed5c33e4ee09bae4ee3d21e4f08642e4f10825e4f17654e4f1c63ae4f1d90fe4f2c2b8e4f2f3a2e4f4ebe6e4f519dee4f7cfa8e4f8a898e4fa00bae4fa765ce4fbecd8e4fc238ae4fc2cafe4fd1df6e4fe02c3e4fe501ae500ed65e5067df5e507c3cce50841e8e509d073e509f7aee50a7816e50c8fcde50d045ee50fff57e5105fa7e51087dce5121cf4e5124445e5134a2ce513cb93e5144be4e51a883be51b2c14e51c4661e51ca2dde51ccb57e51cd7a2e51e31b8e51ecad1e5206b87e5208470e5211145e5231bbfe5237db5e5240958e5248db0e52568b3e5284f13e52a94d4e52d53a1e52ee0afe52f47aee52fa0f0e52fdc5fe5312fb5e5320e68e5345a9ee5349309e5375bb5e5380877e5380f1ce53ab06ce53c3175e53d0e76e540f68ce540f8d9e5426839e5432538e543c414e5444d52e547983ae54b5f00e54c8fc0e54d8579e54db17de54e0b0ce5514734e551693ce55377c3e5572804e558d123e558db5fe5598a87e55c3673e55cb6ace55e8ef7e560e8dde5614f27e562283be5654281e5658651e5672876e567b635e568e73fe569e3f4e56cbabbe56e4143e56f2e01e575523ae57690ece5775644e577f435e57800d2e57b1aade57b2c7ae57b8f6be57c7fa2e5806960e580e2d2e5812c4ee5842f12e5844790e584b90de585a335e585d9f5e5890ad6e58a30bce58b147ee58c7490e58d2bbee58e013fe58f16c1e58f4bf2e58ff5b2e5998dc2e59abf4de59ad8cce59bf28fe59c0d57e59c5d8de59e7ef4e59efbd9e5a0bcdee5a32635e5a4588ae5a50770e5a552a7e5a56421e5a5f673e5a748a2e5a8cd63e5a8cdcee5aa4dd0e5ab47b9e5ac528ce5afd74de5b00d6fe5b1772fe5b18214e5b35845e5b384f2e5b4e86ee5b61488e5b64649e5b7700ee5b78026e5b8d1e6e5b95425e5ba0006e5bb7af9e5bb90a4e5bba8bfe5bd4398e5bd758ae5bda966e5be2f2ce5be502ae5bf4e05e5bfab20e5bfad03e5c22c6ee5c24074e5c31d5de5c38ec3e5c5d1e3e5c69e5ae5c6fd6de5c78072e5c7b071e5cf4dfbe5d0665ae5d1b664e5d1c2dde5d27b3ee5d3bd1ae5d54073e5d58eade5d5ab2de5d717cbe5d7a54ae5d85c96e5d979bee5d9e86fe5dae4e0e5dc4030e5dee386e5defe97e5e1d7c6e5e40928e5e43dbae5e57904e5e8a03de5eacb4ee5ec70bbe5edf9dfe5eede41e5f061cbe5f08eb4e5f2145be5f24ef2e5f50f75e5f529b5e5f580abe5f7564fe5f8e3a7e5f9078ee5f9895de5f9daa9e5fb377be5fb7248e5fbb86fe5fc7537e5fc8452e5fe858de5fecf10e5ff8b31e5fff191e6017d59e604bb94e6058d87e6061cede60660aee607738ce609c3e7e60ba86ce60be955e60f0cfce610ca8ae6121554e6138db4e613c807e6141bcfe61422a5e61588a8e6164e4ee6199cdae61bd627e61d4788e61e1114e6219f06e622babee622cf8fe6252c09e6273e0ce62bb947e62c9661e62d01b2e62fe2c5e63283e3e6338679e6344793e634510ee637d389e6380a54e638a37ce63aa21de63ace2ae63c3dc1e63e4589e63f5301e63fc9bbe63fe539e640153ce641007ee641af53e644b425e64699dfe6482cece648e7b8e649b8b9e64a2225e64a3aa0e64a6ce9e64bbb30e64cffa8e64d2578e64db2eae64e1b1ae64e49a1e64fff6ce651050be65151c7e651ad0ee65412e1e6554b74e655ad39e65aba43e65ae809e65b3397e65bb66ee66111d4e6613094e6621b1ae662c49ee663105ee6634b91e6649c35e6671ee8e6683c87e6699cbce66b03f4e66de130e66ec11de66f0a05e66f6cc4e67159cae671b622e67244a7e6725c87e672a27be6739b3fe6743b10e67451eae67489efe67682a1e6770865e6771ec0e678a5c3e67c65c5e67ef1bde680ca1ee681f02ce6820f2ce68389e5e683b682e683cc89e6841376e6847e85e68509ade6854b59e687ba39e687cf4be689b1fbe68a46d3e68b1d99e68ba546e691dbdce692c3ebe694a89ce694a913e69523eae695631ee697dfa9e697e4fae697ed9ae698d17ce69e1857e69eadd1e6a07abce6a264a6e6a5119de6a7704ee6a8d18ee6a93498e6ac1c55e6ae802ae6b11536e6b24b61e6b482aee6b5330ee6b59064e6b79043e6b84a0de6b8a06ce6b8ddd7e6b8f593e6ba2149e6bc6ae6e6bcd4a8e6c04873e6c0869de6c20e56e6c3e21ee6c53834e6c64338e6c6cfeee6c87ac5e6c980b5e6c99d11e6c9fc9ae6ccd205e6cf3e26e6cf63b8e6d2719ce6d28f46e6d4fa6ae6d52a23e6da4620e6dca385e6dd34b3e6dd96a2e6deec99e6dfac47e6dffd8ae6e1c576e6e2e96fe6e741f1e6e8163ce6e849d2e6ea18c6e6ebb94ce6ebf7bde6edc2f3e6f0aa29e6f10870e6f110cfe6f3ff7de6f7a8a7e6f8401be6f9c154e6fb4c04e6fb6f93e6fd200fe6fec7dce6ff517fe6ffb1c6e700651ee7021e85e705c332e7072d6ee707a231e709d678e70a58bfe70a5a9ce70c742be70cbbe3e70da6eae70ddd9fe70dde45e70eb3d9e7114803e7131e9ce71503c4e7166d81e716f302e717b741e7182f60e7189627e7199f4de71aaf12e71c092ee71cfca8e71d7880e71f9420e720c883e721dd81e7232d51e7269dc7e726bde2e72b22b8e72c14a3e72dfa37e72e9258e72ef97de72f3c90e733e4b9e7355bc8e73855f6e73983b9e739cf10e73a69f2e73bea26e73c8ec6e73dac15e73e0edfe73f7604e7413814e741e3fee7438c74e7444febe744c0e6e745454ee745ca05e746bddce7481dc9e7482863e7483acce74ae230e74c3459e74d32abe74d6d53e750a2e0e752688ce752fba4e75362aae755de10e755f1d4e757e373e7594d75e759f6ace75aa875e75c3c89e75f872be7639ebbe763f46ae764968ee7663171e7666af4e768f38ee769781fe7699e17e769e19de76a6ce3e76b77f1e76e3dbee76f70cce7714f6fe7727d25e7732515e7732e98e7747b0de774d20ee7761c1be7772170e7774079e77786c3e7780a09e7788c08e77ad946e77af450e77ba3bee77bd941e7814a57e7814c71e7844de6e78733a8e7877d9de78872fde789f04be78a7bb9e78da303e78e753ae792ec34e794093de794e66de794f158e7952d9ee7962ae9e798f7c6e799a5b5e79a6ba4e79b2588e79f195ae7a08207e7a083d8e7a121cfe7a2b962e7a2f5b6e7a347c8e7a39034e7a4512be7a75c4ee7a7f937e7aba3c4e7ac89e9e7ad0b8be7b63baae7b72ce8e7b97f84e7bb3565e7bce016e7be709ae7bea57ee7bf8857e7bf8983e7c001b6e7c0aa2be7c26887e7c3e811e7c433afe7c89e69e7c94424e7cb3e54e7cd5886e7d14405e7d2aa3ce7d2d803e7d2dbe6e7d34f68e7d51285e7d55f4ce7d7a44de7d8e11ee7daf5bbe7e1b0bce7e4b27ae7e645d9e7e6c1d4e7e708e3e7e934bbe7ea458ae7ee321ce7f0e7f0e7f12e75e7f251aee7f42b02e7f44d9de7f734c1e7f76ad0e7f8bff2e7f99ba5e7fa0edde7fc6cb6e7fd6255e7fdb50de7ff819ae800b837e801cfa4e802176de802d2e7e803c081e803f1f4e806fa0be807f417e808c999e80b4b64e80b8ae5e80bb3cfe80c77ade80c8b7ce80eafa4e80f7568e80fd7fde8104fb3e810e286e811566de812189fe8152480e815376be816cd53e8179b24e817fdc4e81a33d4e81b8acee81cf43de81e2c7be820f848e821db38e822495fe8228779e82796eae8281953e82980c6e82a4391e82d266fe82e837ce82e8e07e82fd227e83064dce830aa39e830e733e8337ba1e83637f6e8381364e8382e87e83845d7e838b994e8390f99e83a055ce83ae700e83b67b8e83beca0e83bf929e83c5f89e83e9f63e83f5819e841e065e8437a18e844cd66e8458b64e8472815e847c8cfe8496cc8e84b74f4e84f26b3e84f3c2de8504b10e8509874e8512f90e8514fa7e852eeb0e856a638e856cb44e8575e2de85800b9e85ebdc4e85f777ce85f9bbbe85fc0aae861f613e862108be86305c4e8646946e865e597e86853abe8693573e86a6c17e86b650ee86b7372e86cca71e86ccb92e86e9435e8712cb5e872130ce872f589e874b877e875f803e8765501e8769187e876c1dee876e191e87793d2e87c2b3ee87c9cd5e87db7abe87de768e87e1fe2e87f0271e880067de88027e4e882792ce8838528e883892ee883d850e8843b0be8872909e887e5d6e88a0d89e88e5071e8900e39e8934d28e89ae289e89c04c1e89c0ecce89cd5efe89d1726e89d7482e89e2d1be89ea79be89f4a2ce8a20447e8a30ccee8a31f25e8a37bd8e8a6aa2ce8a93844e8a9b2eae8aae294e8abcd26e8b02cd7e8b3d4ade8b3de51e8b4fe62e8b590a1e8ba5ad4e8bac490e8bb4a49e8bebb70e8bf701ee8c32784e8c456c5e8c90b96e8c96f5fe8cace3ae8d0c5c4e8d0fb86e8d55072e8d6b4dae8d7b432e8d85e14e8d91190e8db32bfe8dbd03de8dbdf6be8dc090fe8dc17a1e8dcb763e8dd496ce8dd62e1e8de9b98e8dedc32e8e28829e8e2bc2ee8e2e262e8e36b51e8e4688ce8e49e3be8e4b644e8e686dde8e6fc8ce8e7206fe8e7ca49e8e917abe8e97560e8e993e8e8e9e59ee8eae6d1e8eb7219e8ebccaee8ecfbdde8ed9a8fe8ee8ce1e8f293e9e8f2ce1ce8f4ecd1e8f70b4ce8f75aa6e8f95f1ee8f9e130e8faeb12e8fb5bc2e8fc6a5fe8fca935e8fcbc47e8fd65fbe9008fc0e9029b9ee902a245e9032fd1e9036f76e903ade0e904f086e9052cdde9084093e908ec1de90971b6e90a584ee90b037fe90e8705e90f43eee90f50fae9103e02e910acd3e910c1cee9114175e913078be917cec9e9181e43e91a6462e91b7c08e9201dc0e920f2ade9216132e921a9d3e921f6f2e922b378e929b741e92a4fc2e92a5157e92b462be92bd269e92bfd39e92e934ce9320b0ae9334ce1e9361ebce9363855e9365007e936720de936fc51e9377d38e937aad9e938c90fe93a4f48e93b884ee93be80fe93c2d03e93c7139e93c89c7e93ef29ce94086d8e940dbb4e941ce98e94230ade942ade6e9433f6ce943ea97e94579e6e9471cd9e9477dc0e94794c8e94934f1e94abfd9e94cd79ce94d29b6e94e1153e94f29c1e95000f7e95117cce9521ef6e9522f4ae9549c07e95587c4e9568838e958125fe9595459e95af8e7e9613b9be96141e4e9624053e96271f8e962faade963849ee964428de968323ae96999e5e96a9953e96b8c0ee97006aae9717acbe9718801e972b67ee9732758e9755b4ce97706cee9793ad0e9794bbbe979f223e97cedace97e567ae980b51de9811675e981f79ce984ce00e985e9cae98620b5e986ba85e987ae1fe989227ce989e7fce98a9545e98ad52fe98b7c05e98bd541e98bfe96e98e4563e98f313ee98fbb6fe9910f6ae991e9a1e9932400e9940fe2e9951cbde9970c64e9986ba6e99d0c5ee99d9dd7e99e0d51e99e9225e99eadcce99ed899e99ede70e99ef19ce9a47762e9a4e1ade9a51cc9e9a57f70e9a65350e9a75ddae9a86a35e9a89847e9a95257e9a96d2ee9aa53a9e9aaeacde9ae4652e9b085dbe9b0d789e9b3073de9b55e21e9b59dd1e9b5d42fe9b5e318e9b66244e9b763e5e9b8370de9b87e57e9b89b08e9b9c98ee9ba1783e9ba9a97e9bb1a9fe9bc0cf6e9bce537e9bd3f0ee9bd89c3e9bee0fce9c06c65e9c081eae9c1a299e9c53e4ee9c5d45ce9cc1b91e9cdbad5e9cf47c7e9d14679e9d2447fe9d31977e9d4bfdae9d5c759e9d5d160e9d83bc0e9da11bee9db95d1e9dd1c16e9ddee11e9ded114e9dee0e3e9df0525e9e06d61e9e1dc40e9e35355e9e4f8a2e9e5660fe9e70ef2e9e7663de9e79668e9e7c6bfe9e88e00e9e9f83fe9ecc2e3e9ed27a2e9edd152e9eec181e9f0b5bee9f118a5e9f17521e9f640bbe9f693dde9f6ae96e9f9831de9fb5f38e9fb9dc5e9fe9a7be9fee59ae9ff9fecea00b439ea011e6dea025d68ea02cc36ea02fa2aea048331ea04d751ea051bb3ea0793d4ea08f41bea09270cea0d3cb7ea1051d2ea13993eea140bcfea143b2aea17b53eea1aef7fea1d1712ea1fb578ea201fa2ea210ea0ea230c8fea231fffea26539dea2683b6ea28d75bea29050fea29a5e0ea2b0ed8ea2b7fe8ea2d7986ea2da965ea2ddf44ea2e74a5ea2ff1ccea33a5d9ea33a61fea33e315ea346d43ea356b0bea357fc1ea358dbeea36bb46ea3992f3ea3ad5efea3b5507ea3b88c2ea3d1efdea3e4199ea3f1713ea409b22ea412fa6ea43f902ea45ab00ea48c587ea497893ea4a5661ea4c02ccea4cdd8dea4dc335ea4f152aea4ff71fea508117ea518f98ea54abd7ea587ed6ea5a554aea5c20e2ea5c2ce3ea5c399aea5ce7d2ea5cfbb7ea5d74ffea5d7c90ea602e17ea608459ea60de93ea63c742ea64f362ea6512c2ea6569a2ea657792ea67196cea678fcfea6974f9ea6b31a2ea6b4bccea6c03e3ea6d5a95ea71bab9ea75adc5ea77544dea7825aeea7d7882ea7da29cea7dd7d2ea7df9cdea7ff45cea803d77ea80e611ea80f559ea840347ea843babea858794ea85f570ea8745e6ea88f561ea8c2d18ea8cf690ea8d4204ea8da79dea8e093aea8f82acea8f86fcea914e0dea91bdf3ea9253c2ea949363ea955436ea964f43ea974bfbea9898b6ea997cf8ea9a649fea9ad01cea9d80e5eaa11419eaa23cdceaa2e56ceaa393bfeaa436e8eaa6c270eaa708e9eaa75144eaabf7bdeaae281deaae4ffceaaf468feaafac82eab05d88eab30944eab6017deab854eceab85b54eabf9c01eac08a71eac4b146eac4dd64eac8c8cceac99716eaca5830eacb9681eace386feace75c4eacecdb5eacf45f8ead2642fead32b64ead3db1aead41b41ead88434ead8d6a5ead8efb2ead9f5f5eadf62efeae03ea5eae0827feae16b90eae1ce45eae294bfeae2e5faeae573f0eae6aeceeae78c71eae7d1f7eae7d726eae84e5ceae89a48eae89a76eae9d09eeaed8c52eaede5cdeaee1aceeaee35bfeaf55b5beaf5898ceaf614a1eaf70127eaf79624eaf7a6c9eafa1c6beafa6cf2eafef2aceaff7f06eb035b00eb04496deb05197deb07ad9ceb07f0efeb08b742eb0c8d08eb0e5898eb0eb148eb0f7d2feb106357eb10e82aeb117b48eb1226daeb12734deb128f4deb12b9e8eb194613eb20115beb20480eeb242c4ceb27ce18eb2871a8eb2a6ba2eb2c6e57eb2d04b7eb2d0c65eb320fe9eb3232e2eb33ab03eb33e921eb343c45eb354622eb3675a1eb3832f9eb3a416aeb3a8550eb3ae1d4eb3b7bc3eb3be7eaeb3c92bceb3ce2c1eb3e8735eb3ebea7eb3fb34ceb40ad35eb40d196eb454bc1eb4668fdeb46b92ceb476c98eb4815e8eb485724eb4c6197eb4d4427eb4fa9d9eb5072c3eb50a7aeeb54d974eb554060eb565245eb567d51eb5692b6eb5770c4eb59c440eb5cfe91eb5dc9cceb5f8b91eb5fd311eb602412eb628e98eb62e005eb6320d3eb670825eb671b71eb67479beb6973cbeb6a3b87eb6ae885eb6ba3a1eb6bfb25eb6ede60eb6f76c8eb709dd7eb714d8eeb7271bceb72994feb73d36beb74945ceb754392eb77323feb77867beb7bf1eaeb7cbd7deb7d587feb7ea853eb800862eb8073efeb81442ceb832e9deb83ce89eb8593c7eb881f7aeb8a3e7deb8c5fc7eb8ca435eb8cf298eb8db523eb8dc95deb8dedd1eb9138f9eb91cb6eeb929863eb92d10deb932412eb9554e4eb972cc9eb978701eb98e142eb9918daeb9a572aeb9d77a5eb9e2427eb9e96b5eba08526eba0c707eba13fedeba15760eba37370eba49784eba4fabeeba9eaa0ebaa6a46ebaa9271ebaafbd8ebacb000ebaf8fd0ebb0e694ebb13615ebb18bfaebb1fa1bebb661c1ebb75e1aebba0165ebbab2faebbc34b0ebbdc83febbeaaa2ebc29661ebc2e232ebc3a357ebc4381cebc4e358ebc524fbebc56a10ebc872a0ebc951deebca5889ebcb8dd6ebcc56afebccc575ebcdb0d9ebcdcda2ebce48d6ebce5fb2ebcfaf7cebcfc12cebd1451bebd1ff30ebd2b5ddebd38ea4ebd42667ebd4e77debd6afaeebd7d844ebd9fecfebdb48caebdb4b66ebdd1ec6ebdeab80ebe196f5ebe29150ebe291e9ebe2f645ebe49866ebe573deebe614e4ebeaf30eebeb6922ebeb754bebee03bfebee472debee7a5eebeed13eebf01403ebf18e95ebf31da3ebf33f8aebf34ffbebf7f909ebf80c1bebf8fe20ebfa2bdeebfb1140ebfb7685ebfc2c41ebfce082ebfd874bec004a9dec015195ec04e0faec04efcdec0553d8ec065cb8ec0680eeec070cbbec079988ec079a53ec0830b5ec08bfccec09c0e4ec0a3b6eec0cf649ec0eb482ec0fda37ec1070c1ec117e16ec134e81ec16b281ec177bccec191208ec19e2feec1da389ec1e250eec1e8628ec1eadf6ec1f4b6fec208838ec20afa2ec20dc6aec21488eec217beaec24b3fdec2729f5ec278984ec286200ec29c9daec2ac7a1ec2b4979ec2d4763ec2e7cf6ec2f6530ec2f6895ec30391aec322aacec32f699ec345c15ec346fe9ec355bd2ec35666fec39733aec3a2197ec3a5ae6ec3ab527ec3ad22bec3b33a8ec3e268cec3ed5e6ec435bf0ec43c4c0ec44dd56ec45ea3dec46e486ec47718dec487fa5ec4bfad4ec4cff6bec50a0c4ec511360ec5498d0ec550277ec55bc96ec55fc7aec563e84ec5763d5ec57bc42ec59d1b9ec5ae936ec5b9fa8ec5c19bbec5e3b04ec5e504eec5ec5c1ec5f5f2bec5f836aec6031feec61c643ec61ff4cec622f05ec65f94bec67f8eaec686f80ec68c09eec6b1704ec6c2188ec6d6c84ec6fd2d0ec7234b0ec73a316ec7619d7ec770856ec77d792ec78f579ec78fdb9ec7b271fec7d58ceec7def70ec8121a3ec81adc1ec81c0daec81d951ec82db22ec833e5bec83ae44ec84c63aec854986ec85c9a0ec873c4cec8a5ebdec8aa67bec8b4547ec8c432bec8e0896ec8fc491ec9040d8ec90b9e0ec90bad7ec90c6b9ec9337c6ec934299ec94f378ec956b25ec95b818ec970e9cec971fa5ec996d03ec9a5547ec9a70b2ec9acff4ec9d082aec9d75cfec9f2662ec9f558eeca0341aeca1c5a0eca27db2eca28198eca360f9eca42ba5eca66f62eca8da17ecaa7fddecad829eecad8bffecae486cecb04923ecb2487decb3253fecb3eae8ecb4321aecb5d4acecb82d3aecbcb4b7ecbe887fecc1167aecc196baecc48246ecc5cd09ecc674adecc6a25feccac34feccc2ebceccc7d58ecd0903fecd0aff3ecd15095ecd244d0ecd2b332ecd4c843ecd61abbecd64da2ecd821d9ecd918d7ecd94a3aecdae581ecdbde1cecdc786eecddd782ece00cbcece24209ece42109ece77f6cece8690decec59d9ecec62c8ececfda1ecede073ecee6c9decf08b88ecf12ca8ecf16f79ecf545ffecf900c9ecfa75c4ecfcce84ecfcf120ecfe4612ecfec16ded001957ed0411fced051223ed05ba22ed072630ed076193ed0804b7ed0a3bcaed0a9f3fed0b62e9ed0c85f7ed1048f3ed109b8bed13a842ed1501c5ed15f760ed16d35aed17609fed1847c3ed19337fed1ad232ed1be867ed20f91bed258e14ed25cb18ed26c9a3ed2701faed2803ebed287d80ed28c618ed2b40b7ed2bc83fed2c33b6ed2e61b3ed2e9b3eed303b90ed3041bced31f790ed320d88ed322aceed325004ed33fe9ded343d7bed34cf74ed378042ed3826d0ed3892b0ed38d23ded39c015ed3b6609ed3c8b3bed3ebf5fed3ecb33ed3f2764ed407374ed41c9b1ed47db9bed480617ed486ef3ed492e83ed4b49c2ed4b753bed4c54aced4c8afbed4d272aed4d5afeed4ef70ded4f7d54ed501519ed524317ed538f1ded54e715ed54ea2ded55c8f3ed566782ed592dd6ed5cdae8ed5d5747ed5d83aded5da038ed5e0980ed5fd34bed6010bbed607006ed6445a2ed665cf8ed66f1c6ed6745d2ed679f28ed67bbd0ed68d38eed6bb8a6ed6cc7abed6f8b13ed713f1fed72b078ed7306e2ed7326b9ed732a18ed73448ded75c06eed777a7bed79bb6ced7a4d71ed7ce0b1ed7d5579ed7db67bed7ef32ded818764ed824e06ed826964ed83ef68ed84f220ed8547b1ed858434ed87e91eed8a5525ed8a76e2ed8b9f4aed9067f0ed906b5bed914b5ded916519ed922a92ed925375ed93fd82ed9505f5ed960946ed982c4fed990ad7ed9ae49aed9c8625ed9d0e86ed9d98aaed9f3270eda08c66eda11e3aeda23544eda85e62eda8aaa8eda93053eda9f645edab3c03edae5afeedaf18c2edaf2fd8edaf9f53edb05de4edb34d9bedb47aebedb53fb2edb71b2eedb8658cedb8ac6cedbabb16edbb11daedbb1db7edbcc6b7edbfc5e1edbff1e0edc210e7edc2f76bedc3683cedc40e9bedc4a2aaedc4be2dedc54570edc5e3f2edc6a853edc7d6ffedc8426aedc94d16edca8629edcba7f0edcc2cc9edcf4b56edd00a97edd41936edd4a5a1edd51659edd5a852edd5ea42edd9d7f1edda345ceddd65f7eddd9f83eddf0410eddf5747ede01640ede1da07ede2982bede43391ede5aff2ede71727ede7b60dedea57c0edeaba4cedebb562edee5189edefb72cedf10e90edf18b74edf1dd3bedf28f82edf452beedf52004edf5b8b2edf5d97fedf7ecf9edf91201edfa15aeedff5961edffddf3ee0127e7ee02838cee034bebee03b526ee0a087cee0a22c3ee0aab49ee0c0203ee0c161aee0c44feee0d42bcee0f78c1ee12dd09ee153baeee168432ee170fe5ee172a70ee18509dee1eda8cee203632ee20bcfdee213c07ee21e0e4ee21fd7fee25ff0fee26f219ee2706bcee27ebd2ee290028ee292a3bee299239ee29ce8bee2a022aee2afa62ee2de67dee2f740bee2fa82dee2ff0f1ee34b3e0ee37255eee377b7cee3bc6ceee3f5bafee3fcd2aee4084ffee416251ee41d6afee445927ee493087ee4b6aedee4e3fcaee4e4a0eee4e4f47ee501e96ee52dc34ee5391d2ee548059ee55b5dbee562769ee573a71ee593688ee5a8f2dee5a992eee5ade6aee5bd60eee5c692dee5cd3e8ee5e4f4cee5e5098ee5ee229ee5f8284ee6072e0ee621ec2ee64a090ee65090bee658e5eee6641b2ee67a76fee69c3faee69dcc6ee6c2818ee6deeeeee6ee04eee6f4ff2ee6ff849ee71fe63ee74bcefee750f3aee755754ee75ed45ee75ee1eee76161eee79dd58ee7cdd83ee7da2a6ee7dc591ee7e2eafee7ec14aee7f00b1ee814eb6ee818c41ee843d86ee84c5d6ee85f5ddee86f40cee874d5aee8a4455ee8a5481ee8c9df9ee92567bee933e4dee9453beee9511dcee9794e5ee97f5bdee988f3aee98fc96ee998128ee99e632ee9b4ee5ee9b9d53ee9d2da2eea0f15eeea58cbfeea6eb65eea7e7fdeea95c9aeea9944feeac4730eeac8145eeafef70eeb5f5f6eeb67fefeeb9ba7feebb13bdeebd040feebdff21eebe0ef5eebf8408eebfe09aeec05e32eec1d7abeec23faceec5290ceec52dc3eec5fbe1eec6fc28eec713c4eec8375feec86227eec91b36eec95c4beeca0508eecaf5fbeecd0a37eece8467eeceeff9eecf4ab9eed13e0deed28a53eed2ac49eed2daffeed36838eed38e3deed4dadaeed535c1eed82278eed8e700eed8fcbeeed92670eed99948eedaf98ceeddd499eee0656aeee240c7eee250d8eee4f0cdeee9664ceeebe4fbeeebee52eeecb300eeedb00aeeef0c71eeefb60eeef0c126eef41bfceef5c22feef5f73beef613f6eef79b30eef806b0eef95da2eef9edbbeefee6f6eefee76cef00fcbdef01e559ef025960ef03c427ef05288aef056f59ef065141ef07874fef07db7aef08e421ef0b02b3ef0c7279ef0cec99ef0e4bf0ef106a74ef10f4f1ef137275ef179576ef18dd85ef19cd77ef19d5e9ef1ae468ef1b3795ef1e7309ef1fa44bef1fd6e9ef2008baef211918ef21f51def22786aef2370a3ef25a803ef2714eaef27a606ef2877f3ef288d12ef289374ef28a8c0ef29d2ffef2aa55fef2b1f52ef2c172fef2cae35ef2ecd25ef2fd77def2ffabfef300bfbef32675def3301c8ef346747ef357a83ef36a069ef38247def387009ef397482ef3989c1ef398b17ef39e02bef3adcd2ef3afc7fef3b1fd7ef3c6437ef3ebec6ef42eb13ef42f480ef432b4eef44129def459239ef478c97ef4ba004ef4bbea7ef4d4129ef4d6346ef4fa6e1ef502d38ef575000ef5930daef5a5d8aef5bca9bef5beaa8ef5e9353ef60e7caef635bb3ef637587ef6819bdef68f7b0ef69ab06ef69dfe2ef6a439cef6c375eef6d2f75ef6e59b5ef6e6022ef6eb3d4ef6efe2aef6fa6aaef7120d4ef73b66def74d4c4ef76e747ef777b92ef78b5a1ef7a4544ef7adfdfef7b769aef7bb61def7e706aef801310ef80818aef82d920ef83055eef846e90ef862e8fef8829a5ef883cccef88e00eef891d74ef89f83eef8add82ef8b99e9ef8ba58def8c173fef8c32eeef8e0fb2ef8ee1b9ef902398ef91ff0eef92f5d0ef93b03aef96477cef97ebceef984334ef98a81bef98bfedef9c36f6ef9c4b59ef9d04afefa17d36efa2f64aefa3e249efa4c2baefa8210fefa9e018efaa524fefaab7f7efab5987efae222befae5480efae888cefafdae4efb2e236efb4ea29efb50a5fefb549beefb58710efb64e3befb66199efb66809efb8c186efb9688defb9d844efbbd6d8efbcbc7aefbe2d60efbf1fe5efc25a2befc48e79efc4f653efc5b4f8efc6af6defc7240eefca0ec7efcb18f0efcce086efcd6866efcf5fcfefcfc2d5efd00c5fefd0fb7defd100d9efd169b2efd172efefd184e0efd2ced3efd35c16efd46750efd61c3befd6da87efd815daefdc1b23efdcbf16efe65788efe791b8efe94c18efe98d93efec6d8aefed1f34efed7ecaefeddd30efee1dc9efeefceceff01362eff05698eff1236deff1a688eff1b96ceff3ea0deff41e5feff60f5aeff90ef4eff9f4daeffac91feffb7ac2effb9f89effbf4f5effe8947f0001c30f000bde3f000f44bf00192a5f0020cd5f004ebdff00617fbf0063ddff007cc82f0092a8ef0092d02f00a11fdf00b5c21f00c3246f00d3ac1f00e5b86f00ebf25f0111c52f0113a89f0161328f0165ee1f01b411ff01c2beff01cb4b8f01d870ff01fd917f020ff3df02111b9f023f891f0240226f024be47f024d197f024fbe3f025eed2f0269d50f0277b95f0294eb2f02b23a1f02c00a8f02ecb88f02fa2e0f02fae30f03055fdf0324619f03294c9f039f57df03b5e60f03be3fcf03c62b7f0405cacf0407200f0416976f042392cf0428125f0430a33f044e967f044f597f0467f33f048267bf0486ff6f04a89a1f04f0ebcf0508f25f050d24df051aab7f0527d58f0541c94f055bd98f055c55ef058caadf058fd3df05918caf0592217f05a249df05af567f05cb825f05d75b0f05db4ddf05f13c6f05f9116f06120aef0628598f06363b5f063710df0689991f0691df1f0699e20f069b9f5f069db63f06ae964f06cc99ef06f81bbf06f8e8ef07079f9f070fa4bf081a1bcf081d8abf081fcf3f08323cdf0841823f0847b1af08506acf0858a46f086f3dff08712fdf0872fe0f08b7954f08f01e7f0913811f093657bf0957398f097ddf9f098620ef099c1f6f09a7519f09d2c65f09e1429f09fc26df0a00cfdf0a163c9f0a1db7bf0a3349df0a448b3f0a736b5f0a7ecfdf0a901d3f0aa1c09f0aa3345f0aa33e5f0aac2eef0ab748ff0ad4933f0b004fdf0b033dcf0b3129df0b99a52f0baaa94f0bbced4f0c1adaaf0c36980f0c3d09cf0c47567f0c4958df0c6d3bff0c71c1df0c9d88df0ca7b88f0cbf2bff0cc535bf0cf51d8f0cffa47f0d1e6eef0d30f39f0d395b5f0d49461f0d60687f0d68feff0d6dba5f0d8e17bf0dcd3caf0dd4ea7f0dd9b5df0de2fcff0de3597f0dea8eff0e0cb96f0e11f27f0e2935ff0e36961f0e59dcbf0e7f87bf0e9e682f0ea95eef0eaa0fdf0ebbd35f0ebc185f0ee106af0f05a9ff0f6d860f0fad025f1000dd2f1009c5df1025af7f10382a9f1065d1df106955df10777cff108140df1081c07f1084b93f108fd8af10991f1f109db01f10a1b42f10abd09f10b2ef1f110573cf111facff1133fa4f1147a23f1167da7f116e8cdf1175b66f117eb72f1183373f11992bdf11b7e89f11c9de3f11d2aa4f11d8adff11dac07f11e31bcf1200b04f12016d7f121296ff1217e96f1242abdf1263ec8f1271cd1f128456af129435cf1296deff129e991f12a401cf12b8275f12bf970f12ca3caf12e19a1f12e91a7f12fa2eaf1300bfdf1301d51f13033c3f1322c18f1363ebdf137a84af1380c54f1387334f138dd32f139163ff13f0bf8f13f33dcf1403543f140b572f1416c85f1423aedf14251c5f142f517f14657a1f146aba1f147ebe8f148d7b3f149421ef149a3a3f14a984ef14ef1a1f1509f10f15192a9f1543d64f1546cd7f1550bfdf1551483f155fbfbf156037ff15631fef156d7d4f156deedf158ad51f15a176df15cff24f15d88acf1600f3bf1602421f163656cf1650537f166397ef168814ef168f577f169f3a4f16e85f9f172f022f173255ef173a1d6f1743a0ff1745334f1753850f1759371f1763efdf1770fe7f1788ba6f1794446f179825ff17c3980f180219df182075ff18a6e20f18c7639f18f4b8df18fc0f6f18fc9dcf190ce64f194328cf196cff5f198347bf198a7d6f19a02d3f19a30b9f19b3d2bf19e191ef1a01591f1a0226bf1a03425f1a1536cf1a2188cf1a2768ef1a624fcf1a64269f1a8a9d3f1a99970f1aa068af1ab9be7f1ad6933f1ae6607f1aef1b2f1af3db9f1af864bf1af9125f1afba92f1aff356f1b1eb90f1b66ca8f1b78e08f1b84d57f1b86060f1ba001cf1bb30d6f1bb5484f1bb57a2f1be5be9f1be7be1f1c0d9faf1c1b79ff1c1f627f1c20499f1c4b919f1c80d7bf1c84fd3f1ca043af1ceb14cf1d262d2f1d4745ef1d47827f1d6e6def1d7267ef1d795adf1d82bb8f1d83bfcf1d864d0f1da3b0ff1da53bff1db2ae6f1dbf636f1e10eaaf1e15e43f1e18ff7f1e3251af1e406adf1e5d9bff1e6a40bf1e721e6f1e73492f1ea7587f1eb7a22f1ec5649f1eca860f1ef8886f1f58894f1f67daef1f70f2ef1f7c7adf1fad38ff1fc15e6f1fc383ef1fd07b1f1fe5168f203554cf2038d05f2039769f203ace4f2074c08f2095c59f2096482f20d47d8f20eca4ff20f66b1f2113c44f215593af2171558f2174a4df21ad91af21cc0d2f21e3bb1f21f2b96f225d8cbf225f707f2270a38f227f114f2295b83f22a830ff22b7127f22cc077f22f456cf2320340f232d2adf2334289f2350bedf23814c2f239df37f23cd732f23e9323f2400ca0f2403792f240eb4bf24223e4f242373ef242d7f3f2436ec6f243b1d1f246032bf246fac4f24725f4f2491515f249ee9af24a6aeff24a7713f24a8fccf24c6a81f2528db9f254a7fef256828bf2587deff258cc71f259327af25b3f96f25c1e74f25dcc3ff2626a52f2633856f263daaff26441c1f264d140f264debbf266104cf2669f3bf2682275f26846cbf2693f7bf2695722f270c717f271a860f271ee89f271f07ef2755e8af275b1a4f276943bf277be27f2796e8df27a1081f27c47f2f27dd544f27e891af27fbc0bf281fe0af2826464f28432f5f284a549f2866530f28844ecf288812cf28eee7cf28fbac5f291dc2bf291f16df2920d24f2920fd2f292e0b9f292f560f29475abf297fbfaf2995cdef29b8d19f29cb80bf29cf262f29d8a02f29dfba9f29f8bc1f2a028eff2a626d6f2a77783f2a83a63f2a8c41ff2a9188af2a95312f2aa335cf2aab4e5f2abc809f2b0490cf2b0ce8ef2b420c5f2b5aa0df2b5db34f2b900def2b9e92ef2b9edd5f2babab1f2baea2df2bc6c1ef2bca532f2c365b8f2c4eaa6f2c54058f2c77658f2c79e24f2c80a39f2c80fa9f2cb3ee3f2cb792ef2cce77ff2cd41a3f2cd60e9f2d01d76f2d1433df2d3313df2d446fcf2d465fff2d48390f2dbf1b1f2dcea12f2dd13e4f2dd6c32f2dd6caff2de3af9f2de6146f2e2e055f2e38d24f2e44f30f2e99995f2eb14b0f2effbb6f2f07facf2f09739f2f101a1f2f2894bf2f2cad7f2f3556ff2f43ac1f2f6794ef2f6ea45f2f7a081f2f7cbcbf2f8c769f2f9fefcf2faa35cf2fb229af2fb502cf2fbea92f2fc46baf2fce0d8f2fee6ebf3021ffdf3026327f302fafef305a9fdf3086664f308d96df308e5fbf30b6fdcf30c4553f30e2e10f30ff7c3f31248ecf3143645f314fe6af3192d93f320a585f3275d16f32881aff32aa816f32c1485f32c3ddcf32d125af33045bdf3315e6af3317e3ff3319593f331ed51f335e16df336dc1bf33747b7f33933d7f339e509f33a9f5af33bc5f9f33d3f69f33f1c4bf33f4198f33f9e7ef33fe95df3405321f34102c0f34207a2f346b6cbf3475dfff348b20ff348dd33f348e7f0f34abebcf34abf82f34ccc6cf34e1a58f34f6c68f34fb7eaf3508f93f353f323f353f8c8f3546d4bf3551a2cf3560684f3576cdcf35936d2f35948ecf359d9f2f35a914ef35db006f35fb2baf35fe812f35ff6c4f360b9a7f3612d8ff36160f9f362211df364219cf36553b0f3657b0ff365df3df3661156f3665bbcf366eb6ff36ae8edf36fc872f36fcfd9f3702f9ff371387bf372a5def377e0f7f37adf80f37c36d6f37d68baf37f9306f37fb361f38184d4f3833f73f383e15bf3865884f388176bf3883058f3883b24f388a8aef388c94bf3896503f389cb57f38a15e4f38ccaccf38decc1f38dff22f38e5581f38fea0ef3907524f3917184f3923d77f395fccff396be8ff39740d6f39b8f0ef39c14a3f39c88e0f3a29a45f3a41583f3a5874ff3a5de95f3a63e87f3a69e3df3a7dea2f3a8c629f3a977adf3aa47fdf3ac2b0df3ac409cf3add189f3af15a9f3b1407df3b33142f3b338d6f3b49754f3b4e555f3b644ecf3b7114af3b88acff3b8baa2f3bb8d10f3be26e2f3c139eff3c16baff3c2262bf3c2ebe1f3c438edf3c44537f3c663d3f3c8eccbf3cbe0b2f3cc53d6f3cccfbcf3ccef4af3cd9a7ef3d04b32f3d26b9ef3d27029f3d2cc97f3d4526af3d857f8f3d86c82f3da98def3dc56ebf3dd3115f3dd650ff3ddb0b9f3e09996f3e2fe22f3e3c7c2f3e493b0f3e89e9df3ea2ed9f3eb2d3af3ec3243f3ee067bf3ef1342f3eff4adf3f04ca2f3f1e980f3f1ed5bf3f5cd75f3f69db5f3f75ca1f3f9c491f3fa2909f4017777f40196c3f401a8bdf401cb1ff401e738f402092af402ab6af402c8d1f4049a3af4056ca7f4061b17f407e696f4083282f40c078ef40d8ac7f4106babf411a639f41331a8f416b51af416c42bf417886df41a6ab5f41c3450f41d3343f41ec231f423084ff42bdfcef42bf9b8f42c3883f42c742df42e466af42f5216f42f8a9bf432f80bf43338bdf433ef8bf435ed82f436f41df43a9643f43b0a20f43cd74ef4445690f4448778f445d4e6f44eac09f4505a74f4514598f453842ff4538941f453f7fef4540e76f456f3bbf457905ef458539bf4597243f45bc81af45d8924f45da333f461c6cef463ceb6f464d0d3f46648fbf467fde1f46a01f7f46b2f22f46bc3d8f46ebabcf46ef410f470cc33f470ebe9f471483af471736cf4718531f471d005f472177cf472f688f4738470f473fc75f474dba4f4786b32f47989f2f47d15aaf4805ab8f480c742f4835903f4855f70f486dfa2f487722af487e7edf489aeabf489deddf48b28b7f48bb124f48bb45df48cc333f48d3fe0f48fae0df4929ca1f4948a0bf496c7a6f496e4a4f497db44f497fcf6f4988f87f498e3b0f498ef8ef4994923f4994f88f49c289ef49c3e76f49dcfb4f49e4ea2f49e6889f49f3e3ff4a027d0f4a17bdff4a218caf4a25e05f4a49b54f4a60746f4a8a033f4a8e497f4aa8879f4ab6fb1f4ad4dc1f4af1702f4af2a67f4b045b7f4b3a9c9f4b6c671f4b8495cf4bc04b1f4bc2c49f4bcc140f4be09cbf4bf5391f4c00b2df4c1af59f4c1c55ef4c3d2c7f4c62362f4c7ec64f4cab742f4cbfe4ff4ce326ff4cee12ff4cf2298f4d2258ff4d2c565f4d56bacf4d6196df4dae37ff4dc8601f4dd634ff4e04764f4e0b599f4e2d52df4e4198af4e4af13f4eb4bd7f4eb79f5f4eb7ee3f4ec465ff4ec89cef4f32ce9f4f3d245f4f837d8f4fbadf0f4fbce44f4fcecc1f4fd7b91f4fde551f500c8c3f5055f25f5070d6bf5091ee9f5098cf1f50bb8adf50e4baef510b2cef5125042f5133940f514c752f515f153f517b27df5191261f51c355cf51e0c21f51e7422f520828bf52154aef5227bbbf525e9def52924f1f52caf08f52e7175f52fcf5df53189daf532993cf532ca27f5336336f533707cf5338959f536d812f538e8c4f5399613f53bf0dcf53cfb05f53f0a41f5413a0bf5414f97f542009bf544332ef545a66bf5477b14f5493d38f54f34acf5504b1ef551bfd4f5529678f552c797f553c329f553ebecf55774f4f557e490f55877d2f558eb08f55a5ee2f5617f9ef5624e11f563d733f5645ec4f5649612f5669840f5678b13f5699bdcf56bf108f56d87ebf56da687f56e7e07f5704fc7f573d25bf575ba05f5779dcef5784235f57865a0f57aff56f57e67fbf57ee143f580254ef5817dacf5823929f5834fb5f5839b56f583a680f58683f8f586984ef587f81af588b86bf58b116ef58c453df58ccf7ef58db15bf58e0538f58effdff58f3ff5f590d3e7f591767af59274ddf5927f0ef592a298f592edc7f593c6fdf5950ad9f5951517f59d3edef59eee1ff59f0646f5a28a5af5a29837f5a6fedbf5a9e8b5f5abf800f5adb8b4f5aff3abf5b08674f5b3d47ff5b4786cf5bb01def5bbc187f5bca2e2f5bcdd1cf5bf18bdf5c16c3cf5c32306f5c48cbdf5c750fdf5ccfd5af5d2bc2cf5d41d12f5d5a52ef5d8d81ff5d8d92ff5db9dd9f5dd44f5f5e01f8df5e23f69f5e32414f5e3bccff5e3ce7df5e53d30f5e551bbf5e56d78f5e6c507f5e6e395f5e92485f5eb6360f5ee5dc0f5f38ac8f5f404c4f5f5a5baf5f5bf33f5f89dbaf5f9850cf5fb6ddff5fb922df5fc1c30f5fc2d79f5ffd441f6013f9df6018aedf6022f77f602651ef603256af603d7bdf607d61ff608b683f608cf0ff60eca30f60eea47f6136dcaf6148903f614dd2bf618c4e1f61eedabf61f7d6bf6218b73f6242bf0f626f4e0f62778fcf627e25df62997f6f62a0dc9f62cb8fef631054bf631fd79f633de27f63533f9f636d6cef638c740f63ae129f63bc96bf63dc80ff63f4153f641ec60f643fa85f647f67ef649bc35f64a3bcaf64d2438f64e5a93f64f0ab2f650094ef6510183f652ba11f6546456f655b14af656ca2df658b78ef65c52cdf65f8670f6604b37f660f696f661efa4f6620aa4f662e93af6655e39f66738faf667720cf66af3c6f66b6656f66c9daaf66cad42f66d4247f66d9d04f66e1753f66e4dacf66e9d28f6700fa4f672687ff6729c8ef6736faaf674c110f6756947f675801df67778a5f67849b0f6795195f67a275bf67be513f67c1a16f6809672f680ad18f6846d2ff6861391f6864d2df686e223f688980af68ab1ddf68bfe1ef68c1dc4f68c942ef68d2e75f68d6b72f68da330f68e550cf68fafbdf6907798f6920e99f6924986f6929d9ef694860af694e27ef69537dbf695edf2f696108cf6967c95f696c15ef69825fff69878b3f69c06ecf69e0100f69ebdcdf6a0ac3cf6a148fef6a24487f6a27276f6a2efe5f6a3f0b2f6a4702ef6a66d61f6a6e00af6aa51bdf6aa6d53f6abdfb0f6ac377cf6ad6e2ef6aea35af6b07282f6b22df9f6b28ba9f6b4e27ef6b53966f6b58fa2f6b6bc42f6b7930ff6b7b6ecf6b9317df6b9f1c4f6ba498df6c26bc7f6c28d53f6c29a76f6c2e8d7f6c85928f6ca1141f6ca40cef6ca7438f6cbb9e8f6cf30c3f6cfde50f6d0b173f6d1b568f6d561a1f6d7d1fcf6d8b5d9f6d8d85af6d99c6bf6d9a9bef6da8b47f6db8f10f6de2bfef6de7206f6df24e4f6e05d2ef6e09492f6e188f3f6e267a5f6e4bdd4f6e67436f6e68c44f6e6c3aaf6e997a4f6e9f2f0f6ebaad1f6eccdd8f6ede08ff6ee800cf6f0b134f6f335c2f6f527e8f6f68bf4f6f76721f6fa6c06f6fcae36f6fcd649f6fe0e85f7021746f7039ec5f7055e21f7060da6f70a288ef70a5f52f70b0394f70bd7c4f70bf248f70c8abef70d0bb1f70e8104f70e9f7cf70ebc34f710fd79f71551e4f7166339f716d278f71727bcf717da13f71eb2cbf71ed6f9f7216cccf721715ef721c199f722e9cef723666af723f9d5f7250aa6f7252ce1f7262b69f7287965f72989eef72a24aaf72b1fccf72c6c26f72c73a0f72d1663f72d1d3bf72f0743f731e115f73591b3f735fed4f736f0c1f737d866f738a072f73b6d64f73bb0b2f73fd31df7404885f7408aeef741d6cbf742c5baf7440421f74423f6f7450b85f746f08ff7493f4bf749a64af749f688f74c9a4cf74de08ff74ec871f7513a86f753ce51f7545b88f7551f9ff7559e93f75d7248f75d7be7f75e55dbf75eda38f75feb1df760e755f760f962f7612220f76187c9f7623e6ef7626996f7629d80f762b91ef76569cbf765719ff768d26ff769e108f76dc194f76ed49af76f9dd4f7700464f772115cf776426bf776d704f778679cf778b8ebf7790d10f77b10aaf77ba51cf77ec3fff77f83b7f77fda5bf781d804f781dafdf7820d42f786c6f2f78703f3f787a73af788bfacf7896177f78bbd83f78c796df78e049df78f098af78f61f4f78f9687f79023a3f790a662f792e167f7933feef7938d4af794e8f4f797c9e6f797de8af7980878f79a6e40f79aaf76f79f4285f7a09988f7a152e0f7a1fa1df7a375ebf7a830d4f7a94311f7a9befdf7a9eceaf7abeb96f7af7111f7b03bddf7b196fef7b55d02f7b5d95bf7b8059df7b8d461f7bb5347f7c2ad09f7c2fb80f7c38eb5f7c4e75ef7c63592f7c6d7aaf7c6edeaf7c8b414f7c94723f7ca1df0f7cabf86f7cd4a67f7cd91b8f7cf3586f7d007d2f7d204d3f7d41989f7d50d54f7da9993f7db1120f7db4d21f7ddb1a8f7de81f9f7df67aaf7e05a68f7e0af92f7e1b579f7e2858cf7e4025df7e40a5bf7e4b35cf7e72c8ff7e7dee3f7e8df0bf7e92676f7eb087ef7eb0a20f7ebea22f7ed1b37f7edd17ef7ee7683f7f1ed8ff7f32855f7f33033f7f3a098f7f69399f7f7c374f7f85d7ff7fad021f7fb03e8f7fe780ef7ff812af7ff9278f802b6e4f805bfedf806287bf8062c49f8067e84f808c127f809a71df80a20aaf80a620bf80b1a03f80c64f7f80fa2b6f8153747f8157a47f817a742f818173ef81adcd7f81afec7f81db671f81f4ef8f820b603f821aff5f822ce94f8230a11f824df94f8252b69f825cd0ef826197ff8267b81f826bfc4f8283eb0f8291978f82aad7df82d3b27f82e08c6f82ec89ef82f26aff83070baf8311945f831962ef83590cdf836046ef8363374f837919bf837e8edf838d8ecf8393728f839a7bdf83a4398f83ba462f840a084f843ba0cf843f6cdf84511bcf845b782f846bfc6f84991eff849ae5af84ac982f84bc727f84be9bdf84fecf4f85383f0f8567920f859834cf85b3c50f85bda55f85cc2b0f85ecb62f85fbd12f85fd549f8620e32f86713bbf867431ef8682e15f8688cf3f86a84adf86b914af86b92e2f86cc9a2f86dde98f86f0701f870f196f87122def872cb9bf872d6cbf87481b5f8769b73f87ad428f87d1964f88070d8f8809feaf880fb27f882eabdf883d4b4f886b365f8871f4bf8888cd8f888b7b7f88bf685f88e744df893459ef8947744f894fa7cf8969ae3f8974701f8985c9ef8a117b6f8a2627cf8a3a077f8a472e4f8a526f1f8a5aacff8a6eb2af8a752dbf8a83cb0f8a93f28f8aa2a9ef8aab5baf8aaf362f8ab7bdef8ab8caaf8abf61df8acadecf8ad273bf8ae078ef8aec53af8b4a7aff8b8a730f8b99845f8baf5e4f8bb6535f8bbc9e0f8be1da5f8be9222f8bf19c5f8bf2786f8c2e195f8c37390f8c6235ff8c67066f8c7b1acf8c95389f8c978d2f8ce41daf8cfb629f8cffba8f8d027d8f8d029e6f8d25d57f8d5a28df8d689a8f8d6c13bf8d7729df8d7d388f8d81668f8d81762f8d86c55f8dba3e7f8dca1caf8de1ceaf8ded334f8df5e6df8dfd109f8e0866ff8e17ddcf8e27289f8e3e87df8e45034f8e6bbd7f8e90570f8eacd14f8eb452df8ed0cf7f8ef7bc9f8efae22f8efc3eff8f2b18af8f30caff8f3f386f8f3f44ef8f4babff8f4ebccf8f63164f8f64ec4f8fb78a8f8fbd055f8fc55f1f8fd30e2f8fe5c41f8fe6e8df9008b42f900b5baf901a9bdf903c1def9041324f9044a6ff9081119f90c8656f90d194df90dec27f912116cf91491d4f91717caf9177d2df9185a43f918d970f91b6977f91c2174f91d0176f91e2a75f91fa145f92141b9f9228006f922b460f923fdf9f9244e68f9260fb3f92835fcf928c39ff92ab98df92b48baf92b9025f92c7691f93331b1f9333d3cf93512fef9375e8ff938f2ccf9397cb4f93a025ef9411026f9422b9ef942d27ef943a15af947493bf9474d0ef94bb856f94d8daaf94e4803f94eccf2f94f6138f9500697f950d99af9511da6f952c24cf952f07bf955f37ef958812df9597cdaf95a8c73f95c21f4f95c6a09f95def33f95e42c3f95eb753f963a978f9659206f96686aff969b71ef96aaee1f96b219df96d12bdf96d5da2f96e8235f96f99b5f970394ff9712b4af97202f5f973f690f976d18ef976ff3df97b8073f97c60b2f97ec55af97f7607f97fee5df9846cf6f9853f7ff9899141f98a1210f98a3574f98a65f3f98a6b97f98ab98ef98c2465f98c47b7f98c4d84f98c7781f98ca61af98cd638f98e99d0f98ec976f9949760f9964579f999960cf9999a94f99e890bf99f0f21f9a08e67f9a10f2af9a16ecff9a19955f9a2e3e0f9a55d7ef9a74833f9a86572f9ab816af9acaf53f9acc566f9ad1109f9ae664bf9aff680f9b14991f9b28a75f9b32ba3f9b58f33f9b5b038f9b5bcc3f9b7e2a1f9ba224bf9bbc49ff9c0027cf9c15bfdf9c1d70cf9c58562f9c6cab0f9cbe03bf9cd1db6f9d0cbd3f9d10845f9d198faf9d226bff9d65630f9d931c3f9da4652f9dbfca0f9e0493ef9e06ecff9e2d7b3f9e2edd0f9e6f7f2f9e9dac3f9ebbc0df9edec9af9ee6577f9eee798f9ef3b41f9efa27df9f26fdef9f7e75ef9f8ef2df9f9311cf9f98746f9f9c59ef9fbc503f9fc9fd1f9fe35c2f9fe99e7fa00828efa015e6bfa023476fa03ace0fa041acefa043c10fa04f0b0fa04f587fa05e921fa062954fa06bddffa06dfeffa0b2eccfa0b5f1ffa0b7bb8fa0ce897fa0f24b3fa0fb79efa0fce04fa10594efa114594fa13911ffa139d2cfa14ab71fa166475fa1a183efa1aa0bcfa1bf615fa1c3320fa1ec2d0fa1f75b4fa21f4b9fa22079ffa220ceafa223b3bfa22618dfa260e38fa267643fa28b709fa28e7dbfa28ed65fa294c77fa2a5456fa2aaf9ffa2bbdccfa2d893dfa2e3752fa2f1d65fa2f239afa324ed5fa324f2bfa344351fa345169fa34f0fbfa358d76fa39e96afa3b30f1fa3be641fa3c41e6fa3cfe9cfa3faccafa412c66fa4135f8fa42d967fa473718fa47da43fa491105fa4a70f4fa4aa144fa4c9ea8fa4df657fa4ff867fa503fbcfa50925afa50de73fa533a96fa542975fa551a29fa589848fa5b68a7fa5d5239fa60a69cfa62ce0bfa64836dfa65870afa67777afa6a8187fa6d278cfa711eb5fa7196a4fa72fc2cfa735e83fa750609fa753bc3fa79ceeefa7b60fdfa7e997dfa7eee9efa807b12fa81aa4bfa83a372fa84b121fa853581fa85a6c2fa880149fa88ecb1fa8f6e43fa8feb48fa90c234fa91fe81fa92e7c8fa92f7d2fa93911bfa957f61fa978428fa985cb0fa99e864fa9b2c55fa9b61affa9c7ec6fa9cd874faa00873faa14f4dfaa228b5faa279fdfaa6af4efaa732a4faa76499faa8a84dfaa91eadfaa992b3faacdb72faad6f74fab16260fab2d94efab36c98fab5b3effab5bc31fab648b6fab7264ffab836fefab8d398fab92993fab9de5cfab9e781fabe659afabf73c2fac05037fac15fe6fac1dac0fac4e074fac4ec04fac60da0fac80661fac8b0ccfacbea0cfacc4285fad033acfad1143cfad1e695fad2052ffad42cd0fad54cbcfad5664dfad7ea59fad8d379fad9903ffada1cf9fadaa638fadb0f39fadd383efae189a0fae3f350fae432c0fae5270bfae65682faea31f8faeabf66faf015abfaf06fdcfaf133aafaf3efdffaf545edfaf66792fafd375ffb014db4fb02652bfb02d0b5fb042175fb04533bfb049708fb07b972fb0991e4fb0aa99bfb0b900dfb0c7ee4fb0d47d7fb0d6790fb0e3316fb127799fb12942ffb1546b0fb1a34b2fb1a90f8fb1b0b49fb1bc285fb1c40a3fb1d5160fb1dfae7fb1e0844fb1e8809fb2107e0fb232171fb233d08fb23e8fefb250b53fb25109ffb25cedafb2625d6fb2694f8fb2814abfb290bbbfb2a159ffb2d62d2fb2dbfbbfb2df828fb312126fb39ce98fb3aee68fb3b3966fb3e361efb3e4941fb3edfcbfb45019efb4827c3fb48a63ffb48a965fb4a1c9afb4a4b54fb4b26e8fb4b8da9fb4d3c75fb4d5893fb4d74f2fb4daa91fb4ebb2dfb4eccd3fb51ec54fb5214d1fb551628fb56f61cfb58ca29fb597f6dfb5a6062fb5db4c1fb60a8c2fb612a59fb634536fb63d8cafb64e3b6fb661d0efb6712f4fb67c434fb697da4fb69db3afb6c5c7efb6ce326fb6e93a5fb6e984afb71c956fb734e9efb735c0cfb73a0c9fb74256efb749951fb74d012fb7521e6fb77553afb7780d7fb77a095fb7b16fdfb7cf91efb7f1fc0fb819867fb81e515fb832f11fb8399a7fb87c970fb88034ffb88207cfb8863bafb88e772fb8a3ad7fb8b2923fb8f1338fb8fb9e3fb92aa02fb97f61cfb983654fb995d9efb9a79d1fb9adabffb9c6fc6fb9c83c5fb9e4f1efb9e6b5efb9f5babfb9f6016fba15df6fba2277efba23444fba314a6fba378d1fba43d29fba68c2dfba83f70fba940abfbaa6d23fbad01bbfbad563bfbaea074fbb0c14cfbb1d16afbb27061fbb3f4a7fbb5160dfbb568d4fbb62addfbbcd737fbbd77a7fbbd9891fbbf730cfbbfb191fbc01f0afbc0a2fefbc0f3d8fbc29aaafbc32545fbc3715afbc490bbfbc68fd0fbc86da5fbca0214fbccb2a9fbcd6359fbd076cbfbd133e3fbd16610fbd1a72afbd28299fbd455f1fbd4a3e2fbd55724fbd66902fbd79061fbd90fcafbdb5b37fbdcab4dfbe02b20fbe02db1fbe21cedfbe2c61cfbe5cd62fbe7179cfbe75d78fbe7bc9cfbe7cc8efbea3f5afbebc542fbec86f8fbefebb1fbf02535fbf65dc7fbf918fdfbf9ef19fbfa0ee2fbfa642dfbfacfbcfbfbf9aefbfdca61fbfe20f3fc005f78fc01de41fc07ff59fc088502fc089614fc0aef52fc0b5b6afc0db048fc0ef8f5fc0f7ea4fc12b2bafc132e66fc15f6d8fc16aa42fc178194fc17c753fc195ff6fc1a75a5fc1e18e7fc224951fc2586dafc265cb5fc26bed2fc2904e6fc29b150fc2a5199fc2b187dfc2c41ccfc2c4a05fc2db08efc2db3c2fc2fef03fc31d894fc32bb4dfc335610fc345c01fc360a62fc378f4afc37c944fc37ce1efc384a48fc39b317fc3a2b17fc3b4c90fc3e4d59fc3e9119fc417372fc4208e4fc421fdffc42dddbfc448e92fc45b01bfc45b855fc4671cffc46abcdfc46ac23fc480e28fc484d76fc4a1eb2fc4b02a8fc4d62b8fc4ec693fc4f2af4fc525fd3fc576e3cfc578fd6fc591d84fc5b57c3fc5bcf3afc5ebd32fc5fe297fc608ce1fc655f8efc659e4cfc65a23dfc66e32ffc66ee89fc672164fc67615bfc6776effc680c9ffc68348ffc687490fc6af282fc6c241dfc6dace0fc6db9e4fc6de482fc6ea9e7fc6f34bffc731211fc74a34afc7603b3fc7799eefc7845cdfc7a679cfc7a6e05fc7c654afc7d7659fc7eb64efc80714efc82829efc837b67fc84e139fc85463efc8685eefc86fbf3fc87a0b0fc87df64fc89adb6fc8b603ffc8b7507fc8c8557fc8d9aeafc8e80e0fc909f60fc91fd4dfc97b895fc999e75fc9af494fc9c0940fc9c2155fc9e96d7fc9f6c14fca00d55fca0d80ffca1cb1efca3178bfca3a5b8fca51a2ffca6e911fca9132dfcad062afcae70e1fcaef1cbfcb07ce9fcb26047fcb44a1ffcb4d536fcb7ece4fcb8c273fcb9a294fcba006bfcba8339fcbc4d76fcbdf66afcbe3638fcbe8dd4fcc1ddaefcc26584fcc3ae81fcc3b771fcc45f5efcc51757fcc5717efcc633defcc74ee7fcc790d5fcc8940efcccebe9fccd1055fcd077e4fcd1d405fcd2a199fcd2e1e9fcd4c176fcd56e85fcd68032fcd6deb7fcd72f80fcd971f3fcd9da1dfcdaa67efcdada7bfcdd665cfcde0398fcdebe88fcdf26f1fce0b123fce1333dfce626fcfce838c1fce8b11cfce8d415fcea91adfceaf4bafcecd3f0fced0e77fcedfd62fceedbf5fcf12da3fcf38e59fcf3f5fdfcf473acfcf7bd0bfcf82074fcf9fa73fcfb0fadfcfd47c3fcfe3599fd033e91fd03eddcfd045feafd05135afd06a5d7fd074eb1fd0830edfd093f3efd0ae3b3fd0b62f5fd0dbdadfd0e849afd10e6edfd130b2bfd1485b8fd182653fd182f93fd18b7d3fd1a69cefd1a9253fd1abeb9fd1b91abfd1cb0a6fd1e2434fd1e59aefd20a09ffd220172fd227ac1fd234937fd23cbeafd26b54ffd2a5deafd2a88d8fd2ade51fd2e91b2fd3331d7fd33f1b0fd343b8dfd34c6a3fd361a98fd36543bfd3716d0fd37f2a2fd38e62ffd3987c3fd39d37afd3a44c4fd3d663efd3e68c5fd436041fd43aac5fd44465dfd4576fcfd45e537fd46392afd49ad85fd4b9eabfd4c75aefd4f0e58fd4fa44afd5088dffd5197a6fd51f68cfd51f8fffd53397ffd546580fd55baf5fd55d343fd56ce17fd5877f0fd58ac8dfd595d91fd5d81e0fd5e624ffd6164b5fd63430efd64994ffd65da55fd66781dfd679f88fd67c00dfd6b48adfd6c911afd6db183fd6dc738fd6e678ffd6fe5f0fd711a08fd716a8cfd724733fd778c02fd7bbd73fd802f80fd84397cfd846e2cfd84fcaafd85c411fd87326dfd8768ebfd8870e3fd892e33fd8b081efd8b6a31fd8c2648fd8cd14afd8dd16cfd93aee7fd953daafd97efaefd985efbfd9b5c35fd9ce0c6fd9dbcd1fd9e5392fda103fdfda114ecfda154f9fda220cffda34b41fda3b76cfda40a0efda42270fda4d56cfda68ae5fda7d099fda7e5a1fda93bd6fdac9a5dfdaccad1fdace925fdae926afdaf529afdb097a1fdb2a865fdb440a2fdb563aafdb6dc85fdb7ae7cfdb82a19fdb84d6efdb9b95ffdb9bba8fdbaa6e8fdbb35b3fdbbf6fafdbe0044fdbefad1fdc21dd8fdc272e5fdc27d56fdc6e95bfdc80944fdc95320fdcaa02cfdccf4f4fdcee2b2fdcf2b98fdd0660cfdd07c44fdd0c444fdd11c15fdd16bdffdd30d4bfdd34cf0fdd693b9fdd7004efdda5b29fddac2d1fdde5f07fdde8e53fde252dafde2a076fde34ef9fde3f83bfde536cefde8ffecfde99f82fdeabc8cfdeaea86fdebec50fdec1c81fdecb0f0fdedd8d9fdf3585cfdf3da4ffdf50b8ffdf562d5fdf6a7b7fdfa13e0fdfa5e09fdff474afdfffd2cfe0077fefe01f945fe0295e7fe02bba7fe033262fe06302efe08a4a7fe099423fe0db871fe0ecfd7fe104da3fe10dfd9fe120127fe12e63efe12ea03fe13e0e6fe1451f9fe14b1bcfe180c1ffe19523efe19e75dfe1c496dfe1f88d6fe2052bafe218431fe21c85dfe224837fe22b831fe2343d4fe262bb6fe26bd0afe276164fe278ff9fe2793cefe27eb17fe282a6bfe28e73afe2b049afe2eb24efe2f4159fe30330cfe313f16fe3230cdfe32604afe336d35fe353b63fe358f7ffe365d3dfe37d120fe389d56fe3d58a5fe3ec2e0fe409f02fe41d775fe4262eefe46a3befe470db4fe494fbefe4e3066fe4e6d42fe522ed3fe534895fe56c0ddfe589df5fe5a6bc4fe5a85edfe5cd172fe5fda47fe604931fe6152f1fe6267e9fe629bb5fe63523afe640678fe65b22afe66b56bfe672e9cfe6894fffe69468cfe69b67dfe69c6defe6a661afe6aa1c6fe6b886efe6c363efe6db12bfe6e21eefe7216f2fe733d54fe76021cfe765a87fe7cc648fe7cf314fe807846fe812952fe825d7efe84e712fe857841fe85879efe85db7efe882d97fe8c56d3fe8cc0d6fe8dcf06fe8f68adfe8faedafe8ff84afe90f93dfe92bc01fe93b8fcfe94c2b3fe94d8dbfe955de7fe95e087fe963317fe987416fe99a7edfe9a8cfafe9be7befe9bf7ddfe9c0332fe9c1cddfe9d728ffe9dff5dfe9f5ec0fe9fc15efea16ca3fea3ab85fea42357fea5746afea5e9bdfea5f241fea6021dfea83ff6fea92519feab4323fead5ce7fead84c5feae1614feae220dfeaf328bfeb4e4bcfeb673d6feb9f3eafeba1bdefebb14ddfebed390febf1d7ffebfae07fec16922fec16caffec26a06fec39380fec4c677fec57ee4fec903fcfec9bd97fec9f0adfecbf005fecd81dafecdfb95fecf2416fed337a6fed4d0c6fed5c962fed5dcc2fed66e8dfed94b30feda3ce6fedbbaf8fedc273dfedce5d2fedd0065fede175afede467ffedfc500fedff73afee0bc0bfee0c019fee1e7aafee43563fee47be8fee4b695fee5d6cbfee88c2cfee92ac7feeb130efeeb6bdefeef797afef1bb57fef4234dfef446e8fef73991fef82e67fefc1540fefe09feff0110e7ff02bdfcff0349c6ff087b21ff0d96e0ff115feeff12644fff14ded8ff16d1b3ff192b5aff1c31a2ff1db991ff1e7371ff1e9fb1ff1ec766ff1f7643ff20940fff209c66ff20ccb8ff21f513ff229833ff239301ff242ceaff2518a3ff25a07eff2611b7ff26f184ff26fd11ff291e9aff29fd8bff2a452dff2cc889ff2cd6fbff2f37b1ff32fdefff345a97ff36a216ff38ea44ff3b7be1ff3ecd14ff45b808ff47299cff479b1aff4b0eccff4b9afbff4bdd06ff4bdedbff4be26fff4da538ff4e38f9ff51ec41ff52a228ff539d60ff53fb55ff553fc5ff57440dff5841feff589a97ff5b6312ff5bdbacff611f28ff6175ddff618d5dff67cea6ff696c6dff6a2479ff6beab9ff6cce91ff6d4746ff70402cff711102ff791737ff7985a1ff7a7facff7b7303ff7c6670ff7f4703ff7fc2ccff856633ff86a560ff8816f0ff89a31cff89f704ff8c9a0bff8d1865ff8f22e5ff949f47ff954505ff95b37cff961769ff96f800ff97e90aff9af950ff9ba21fff9c74daffa15c96ffa28eabffa2d1c5ffa668dcffa67694ffa68210ffa72e71ffa73bc4ffa80d8fffa9ac27ffb162c6ffb4138fffb45fd4ffb4d578ffb4deceffb5eb8effb642a1ffb84f94ffb99795ffbb4e48ffbb5bc4ffbde162ffc0b9d0ffc28bc6ffc28c63ffc43297ffc53249ffc53712ffc8acd0ffc920c4ffcb7c5bffcbf600ffcc7fc6ffccdd76ffccefecffceb9edffcf1547ffcf3d8bffd02cd1ffd0f0c4ffd34f92ffd38645ffd470eeffd56a65ffd57b43ffd6da73ffd7e7c0ffd9f0deffdb3cd5ffdde144ffddf069ffde9396ffe0856bffe20240ffe21c5fffe231bdffe442fcffe5110affe5e1e8ffe5f3b4ffe75f0affe9245fffeb2d72ffec351cffeea4eaffeed5bbffef8900ffefb36dffefb742fff1b449fff1c4a4fff1f37cfff1f5defff37d6ffff41997fff53a63fff57b37fff59f54fff5dae5fff9c757fffa683efffac8acfffcdb1afffdeba3fffe457afffeeaa7223b7d, 'no');
INSERT INTO `wp_wfConfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x613a323a7b733a343a2268617368223b733a36343a2231663933343735373536313936303435653337636365303436376438396536313933376231613466393465666166383234323533633935623166356233613038223b733a363a22686173686573223b733a3132303932383a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f9400034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c0010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf0224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc3025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf9002df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a755024032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa10460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d0047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa3054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b53057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b0688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608df412692567a74bdf07ea4864a997dc7cb5e3e1c49d80380d25d59897d108f08e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c9093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d0a55481df07e3586efa5a0b5766c636c5c5bc9ab4c5d52f98cbaaecdad76809d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb781012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dbea5e2d05ed53ac1df605c3000f736d22bfbbb5c7577216f6712cd3a0889111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be8012115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b1181271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae1292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a13130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d13925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14e37417abd3c8b811473ce20b67c36170ed78247da7d5baa0a553752c05184914f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee926772089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c106652516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb110242661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e27385fb71ae361666d87d6280e9dbe441557df2c7d7a9178275223ca874632d82740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b28808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f51294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad9130050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee3187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e82319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd332363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e3248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe38513298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d86085733193333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda534d8670bc0db319004677b77214114773f3f550b039ecb6db160c13a5f4e9faf350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d291359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f49363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d6629736c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb8683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e020983799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d1127638da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea539598e642bc206421a62a091cf68cb377ecb51902c85c9ef01a8e21ed310ea763965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93ed08e0302a4ba3ce8a90567cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f4004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e591413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f44176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac944180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b980975854200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d242260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b200868446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab245472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e46058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c6407777146110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c46569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b638902884a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a5064dd164d403aa21e41dc0b66808c258d43c089b3e01fe87c08b78b329d0070506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae51744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d05409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd1395501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc85777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc95848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f1255403958702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca81185942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f2598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c1273bd6104f20a4154f111f154407bdf715aaf8bba89ff64bff1f85485631a5c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c47706088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda7615eae101ea1b3e4deebd26990a4b9f3923b0374acb3c8e27235c55118aeae2a619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c3761a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d353462674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d63630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f2352066636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb740656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d96631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e66b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c68040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e99700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c71289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b6724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b972ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f37633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea77704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e9778337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132dabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f72795800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e683801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa8496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa286117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e61415803876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e44488650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc68952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f64733d0e49ff9ee13cee46a5ca1397d500119390e26af0d0284f979185c4ba8f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8991058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c3373592710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b2929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b95710930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f08940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de9539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a9560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac3961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de9682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c36971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a97707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b297968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a9877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a84bfc2f7bf34bc6d5c259090347b5fdd34ccb45c45cff2e66a8dcabe3264fa3a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93ace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78fae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaf00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baacad1919489fc103f0f571d467703055b2397c8917f47764b39a1047cd90b5baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eec012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d61e389be5d473b716d5829167005b204c06df3b3a77a4e23fc236296e0d037dd6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd72f669884ca1c113404b0b6d227a0fcea33a55abeed8df899b0800d3798a41ed730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0dfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce927ca316d5b8dcdce8a390b13ca0cb48f208d8d50fc7855c672ed82474573f3e93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf712f5b987f69335cc0e059722197e52d0e519c0d436f5dc3e0bb7a03629e8bdf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7d, 'no');
INSERT INTO `wp_wfConfig` (`name`, `val`, `autoload`) VALUES
('lastEmailHash', 0x313533313734383333343a3830643565303330643637663463313038356333333531376534373663666239, 'yes'),
('scanFileProcessing', '', 'yes'),
('wfsd_engine', '', 'no'),
('totalAlertsSent', 0x3136, 'yes'),
('totalLoginHits', 0x363030, 'yes'),
('totalIPsBlocked', 0x3334, 'yes'),
('signatureUpdateTime', 0x31353239303731303736, 'yes'),
('emailedIssuesList', 0x613a31393a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223163343737336238333537363031326561303338333133646164333561396464223b733a373a2269676e6f726550223b733a33323a226461393839333431646232316163633262323464363363376530623733333562223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223334323736623735656633356462623766306639323765663535356335616164223b733a373a2269676e6f726550223b733a33323a226335373362383765373961663039656136636634613565373939666539306634223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a226134363262663633366634346332313736306331343031356635356631383464223b733a373a2269676e6f726550223b733a33323a226134363262663633366634346332313736306331343031356635356631383464223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a226434333630333435336135306636656633326366613533363363633465343133223b733a373a2269676e6f726550223b733a33323a226434333630333435336135306636656633326366613533363363633465343133223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a223138383161643965353532346536373264396536353632303838643661666630223b733a373a2269676e6f726550223b733a33323a223138383161643965353532346536373264396536353632303838643661666630223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a226233386134383862373166326266373532313461333231366239643464336230223b733a373a2269676e6f726550223b733a33323a226233386134383862373166326266373532313461333231366239643464336230223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a226463393566393334306630326439386365653364366438353336303630353537223b733a373a2269676e6f726550223b733a33323a226463393566393334306630326439386365653364366438353336303630353537223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223735663766313437653136613961393732326535393334316332623561393832223b733a373a2269676e6f726550223b733a33323a223735663766313437653136613961393732326535393334316332623561393832223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a223462616438373863643339383665643264643438316261363866626339616263223b733a373a2269676e6f726550223b733a33323a223462616438373863643339383665643264643438316261363866626339616263223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a223934656136663430393939303333656635653935383939396236383563666163223b733a373a2269676e6f726550223b733a33323a223934656136663430393939303333656635653935383939396236383563666163223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a223237373436633732336563626335626464666461613437646566396539366138223b733a373a2269676e6f726550223b733a33323a226539616638626232396230333531656162343834383334616535663339336466223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a226465613266653065363830343364346563373739303839303039393331313961223b733a373a2269676e6f726550223b733a33323a223735333863376562376634396439326464323737386232623833663461343764223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a223166653066663739356661373838333038313165353162383930313236366131223b733a373a2269676e6f726550223b733a33323a223166653066663739356661373838333038313165353162383930313236366131223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a226463623163633963393061373966646536343036306366353633306538633161223b733a373a2269676e6f726550223b733a33323a226463623163633963393061373966646536343036306366353633306538633161223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a226437313162626165646331653838636462616164636364393232393963663034223b733a373a2269676e6f726550223b733a33323a226437313162626165646331653838636462616164636364393232393963663034223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a226431666463376139393138666335363766663162386539313632646332326637223b733a373a2269676e6f726550223b733a33323a226431666463376139393138666335363766663162386539313632646332326637223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223739353633336332653132326432616163653537643934656162386363616165223b733a373a2269676e6f726550223b733a33323a223739353633336332653132326432616163653537643934656162386363616165223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223432643563363834303337396538343834663430356462656438396566626262223b733a373a2269676e6f726550223b733a33323a223432643563363834303337396538343834663430356462656438396566626262223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a226432656636666337613262313636643431663937303233393534613934346636223b733a373a2269676e6f726550223b733a33323a223235376334353864383564643839633739623333363564613732653733336537223b7d7d, 'yes'),
('adminUserList', 0x623a303b, 'yes'),
('originalScheduledScanStart', 0x31353331373437383030, 'yes'),
('lastScheduledScanStart', 0x31353331373437383831, 'yes'),
('totalLogins', 0x38, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a2261646d696e223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32363a224672692031337468204a756c7920402030393a33393a3033414d223b733a323a224950223b733a31343a223139312e3137372e38352e313537223b7d, 'yes'),
('lastAttackDataSendTime', 0x313533303932313538332e343234353033, 'yes'),
('totalIPsLocked', 0x32, 'yes'),
('hasKeyConflict', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('serverIP', 0x313533313734373838393b35322e362e3132372e313638, 'yes'),
('lastBruteForceDataSendTime', 0x313533313431303232392e333936313030, 'yes'),
('longEncKey', 0x65323262346462366137356630313063323861306462343062336538643232306136323261613062363061633561323035346335396363663431313961303964, 'yes');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfCrawlers`
--

CREATE TABLE `wp_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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfCrawlers`
--

INSERT INTO `wp_wfCrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff42f9405f, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531177996, 'crawl-66-249-64-95.googlebot.com'),
(0x00000000000000000000ffff42f94052, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531150038, 'crawl-66-249-64-82.googlebot.com'),
(0x00000000000000000000ffff42f94050, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531149872, 'crawl-66-249-64-80.googlebot.com'),
(0x00000000000000000000ffff42f9404e, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531148856, 'crawl-66-249-64-78.googlebot.com'),
(0x00000000000000000000ffff42f9404d, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531147978, 'crawl-66-249-64-77.googlebot.com'),
(0x00000000000000000000ffff42f94049, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531147464, 'crawl-66-249-64-73.googlebot.com'),
(0x00000000000000000000ffff42f9404b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531147387, 'crawl-66-249-64-75.googlebot.com'),
(0x00000000000000000000ffff42f9422d, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531322280, 'crawl-66-249-66-45.googlebot.com'),
(0x00000000000000000000ffffcc0cc2ea, 0x8bfc17c095903e8d6230ab6f51318cf6, 'badPTR', 1531204001, 'ns2.tcoandco.com'),
(0x00000000000000000000ffffcc0cc2ea, 0x69b1b37c0420acb24f6f442198c30e9a, 'verified', 1531204002, ''),
(0x00000000000000000000ffff42f942cd, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531209870, 'crawl-66-249-66-205.googlebot.com'),
(0x00000000000000000000ffffa2f76072, 0x8bfc17c095903e8d6230ab6f51318cf6, 'badPTR', 1531216664, '162.247.96.114'),
(0x00000000000000000000ffffa2f76072, 0x69b1b37c0420acb24f6f442198c30e9a, 'verified', 1531216664, ''),
(0x00000000000000000000ffff42f9598b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531496085, 'rate-limited-proxy-66-249-89-139.google.com'),
(0x00000000000000000000ffff42f9405d, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1531748191, 'crawl-66-249-64-93.googlebot.com');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfFileChanges`
--

CREATE TABLE `wp_wfFileChanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfFileMods`
--

CREATE TABLE `wp_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 '?'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfFileMods`
--

INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3d2ab743b421efcf71e4f95876472d04, 'google89f441cad44a75fc.html', 0, 0x01b61b89718ba7f5481b4352b734ae23, 0x01b61b89718ba7f5481b4352b734ae23, 0x8bb3e67630d503c9b4ca3c0b18e19798f4ad53167df9617269853a2a4386be5e, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb61b25303be0f573a6b9446d5cbe3a5b, 0xd7805da248bcf0ff6fff2685e0590059c9b109c206b6f9b98b05981aeb8e3d4b, '', 0, '?'),
(0x8f8b744d04c42ca456c2061a8ba00db6, 'index.php.infectado', 0, 0xe471db09c8ea4199cdf4c91faf066aaa, 0xe471db09c8ea4199cdf4c91faf066aaa, 0x1e14311fc28a6ac7fdcd387e9b1e910a8dcd0192aff1f32f131bf0d8fa571785, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0x9348da52c104f75fe1befc73609020cf, 0xd81c4f85e320f6baf8ed14243aa763fb38574a474832f8358aff5592ae3fde66, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0x87a90313eec372b26f726b4efa4600a9, 0xdf4e5d37ee4e3c2f7b37bf0e1ecac63f5a7b8540b3d5979239c87eca61a2baf1, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x8cd5829496af2263d236f97a7af3f0bb, 0x44b0203e44082918b8f84a7b0ccc8882adcb5762247398bb9fc226b7d57a7f09, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0xd69028152b87ab999b4cef2300826d83, 0x32b35209e87feab3e87bca9a00f4aad07e9f3429b6c48433c8ab1866e32c741c, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0xd654eec8adacac1410b17fd67b81da10, 0x3647e36ec22c0c1e7adf94c1bfb421867c4c31b2b89015a23fabe9dc6d724875, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xaf0b46eafb24e3733a8839836d256146, 0x3ff80f211b146de4805796c1643c32d37c37d2e716babf53450cc93393be7322, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0x741d81821039b1f77f5258b923d38f92, 0xa0b27103354c3c57375b45c7bb172206e3e7ea551e6bc7c9f182eb4375c8ebdd, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x163ecc5b73b40ce02ba418a3edee2c68, 0xaecdaa4514ed6771764f8457aeefdf2375cd1a670c1850bb58ac4854e292e1fc, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x0402ac65e6e367dddea2d155d869ed7b, 0x8ec99de278b18959e8fc818cee5f52845945a0b9615131545ed95865f8c71079, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x8c1a8754cbe03dc6ab8ddcfaa1be4a7a, 0x861e9f941706f334bcb81143733352d021332945b9e86a7839895ced75b9edd0, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xd78ff82d6fe2cca6b06cf36d78a581dc, 0xb988aacb960ee6b5c343d13f2ae2fe642763ce803e5830fd29f3b758d1a4cafe, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x0b1c45083759d618d27a928f3c287efa, 0x5415a34fe1ff01e72b7d0dbe4c65330ed17c3f847484334d052c9621311b9ea7, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0xc260aca44db825b1a9c18c25e01a1994, 0x6e053aca874e0d7206bd3ae7ef13512546524ccc567460eefe70c9b35a3a6310, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e470d76d5b4e0602dcc8816b300d7da, 0xa221f882487fbda524addcff2591f186001428d71607b30dabd29bb1e181623b, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0xbb9b6fbc1d72522b2a28a7eaeb188cbd, 0xd8521c42770bd298b7032696a3b2b626c5539f538c84e39ed26c628d8ee23bf5, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0x361b64acafceb9cf7c9ce468ad4e8bbe, 0xc3830464d4f601fccb7249bd802e6eb0734e2725c0f99b560c1f01434caf6e8a, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x4ef66dffa334e595d9c36c77013039ec, 0x74b1b17baedf95d5c277bdd5ac5283e9f4dc380199c0d7218fb424b09300c61c, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbefeb689473b0bf189ec4a39ee920bcd, 0x1be418df1cf541bd5d0a148598009ec607f71af1b55c8bb5b00142fd7b3451d2, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x2b4eb0f12b5b5fb87f06528eb082b8a3, 0xd4c06839b365810fe8c238641a4e5da97766cbf3ec2147d455466b8c8d468a50, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x4a22ae006903e377b68dc697fc0cc46a, 0xf14ecde51b79da8f16fa6af81df13d720cbb660d4524967068436ceef5618f92, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb00c896ff0bcbcdd0c8d3f5331842e60, 0xa69aff7d55fe29f7a3b612b5ac1d1ba14aee42059c3e5859eafcd4371d605499, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7637efd464f4dc9069c33f7833335917, 0x7d26f563cf69297faada6f456214d8a584965f3b271de8df194b54a4d0b373e5, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0x4633889cc5ae0bd0607d589c1eacae8c, 0x7c4ea72ac5ff7dc7935e7fe274dc8020f3e52897b7af38680e80e1cf7b799605, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x72c3a5be39a933d8763bdd8f10b3e69a, 0x0c3bc464d269f17645c629888cbb8d2854373ea59cfed424c6386ebafc14c53b, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0xde3577867deb3d96f8a587a17b59af5f, 0x83d6afaf8766fd16a8152bc81b1f7adf2d63b523cfff4cd2c6ce84f6ef1edf3b, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed1555ab1980b0a7980504a6acfa5f54, 0x234ed7f0acc0a542248236c3a04ba3aa1f0c76fef1edac4e50e108527fc760e9, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0x22295bf92914ef4879b36a640326ad19, 0xb30134f3b952681f9e3fe1fd36f5198743b42e7adfe14545cd37ee5a23ccf267, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x97228f8038ad04b998ee386178c9172e, 0x5bb68479eea88e5291d774556c1ce2c6ce5a09265b15a00974719fefce66bebf, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0xc22ff1bb2db45ee3879ba234761ba618, 0x5a40f22bc60fb1cbcc28bc0effc480d9b01ca743ebd51896badd7a7ab6607dd4, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x18d869c6a21b54fdf1038dadc8b62810, 0xbb90550339f5c3a6e96c92810457903f3954e71b630c95b206e4ab81ac3a6828, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x3ab501096b1a091972d84c85b284135a, 0x9a506a5a7800703eb98b6d4606db336c029b027236f633b9457ed29341b767de, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x1eabb79616c817d36c47003b9ac16aa0, 0x50970afc849b569168474881a91c3ac0730923af4409d7075cf459528ec6cbb4, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x760a83d1bd8de7952c213a668151bce6, 0xf95de33a7233984eac31b91ed75ee3cf984fee6a97d8a4bf817186ab4b9d85a2, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0xf91d3fa65fded514fdc32d5e48fa7eb9, 0x3b427a481927a6e06ec2dd4cfd43d34274f516f175b947bcf4e5201baa6dd2f6, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0x58b52e0c8528d52e040b8355a02eee77, 0x163fea6d9dd0aa30f949e2ed0ced2f7f841b9b7efdec212c745ffb31a9498c89, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xd9d03549d79484672c29145aad594db3, 0xf85c6b9b8853dbeb9a91df6e207757fd9a091bff21d32a03c17ea676900edd11, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xe1f8d2bad643e1a93cc9f2d5908e60aa, 0x031c2a804095f19816620e6e3abc826fdea594e99b73eebeeb5cd80cf9fb06c1, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ed4244ba484a49d295fa48d29957533, 0xa1dd59f99a180420d58ab97bb10b1005f9224964355d01aa807bf3d34150d3cb, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x059a5265a9a022fa492324fb90341055, 0x8fd465247615e78f0611512d4d0d859a95cf033c06f57d33b2864615b8f55289, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0xaf368ebb8350419c26769db1ab139778, 0xdae4e5ca5f5e2e92ae9f3359f55cc7d2bda849c822587c9aac2c679e15c7f772, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x397e3820b27a234330c95e05250f61ce, 0x007bb55aa3727e819864307c42a5dc7c5dd784c8f96ab6dadc8ce1b64982783e, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xcf22f6cdf0c754d17e18968603839536, 0xff4dded5d94963144bf9f387e94dd5d8ab7dcfe53d2d4bcacabc68f984538fe3, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x36a186d038c83593e79d1a0cc8876bc4, 0x9d58c8ddaf5666827cf4954c894f4237bdfc8101ff8f937a65f58f1b7f4c6dcc, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x71e7589f78c5423719c15ebe510f4d25, 0x6efb2a887b5b24e0f09e8d23273bd96f495d5097011e7a7f15cf3912d2607077, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0xfc7c114669f52b57e6ba46c66dfd1525, 0x8dc56304d262551c76605707c61aaacac4d16d4d8e55d3a95115888aaaa33cce, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0x940171d1392bd8071122a905d12b9195, 0x42c1866d8d7f1ee64e91be6802c4eb17a0b5ac73744ea3f36a07415334580024, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xf1ee0df10cdc3a4308768472cc3e8667, 0x7209e0741b663b3214ed262b5395dba2998e14932ba89cacee9d0d41b64363bd, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x862cede744447240baa0e2c7c6014eb3, 0xe6a80e3f049ed591c1c8d3b258ecfe8b5599415d2a1ff232825a3b7b057c410f, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x2e105d8125f21fa58ebd346a11e9efcc, 0x0aa225b0d7b2c2554ad6646621d38c89d53865e92bd8197c68ef119b6480ae56, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x8dc3381d0f8e3894c39dd12664c9da35, 0x57216b4356b2419d8a456850f46003e4c7a0cb17f14979ffd39bc56d5a2fdc1f, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0x480b9bd647e5b323ef88d63ce55e1d6f, 0x3f3d05cae4d28f1945871a4d9261d51058ffb684c4ba4a2273bce66b3bea0533, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xc4229460e28195d59dadc5927b591ef3, 0x3fb00b241195f40d9a5dfd57c37e2b363865903c55e15770216b7b65c6582358, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x949cb3874d4150bf45d54d02f108bc1d, 0xda116c5f07bbd55c5849cd0686765a127b33d7813833e814dabf9b9b22036933, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0xbd3be68c8212aeabe5af215df5e0d0cb, 0x442d139e1e5fb179352c298bdec3d3e118f2e145ba3399802465050fddae1f3c, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3c8eb91438052ad8ed3e5c407bb46871, 0xa83011e57ecaa64dc3aab236bb75f6de2827773a79cf20eda5ef24fe6346587c, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x26dc8daaf0c47c4457b8bc2145f48634, 0x53eacc7f6fcd47709edb0ee908f4aa7bb5fd9122a8467553be26a78ef5ffaa05, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x9a55f6f39ed642323724a678c9cfa4b5, 0x6b3178897ac06aefaf3c27e8fa23e8585e1e9646c1feebbf6f2286b5dfa8532b, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xff093ff18aef2de35d910e9bc7300a63, 0xb24aadd551f982886dfc5740ccf5f1a94c6923b2072d0ff498ade1d45bee4e76, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x7434d42be65938ef44ee3a474ccf72dd, 0x1d2ab962dc1339af5feb22515eca40bea15becb11a0dd7fd9d4ca4627b2235a2, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0x30f1caf5ac1ca40c859539bbf81e439e, 0xbd5c1f12d763abe39a8a979f5060e9523de887e3e93c2a751bc999384f483087, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x1a7c5bfd9faf7f6cc77cd9b166062568, 0xc318c9aebbfa31d4755a52aa48d136adb249e9c10d09d0c5baf4879688dc1542, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x64d732bae20f1bd9f1a39d28f479a35a, 0xb6b4c8c507c08b7b4eeebee2de288feed7ded660088c4ae7dedbe3858a274c3b, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe21cc147dadf70a8ec27483f9663a088, 0x8109fed8a742cedb2ceed10ce635a706bf484e4945d1432628a3c3141daf7823, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0xc3b594ce028a37cad08301b857e7dec7, 0x5c751811817287e79c87c3ea2f9a92304d1a790ec57778126e126da9df36f63c, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x4b919105096d441f974a99dc6bc9e243, 0x9539ba6aa1fbb489fa79f8248df633ebdaf91a675d2c118859661f095f9906fc, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x5692871a8a7a1914ee0968ddf9923dec, 0xfde2af515f6e9f893937ca134c3284f324a2ee79073a6ae053d18587a0cec5c1, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x6f94711934da6b3ffb9b7aa44c595613, 0xe5a1679c3dfb6774e8764bc441dce040f500ee29af6bd2ff2be094263881c62f, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcc1d6cd9b4a4079012a04ec96638bbf4, 0x9536e54748bdab1401865f15d96f7ba83a6336df7c49dfe17625019b7d7ca679, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0xfcd549c0099cc4b73431636d5b34a2d8, 0x43b0da44f557f371634c28ebaa39344dde7287ac5f691ef13dc5fba7b1069828, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0xf290461e922fb41355a1cce6d1afcae3, 0x94d11befb5fd1f8bc827afa5991ab7a786bf11ae3040e3c7603515e5c2167799, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x0d28e5955c3270df8748ab67de079876, 0x7077b1bf320a35661897ffc16e271e89aa37b5955a88a61b886abcb48243b0d1, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x598c9f8efe6f61407ff4b43bd01d3139, 0xf3f3a9962579cb2ed9edf2d10708b883c41e8605804d20e666e5a36d3732553b, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0x4ea233ee70cb4a4630b7f886d19c2274, 0x826352bf093ffb007d4f372e177198f0fd594fe2bfce56e9a6cdec9758fd3a10, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x1dddd9f80d54d907aa929e5961b6f623, 0x8c429c570705fee3b4bf8f1fad8188a4c411f381fd6b526dd3ace4d0375ab6c9, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x1bf381b227fd0f82983f7f42bfee09e2, 0x7581935b6e864d384a4b782463f7a64b1fd11afb5f285146c98dd90232870403, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8f104e8e20108646cb3e9c69d819f195, 0x8319c708cbbb212dce034dcd9974c3fa319434f8e8a4781702d5d2bef72da5e5, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x67aad3843e4f5f4bde34a2f5c9c46aaa, 0x19fa28862d402764e3dc26fa2700f23f971079e09affa49a568f07d4e2f1344c, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xc3d67006bc1b55274afa78df3b46f605, 0x4f044e6eea8b573f14c0aa9e2ad83e0a27c01be4a767e4b1f9085a5829234318, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xe780700354f7e9e075448078b58814a9, 0x1f875a0d6a7db1fc69069bfbfb80e4c57f3f0d62b8fbd6d2fb03b7be0479317e, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x89b4d71e95967154937c6c048763b7a6, 0xff2e92778bdad56842a42fb731184318f7d953433de8e7784f313fb3f306f22f, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0xf35e5a714f46d769b8dcb01fe6adf942, 0x71f417f41989983e1f9056ec34c7c08ac2fb67e5c8edc7a5f38380899993371f, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x99cdc663d5a19b883273cc555870d62f, 0x47da70483bac931969452914cc54a76d3d4baf19e634c704d505dd30bf02a3fd, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0x96d44cd1c8b67c6c75fe69ca710f13e1, 0x6e13b1fd48f9b4e5589d589e2966ffb3da5981720c057e72f464886dfc84aaa1, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfda0e5ce02c5900dd041baab092d4f3a, 0xc235059a5b906ce10f644dd112d7670465fdbec54cc9fbdf8fe27fbd1806e0d7, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0xf43654c38bdb2158af5d710dba80f5bd, 0x17352f82c72e775441207a755e12348f8976ec90169a49faa4b72eb33fa2e78b, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x6165fb1bb259adcc78c89832a84aff4d, 0xcf5826218cefaa1e80f3e3ed62f867e066a1a503a90aa2b398acc98a35943d92, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0x10accf784a72c030297a52b5a33ce42f, 0x00a3d9afaf3cda2827a9c8211f0a4e034dd841de93c9b205e2f59c6c40538a05, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x76e634724a9a1282e287a4d89da142a1, 0x2b97356da9d11d33646a68f044bee68b522c304054806dd84676d7dd7c55be9f, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0xeb2ea5040c616ab1da534bfa6940d877, 0x774242f1d969bf61ed0500db9feabcff2967a69d4cc8576fba66f6cd90e2d6d4, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x598fe37b999d9392bec5d439430a4447, 0xdb12375e200bbf8d38e428e95fcbcb6ae8d314c9048cfb3355771e66645a01c4, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0xac500823d8fc685bc093f052adf69020, 0x62087c9304192e13716cb2b6aa2612102acd7c67cc52f4093b6cfedac3129b72, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb708d4c4a95584ed6d0fbe99398de717, 0x0cf9821708b7911f51f2b9dfedb75178cca94285703c5def373432416dda0c34, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0xa1c1f8d9141979d6cec1eb4e73e49ad1, 0x0069793709f4f8b7707435e556aa1d51a7876d2de974df06c4b6b27b80a417ad, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0xc57388a65dd7ec1756906163092fe189, 0xc682a3734460ba0ed57547f6084b9203749f9cea5fed24040a9b7f3bdbd1d4bf, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0x118f1189ffbb71e014402121b5456bc2, 0x3a7edeb058235e73493e26c1d8d61900d92e95ef4d4b475e23f8d9de8e31eb11, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0xd76404feb79abd2167325e82891123b2, 0x38479634b8fbe8a1abfd3b45dd0e6e75e918c6e80bb5d2923c49c7a3cfcb7976, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6a2feae9bdc28933566c060a1f464556, 0x6c9d749889323a42144c1c2bb03d01ba2f4ca9f237bbaec569741b84accf70aa, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0x01537666f87f8a05ef7bfabf9e02dd58, 0xda36ab0fd4935a575dbdb16937d8e1a966c36dcee43e85e1b827c5c0d70df685, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0x7af49f35c490a278b5d68fd14863fc2a, 0x9ebcbbff65fe4cf7ae6bc06878928cd6c9c6ee62a0ac936b9c6f259babba5770, '', 0, '?'),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0xf6cb41f2339fb35c868329897706705d, 0xb1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1, '', 0, '?'),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4cea98cb05da1da6b9f302f8f34fd16b, 0xf7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21, '', 0, '?'),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x300482d04f7035050c8221a2388fa20b, 0xa8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3, '', 0, '?'),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0xc2f2191e1ed405bd0ba32bf2cc6f7bad, 0xc493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019df, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0x3382df7e6ea38b249a7c9e71c72a56e0, 0x46c0f65b25552d0e695a31f47027a9ff8ebaf53c775ac09eeb756fc476125514, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0b2751d087519eff48ee76fa78a70961, 0x2e1c55404103118726f2b0454f90874e2c5a4cd0feb0782a6df227c7ef45816f, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0x32d34c1ae9e1b6303fb0b846991d308b, 0xd2ee0e036b127924dd88b0ad9e34d51a178f602fd75909034fc9a7b690599b76, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x8bcad96ceb3df102985a7c59610548cd, 0xb4797f0e1841b9a594f50036fc17d7234d00c127c419598ead14615d73dd8f6c, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0x69b0527be5b3aa2c1644fe5fc1c34afa, 0xa0cef12285588d00b6c9ff0d8c8b7f52b2113e13731e46d35aa3ded141528376, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdb1efc9ef2967c05b500794a813de4c2, 0x54452ccdb1a2a021dbe88b4c621c45f91bc65e6c69304b61b405dc1c508a0106, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xb5c4b8f85029fb7c84f0719f72b280ad, 0x77707053a6bddc22fc44c02ebcc56f944d4f8c6dc74fa9271562cb61c78b300e, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x6fa315b18e9016357bc9f8c1b32524f5, 0x00ae1a57b0124da0eb21e5ff73bdb9c24345fb3eef26d244e5cc70c25bee27bd, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0xaa514770cd537ac1dab53b85ad96b929, 0xd4d770baeef3b5953a826fe14cdc9356dff1c0649527a1e696ecbb2fcf4e215b, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22bfd8378a0b60880169467965fd20f8, 0xac7823b518c96f5a6a6de8316a63067085ded786febe5ebe74cfe96aa637b9a6, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xde506d4d874f0c934c2fd497284f1cf3, 0xfe0d88fe1e6bc84aa07bd22562179d95c7a041b3c57b72451f22c19071dbb675, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0x55ae1e5716c2f3ef882b6b8736f04e09, 0xa5f3aade50c8a7a5036dcb75be68661a5e509cec59e9510693f63aa825dc0748, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0x6892675f6dabe164a066d42040451ffd, 0x2a1964b48b5104603fafc6b096a4f6313c8e15dfc41ea68625e559c55313b747, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x861b3448d69e1432e1e87fa5e6b54fc9, 0x7bafa7ea3ae489fe869a575cb115540e90bb8ad5ab23588ac4242c0e5496c1a1, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x172dda34727301b786a0037bf6acf0af, 0xbeb8b7ff6d33cf0e03792536c656b642a97c11de349d9c7abddfd213496f28e9, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x0433cc6b4967a15d2f6be5a92958b812, 0xf0f9e075e5b1e6a372cada549ae8176683330d114371e7ad229bc57bfb75a495, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x166984f6b0e07f10e505addb8197d0fc, 0x1aadee7c86d71059dd4e0170e966533993b20d151065dd25833ff138f63bb1c2, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed3c2887d54cf6fb64f55b03413502d0, 0xa7c7183fb47693351a5aaacf17e56d5e1c19df7d34c7fb8353b48928353f792a, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xfe3a02ff20d8154cdd66aad359c8a8e4, 0xe88ad615210b0c5815af7c8cbb9c1c37621a5bdbf3dd42dd6d1636d1cd22dab2, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0x678153b11dc1519f52d1d8272b3a3dda, 0x34b557438e6ad5f0ec8593496ab5fcb85f3c79d3c2cf462af96d3880d2e7197b, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x6583418c9dfc4767fd8df8059be75015, 0x0fdde124d32fb26f474eb1c10db9feafbfd0a6ba3d8ad05e8c1f59a2d1fd6df3, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb83ae3ac7bf56384bccae35bd754330f, 0x3a9c3bb4ece732e4e4243233430490aac1a4121cd8d30f9df3fbffc4c3f4d70c, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0x03fe2a02684af9dd3c05d206434700ee, 0xdc42b514639e38aeb3ad4b4f7d8057b13ad481673d56efe61101fc4f1b61aa48, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xc23ed53f65d2a33b09841652d534cc5d, 0xc34087bf95f4635e95a984697a5b56de2bb33e011cf433cdc1c8e46c2e775104, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x619351c3cdeabdd4ee466e303fade708, 0xa5a2152d602fae214ac7f1b8779e088079b60886e359b2197548c38acc052306, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x48a1c7be34fe93a11b1652b2ee8d4a4e, 0x7bb5326f85c5dc0142e6fdabc725f9cca2c767d02e959f955164f02ab387251a, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0xe785a905651a0ec0cdb0b5843991eaae, 0x31daed53c4f796b3d7293bd8743b47f0bc9ec4f56d2c7e3b563c986b761dd625, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0x648a668518ad84c937e3370599b079ba, 0x1bd12f8273a41a6439f0f017d169824f88f03b01b9f8698b364c569a813edb17, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0x843b8077b07dce1d6bd532aa7ad3e61b, 0xe9ee9207ceb1618d980958670f6b66d8386a866ed1aaae9b3d8126600373d8a7, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5605f3fde843ddb7cf887a72b9464a8, 0xecf2d94db5b4c853bb1cc31bf5963e6a2f0c8b8b1fb6224b052571dea3fdd67e, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x8d0ea8f47d8c45b2a80211d470306c75, 0x693ec29c05d3ba2388268b0e325aed04271b7f828a4b28162a1499abf5d6e2b5, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x6c951fcb811b78da4a91c55447888f98, 0x15f02bcac5ce57b5fff656dbf033af287146e8ede6c0723bb77c5e06f640a4d5, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0x400ee8016213e3c3d97bb05fcb49cdb5, 0xdbc2b767ba78b955e43852fccee1f6c827fd0626a72578fa7aee1970263fbe29, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5ff3626ce33e65913c4d8953959aa520, 0x1f6a305d1f3551a8fd233aef34aac278a23676369ccba5817df2b7edda99342d, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x77beb61918ea32751dac643426d8f3d5, 0x9b054c0f1472e39a29a6fce58e56500b3282f4ba5eab99a95cb522a34d7e60b9, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0xeef9e9c791a2a8250df76fcbfe5d17bd, 0x9d4d785d7f4606705581d60451787034fad1188d42abcfff72b45904d33f1721, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x7d4210bb7278ef9bae8b79a3c726a2bc, 0x2008e7db7496fd1f2d42472ecad504d0817636ee1e992fd31af57b8444cc3698, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9c02078d0cb2936ed51d3590fbc5d4df, 0xcbddb3f5c5f12a11f570fb09b98839aee00308bc278de59d728ae89df9fa9344, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0xf3631c4a603a3cf7a8fb36e9d08d6435, 0xff9934a01867e375bd21e5eecb97726edea5f4103336a789cfc0862b839c8665, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0x19c552633033aa4eab0627ace254e478, 0xe8d5c7cf34212ffb98b235234b7bafcd9b94b7dd3ea2ffec6b05df2c23213bcb, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x74f9dcf5ab8c92f6666ff52c699873c8, 0x4df6e819c7917506d36ca7ef32cfeed593b3ea22d53eb45a95863a207e813b2b, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9ff8672a8c72aecf01e6efa72daf2458, 0x853c981de6fad9f21a678b1b6ec58a0864b274d25e4f22bc14f23e23dd17ce1c, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0xbfe4bd90350018abc7c9210bfb9d2a5b, 0x6be6b91edf5b69b7d47c32fec7fbf4b9e1abf0e3017f456bffa5780f2f066399, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x2bcbab07977867b916887573559917fe, 0x1e4e67e139446664db804638f1da83c6d440c003196d45dc71d68b5048f98b22, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0x48aae41a97e99cbafb28ece38f489841, 0x5ae0a09b236ba94062161e152e77d3be261a680ddd9916b906598102b3044994, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xa6d4a935988677ac9cd667030d7f55bf, 0x292c69158dc95cf38ffd1c1d181c0f5636e7786d018b0c88fc0dba029fb7bb63, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0xc009ae2bd67727cd715dc071e228ac32, 0xf16a6616c89578c5dde2d099c1518edd94997029f4ff7fff107866475cc32f1b, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x75707eecac333da5ddbd0164b0380b2c, 0xc85c4515e94a90076ba4ec811ee9bdcd25fd00723a103aef41a4ba290b2c617d, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x7e15701186cf7c66ae90d71178d758cd, 0xf23a5b325bb154506c91e4e99c11422da5381fae8c48f292359b27be52c14dfc, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x7c405e8bb41fb2ef85720821d1feab0b, 0xe106c75ffff9f93b8f04383b771fe788b42771412670c0979cd0e7b3f4b96e9a, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0xf8eaa460aeed95da754744c9a1799f7c, 0x3969e4e03c209b8b2c1afe04b2f69393cccd4b9bb40c1c681794b5764d78cfb1, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xa3373f8e5e714820ff6d29ceb0cc5c59, 0x654160d1648a4a53e5bd15b3dc6c0dde3d1531784f4454e83e6c69e02f0026b3, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x394ad4677446d018b68ac6d25b11e0cc, 0x679dea88a303f03da147efa9ae86a5205dcaf88d913e965b97a03ea460135f50, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x733eecdf657ce25b9a323aea1f190352, 0x49b6d5004eb814c7cc4264f5744d54ca88bde1359e9798f3daa49cf47b46e543, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x9fefc2dfafaccf4644da004bc5db0cfe, 0xf45c538e0fd9f0e508064f3751494cd8cc633156491cddf5f74be63558a85b52, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x06bc965fa04c2977b54d3db56c407ea5, 0x90b15fd8704a55cdfd8d1e09b0a80ff4030ee54755516c147bae30aeb500a68d, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x16523d5bf9efd8ca3b92e7631edfc513, 0x977ded6eca76422ea6089dbb8cd6ba27aee36cf8b26144e21161b9734d8d9d6b, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0x3d2cb3f7baa628c9e51a326356e72038, 0x7215bdbe714d435926ac66708b1b0533408b062d8d35eee9567bc8163c914d7f, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0x2952932c246bf9828429361643a8bb63, 0xff8a90fadbc5f8546c9d7045ae817851c4ea112748396f77b57b287c0aa507b3, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x979d8e2e08aada49819556950ec48ff6, 0x414679ae574931437884e6a629d8d96d550367fba2ce5941345b8b99714384ba, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x2d5b92b61674c850bff00cecaf0864ec, 0x57ec3370c16c6109bf9650d5ddca17c50df1b441f74267783c70dffc2d82331c, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x7ea2c9c157c38edb40b1ce62d572d5b3, 0x992c8cc167773f7be0e536a2b1557d6958cd5448c5e5ff19d02586d4ddacefb9, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0xeff55df37f325c5aae2f02e4d913de95, 0x4865ff7dbd4be1b1fddbad58e78c5957bd922f241acd1b65fa8fa0ff6973a917, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x8bc6b46bc70c7c1918dce62c4fe3229c, 0x0cb80a36f982622b648b31ca6de397a15f9b1cc27af8d182c1338aecae3ced7d, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xabaac3dfd81fbf72e578f13451eae7d0, 0x48f6a798a1a26ce3384577008eb4dc3874639433eeddd69ec856bac44e28f224, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0xf5e118653f892606682ee9c51d0aba99, 0x5bb7652034fa4264932a092ecf1e5775acd0a973f1961bdd3def3daf91fc5c93, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xf7c99ee74014fe92541012303aaadc7d, 0x01cc7157cabd3610c49628d2485ceec911da7431ce1558dc3d4bfcb9654cce8d, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0xdb9217196313c95a59d43601da19c51d, 0xc1cc92b9abcc910087e74362b4dcc486c23caa20bdcb51507abf10d6ce53b6aa, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0x3fba1544df24f40dde5876c8c0aec461, 0x238b3f1bfd7c8967f37689feb616a0a6700afe9fc028b821bb37ceb2f9ee2375, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x186e51267fca5d20b230c72d9a8983ee, 0xe3902d9904a2b33458e94e7aee502b71a835b355bb4285cce071c99979c2e94f, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0x2e8acb8dee99bfbcb61bd46c486a995d, 0x1e94e5f4f18644597ed91206def0fc419041c6d49f70b94c39436bc4fbe0dcba, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x5c1371bcb4392968647852a9c9df5d6c, 0x5ae45c8f114aac0fcf29cf079303ad713143d8e7d2e2e79da4e73997cd7e267b, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xb0a3dde331637e27aa6476d476481871, 0xe949dcc1392590fb8e2d8f153743ad8caab950cf3c8472ef5c63aa220f78d77b, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x7def33aad959cd289d49ddf2a41f076d, 0x394eb9f8ee2af2f4b538291910ca71c658e82d1819cab46f6fb179850c5496c9, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0xdd4e6dd268a70ce4c1c5143b1a4092dd, 0x6d35a2aa885e7f0bc3ad25c5176ef8343c45226bf88058037ad1d3a7d53d11f6, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x8fb0729c541cbdc4609faf3f4ad02fc7, 0x2d50bd076679f7bc24bb71cd5c5f78928512beb2628963abb3e6582ed11f0c34, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xe5012902a358fbb96031acdcf048d7ca, 0x7eeb769adde66687de7c1b0165a55dd804bce700c8c91b541a05cc556c28a100, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0xf3ee1ef15a9a620217059a853d728d7e, 0xea0549d703895f94c1034005f0934296ff660c894663849bc101f3930444e436, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0x808655046d45a1b59e8436d9fe19abd4, 0xb8440215a18f97223e848564a9f0ff05b7a708f224c39908bb261f42dfbe6021, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x5c7b0c8c7acd69508d8f19c3c61a71c0, 0xb7e1b862fc6824ee959e77223d633f2efc2f40157d24f3e5021d075a60caa812, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x4f3468b1d15e54118b8f2c390df2eadf, 0xb2f1e4d0d0fdd2ee887f533ae64dd6318e1f8dc68e760b253dea961809cc0a94, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x58075a0405beca8a6c146de3b6d74105, 0x2cd944de04aad08667ddf822a9898afd6234c507da33f7d941568ef41a33c7fa, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xea740f14b1d05d9314ec1a632e2a32e2, 0x57376b2bafbf72d79f8378d25978739aa7d96d66f00999f9ab9ca5f83cda7c0a, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x34a29dbcc83894f6faacb501d3dfa70b, 0x0e2687eedaaa26b4f240af738d8ec5ed32abc225eb99c3b9872fe104a22d47a5, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x0f138ac4c54c7451647a0e954c41cbe1, 0x8242bc1dc4244e918e566988ca70fcf4938bbf3745c522f357b815ccfe047ec2, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x147eea3b6298d03d2ce3dc4a5436580e, 0xf8f5d2953ab5dcd0c5b5b543294cb16413ba29d1acf54a1ed595c1171adadd4f, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x8c961c13800e2276ddd9651a8b887341, 0xa09d61b2be0ccf9ecc69631c4b36ad571db027c5306a9fa6da7d077908dd5745, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x24d5f9d3018126665ad26d2dd65fe2d3, 0x6006458340db9e64904161248ec3032c55c37f4e6e84f9291b78707491837cdd, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x42e4621745bde04512803e8702db1152, 0x274d2a6904842ade4491f722dd7ed43a92232a61eafe9941ee2c6ef07f53d3a0, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x076ca839e8552b45a3eef558aa2b1996, 0x0ec5d53bec09deeaa5fc3af304b98273d987bb55c680f6611793e88a1f65168e, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0xc9bed1265f9efae3736499726a7a1b2e, 0xf02aa09de02c37986f0087bfbfa4375d43e5be8c75ecd3a74e5d9355c58b428f, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x4909f951f3b23295108a2435bd98e0ed, 0x48380e4f459f7d8ee7efc287f2a52c45d07aab5c518087964e21f7d354586f17, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0xf2a18bbd9712044cd139488d75da6625, 0xc468e09f0d68972f3cc8daf10f4ab88a24aa24a70a5de0f8c2edd618f4e7838c, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x59c701d09896cf859689dcf457597084, 0x85c7c621220ea29ddc84d3b0b3d231a58c441d45f3f1e58f1b20f7301de4f5b6, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xd10a3359b11d84106318447fdae3f0b0, 0xacc5aaf1e81b09c151ca70a511c9921775af9fd0959237536c8b17aa3d781473, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x1fe496c7ca467a92b114b6a116497c23, 0x57f4b49b58eeb93a535a8c895cd0c248a312fe120a56a04883181d933a57952c, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0x1e51c811e6fa2c3e3af0ec51104bf689, 0xc0b272d02b0f0c80f5a74c2fe0d119b39da5d2e6a96036f175006077b658c49f, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xed67b54294134913aeae71ad884b277d, 0x20abe41e5a96f89b38973acf1ed3ddef00392bf64fef46e291a64eef351a5d55, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x5f4aef573b8a94e1d7a10c84ea5e1fba, 0x5d977b8cb2b9e16061b1ef620a83092d5ae1e50682324c9e6c309050a32d6c81, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x8287b268a13f14893a06c1d4a1dadb1e, 0x64ec6f3886773acfa2cc79b4e3dcb73bfb68123d0b7f743391cc68a4c229a4c8, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0xabb685b7b2b740c9edd5ff1c40b4312e, 0xaa3defe417691d7fde17691f1c07f41661f3fcc8bbd8057c9e65c07dc8eb4a85, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0xa8b29c21eca6b33e834f39b2e42e0ca5, 0x01db1a1de1a6b391bf86f9d9f4ee8d3de08ea6f62cc0e7ec977fed3d5aa49cb8, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0xae3a95a939da51be10e17d6fe8d845c6, 0x38c3ac49c29db5b53cf50d85d582a0d9cc10047ed03e6918c0f94a40350b3b4a, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x1f43ae42f4c1a5b6efae1472328e895c, 0xd4e9d31387c47c755caa801204598bc1848b15c5d756c06f66d64e70f5a6fd01, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x686ed64faef1e7b8f3724cb856304c48, 0x99896a885a46f67791073146dee248696d2b135d7f78592f9b6219008aa7c52e, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x15f4fcabf67d308c73a875582f7408ff, 0xb526714b81fa01b54ac662a4dc6f40acdb5b20ab460fb346c755ad64dcb7ce02, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xdc61e942ee6cbf59dc9220aee8694e1b, 0x93f4cd1888748dcdfee05b3af1776a9452a3f57bd2e967dea840c6b1af0043ca, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0x6c758f9a0f5df050890ac7c44cec5de8, 0xfb1e290e1037183b78c20850ce908fabc7e869c659e96a84f209289be927d94b, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x9db1a11b089126d41c947087fd951039, 0xd3e74721ceed6e79c0d57b05a567685799734d47fd12c971d1c7962d8e54d065, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x6fee73a7aaa76015a8406215b525b945, 0x2ba2c49514bb8eb2d8cc95d120f6f2117c3e36f862e5a045f85db652845b77cb, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x08a453e5c9aba918027ed061e6c22180, 0xa2110ba24395467802c98dc3c6296545af6d986ae7010c7ad78042c48ce1459a, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x34f24454a4e9892efb483e64407d7c83, 0x7bc2904502653b38f913d90d6d757ce9677128192de577ae158870aa9d784650, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0x64e2709fe9be639383f9a0d6f90423c6, 0xde7d85f6c44bec260c8b96b0eab460876d99c408d56b4fdd148bb21703f06cf2, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0xd919d925b44e0231308fa2ee5b164ed9, 0x308413d3433dc7f91fef54741219c79f5bc75be99bb73749a1165c77eda926b4, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0xee005fa711bb04dd6290cb38797e9887, 0x36f759a633d824ad73ed6f0a3162a4cceccc7ed942a37f7c909afa2e70f41bd5, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xf15e7e5491d3083cd63d38a5cfb0700a, 0x0844b1cb69e30dbb1ed128451c1fa30fd5dbebfe1c34a7cd187defa4a7e242a6, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x3daaf316d454a8a4a51f81da8097654a, 0xea9997a6c42737cb33ae492bd6943a4f486fbff8a53ad11952d3f39b08017207, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0x0e09e4db71e62ac99db4ff5ecd25344f, 0x991d2f5762418a1df0d9ea6cb4abcba37450487d30cc576ac466c5d1f8a0cb4e, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x59817f859d1c91f3deb516726bee4843, 0x9610c4325abcef53a5df492ca668d42ff6a2036e4f003bbcf43340e556e8027c, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x4a51e17e28e8794f9c6b47892d435409, 0x5e1cb6c60dc4e568b2c56447eaad8430f512be7ef410adf0f18484d6d94fc813, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xee63792e0db3cb53ca210757f0ce16d7, 0x2ae7749934b12bf559e28874292703f0c8ea02f7452c2f738c32425f38917944, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x127c5f9ce1de85523cbd13b932e9c8ef, 0x1056fe13cc56ba2275ca35f88dbe691a3f2d484a60917850d991575537d8d90c, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x1f8fdcaa8955587f40ea42e57e06ca97, 0x51044da3379db636a54d4932cbd34bbb7f35a2d10d77ad528babf22d2c69ce70, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x5c34f85a05eee305eac2654e5d25e544, 0x5a8775458a083e3cb53bb5f93729414a1a4fbc453f8cadbf42ed14432dc256e6, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0x4cfdcdeedea6d7ada6e68b3286fde337, 0x919029c024ec881a6cadb7bcf64b7a9b4d8885ded002b899dcd6113dbc074dc6, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0xed6650f2b2cfd2600c7d79ce4f906a82, 0x2d42cadbd617fc9ba8a33833a5030d3fe297a49ae588faaf8fb8b6828fafbd9b, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x2b553b6302c1a22b071085d0aa51b0c3, 0xb62df5c12425ee6c09211c09bbbc6e05fbe78fce0d44cdd3f3fcc98109d3e0e1, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0xe48f8e3320766e4c1d1ae28551203d3f, 0x12d22a15063f2d2a44f0a88fcb28d7a3a274d5befc4c6835a7a8797050ee5e91, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0xcc353de6bfbb031f62a22c29dd2de385, 0x3312bd457f4193fdfe6426b7c13e99de210957e327c8ae8d993d84d0b8c9554a, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x45e4c073a4d842c4a11e784e48714edd, 0x894092d6061104824413fb8ce097534dd7e9f693f487ed14b5b99bb7f328a9b5, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x71a5eda8ff425da05eae65826cb51071, 0x4f95e99173a71f5530a3c7bee5b6d810521142da5055e90f89cbfdccb6233548, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0xeb3f151fc0a8485ae1cb1e8cb9eb7655, 0x28651bf0d0b8c62d43a96fe8fb4c4f5eb76fcb04cc9d6667519ac9858939a095, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x2bbeaeee65260ca088a9da8f9c6b139b, 0x8d798af1981a5580b95070a3755893c8b8afe3f0eeed4ac52a98e4681f353ef3, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x689c0e57573ed5c6dfdf80e1aa1b6fac, 0x1bdd7e95b9a63ef675e8c8b5482bce68566db1385d28185c3d85fb125cc9ee68, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xd097ee8cf112a84ffa3e9995a3f90d58, 0xaed30b5c84e8ad28f758b65327de256b6575810dcea150a9548106131463f491, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x448b712e4f42beb00c3612990aa76686, 0x8fc5ed3156401e0142da5537fc89b5fe0aa6b48bc500602f820c2dec5ac88a83, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x472efb2d52ee83b4ddc5d1ab2b1ab698, 0x8ff74e695fa4a31441a550ec779512dbfe41858d84226c0a56f842164f48bb46, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x7702382dc4804e6a7f1465e5f445b975, 0x4d35b40b37341777ffd958fd1f4094f444b2d716dfb9856e33e675b040517c7f, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xc2b9945923a92718e17884654a7d7786, 0x0aaed77a25340c352dc4c8b961537143971e4e9e385d6ab58c5233d881c82eae, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xed872aae05bc79fde6c864edadf77c81, 0x0debefb8542907bf031022bea58a5fe51ca162dcda54c3e94c455470c9ca5753, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0xd44b95acd17163192a2e0a8d05c63de1, 0x3f417726ff815f01c301277baa1832bf04668dc27b1976c635c1feb1b82ca88d, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x6d97e9839f3d9eaefa38732f7fb88eeb, 0xad9d271802852fefb2e15b819b71c237f4b512fbad3fb19f67ce97809a58607e, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x3ecb93991d433418070540d05a77b619, 0xa198657b1139d7f80c5f22b89ca45809f19db289b2401acdcf770c6cdfedb3a3, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x4ccb12e605db1c5d9ec00fe28fa87b0c, 0x498dd38200ee76e3bcf306a88716fc1c2cd109d34b387ba3e03a25eff7f35a8b, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0xd6226ea49deea475624d45374fde2bc9, 0x0fcdfae6cc817b49b86462cddc0dea043a936890307b8a2aa6c081dcfca8f428, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0x4e7c28cca8a3462521d71d0685b2f36f, 0x963d09c8570fcd95eb4580a0679c8cfca588793ddcb5f5920611ee258c729338, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0xfb7b88f87cc0eafc7424dac8fd5b1229, 0x04ed68d8bc677228c59a067fa16178924f370dc6b182b2750e6bb1373255682b, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0xa16c328791716cce6d032b933f4c9376, 0xa07841fa5e7c0de4b098c976b4b41628c2f3502e0fa3887f80f3aef1ec12b2ad, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x11fd471d4a5b475a1e890beb7e102130, 0x8cbe5dddc6735790d89d68ffb9d263057a50bd7eff42f827bdc66ed140815dd6, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x0f188600d30a6b7f70e519c0ac0d26a3, 0xa542073f2f26c7ce1169fe867dc153818b0676eed147c9694de3c56bcef0b42d, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0x063002d3c1f33939fa8aea47d41cdb82, 0x5a686ed088fa0eda23f4366430e2af10a4c73df3dfe5e06c05286435f0c02829, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xab9ee3d59c37a9d9961bcb5dfaf571ba, 0x0e0256010fbecf4e405ceb7898bf04f85db58b390611ab92900c5128c8ca20a1, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x081bede273682de656f71133d6557604, 0x1a5f80c3a2554126b4b41fb552937b3e975baf4a3f03f37a5ffad978188bbac1, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x5727dea6cb4cb88348bed0494f330f41, 0x412a83a79dbb28546b58158aad4630e65198ec380de9a4f636fdcd43000bc48b, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x36f6e8cd99fdcd05a44e6def4338d2b8, 0xc7d429b7422050b320a78e76d2ff520d694f203a14e72758b66390b902d6315d, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x9930bd7810469e612350ae7c44338cef, 0x1fe5c95f5e7f5d2d8a1a8572c0496a1a6c927c1acfdf450d451c362008d01e9b, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0x4b4ab0d3e06315e8a9a2e863465462c5, 0x2d8ce7562a4bf2983a5a45d5482a91948805a372e991b5f03d31d5d9f9043cb9, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x80146266516e6c12339f0292737e8e9e, 0x1f447dfc5e20595a2efe39059bf9e8134ce29bd092530ef525d0028c9b9c91fe, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xee2f4b9ecba6080c18982a404cf441ba, 0x35b7c3c6b60639fbd480c25beeafa87b119a9972601cfc74300fa5c6b71bb36a, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xfd491a3c7fe63b42e357e675e17fa6df, 0xea331ece428ae442167d4e5177ef99e4f34ce2b558cfe2103e438e91f7f42271, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0xe8d401842a9742a8758d8aac8ffcd75a, 0x76ab0b7b4016db89734dd392022139d5c3fb0daca94a22ab3c08ea98e1e8c2d5, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x1d4318b51d5a12f92dcffa324b6d604b, 0xa0f147b0e660ff4aca8c419bd2d318950130ae92eba7607e1a42a3a8bfb8bd0a, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0x8e197a008123886c7f810f3b8021fa0c, 0x6121ed4d746492a4b7a1904cc30f829443c988c56bdeca7a0beab0f445c7917a, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x362f31b73f462cedc8aaff1fd730db5b, 0x9fb50a8ea135f51529be03a2e6f625b6f3dd91d477b5f99d7e9d05fc772f1f36, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xb434b0abf3ede46951bca592c01f4892, 0xe2a358696d4a6dcc5e6d953b13983d76d2e29e379e9bd313abc4489e1ca0e9d0, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x577e7b9203e3115561f97b2ecc1b5777, 0xaf2952185387bfce74b468cedce5ca9ba592e44b094ce47149a35668962fd895, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x60a6147fc07c42f0493b84425ba8a9ec, 0x0d593316af61126ff17bacf2569a50c0c864fb305febc18180e0bd8ec3b3c74c, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x6c497efaf9b41cd8c709de9d226ac4d1, 0xb98cb0d7d415de63c63eca4d821841573349d08a75622714fa3ccfe240a98ee6, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xfa17febed59ff44a857ced97c021a243, 0x0750fde7f94862a5b851470a7efa14108bc44bf9ef64ed244e3f44dc1ff737b0, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0x654b42f477137080d4f0bb19dfbb13f1, 0xece1a7d63417c1ccd36aa27f1c508c19b3d2f199adbafc9e0206f4d6ad7ac953, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0xd3a2c13cec0effeac0a059f09a60c523, 0x9d873eb0a0eecacd65cda2d06f07452cddc2f7ba871616f301236306e3dbb1ed, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0xf1222865fa80219ff9590b9f95e29af8, 0x7a7611fe2e1eb5d6f106b570fca54cbcd78812cb669c5c816f668e89a756e63e, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x146c291366a4d6793de022c38be33e96, 0x84aa45c63a738e629b4834c5ff1f91a8d35444a377b2d578496de91fe8b9b2b1, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x83624eae5da3eac8091a1ec54952a37d, 0xa9b824437ff07e53313cb493c8ae220ae207b5c27c928bdb512c468275c24663, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x6456b260aa9dece9b30431260cdb1a6c, 0x9ac9a41896939d13b7183d229e7bc0174eb9c274bca2ce7bd3009458ee0d2be8, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0xde9004a6a062af6f1d29393eb54cad9a, 0x673f1c033b3934592c36effe0eb1dafe78d25249a9fc7ec172a60cfb70711a29, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0xef3fe33d4ce12fe5254e5af1025ce70a, 0xf264f44c0201567119b49771612d08139fba50da2675cda7996c183a1730f24d, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x226bc149fc7a1d2d56e4530d3b685e58, 0xc9aba7d2f563e00b9a5b2d33c404a50c36d124b1f453b1746ca3102d7f5b2e17, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0x4368208ec74f238fc80ef7dc47b2aba6, 0x6f500437cdf0702ccfa3673a891547ec43349a63d800421004ab6f724207140b, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x3a55d10a30b356e96dd77cd870171558, 0x1bb4178a63eba2c02b5f25544cbb5eb1bc61f036854432dcb55ce6ba7d9411f8, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0xadfc5e0653304dd92664a01ce7083649, 0xcf3ecabb5a4c4838a1f3199e53c0ba50f2a1073fa7a458dea10718807925175d, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0xca1331e8606d08cddd3db4a1c50a0625, 0xba0152deeb3cdda8c084a4beb69e6c39126608c755710e9e0caebbaa3d5072c9, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x48e97502ef33e12eb022ad86d6d0bbb8, 0x025b0ffa683889d2f8cd39688674bbc83cb3defe8482a66067334ce0d004b638, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x8f3603ed0d77c4a1ae8f82dbd3159ed9, 0x0ad77d8c79068f1b3cfff2f7f9dad4292f65094505ecbd43d779a167dabc83b9, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x6c175816ac122145e3d941fd3607bacb, 0xf66ef1ecb2b1871983c31533745b92241eae909bee9679ebeba8523aa0eb4c00, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0xfebc435f5a360e41a7b2b6cb2368af70, 0xac7b36f05f1b24b9baba9760c2a78d261b8b759f3c4b68c28145d8f365888ea4, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x3e22f2941127d8ca57718fa7de91568b, 0xac92f40c6e43362e625d21cecb29c84eae4565a9181faed4a6661c63ad4c3e81, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0x351f2eef1d5033d68e8982ea86167e3f, 0x5171d9dc5360095d18d3ab75e9e24abbbc4c19135dabe078f6d7a101b1fe34ef, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x32b3005887a4cb606fecc09c756605bb, 0x26a88fffdb5b082fdfa7120c5111e8255831839de250b1b5405865feabc9f60d, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x8dad23d14838a3e8600eff1bee809b2d, 0x894639664cf7a3b134503e78593e3c485764649a09f94f6f2efd96d00d560747, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x834739e5c30c856f39db861e3427285b, 0x28d11597588427ca42d8498eea7c03579afa3a7bce9306655a64ce166ee2ca97, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xb398320f5969c1c95bbf52ef6edf95ec, 0xd402a88622ad678a163b2ff641f6fa34b9f14ff1a9e3a7d9e0c61a6e29802a7c, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xb6bd555ecefea0378f027c9441a243e3, 0x7e651cf0f1474f919249ff5e87322ef20c6eaa58347d83eb1d3c37f48a647e3e, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xe92d16056260b9b00ff62ba8cf8ac956, 0x465bd9e18b7aa49fdf0915042015a5b1bf90c453945dcfb328a5280e6313a861, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x2724ee570a2716c8a7ad0436cb541e7c, 0x2614c2d631bbb4a539f87bf53e1aea7ba7258f4800af49b8b10f1c1757991812, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x9271890ed60cd3e49b8a561767999e4c, 0x1f73e1384d844da32ce9af28e0e8cbdf30006827fca51e0b983447ce99d27313, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xcdc52185bc346b9a55af6d5015d763cb, 0xdd6555356440997ea8e731de84d633b2a8edd0f398251a249b1e0602cea62a44, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0xa975fc736cdecddbfb9aed80699fb3af, 0x73877b6f9951d43f0e3107aee1c2b90a36b447173965777b0d120fea4d3c4155, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x0405cc7848d59145b6953e7fd9b1c419, 0x22b4d79a4a78d2405445b5f3d9482113dc6eaaed17d661531f1940ba43ee4efa, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0x88a83136db40e8e8b93f230a6712ea54, 0x705f2fad545715449b05deeecec8f2280c282509dc361e1875d138bd29b95306, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0x4500034a26d73b737f761adcc7ef5c79, 0x7612e2824c6676ec02e26976ce2889df3fd7dcb6ac50af71ce4386176ff9a307, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xe086a26a0c57fde0e82d1b600b6b8df9, 0x535f37ee6daa654d5f20601397ba43b90fa4775f980e0a8c260fe999ce81bd61, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x72b7a034ba598088d699dca7b02b6f0b, 0xc7dd3d691342cd04dd9cd23998019fb6ebba5486ce3092ad511abcc78e1b57af, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92, 0xc96274e9478170ae0042074d16307ac2584a769c5a9d481b0b4174e24d05b825, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x78cfa96506bf3965c18afa6de5b5abb6, 0xa49215d11fe59da8573f015b44b4948b358980f3813d7cb84ae934997c2e01dd, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x4e7b25e9bc3374cf391d5a652651a277, 0xba2e34d6d39df8372f3e66c66ee440d241694b900d3732f8c02dc740fd4b15fd, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0xb6c28ba4d4b1419cb5cf936cc277f0f2, 0x44e03c4f9f6058d1ae23c1051e41c94b2c610748851215698f478b49f6214c0c, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x8aefd8355be19a71bd7229f9ffb3517f, 0x5b55772d811f0347d8df82333ce3ead04a9b2458445558597739ac80945467a9, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x9d57cc3de14e3597d49407ba21650a17, 0x0ff75fa27e293cba3d15eb70c59a875a0f04f59a62c3012f0448b885574e63ce, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xf1d32f222e77a360ff3c62d3a6ee223b, 0x3304d95b31cf49a10f22401ed2047235067bfa72db752d59fd13c923b08b0780, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x75694df32dda3134f2ae3395701421f3, 0x5becee1f76110cf21cf480e392b35b4198ff4d755d1ce35b13065c97c0f0bada, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x276a51688f82154e668da8ccc2664360, 0xea5a5650ebccbc32d842c70a2e36fb2470608ff93f2733d4f561bed103e53074, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x45076064fdcbfcf9f5c8996e10ac4bc9, 0x7aed54d2d549d6351618524b9462b2e662fa7dcd1c7548effed0d092630950ee, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x09e20150c7561d0330d7158f744abb4a, 0xe258bad6a8802be6b3dca4a159e5a2ef607c61977b84a1d15091c64c2988c215, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0x1d6822384a71090c74add106e4468581, 0x04d94a26eb01395731fa5a5b0c21354f7f0d62cf2f9f82fd4111fa487eefa852, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x1c8675dcd035cfb374f67bfcbf117a8c, 0x6ef594dda3979dbc9705cc0f6fda9f35038a488b3b0ac26962d350dd3d951ea2, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0xf9ff4694933001933bdec2c133b2252d, 0x7956676f02d0ebe3bdc7715ba0a2181e70e36364320e8f2e6b7ec8fd932538c7, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0xd0809048874d234e35abae65dc17710a, 0x482d504717dccf5ac0178b3da7bbf722c27061ca10fda8286cb0ef8ad310cea2, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x3296d1fa20d292b002bba10490f1ba6e, 0x69a87b511acd6512463f7f39a1ab1e7d69b336e55e169524b6c2a4a8b87cd25c, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x94b464e9b4ec6b545486af795f24016d, 0x7a384c455b928da1ad7875273869cacc3a67dfffed0667d8d9986cec7eea3477, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0xf320174ed63de275264dcf5430c309dc, 0xba7a7280fbca7727a5aaa83082f03524a285abd860add1278b951c934439b0b1, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xd9bf61cf4192c0a437323ef3bd70132d, 0x05790ac040dfcb24353a4bb84c4158c487e8616feb4312d108651fd23d6dd27b, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x9be63adbaf5a5acfdbfdd555dc19777d, 0x7f17516db8c056eb2ce231c237ec766d9ae87f8bb8e1f8d4e4f8f3a9a3ad3309, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x4ebe903cffb8b10b75569a121e899b53, 0xc2fe14d279799e18c9d41381960548a091b3672017dc99dfa6b75bae1b026fb6, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0x5169d979fee3b7679953b2b7f434910d, 0x8e63ce7497830d44b1575bfae8e23be293e691d44ee564ac2cbe25e5d18ee0a1, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0x2847576ec45293ab96dc0030974e2629, 0x46813ebf53f5d06edd06a64a03a5e165411f20f10939ceea13ccfcd4b2da41f0, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x1aaa74a24aef982b82498717c1d1e6d1, 0xbb550fe5bb656b31cc29495d2763b40bac2dd6633611fc92461083d06c6435d1, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x111082709bd5b31ec3f6230dcbc2c453, 0xa7834e5249a41bb8e800fa547df4513d2c224bc976fd38dad483b75a9299e5b1, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0xc10e07ae10cf119ed6c90ab69428e48d, 0x9a38014f56f9d3f47787715d84c4bc2be763e884d1d7272bb13c0d148d806181, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0xc80252996072ccb0aa20eb24bfc388e8, 0x5c8fe01f0268cdf411c3de37296b60911e62f6ae3cef67425736378a2eb97230, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0xede5f7e8431dbeb790e8cf9665192171, 0xfad88edefcdec0a6839d68eeba96fde339ca781a6e52bb501f8f088515943701, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0xe3dfc3b71fefc8c6eb82df54e3460b53, 0x21e653728df4eee3f4a3c221e99a3009f3cfe6e1ab3fa694f315ed0678dd6c9e, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0xddfe27f4efae737b800bad96ed8a0969, 0xe3d7b5f42a5242a0d4ce45808ec2118f4b145e9caa76c26cad3b8e116ed858e3, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0x8d1b4d8308f2fc136df5dd875ee5529f, 0x8445066de945ee2e1a9d57af862c5563643de0ba96bc4cf19e9ff5d400c19671, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x0886448d087ccc0cb432130320821f69, 0xe714da667798a5b2d791c1540fea41cd6a0d8622529b9eff4c6c4eabf7f0fd07, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x2b5153576d1eee4002fb7ed9e5831251, 0xd2804f81881fd69c0034cc9bf0a08558251b9e2c7ee4f11bb50f40c0a48d33d5, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x8bc5ca12fa38a607d5af2181311b7a5b, 0x810173abd6c321071a14f943be6eb4e9d00054f6307433d310927c9f7ffc22a0, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0x87dcfbe97f902fa77cc4a9889c827afc, 0x41b3064af9b964274042398a6e7b4abd4f42574920d0d568b42d87763a07b203, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0xa79aca561a5b87b62a710b0526a8e4bd, 0x4f664aa97ab398e9362e5f55ba6d31f3de5fc8d15ec1fbe01552e7bc1cc81aa6, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x63756530c3d8b22327dcc0f15e71b8f9, 0x7035109dfed8f80f51518e984ef51b078263554d3358c56721aa860d93c267f7, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x01b149cd42ae563cc462f7e81384da3d, 0x761ef6444ade2544f61ab13c739ef682056913579f9604100125cb0d46e8a474, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0xe6b0ed85e26e70669c5715c7ad0f093e, 0xf582973c1cf09754a68024d2a79ac1ad2a15a28ea6f424513d8ada9fb50ae56b, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xb0e2e58bbcb8654f8f6c09726c8df7e8, 0x14cf4b3a1093e72f8cf706c2a3a33af0eac77eb7c5a1906af7b719fe87b70504, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x92121be15064830078f19c7f912bc5f9, 0xbd147e30c2feba64cfed6277be555b70164f4e08e9c2689471d0ca35eb799cc3, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x29e8d4a7d3c7c16432b99a053c7a5df5, 0x38b687d714e4fdfa743c3b779ce975a5c830894a2d66d7052db09938b9314e0f, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x520d3d51ba9b168fd8ebdec6fe62355c, 0x2e6846d3c6fed5a67c07d2cc2c3c533934d36e132eb748187dcbb23bc050d16d, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0xebd5a282a3cbe917233b9355f85e02e2, 0x51b75b360cc4a9eca4b32f2ee5b25225a29bc8ddd865183ad96143be1d2008c0, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x7f52d864cd927714515906c74582e21b, 0xb63bbab65b52b48f76d38c4e44450796f30b211ef58add690f872205eed7fd84, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x88f98b449b8aa12942cafd783b5aa7b5, 0x33deee1c8fa9b04e2a1dde8308fad0913e9fc59ab67a5cd0d2700c60c853bf25, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0xad777cb3508a1846b816d600922c9c94, 0xe8e0a6025a0ed345dc665c5c0b626be97ad80a083031321b07bff0d77f0e3b76, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0xc109de1687cdbc96ee5b65fd32b10e7e, 0x04dd37e5c03564d38f6afdd5bf618089ed4607e21fe8534eafca5244b459831f, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x7e8a197f4aec099d481cc4b4dfcc0a21, 0x2dd9e9f1da25240dd57e319210dfe1e721f40d83141303ed915f2e3beb55c31b, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xec11a68b00ee850bd0b91ae99d11c0b3, 0x1bf5adb9a086f6d3b5282577026f8fb87018f3a2fcb286e3997f2f130dcd416d, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0x1e33290807fa8b2829ddb0347d0a9305, 0x85670c123ce42f6ff540d5df6c9546a3d0de6fe40ab0d249deec56265f8a61de, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xe089545cd7fcde5c7cd70de3a70139e1, 0x84454e179a8b45c90632b703c263424b3073b67ecc17634e29623fc43cd6fc0f, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0x58dbb81230e96444f2de93603322dbac, 0x34806636353abcde22b51ab5223ca1a9a4ef71a34c66d8028677c6879b76877b, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x91ded92347b6cc64e9724408d9defa09, 0x8c6d75cce6dbd9d01d173426d91fcb691c0ede3f77f64b2db186e2af4b264fb0, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x9afcfed7095623b2c6a90ffb3ed2489f, 0x2037c768191524fbd28520fddd6c1f042287a36ad2feb71f11b672ff51b86abc, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0xca37de8a34e673469901c4113e99d693, 0x922d597218660e168570691ecf52551d933ebf02815ad6aa814ad38abd74aeda, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x437aac35ea3d3a698505ce9aa7a4c090, 0x167afc82c21c119be67d942d93523e4ed9785ef7a11623b153aff43b64058df1, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0x3fbbc0b9f61ddca152fa3847aba20581, 0xdb8550a87b2c6180925c15d5091cec4aab1c55c4c828cf23420b1124bccfffae, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8fac7176be3db30dfc5d0c59514ac1f2, 0x6605494b3d07af16713f1d40daa244c3817db0120f4923f4061b70ac4b965c28, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb02a9bf568ddbf039eb477f8db40783c, 0xb3a9b6b73da8c2ee3874a2b6bb4dd92e9e32ce17dbc9471bfc28400b421ff7f1, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0x133a39bd8c47630947212e04dc47672a, 0xf4ccfcc71728466b75658d3226cd11c9cc2c306d2d2b75d47d127220be2a4664, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb86c749b784acc5a8481b0888619234c, 0x5c1bb129831cd9e3b2bafb28aa327b899d55140c86b9e657f5973969deedb099, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x42607f91d7bb0160a1f7635b2b36c67c, 0x080dbb445457eed80707a49de5f29ce87dd1b81841f31e9cf82e8fcc3cd6babc, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xe8e8c2726be86a0e5959689f83e68b4a, 0x663273d314091cd20a2dbbb826370de4191e3f83a9fc27eb48ed05633911ceca, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0x62f4cd853c19bd9b7e2836395d2ffcf6, 0xb42a2e08f79d5652e23b836f41e084f49391c0d1ce476d566f636c2114693e68, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x32b7abeff170db2b017381efe0b78fad, 0x240b32b181cad282dbec0055d13fedef946cfe069b0fe64f873a7c93c46f6439, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0xe1b8555dd35d833a4233467e448a83fd, 0x37e0518b5d5e30122e4bb97644cb28063b019a002d3c374e32c1e7350de714bb, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0xde756f5669035c3590ed9d4da7773a72, 0xd8c41c170dda447fc9be20778bff1ecd1257ebef98d3bd3902293280aee9a954, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0x5c34b03b6ec23142fc52a77a51dbd00a, 0xf07598912ae734497919ba5e786ac028981377a917db7b801bfd4edc4d3df814, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x997f505fc9d24a27e4939641450e96a4, 0xc2196e7dfb587e13ca0f32e35e5f8f7a68aace4e4cd9d9ddaabda7f729329846, '', 0, '?'),
(0x29e8b9663e3c7a01302d024155698d02, 'wp-admin/js/wp-fullscreen-stub.js', 1, 0x00000000000000000000000000000000, 0x968528cb325471eb001fd8578a8625e5, 0xb04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5, '', 0, '?'),
(0x9ed2228cb870e5222d439a0ffda59577, 'wp-admin/js/wp-fullscreen-stub.min.js', 1, 0x00000000000000000000000000000000, 0x700a94e9934c7b419dfa6790b1dc4a35, 0x44a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0x8de5f12403af4eb425b9ae18dad17266, 0xbff0465d24bd2f2dc0a0689e41414ae862c2a2abefcb2766a335c9f2b2c691a8, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x1b6f6842124166a08328aa7ad376027e, 0xfaf0893b933f38b4d54d4f259a1a7d76d0d391368e6f5cdf58fe2e71b48f5a61, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0xa0ee0eaab7c6f32171b0215409caa2fc, 0x5f6cccd6267108eb642af304ca5e83c0e177d20956d22a66bb2dc75f7a904cb3, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x3f5df1a9b8e6ec896cb925892c89b6f1, 0xcf2768186db23716b0cf32aa8e32d2b1b00d0a0db275a46520ba55205931db50, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x58436a5af6f318352bf596ab8a3f4962, 0xe0546e55800bc85d3d7d579f1de9623093fa68ace98aacd9d4a0b04ece621956, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x6e4173fd43a2a01b3509c80ee984d22b, 0xf2d901b0d6d083eed453f5bbeda7511aa72fe642e0d38d28f5703fabca64bab6, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0xfa4354ef9e729a065ba4db8943962705, 0x538fde8b6119588f42b75834d363fac21c0ad40fb2ea87cbdf7d86e44e55474a, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x2b94aa72a6e283ef7ec401b4517b9da4, 0xa130095690e45b26092655d4f632e876997444246e0332b0b824d50a7a1457b0, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xe180a3bb17b896e1cdccf337995bfe2f, 0xcbfe8d05b2ca00ef664a662fc98720e1558ba36a81aa37dc0c2cd3bc4445934e, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0x836f9208c65682aab7681909d9a80abd, 0x2a18756e45579d75ce29fffe199e651b5dce7857577dddc23c5cc0f5b70bc77f, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xf212cdb469e783cfefcb142207f83e02, 0x275adeec561b53531644dfe16e98baccbd600bd3dfb0a596759fae033d6c675b, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0x88e7c8705372b89c29cd6ed64b3a0a45, 0x30df2eb9d956112949e2e1ed0c53a27e9278977b2bf216a295ed23a403c4cd93, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0xe088b7d5057d1258e388c13b323b4059, 0xc82816cda4c5d3998eb1ea26c8c177c4824f8714f4d8b09d58a55996c24c0f34, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0xce7f2afd5add0e60c565f3ca0bc7c948, 0xb78b8f1bb684263c6ed37df3ce28488a57b1e3aed5588ef2e791d037d4acf943, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x541242a293805952a0e22234f09d6fa9, 0x4f316f427ac5a2c6f0d106c2818e86aacb1ae2b747a125e241b3a02b5ba71bf0, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4, 0xc0ce42485416c5dc6043900d8c2316c038dc394acae8e0f74e34120344a20d03, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0xe7dfdd601dcc0fcaa1f3ebd7f354fa4e, 0xade7f1bf794b1559229e5cf65410193551545cf809648422be208e70452fc25e, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582, 0x8789abe695944c603b1cf74169805ee34fbddb7eb7881cb74daedd3a6592229e, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xa21d278e00ca7dccfe3a81d4e386afa9, 0x4a336c2bb24bbe18d37527c6f6c6b43e0d190abcc8fe662cfe58c1c3b0805295, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x5d186224ebf4ddd0f1719c9ef4b80468, 0x58962208811aeb6fc5057f051222e87caf847653dd0cf81a0e7bc18715e8acda, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x521cb94b9501ca24bc495a31c66925d8, 0x7da6905b76bc8f16dc30a3e2ad0e840977e09d5e21932aaba9541f7857c41584, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x7cb492260f22ee53816d96be3868be6d, 0x511fb289e0af7ba34fe81382c2e51dbac1a8824a7b534ed11f2de80328a374e7, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x4823c8667b23ca83b31bf9093647e5a2, 0x09845b3d18078e24c4942afd4aa15a0aa6068c9c6397359c0ce9c95bf7eb0553, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0x310c43340709c3ef43daadbc8cfe6827, 0xa187f93c2d220be9700662d6dd081eb1cd9a2925c780c9ed756cdc464a770762, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0xccfe323ea0be9c6e41dae24aa6c17763, 0xf663f45bab29ccea2d0975dfc4ef4325968d098f8d37436b34ff81e73f53f071, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x36fd6671a5493cc8c5405621d96dea7c, 0x60f2a4e97f2c4d02f61e5bfe8ee3629c18f4bceb2609a054256ddf550cb66558, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x48f1fe3370f9d713b027655b6785e694, 0xc9147a8913d2460ad67e93f596166f45925e71ea0d16191bb1b8cee949b3d248, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0xa1be54253e72acd96ce6317127e5a5c0, 0x3c439225c6393eb98cbbf720fc3d1cc5fd7fdeceeac48ca35ad149f00f5fe9a3, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x94b2a24a1fc9883246fc103f22818930, 0x568f0eb2521b4d55765dcd29c9e56458ecd0c688dcb605f0211fb09fceddb4b7, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0xe1af39e94239a944440ab2925393ae60, 0xcad34a4227de98988146528e462f31e7ad073741d9fb007926e1a30f83c8f2b3, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x54c0f4e71be5ff1b652a0e2ad364daee, 0x06f35050df9c66f09ef2142ad0a704113cc89857997053a86993e9e260f64313, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x483c257170948f11568f83784109b2d7, 0xd257e73fb49ab9884434a4b7364660f4496357f8e0a6ac33d151b8b69384c85b, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x658cf64b77d435555ae217a5bbb1536a, 0x06617c6925d74c3f9dab80891721884508a7cc3a50af0778afbe99bb0d48278d, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x132a6c9d6e2cc68d650e2fca9a015ed2, 0xa8b9c02ecbee46df655a7456b682c1cd084f7442cc48959060cf3544303bc007, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0xe4f7cdfcaddc4693fe0bcc39bb55d68a, 0x10580fc3904d43431c440d644a26c0c82d2a3ccbe23498ff5455f9bc261f2078, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x1cd56b9e7e7b5b60506e17c13efc194f, 0x9ebe6f47d1eb73c804ba1f9cda692a4ac93442fa05251cbb9f8f8bb54f332a9d, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x6874157fda181bc2866fd860d93376b9, 0xcd050e5fc5e1032167028749985c073abf0f9e0e9ae4aae44b5bebdf97954341, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0xbeb6c7cdcf1cf9a5d12df9232c6427f1, 0x53f5639c8ee89ef2db88e04e475b8a10a7af6fa2fd3eca7e798c4e07d97cb921, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xce74e43d24d9c36cd579e932ee94b152, 0x5188170a15e8cc302e73dbf924e49af6f1980e85e1c801ea63a69822745a5eac, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x1d7a8639d300cee539ca9e666ef3a25d, 0x6d47bfcd86217cb54b412da8771f14c8ad0df5f041df5c6226117fcaa56d0dad, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x8baabd6743c1b12169366e8d59ae333f, 0xc7896e20709bd3a1400072c56564d692eab3d3634a106c80182c02bc5190a14b, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0x381a1ad35327607137891a8fa6f97f63, 0xd63f47328a70a702a5f8de3a91104e220844e9058cf4d406eb9d1dfe81ec078e, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x5db8234bc5ce96a4b029607222bc87fc, 0x8a0f17f3afed5af032178055552d4bcfcced58eaf3eee4baecf6c4fe2989c7bf, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x6697a771a09bd04440a0adcb84cfaf1b, 0x319cc3d671faf499467f327d8c2963c8c50fb728f440347b91ca9257a313dc84, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0xf47c7119bb162319e5b08198f289465a, 0x369beafdd9937bc5c9bd49d3ca90d845c3c5d9da800fca408e8f9e6f3c732e36, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x5e1829bf1794ce06c5ad77b7e2d17142, 0x342856740aaddaa26ef738445b937192876c7022a7ba8e9f1d1ae8cf3cb2f693, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0x629704e41fc670178a4226b323b6a9ec, 0xe664f2cf270f261ca951a7f8ccc90df127a4235c4b963edcdfc62f0a24a32125, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0xc3171c1b8c9ce3069e398b5c1f2ac778, 0x2fd8832fc2f3d1f5d5ec609dedafcbe3344d8c0f17bc526b137cbd10c985608e, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x95b7d47ed7134912270f8d3059100e8c, 0x713d8fae196d03cbad3142e3358e89a37b939e90aed112934ef76c0752efb501, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0xfca6110bd2f3fbd9f247540677fcf1ac, 0x430382d980517d4e85287a7b117c2f9bc04290dc7373afcdeaf9d917f025a64c, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0xa350dc0d0ddaccfd7ff462b63db83853, 0x1cfb9570df33a2afb2184005795b1daaefd4b748a5a33b83b7c7475da895992f, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x030bb6ad3f1c614f7f1aa7fd27b79509, 0x8413076e461d07e38f23a8ec921bb55601187d1af85e9a4cc7d34b75b690f88a, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0xdf7a0edcb7994581430379db56d8d53b, 0xfee17d7952bb7ae4775fb8ad61935b97bcebbddef6a5e5428da98c4f8af5cefd, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xc860fcfffc818a23600b90647fc8af61, 0x469aa75586d002651a773843739c72c099d4f0b3bcfc03e75284f73b20dbca96, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x5e60a86ac7b805511faacf32831a5e02, 0x603201573a9d644476ff7502981bfbe17c24429cbd9807fe9aa31c1587a7f7f1, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0xb15fdda85962d0c8fbb8739374a5d27f, 0x572d19548b02fbb2ec06412bedb17f505c8e5321b5de94f92164cf15ac112a4f, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x62b492d696733adec8e542d18383ab03, 0x9be607e17bbe6f01e0356d53255f8b8df57ea1eb3f5c46fafcd92e4810db9ba8, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0x9a616e7dd468d1c2499b90600e710da5, 0x1c527afb9b60a00d30c99a5c1a237a97e1ec0f6cf8af95513172f8665b3d3de2, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0xdb735198ba1b69a26160e302b75579e6, 0x77611394add38b85154d9716854445f76f498708ddfd99105b4d790be7a3dcfb, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x2009af862d73c1e66db06bdc1d907b4d, 0x0340707048bdc2b841955cde24d572f22997e57d42d5d7c6f0d318128cac8791, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xc4bb064ca522f9306e32abe13d107dd8, 0xefc4c8c225d03f88484b294b313b712ea6fc288a3923e79407f5e2e07a2d5d50, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x0ae22f1812922e0ba1765b2503277e14, 0xb2574c7831dd95bb41d3da6be5d24d72eafca32b74694a54f10e9d662e57bed4, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0x981a09e7225a6f684e03a362fc0ef6b0, 0x872c4e3933cc7e282b2cbbbcd8e534d781c862ad3ffbda42aea66c149b6d805c, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x75dabd226fdd5ee46bc106b1d16e6326, 0xb0969ad4050a1086a3c756d945c0a9598212ecc0a9cb18c941c1ca3b9de5eaac, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x513e9628f732070ab1926855e81afbc1, 0x3d8d3d3cd2cd877949b139914a2f37da3ee33b62f8a3bc612de4901524379908, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0x7cd219c9bc88f4b652546a4d0a3dac1d, 0x2353947b3252394ab63bd91817373724d3e52feb370395768d3a6195b035a59c, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0xbbc4b9bfe75638d7c5dac58597952429, 0x3e242de3af2ea22272420563bac3bbfd205520b48884d73ffa434309dd764950, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xe631b669db6d7fc13a5953edaa29b0df, 0x36edbc2fb10abe1639d479b627dad1ffa1f9772d70da5ac70c445074a5c1cfc9, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0xedab57a3f6878f62b7f503e5caaf8d36, 0xccbaaf8da5ae3797e0eb0a6b553ab621ed512b1a8ec38c54dbb55b3d0f26f851, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x9f96e422b3ceb17e61ccdc265331d910, 0x57a973bbe92d019bf842e2fc939cd1ebf131ab5ac020eae248af4f9bc24f4312, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0x9184e53f96bade3e7ae7cda9eddf7a26, 0x2c1ca836493bc5472bd50f708f6203801bb21f6c5a0f6401c1ac94a87963e300, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x7c7275a9483338d119c46811dcb31e17, 0x3254c07e56363e72a7e8bde9d106f1afeb1a09812525bf616973371b59b0792c, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x1d0a18e89294982f9edf490abb613a13, 0x165ff4a1920a45ffc6babc5137a97acba477116c085e16ae227faaeda97d5697, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x5b2c683b5996e6c34944cace806054fd, 0x48d7f5f113e49682a123c852e336de0237bb22e5d694dabf939ab270c30c1e79, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xdc255b34563a17256821b63d251977c8, 0x7c3f6f965228433d2138f7269afa639c75a4dcada78c33cdb2bd6181c3b3ea80, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0xac9c42ef02c74a99e8109270107b41ad, 0x1ca02d9bf4b78f98c5b61da1992b35e9510f69bd5572655c4170a43d7d9977fb, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x984a921f9e121b276b6da2cff8c5ec74, 0x195e8af71d5e6ea9280747c9795b05f0c2abecca88bed3b175190db8fd02dec0, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0xae41f25fd7e20e76692dc667a2829c08, 0xe3a73da66385115248e151a5209bde2f01c78e866080a968127be5c6ee10f60d, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0xdc115398ae4261756edc127cc5877ac1, 0xd619c019298d4762444dda6671842148fb9f8c39d812c95568084478b5f84d26, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x53e411ff8a140c82ee686e29c1d6da4d, 0x6b67e68dfb346f23a58eac1aab6f02d02987e1420529dc57b9bd9ac4eba04481, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0x68070de41736e57f8757648a80b9cbbb, 0x0d7fca39317c2651526c1ad4bcf0b7a09d341c593b3c480c2c3d91456c8d2097, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0xb2efdd003aeacd49ea8325fc923000c3, 0x0cbea9f4bdd5dc021360d1e2a6ace8dc16b517b1af1b3c4668eaf227f0fd1d91, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x07fd427d371d52fb67c1c0868a17ebf1, 0x507a4cf97e6b32989eddd0108ae66109316fb6308bea8a28ac527fa676e0b9c1, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d, 0xbb678f52a10a1803117a853fcbd3393f599ca18d8f7febcb20e362dd8266cd97, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x702d5220c70456456fe9fc8cc08cc524, 0xb9d9a36aa77491cc1afffef5ecf68196b52f909f3cd7071f1da30d9436db3894, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a, 0x651b8acfb3435146f219a5bd0301cb5b0596015e74c243f584d2b25b7e3d59f0, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e, 0x7ed0d06cbc2650f017b4167d409d4d1bad2016a4c30ed036348fe8b067447f7a, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xc8fd98f7fdd52d78bdadf74e620789fa, 0xddb94ddc5a7fd1582a6810b00505baf056e00067eac0136321ebc32b35832335, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xa529e3d3c2bb86671fb9cc1145cf70ee, 0x356b59c92328ded9cdf9dffdc4e9cdd4107ca2ecc2369f502da17e812893a9be, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0x27ddd7bc6e0da6fac87f279bff299bb3, 0xbae69d71a74f5875feed41b38d4792a602fb1d1a405955326a2ec8d507105b50, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0xb9fa17a9811195800079dda4b1262d03, 0x5bc0231442d9bddc66a68c5f4d1289bbc4fab9ade3219706506b9b3b1df6a4ca, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x2a7a75a363b0f88f0b6d094a91ef65ea, 0xe595b1e1e5ccb10909e570405ccda9d888d4d139bf2e613e768359caa2898c35, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0xdb9da4de8805b2f532834a33f2fba054, 0x8eb7cefd72c63a13150a504f4dfd266c1b2bd4ea1005d7a5230747038c47ddfd, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0xd8c79a7028b526ec7a4f0b9ff15b3c7d, 0x1741edf6563072f4fa2db8f13ea07c0bec4d3b01a3f96c5c5f10501f8922cc7d, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xe8734fcc98ec47942419f051c519ba69, 0xaec5c7a6b3b7f187aabc3cffccbe9429e1a4219a0f34820c8fbbeca415f8fee0, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0xab5b28a7351c3cc9ca61e751b8ad6aa2, 0x35914654dacbd0c9495fb6429bf19531882a726dd36a252363a0130e78828f7b, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0xedad74614d6d3fa2252c3d74ff037ac7, 0x35437a1bb5e50430a8db9093750c17fe58b5da49b39e2196108b5814b5e5a484, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0x35bad2f931d0169557f53d0090d6f942, 0xbc73493d1662d7dd36851bead4e215ea8cbaa09790113580331f2a5884813066, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 0, 0xddb350cb3a727f4826eae95ce05a2c88, 0xddb350cb3a727f4826eae95ce05a2c88, 0x47676d95a1649822b09971897e80a1ae02ee4ef7273361c4e3a50d005fca7a3a, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0xc121453844f5f5631337271ddeac149a, 0xc121453844f5f5631337271ddeac149a, 0x07f73aed4a538f4dee7ded15d467004dde4beff87ebc94e26b5345aaa04e7e06, '', 0, '?'),
(0xc992f94f35c4aa3195cfdc2c35877c3e, 'wp-content/cache/all/a-clinica/index.html', 0, 0xd7ee5ad04a55592f27eadb112184fc71, 0xd7ee5ad04a55592f27eadb112184fc71, 0xa68d2bab1de12ce27e5bfe014bc101915c2e13bdcb2659d476ac032d3deb2e0d, '', 0, '?'),
(0xb1264a173f140b60af7774330e90055e, 'wp-content/cache/all/grupos-de-emagrecimento-e-cursos/index.html', 0, 0x00878d2cb2c43afc895c5a9448cb700e, 0x00878d2cb2c43afc895c5a9448cb700e, 0x169428d400dd419ff3c66d23cefca650a19403966d0477a10d930db3886e8343, '', 0, '?'),
(0x40f5918e5db846ce11d15cbc3db9081c, 'wp-content/cache/all/index.html', 0, 0x34a12cfd9a46361a32739eb262e7660e, 0x34a12cfd9a46361a32739eb262e7660e, 0xf8dcd37e4e4e0ac2c7728aae7e98e10e8283929088c4db53498770e3a736432a, '', 0, '?'),
(0xc4beb6b576ecfb959a258d69f6305366, 'wp-content/cache/all/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/index.html', 0, 0xadc9b27037c3cd55be9ac4fa53e1c60d, 0xadc9b27037c3cd55be9ac4fa53e1c60d, 0x8666e49f193a7475765ded800e84e7b1a29136e4d4759886d3dc0292a7f6e0e7, '', 0, '?'),
(0x94aaf73080f99a24fbc68cf622a06ff6, 'wp-content/cache/all/noticia/treino-e-dieta-para-emagrecer/index.html', 0, 0xd2e55008881f948cec197f072cf098d3, 0xd2e55008881f948cec197f072cf098d3, 0x2f71bb59fcbee60e06008ca974a0cbac275c326e94571f07212b91f0facb057c, '', 0, '?'),
(0x0995e83bd4b356f60824b46140f9c6a2, 'wp-content/cache/all/servicos/index.html', 0, 0x74e78ca4377264192631f973cbc6ca32, 0x74e78ca4377264192631f973cbc6ca32, 0xc115c2fd75d4c67f49a6c3c6ef81957c923a975c00dd62685f7f301569cbd123, '', 0, '?'),
(0x1b020aed0dc1c823db3a5e42c4f296bb, 'wp-content/cache/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xbbf21f5f03fb2f99df42b2e351025d6b, 'wp-content/plugins/advanced-custom-fields/acf.php', 1, 0x00000000000000000000000000000000, 0x28a25363c3acab80d031e08a4f4cdd1a, 0x68b85e9fbb50dbcb5bf9533adb81f4c55c5b87e52c8817b302b03d1988ac387d, '', 0, '?'),
(0xfd6c499eb0f58ad36f86b2ef79ad63e5, 'wp-content/plugins/advanced-custom-fields/core/actions/export.php', 1, 0x00000000000000000000000000000000, 0xc00316ae7c9404becdffe3b5981f1893, 0x1ce792a0b6a86459c1843ca80bd9abe482e1aabc00242afcec782ea0a830aaea, '', 0, '?'),
(0x72efa29d5ed2949fd340273aed635546, 'wp-content/plugins/advanced-custom-fields/core/api.php', 1, 0x00000000000000000000000000000000, 0x32d45efdf5ff5aaf4a61c5560c43ac9e, 0x13b5b5ec22242f383468d884a63ad439de045b3844adde2d404fa68ccd2a7cc2, '', 0, '?'),
(0x4dc52e0371cc653f58d3a70f71104cc4, 'wp-content/plugins/advanced-custom-fields/core/controllers/addons.php', 1, 0x00000000000000000000000000000000, 0x6e59a53421df749254dfc2e3de0d40a2, 0x5a10cd354c9c913a829d65ebec904d22ba0c7f0f46b3d7fadf0e802e1c5f524a, '', 0, '?'),
(0xca3a62e99220e7baca760610d6f26fec, 'wp-content/plugins/advanced-custom-fields/core/controllers/everything_fields.php', 1, 0x00000000000000000000000000000000, 0x16558a4de1480d0c1b6ee0a6f0ca8d12, 0x3f87a1942bcc39c1d6557721a06a36c8c1d2dc199a8ec2c3c04ba38882bf8c78, '', 0, '?'),
(0x83c2ba39b3e63040cdac0a05aefd8902, 'wp-content/plugins/advanced-custom-fields/core/controllers/export.php', 1, 0x00000000000000000000000000000000, 0x7ffdfad2435901b2f78c3c3dbf8a727c, 0xdd188ca20d9898f5165e78804d9c1c4d28dfe3f10705f1d67818ba6989e49a54, '', 0, '?'),
(0x0be52bd5ad7f4486136d96f4162ee4ed, 'wp-content/plugins/advanced-custom-fields/core/controllers/field_group.php', 1, 0x00000000000000000000000000000000, 0x5f2a1edb3129ee7689167b0a1fd8f073, 0xf18ba777474a028c4f00adc1d6a5d9f92e8a280ddd83d5de202a1b0d9de675ec, '', 0, '?'),
(0x8420d9d1421829b7514826a995a87732, 'wp-content/plugins/advanced-custom-fields/core/controllers/field_groups.php', 1, 0x00000000000000000000000000000000, 0x9ba7b18d6d763e990de5d60f2943fec0, 0xb7302b70de04ec0035431a89b59ef4cc09512445caff8d090a6553bb959fadd4, '', 0, '?'),
(0x5621c3ca808ac737b30fdf949fa315cf, 'wp-content/plugins/advanced-custom-fields/core/controllers/input.php', 1, 0x00000000000000000000000000000000, 0x1fabc949969ed613f7e175769e2e8fc9, 0x5c8f6a9b100df1245eb88b83c893e3fa4d2a2fe305b7d0dfeb5fa4234db9a39d, '', 0, '?'),
(0xd8cb7eb94c787a5b8ff327213e5dcb7c, 'wp-content/plugins/advanced-custom-fields/core/controllers/location.php', 1, 0x00000000000000000000000000000000, 0x9159cef982909bae1ff707cd8a5c2b9a, 0xd48ca874ee7739263dc3c43037722099a4e43c4edfdd379d68a11a4ac61f506d, '', 0, '?'),
(0xf2441b1fac4f7d96764c43514145c1d6, 'wp-content/plugins/advanced-custom-fields/core/controllers/post.php', 1, 0x00000000000000000000000000000000, 0x7bf5a80af06eb66ccd3d9502f52ac7d9, 0xd0823f155e17ad66288e638f2446457a87f247fe97cd764f8915f27f06f67c1b, '', 0, '?'),
(0x9a8163462d1785f2c4f5745ff87bd8c4, 'wp-content/plugins/advanced-custom-fields/core/controllers/revisions.php', 1, 0x00000000000000000000000000000000, 0x7262c18f039e19e8de30470cff0d865a, 0x8249a14b66256881f9fb3d2033c37e728d9674b66d97ec5b4b8e2e23efa4b516, '', 0, '?'),
(0xeee6f85a5f6195b57eca3493845ed3f6, 'wp-content/plugins/advanced-custom-fields/core/controllers/third_party.php', 1, 0x00000000000000000000000000000000, 0x50730b2da70527c8a7a99670496d5eef, 0xc3ece02d28c1e4387951668028ada71d2abe7005238123fdbfe59c4a809bd38b, '', 0, '?'),
(0xb8528fc12847f39e4d42a7c018f462d0, 'wp-content/plugins/advanced-custom-fields/core/controllers/upgrade.php', 1, 0x00000000000000000000000000000000, 0xbccb29744912abb02f19e8884b162ff6, 0x57706b312196d2905f422098e570c9df92bee6304af96732041a8c2e5511e4d9, '', 0, '?'),
(0x672add32543b452b031c8f8ae154aa20, 'wp-content/plugins/advanced-custom-fields/core/early-access.php', 1, 0x00000000000000000000000000000000, 0xa307e5a25957b7d6e8b89be569a399c4, 0x58cdc423af3611529109aaef5769c2892038832fbdb7d239c96439a192c586f5, '', 0, '?'),
(0x778e73408e6634f6381855252abf714b, 'wp-content/plugins/advanced-custom-fields/core/fields/_base.php', 1, 0x00000000000000000000000000000000, 0xc5648c5669a0395209c32bf98100e615, 0x51376b2afd854cadb93e36bf828e71080a2381c286d915a3b5d526216db8784d, '', 0, '?'),
(0xfe9c2369e8f90acdc429ac6288258a67, 'wp-content/plugins/advanced-custom-fields/core/fields/_functions.php', 1, 0x00000000000000000000000000000000, 0x39275ad1efbb865d855e68ae6bad7392, 0x1997d336eb4dd4cd6268d521df4f0a1843a0db8af9cdd15fae69ea826060803f, '', 0, '?'),
(0x95297d640d9b53440a8046b95adb63c6, 'wp-content/plugins/advanced-custom-fields/core/fields/checkbox.php', 1, 0x00000000000000000000000000000000, 0x73fb8120a3e4f0f8d5d86e6171f028d7, 0xb7812206864a3d2e2cd0b70a3c6ad5511c348bc43e2bafd59ee9d929627fdf94, '', 0, '?'),
(0x022783a0e7f6ef50e4a9dd54143e3671, 'wp-content/plugins/advanced-custom-fields/core/fields/color_picker.php', 1, 0x00000000000000000000000000000000, 0x4d9a3301404c35e9e62b0cbe30960f58, 0x9d0b28bb97a53ce58c6745e3b872303a644cd3c108b44f3a1e68e749920ef7dc, '', 0, '?'),
(0x6e37acb15f2e044ee98ad9082dbe71e4, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/date_picker.php', 1, 0x00000000000000000000000000000000, 0x69aa5294e40ce49a0ec953c51d481efa, 0x9f036b6ad8e7d14acf207934f335da088cf5e58438ca2b716067ac20add8f966, '', 0, '?'),
(0x624e540a7b05d2d9f3fe1fa6501e9e30, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8, 0x7ada5b87ed8192a172d6d8e15ca5f8fecb96d63b35014df66d4de774561c9eb0, '', 0, '?'),
(0x67505b353c3d4067ca0e765747aa0bb8, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_55_5bc6f5_40x100.png', 1, 0x00000000000000000000000000000000, 0x4dbe8971789d067d070b8a6f858c23d8, 0xcbc7af33cfdd4d67f87e719cc0f068dfe1226c25f8c06f5c5f1d1eaa71a888f8, '', 0, '?'),
(0xf925214090aab4da2f5de7669f1280ff, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf, 0x06ce6611ef28bfefbbe68281ce432c1a896a34a8d25ffa7eecfef53d3574e735, '', 0, '?'),
(0x223d81945d56d4cf4db3f3afbacb59c8, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5, 0x6f6c9c1d68ae80b66936189b2381d14b404aacb3b4db812947cb16004acf9b37, '', 0, '?'),
(0x101c987994f5ed07b35af3cd2f0e005c, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469, 0xf7979bed24739fe3d53c26c813567e938dd27d511efd573392e65a682830e1ac, '', 0, '?'),
(0x15bda5d9dfbfff6acf9854518abcf5d4, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4, 0x1f2f91eb38716d12281daab49d3d684ad36a29ce0d550c2d1a7730ab6e303681, '', 0, '?'),
(0xe7652c345f968ff757be40effbbe17b7, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x5a3be2d8fff8324d59aec3df7b0a0c83, 0x73c5d08906aa474fdc605e1ca4d43e43bea422876c91a9eeca778a071463dcd0, '', 0, '?'),
(0xea434bccaa24874394a17223b7136918, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_highlight-soft_0_444444_1x100.png', 1, 0x00000000000000000000000000000000, 0x7f00a1f5b8ea2ae459f373fe52e9ef1c, 0x95d187b43525722c9815426dd3d179e471ecd3345d0b6ebea36be08526d0f0cd, '', 0, '?'),
(0xe3fd5e4f654cbd7684e5e3b514817978, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525, 0xb50d0425b2a722a7ee58637da8f4c97cf47d96c4a0c00ae3c588685e67ab2c21, '', 0, '?'),
(0x45e4c8ca8c2310573ce15aef98682fc7, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x2b99a5e48d3c3957d03027d36a25e8bb, 0x4d98d407505196dfdfb6d4231e835ed60626d585fd764f0508903df70fe318eb, '', 0, '?'),
(0x6323fbdfb1a565ae7ddd9e6c1bdf2c85, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e, 0x30de0a0cf277bdd7e29d63f5b8961759f0b867892f2c8cc69f21f67d66bea68b, '', 0, '?'),
(0x10b76f0a3b585e8c57e3e591457e4620, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80, 0x53a6b26e730d0d6e8f2d1aa50edd4bd3e5608a5d44d15e7a691e4e7e8bd92ff5, '', 0, '?'),
(0x517094f11793aed537c64ac9cc364feb, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c, 0x95b7f9922a95f03bcdfa8f37853a92eecdea8224479f4a4123c92abe4f061157, '', 0, '?'),
(0x57ed9c8ed2987c1a0a2b248e6cf48ea6, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/jquery.ui.datepicker.js', 1, 0x00000000000000000000000000000000, 0x1162e333325c0f29abc0a2c667c4bbf8, 0x055865cd9d2cce0bf95d230483e54b7574327b4b741e782f718b32be582ed6ad, '', 0, '?'),
(0xa64115189fe25c2781ec6e358913b787, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/style.date_picker.css', 1, 0x00000000000000000000000000000000, 0x2fcb7eefce041574fb551ae54a77bda5, 0x5727edc4a69b402f990333180890c4e206baee5869b0392faffaba61e1938299, '', 0, '?'),
(0x2fc2d0b517022524259182a8cae8992f, 'wp-content/plugins/advanced-custom-fields/core/fields/dummy.php', 1, 0x00000000000000000000000000000000, 0x009933ff53f4f799dfcd29b4491801ad, 0xd0ef05ac05900849f9b54de720fa049fe66cd7ecc06f71d4c1465cbf0602ea44, '', 0, '?'),
(0xcd04f5ec725e3adca4180d5a9928ba70, 'wp-content/plugins/advanced-custom-fields/core/fields/email.php', 1, 0x00000000000000000000000000000000, 0xe6b30c69b9c47fd25ee531352800fd8d, 0xf4f2366cc827788f1739ca1fc2945e499a9deb882ee9783398f5d299388ac4b4, '', 0, '?'),
(0x6c0e1e752425b8841629c5647571c18d, 'wp-content/plugins/advanced-custom-fields/core/fields/file.php', 1, 0x00000000000000000000000000000000, 0x9ef38fe17845d6d25d4b3a9982ba022e, 0x0765fb2ac539add3303622eb9cde15d4cac04c266b07771fbb873f0aea668c50, '', 0, '?'),
(0xca44bd1d1d1a2147a8b51cba0299d9b6, 'wp-content/plugins/advanced-custom-fields/core/fields/google-map.php', 1, 0x00000000000000000000000000000000, 0xa3e63ab981416be122fb2e2c6164818e, 0xe80e65447c822bc0c039e59fca374364cc6729f60d69641a16bdcddbee587a26, '', 0, '?'),
(0x5a70bae0e7b29bdda156cad325145da0, 'wp-content/plugins/advanced-custom-fields/core/fields/image.php', 1, 0x00000000000000000000000000000000, 0x13a5f0b1ba652f3431e7ccd2af4a1b6f, 0x6d5702bdbcd3678a72ada80fad5e2159ae39533f11f3500f88b7131031b89693, '', 0, '?'),
(0x3b02f7035c7798a89b7b0b0640edfe98, 'wp-content/plugins/advanced-custom-fields/core/fields/message.php', 1, 0x00000000000000000000000000000000, 0xdfa2e50c211a889f782a961bf05e8644, 0xb1f85496791fc38a825d60375589857d145589f199d3af041d89db5477cda358, '', 0, '?'),
(0x410bdfab80e6e2dc74f201246f317294, 'wp-content/plugins/advanced-custom-fields/core/fields/number.php', 1, 0x00000000000000000000000000000000, 0xc434d828e07265291fbcb55044510eb7, 0x43ce66b9a53d549a511d9479eadbc9ecdc9e9bc58ac6d05ed6d5093e09cbb568, '', 0, '?'),
(0x644a942501675e6cdab45c8b2b788807, 'wp-content/plugins/advanced-custom-fields/core/fields/page_link.php', 1, 0x00000000000000000000000000000000, 0x5ab7b83fb7b7dd397b3347642efa2dc4, 0x4a35e4a6ff03174007e700a8ce5771b3eca99ab478b58cfa720f2ad937074be1, '', 0, '?'),
(0x25cdc7be38f3731bab0294fd2c9ee632, 'wp-content/plugins/advanced-custom-fields/core/fields/password.php', 1, 0x00000000000000000000000000000000, 0x654b686295e7402ba7a102a5bd2526ad, 0xabafe6e6d60c74a8d43b6fe17f4f7bd117252cc33f93227dba8ed1a65ca26722, '', 0, '?'),
(0x7aba2fac469f2305f421b8a79356b612, 'wp-content/plugins/advanced-custom-fields/core/fields/post_object.php', 1, 0x00000000000000000000000000000000, 0xb6a8abb49a778cae8adaea1b85ce022a, 0x063da602602d8184b8cc1b2be22deadbbbd726e93e56fca2882d21e4134461a8, '', 0, '?'),
(0x32c24fc5bdd69bf53450eb901297e2e3, 'wp-content/plugins/advanced-custom-fields/core/fields/radio.php', 1, 0x00000000000000000000000000000000, 0xb0169cc5ee8f004f335d187bd348b57e, 0x397ba1f5481f2792fa55510de35f6595a0ec21dd25fd6ec9ca9b7a155dcc7e42, '', 0, '?'),
(0x1726afee8b17df33c6b22ad0ba60d56d, 'wp-content/plugins/advanced-custom-fields/core/fields/relationship.php', 1, 0x00000000000000000000000000000000, 0x2d4eeb5e54e2f4d67e4cd4a576c30d6b, 0x0dbe72f747d1688e7eedac818e2b354bbd76a34c7993d8fa8892dd6dd05786d9, '', 0, '?'),
(0x7495d113a62003e21423843589ace16b, 'wp-content/plugins/advanced-custom-fields/core/fields/select.php', 1, 0x00000000000000000000000000000000, 0xa58b295e45e6303e8bc25ab0d7f8ed7c, 0x1fe0e9e7a2905915254aa2e00cc8f3086cdd08ec5610157e74c8c4ed638a2dab, '', 0, '?'),
(0x98e546f3f866e8e649ff9b8650392d62, 'wp-content/plugins/advanced-custom-fields/core/fields/tab.php', 1, 0x00000000000000000000000000000000, 0xca140401d0c80d455d0e43859abad0e7, 0x0c00f91da281d5c97954a7b3db5456eba6a7b9775c3548b81e7f643930874f9a, '', 0, '?'),
(0x184e59191f0b40f5d768bf5359fa5ecd, 'wp-content/plugins/advanced-custom-fields/core/fields/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x08a257553702033aeb92b6ce4112884e, 0xdcdcc5be7866c8a134ca8d62f4f7816008aad58b4899447e494f520f051b20b8, '', 0, '?'),
(0x6325da21586c766e3809fc4abd09ecdc, 'wp-content/plugins/advanced-custom-fields/core/fields/text.php', 1, 0x00000000000000000000000000000000, 0x8732c1adafbe842c30218251cd707275, 0xb65530036a70d3900e47fa8d720b2c04d272150637a24263a84d6639f023c744, '', 0, '?'),
(0xed2cb055b4e1a00065df0a3d94cbf332, 'wp-content/plugins/advanced-custom-fields/core/fields/textarea.php', 1, 0x00000000000000000000000000000000, 0xfa20bd9357ab51247970fcd063e22c1d, 0x0c3df66a7073dcccb93383cced21bdb57211e01cc87a9c895aa6da64b431e65a, '', 0, '?'),
(0xce198c1daba66fc3ab4d595b4f5ea9fe, 'wp-content/plugins/advanced-custom-fields/core/fields/true_false.php', 1, 0x00000000000000000000000000000000, 0x246efd0f190c827c447a2789cf24dfed, 0x91d678809d5f60ae7a3c10320e6eb466fffc3e54c8ee436b56d50a561e22ce89, '', 0, '?'),
(0x16c91c49b296663a775bf1f320a083c1, 'wp-content/plugins/advanced-custom-fields/core/fields/user.php', 1, 0x00000000000000000000000000000000, 0xed0c114d1043f8994a38ebe9bb5a56d4, 0x4469a27c27b64de3f1d7fb74f417eb9c32939cac488909f1a28ead44424bffa0, '', 0, '?'),
(0x9457c1a3f464e01035400540c2eb6396, 'wp-content/plugins/advanced-custom-fields/core/fields/wysiwyg.php', 1, 0x00000000000000000000000000000000, 0x72662454ba2cff8f4fe953b2ee22fd32, 0x9be1ffc572e0124061990497a5173bb337ffaf440e50fa35defd3d014493319a, '', 0, '?'),
(0x85ef49f7fb1f58540f7d42bb2f9acde5, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_fields.php', 1, 0x00000000000000000000000000000000, 0x64578e295f9be067b2e95dbf31485f3b, 0x2cc6025b2522b34e4adeb116bf641033329789a035cdd5d25b256cd32a03062d, '', 0, '?'),
(0x3355fef32df1fa65697bc00ba9a0d20c, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_location.php', 1, 0x00000000000000000000000000000000, 0x32d9c847e549aab357b17eb071e04002, 0x027dd60c7f529e7af98c639fdf047bda97260ebbba73ffa74b4c9da82aa1070c, '', 0, '?'),
(0xc3bb91484f7b9f01b0a1d64193938abe, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_options.php', 1, 0x00000000000000000000000000000000, 0x12e17b5b6b6db932699d00cc4b7ab96d, 0xf9d91f136df236eaef3a4f68e6987932660218473559739c72d5df039ffc44f1, '', 0, '?'),
(0x965e4625d88cb176f05f13a548da6555, 'wp-content/plugins/advanced-custom-fields/css/acf.css', 1, 0x00000000000000000000000000000000, 0x54e639565d037178c758298d53457cd8, 0x5507a57932f684414e467172c81a243ceff1cc867b08440ebcc1b1890a45b489, '', 0, '?'),
(0x178a119110be4934a09adf21f938d892, 'wp-content/plugins/advanced-custom-fields/css/field-group.css', 1, 0x00000000000000000000000000000000, 0xd776c0b6ab51fa32f5d6d8e7343ae55e, 0xe2e93d31f1fdadb1ed662dea2c0815721aa7555331448ae174ce308b0080265a, '', 0, '?'),
(0x47aaeae28909b01b8e05c441dadc56c6, 'wp-content/plugins/advanced-custom-fields/css/global.css', 1, 0x00000000000000000000000000000000, 0x227fffa960e0b59688431d2b59180928, 0x9de15df550348f3eb2edf35da859fa334423b0627271c5b106df43e44cf63721, '', 0, '?'),
(0x9b9fb175c333864369b8e0a52c7e1c5b, 'wp-content/plugins/advanced-custom-fields/css/input.css', 1, 0x00000000000000000000000000000000, 0xb2d371bb126117a9705318544b730cec, 0x605763315e67991aff0771b5fb2150096cdfd779840fd3e479ef32459ddb91b8, '', 0, '?'),
(0xc5e2b40b0bc371d8264168477fed07a1, 'wp-content/plugins/advanced-custom-fields/images/add-ons/cf7-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x462db065ab630314f635af86065b2d27, 0x6baeb158914d2cb8cd98679a0e834642686e8f5d768ad2c7a78b2bd89b641cb2, '', 0, '?'),
(0xb5aefc9080b548d9b84b90647b81d912, 'wp-content/plugins/advanced-custom-fields/images/add-ons/date-time-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0xd098c577e567cf96051d142d46e33ea4, 0x49418d9d81e23c20f40186ec75908cfd8f78752c93fb37b97dcc0ce5b04a9393, '', 0, '?'),
(0x884cacab11f0d3c0dc092941f6c0bb47, 'wp-content/plugins/advanced-custom-fields/images/add-ons/flexible-content-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x84e56a4af489f471417b3c098f16d2d0, 0xe059cbbab58224bdbeb3336bcedb2de355842b5bde8ce0592294940355a8cc5c, '', 0, '?'),
(0xfa122487f4eb82a70ab25244ec5aad44, 'wp-content/plugins/advanced-custom-fields/images/add-ons/gallery-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x5aa9f64ce20f1e3be198e862aecc9574, 0xf15d11a577dcbce802e81ddcab6042db9f3bcf409701fef2887daf1e9afaf5ee, '', 0, '?'),
(0x536034cea19da27a2a50c11455c62f38, 'wp-content/plugins/advanced-custom-fields/images/add-ons/google-maps-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x3f787163994b8b5116ffb5ff7d0ca90d, 0x4d3edae83b785e6f0abbe9d22d7d54013b48f4b55ee6b06fb8793eb8b0dbd8fd, '', 0, '?'),
(0xa30a2e279348d07c9ce21919c7f602aa, 'wp-content/plugins/advanced-custom-fields/images/add-ons/gravity-forms-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x7c5f6229adfb283eb5ff7b3e329308ce, 0x5bcc3e4ae3e08432259ee4e2123567bd7e9cbd0d37c93e74e76d41d24fc77900, '', 0, '?'),
(0x47d859154b560e2a1a20caa3bc0ed7f6, 'wp-content/plugins/advanced-custom-fields/images/add-ons/options-page-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x329675754739d153b7102a2bf79d4288, 0x6e0c471bfde3bc4c5b1023d30fc4a67ba78de0b90a6df1b3bdce3769929329df, '', 0, '?'),
(0x95dcf8d802dc3141a5dea213799c8818, 'wp-content/plugins/advanced-custom-fields/images/add-ons/repeater-field-thumb.jpg', 1, 0x00000000000000000000000000000000, 0x8f2fb61b1fc65c166996e14b884efd5a, 0xf1b10b837fcc0085ed30efd669edc4d2b11ad6c411f067b9d4a67b0bfc5492ed, '', 0, '?'),
(0x5f2fa341bce9ca7171747ca6de639f5f, 'wp-content/plugins/advanced-custom-fields/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xa03b02d7b5be67e1c6923b64a44860ed, 'wp-content/plugins/advanced-custom-fields/images/arrows@2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0x3bbd75f43e38204031ce71817e9c41b1, 'wp-content/plugins/advanced-custom-fields/images/sprite.png', 1, 0x00000000000000000000000000000000, 0x304a4eb51dd8bb0f6353cd7a79578f39, 0x66dbf86771999cd8b6e6ab0a820e84952ecb442eab9d568d68c9bb779bf26232, '', 0, '?'),
(0x7c3dc8c23f8df54f109985d85f50ae73, 'wp-content/plugins/advanced-custom-fields/images/sprite@2x.png', 1, 0x00000000000000000000000000000000, 0xab373acc31e52022575e55bbe7b2bc91, 0xbf3a9726f242d82616833ab414568b955c0dc07a52de6f95d9203a69317dfca4, '', 0, '?'),
(0xf14a433d62c9b4310018135c560665b1, 'wp-content/plugins/advanced-custom-fields/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90, 0x55cfc39a08939679b48d9e72cb2aa5cf09ec9ed1f51460cc4c6e5357029d8da3, '', 0, '?'),
(0x177d8674b25a625f8d0ef2c7f49ce350, 'wp-content/plugins/advanced-custom-fields/images/wpspin_light@2x.gif', 1, 0x00000000000000000000000000000000, 0x450b52bd860e667a0fa3c00b82b58a18, 0x39378c773ffbeb95cd5017d160b3e21ba47f4230e778597e9657bfd06463ff4f, '', 0, '?'),
(0xe31c9f00895839073e9132a9fb556d6d, 'wp-content/plugins/advanced-custom-fields/js/field-group.js', 1, 0x00000000000000000000000000000000, 0xaf602a4f44b9008889b8817336e7ecb7, 0x68047826a8612e3bb4fce03a0dfbb91477a970d69f46926951ffdb41c06e2c93, '', 0, '?'),
(0x0b6eccf78c0ad6c8711afff493c136ca, 'wp-content/plugins/advanced-custom-fields/js/field-group.min.js', 1, 0x00000000000000000000000000000000, 0x962371c144e14309bfdd581caf22388e, 0x3207a2faa6f9208b72340a78757b4d77347d259ce03fb89d89fec200dabf1b90, '', 0, '?'),
(0x5c3370d6496f97dfada7c6837d004f22, 'wp-content/plugins/advanced-custom-fields/js/input.js', 1, 0x00000000000000000000000000000000, 0xf43ec662379782425feecc5f51ace4af, 0x0ff0c8040f53852ebdd1af55e9c2083701f5db30b54b9b3bd910818b37216a44, '', 0, '?'),
(0x06bd20e6605184f935c8bcbb9c545c42, 'wp-content/plugins/advanced-custom-fields/js/input.min.js', 1, 0x00000000000000000000000000000000, 0xc196dd991d1d0f621c9eb957291a3590, 0x0b5c65c92b944b5eaa55b5e0819c029365a93f08f334153c6cd2911a4181a90a, '', 0, '?'),
(0x5eef187478caff5c68dac687a13ac1bb, 'wp-content/plugins/advanced-custom-fields/js/tinymce.code.min.js', 1, 0x00000000000000000000000000000000, 0x7ee0c9abb650905bf373c93f9de4cd13, 0xa04b64a42e9435907b5c6a330aa778a9d9df3fef687e64b000063cf86d788779, '', 0, '?'),
(0xf572efdf3d4be7ecdc26ae6886067d61, 'wp-content/plugins/advanced-custom-fields/lang/acf-bg_BG.mo', 1, 0x00000000000000000000000000000000, 0x51b751aa5c174b4e4ef1262c63f5523e, 0x9d6d8651209d7aa7fe56fc3b6305ea7c2c4a9b4496c8ccb57ce11682f3285183, '', 0, '?'),
(0xb56ed7469a337aa9fdab9a69413640d8, 'wp-content/plugins/advanced-custom-fields/lang/acf-bg_BG.po', 1, 0x00000000000000000000000000000000, 0x2179ec200bc84b1d0be909c0e4d6103d, 0x2ff29c5513c5abf98425a96d5a862a13f61066f027098293a4240d091aa335e7, '', 0, '?'),
(0xdd23cedfccce492349bc1848c857b313, 'wp-content/plugins/advanced-custom-fields/lang/acf-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x06ab595778a4102077c8621edc621bd6, 0x282c17a7c2f8b35968380cae46c80dcd937ec7389cc66f3d2ca7e8798db9a3f9, '', 0, '?'),
(0x2c4bb1276ffe12876e9179682e795e8c, 'wp-content/plugins/advanced-custom-fields/lang/acf-cs_CZ.po', 1, 0x00000000000000000000000000000000, 0x6b2a157face92b330c76310f780aa0b3, 0xe59a56396e2788bdb63e4144ce886eb97cd2d0cad76fae324b65748d4b17051b, '', 0, '?'),
(0x882d9f5e0ef2da2200ca6f7d8bd1e6f5, 'wp-content/plugins/advanced-custom-fields/lang/acf-cy_GB.mo', 1, 0x00000000000000000000000000000000, 0x57d01cb463951ff81e1812756ae0d890, 0xe6368aeb20f198fb6a1a9c2c681f9588f9f254c159a07bb48d8cee78fbe4a006, '', 0, '?'),
(0xb3791418382b1d95cbc6d3aed2adb147, 'wp-content/plugins/advanced-custom-fields/lang/acf-cy_GB.po', 1, 0x00000000000000000000000000000000, 0xdabbb56191b47d4403e1dab6acd778fe, 0x48f45cbd0ef951e6b783375cd365d35869ae492b3696743efd3c6ed46f6d5688, '', 0, '?'),
(0xf1f59314ef130b03c8cda3776ed49c04, 'wp-content/plugins/advanced-custom-fields/lang/acf-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x7f5314f01064a3947d8cc505aa24e11e, 0x1232f9d95dd14b92b85ac66692e7edd284b9a9f0ab1365f869421223c96a36c9, '', 0, '?'),
(0xb9e403da770e5e1e336aba10699ee2f5, 'wp-content/plugins/advanced-custom-fields/lang/acf-de_DE.po', 1, 0x00000000000000000000000000000000, 0xc9d1ca0f83f7a0cf56d51151b8c52345, 0x48a6206d40e3c7d9757abdc09b4e1b1327a38bae4406023cf062c40c84461e1e, '', 0, '?'),
(0x0fc6ebcd084029de25a1e505d33ba6c6, 'wp-content/plugins/advanced-custom-fields/lang/acf-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xaa634a03d3529781b36295cebd0e3855, 0x2730538d905591f1028b3949290e210509059ed7ac5800818ac64d05f3e45150, '', 0, '?'),
(0x82cb249c466c78b9a0fc729276cf5003, 'wp-content/plugins/advanced-custom-fields/lang/acf-es_ES.po', 1, 0x00000000000000000000000000000000, 0xf1851cfb04471cb2e8cfebab6bd391fe, 0x4bd3817b4341c7b1c3d2261a4bc007a4c0ce496ad93c24d3c16b8d2cb1860430, '', 0, '?'),
(0xd71c315d735231e23d3a8e17d6a9f7e0, 'wp-content/plugins/advanced-custom-fields/lang/acf-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0x1fb1ae47f0f244ecef17f70d3be2afa7, 0x6c3cc7b293333d3973ed510e8c20b374ea90ad4d7b123a6b597d7e2218b144c6, '', 0, '?'),
(0x1e29172a4573154f67254432854ef33b, 'wp-content/plugins/advanced-custom-fields/lang/acf-fa_IR.po', 1, 0x00000000000000000000000000000000, 0xb5d609b0fd7e5f538a75ea42d3e7f5d8, 0xd5ea9f016312bb981e10593bc77516e23bdbde4fdc24551841e8d4e0d260bd1f, '', 0, '?'),
(0x7e59251cadf921b3cb99b4ada0ee42ad, 'wp-content/plugins/advanced-custom-fields/lang/acf-fi_FI.mo', 1, 0x00000000000000000000000000000000, 0xbbf2e87ed6c226c79f018a50c6f26353, 0xa85ca22a7a3aebe3ad8b22a98d35aec5c7e2567d75176f161003b6d044dd7145, '', 0, '?'),
(0xcbe7dfb789b4bf23bf6fefe49ab5ec33, 'wp-content/plugins/advanced-custom-fields/lang/acf-fi_FI.po', 1, 0x00000000000000000000000000000000, 0xe88c50d394e98d87a0435fe81cd41da3, 0xeea54ec4e9c6100bd69c7f2c013ab3580e94fe6887a01f5afd8dcd463cf08482, '', 0, '?'),
(0x3ae89ffdeb26cff650e524ce99a22096, 'wp-content/plugins/advanced-custom-fields/lang/acf-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x5901fcfb67ebc1871a5344fe9ed2d52c, 0xa398cb162b7b4b15e7f007a059f898c777619926ad3c4628b9acd2baf59809c1, '', 0, '?'),
(0x0897ecfe6b6dd7d6c762a2471e6d31ff, 'wp-content/plugins/advanced-custom-fields/lang/acf-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xc3fca45d2cd19e25787f53789fd0ee71, 0x16a62742f247862d5dd636def9db3fba7625f03f09d5e7f5993c3e0411d73ba7, '', 0, '?'),
(0x8d3fe2a8f5d1388c6b6561fb21034178, 'wp-content/plugins/advanced-custom-fields/lang/acf-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x8afef74a633447758d5c51f690bcba5b, 0xcdbb9d33966251b81ce613f65243fecce4873ae877fd40f2061f8273df724022, '', 0, '?'),
(0x8549a0002725fec5fd3f8d78fb60f3cb, 'wp-content/plugins/advanced-custom-fields/lang/acf-he_IL.po', 1, 0x00000000000000000000000000000000, 0x32709922e1c247c85f4946cc990ed5da, 0x9e3b75d16d4886678bc469cfc66192e408c430555bda8cfe8707adfe31a4e5c2, '', 0, '?'),
(0x5768e5a645c1eeef0d066283e878d1e1, 'wp-content/plugins/advanced-custom-fields/lang/acf-id_ID.mo', 1, 0x00000000000000000000000000000000, 0xb7bcadbd3b873ada2464869f44bc8b45, 0x98d0e25c3241999cf5bf069699201e4b6ad9b7a100a9bdca64bc814029f306a1, '', 0, '?'),
(0x57c8ee6684a7dfe14b6695766ce53d6e, 'wp-content/plugins/advanced-custom-fields/lang/acf-id_ID.po', 1, 0x00000000000000000000000000000000, 0x2fbdc10a64a91e54b6d3ed2a8f84a31d, 0xef105914c21d616096a370d1cd5e2d4ffc7ed051b912b70377265641f3e70161, '', 0, '?'),
(0xb01aa7406963d78b231a1a5d21fd28ca, 'wp-content/plugins/advanced-custom-fields/lang/acf-it_IT.mo', 1, 0x00000000000000000000000000000000, 0xf31303e72024e1c12d0ff7a8387b0d9d, 0xc2575b3b99132d2d5b91e5569cfcf27087a40cd8c41b71f6cf5fad79478fee53, '', 0, '?'),
(0xdc4949dc575e1cf3730b7b2c73e82200, 'wp-content/plugins/advanced-custom-fields/lang/acf-it_IT.po', 1, 0x00000000000000000000000000000000, 0x3d4121ad8253b9cb6bcc7b560a596b7e, 0xbc9c6c81bc9c371359c322feca83229648bf8437e570656b66576d90052a6ee3, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8e4617761360c70009a5f8ad341a3733, 'wp-content/plugins/advanced-custom-fields/lang/acf-ja.mo', 1, 0x00000000000000000000000000000000, 0x65572a050f765d239b7e21f6c326b4e8, 0x2adf0a8f52740bae6e561163a6affda32be73e6694a873c068b2a8867fcadde4, '', 0, '?'),
(0x25ded6d552099cae183313955a64ef20, 'wp-content/plugins/advanced-custom-fields/lang/acf-ja.po', 1, 0x00000000000000000000000000000000, 0xe8764377a1d69c301dcaff27030f7160, 0xf55b97727e8c51381a38c80d5dbeb73fe00cdbbc20e3157a80af3add17e9e011, '', 0, '?'),
(0x51bc6197960302eb31a0a4e952faf47a, 'wp-content/plugins/advanced-custom-fields/lang/acf-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x9ddcf3ee5c08bacd79070e0c07fde83d, 0x7f8af40316854a883cbba5f1ecbe09bef7de5f6fa5ca22c64e6ba2037a5d1ab6, '', 0, '?'),
(0xdb26fd28a501179945b2c15ac7d11307, 'wp-content/plugins/advanced-custom-fields/lang/acf-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x0b843a572d044df0cea8193cce8313ff, 0x2080336cef0579428f0d3401bb7eeb96ae8e52e7836b781b8dbf874c9c318764, '', 0, '?'),
(0x2337769656a3fce697a27f4bcd5051a2, 'wp-content/plugins/advanced-custom-fields/lang/acf-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xc54a2936fd2bddfc9aab03c88ce911fb, 0x25d292125a6569c45b93934351cbab2c34f45d5d198f23d9c9e3c0bca3f83d76, '', 0, '?'),
(0x04637fae0f220b55bfff894a7455ec9e, 'wp-content/plugins/advanced-custom-fields/lang/acf-pl_PL.po', 1, 0x00000000000000000000000000000000, 0xf7c5005c2dd2e73321fda3af5a84d85e, 0x2f517b906ef258101219061998b108f5b66f685322ae5b32b57125e23d7325af, '', 0, '?'),
(0x83f21bd5e1d1bef73d6c05f2b0f1352a, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x7e3ab9f8a969a4d308e96175cf42ad81, 0x849396cc328ecd0476ea07a27a100332c5786c7b4864633240e8107be69489f6, '', 0, '?'),
(0xf4e59c803daed87cae03e7d598a265a9, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x8dc7ae55c5f7c73237be119c0e72fe95, 0x1b27748b23e9aa7167df5c1504892118a32b4b31d48b6279c0645020e0b18a4b, '', 0, '?'),
(0xa4775a04f01a314485e6f0c8798a49b5, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0xb37df9b706fbb52453fc9d6a164222cc, 0x454faf3ae7f848c6009f9f1065a1d78fc387ead033704b7eff9bdc205131b632, '', 0, '?'),
(0xb86ed04fae6a617f3eed58c6106b7cf5, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_PT.po', 1, 0x00000000000000000000000000000000, 0xa9bf0c7cf8c6e6345cf2a690aaa5e6f1, 0xe9ddbb55bc736dfba6861f801e5b7b3772060f2b608c06461863c56e3b5299fd, '', 0, '?'),
(0x97a4edbc517fecb59d095709d4a0ef56, 'wp-content/plugins/advanced-custom-fields/lang/acf-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0xd6347a56c2142f5781c7c1a6f8908553, 0x34dd663534ead54c125cc56e3020d087038a1d7144f9175bc8c0d70e093a17d5, '', 0, '?'),
(0x6e29392b3440ee62aa300e21fe264ed2, 'wp-content/plugins/advanced-custom-fields/lang/acf-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xeabe63921abb1d70022e4cbe11ae63e1, 0xcfefb73efa7c54859609fb1a415651bc913fcbc47baaacec24c1cf2f9fb63a2c, '', 0, '?'),
(0x7805e43c020d485ef289beb5ea8bf4c5, 'wp-content/plugins/advanced-custom-fields/lang/acf-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xd73754bada7ae3c2d511f6644d90ea62, 0x7fb8386fac020719e4b5880e48a9624ec4b0829588b2f533941daa633672cbb2, '', 0, '?'),
(0x18cc98d75cc56cdee3402212af65d655, 'wp-content/plugins/advanced-custom-fields/lang/acf-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xecf45ff4e0116c1dd7ec25547717f9da, 0x5245addf195e130e8829a3df1b644bc002739be05ce9ad2e7624f222a9b13b08, '', 0, '?'),
(0x1eb5080814425f4c5e1e76e4fee68ec5, 'wp-content/plugins/advanced-custom-fields/lang/acf-sk_SK.mo', 1, 0x00000000000000000000000000000000, 0x686690c4d02e803a737f0c644c9451ab, 0x5c91a6f3601a18d808aff4b3daf8efd067cf69763c8ad07f3a881da9e9981b9a, '', 0, '?'),
(0xeafd9b8bd6e793164602d8eb995bc31c, 'wp-content/plugins/advanced-custom-fields/lang/acf-sk_SK.po', 1, 0x00000000000000000000000000000000, 0xf46387206e36c65546a168c1dc22bac7, 0x0332b9151ff6b56f991b200344efb765f8f19d8c844018e2790fdc4a45e6c1e4, '', 0, '?'),
(0x71d2aa5a3c509e3b231effb380c43cac, 'wp-content/plugins/advanced-custom-fields/lang/acf-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x06304b78da2613c5f1db643d2efdf9ae, 0xbfb564d13cc731cd803b4e91f5db8193b7f0d4b63be08f8cf39740bca384c6c2, '', 0, '?'),
(0x928a08a79511d9a0f35afd60be41984e, 'wp-content/plugins/advanced-custom-fields/lang/acf-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x1f1c1cea5de72b374bce23812ae3fef5, 0xa6d6c8705619b76fcb2c43541404942ffed3d40ce9232048c6bea749ce83f5b7, '', 0, '?'),
(0xbe94805dcd04a8620cedc71822fd5c6b, 'wp-content/plugins/advanced-custom-fields/lang/acf-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x9604189798dbae1e276efdf7823d65ee, 0xe738887017299a24aa00b1cf32b0d557030eea74e2d9c2e8a3685bf2334bc342, '', 0, '?'),
(0xca642efce554f3e2b368df89aa494a56, 'wp-content/plugins/advanced-custom-fields/lang/acf-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x569c8ec8078bee22e5ea2009960f366d, 0xa4c3901fde249243d75e94ceb8423bb35bbdcc8184067496148127fe1454ac4e, '', 0, '?'),
(0x67f3a34be8ef2519d1937e408deb13d5, 'wp-content/plugins/advanced-custom-fields/lang/acf-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0xaa8f751c1662aa10eca5633f1f0088ea, 0x474c3cff34753a309c0fa2cf8b27de6987ecec651f73d121244dc3d2951a9dc7, '', 0, '?'),
(0xc25d3b5d736e9e0ddcfa6a16fa7e7683, 'wp-content/plugins/advanced-custom-fields/lang/acf-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x21e3618f374f769bda4a470142d124a0, 0xa36d43ce603432587cac6aa53f5e041b40f011f30a0a1ef88059d32d0760891a, '', 0, '?'),
(0x0e13b61d0a5a1b9b07effb92bac8e2f1, 'wp-content/plugins/advanced-custom-fields/lang/acf-uk.mo', 1, 0x00000000000000000000000000000000, 0xfe672cc7508be94d8a4d4bedf721df0f, 0xbb7643e2230aa35c469e22fbd70c7ef23d4376a7ab1ec331305ee780647560ab, '', 0, '?'),
(0x11e19970d3a7c36efb01793f0bc2cd19, 'wp-content/plugins/advanced-custom-fields/lang/acf-uk.po', 1, 0x00000000000000000000000000000000, 0xa574c1e1f831827c0e164b1fb2595dfa, 0xb348cb39f0f26eb51885710080dd21d8f330b43b0c57831fbf0779e236175033, '', 0, '?'),
(0xeb3115b95505e98571357714b12ab601, 'wp-content/plugins/advanced-custom-fields/lang/acf-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x802e234b5276cc79b405b115de44f7f2, 0xb5da71483b013037c6670cd39515e3fe3422e2efafba8cbf9ace1168f85d89d9, '', 0, '?'),
(0x40f9a0dd2683853511084309b13717f4, 'wp-content/plugins/advanced-custom-fields/lang/acf-zh_CN.po', 1, 0x00000000000000000000000000000000, 0xb8339c896228afce714bc7851c5e9965, 0xc62511587a92079ee78c28fb676e8cea57d664d8fd35c57258d87612df4a37fb, '', 0, '?'),
(0xce04e9414fc21a8e252a686282aa3ac6, 'wp-content/plugins/advanced-custom-fields/lang/acf.pot', 1, 0x00000000000000000000000000000000, 0xc387fabcff88e33340e40c7b4faee84d, 0x116201e433a5d9d31ff9c44ffa17689acb137fff4dd5d1fcb38a78416649d603, '', 0, '?'),
(0xd3104f60d17f5d694076c8b6bf2e48d0, 'wp-content/plugins/advanced-custom-fields/readme.txt', 1, 0x00000000000000000000000000000000, 0xe6746ece14b06a9d0b561f61fdec6e37, 0x11282593867a2f451314967d920effbaed73b91177f057aa937c6380cec530a5, '', 0, '?'),
(0x315bbb583195fb13c005279b8a675e46, 'wp-content/plugins/advanced-custom-fields-pro/acf.php', 0, 0xa33dafa6146ebb7c63e72d4815b21b67, 0xa33dafa6146ebb7c63e72d4815b21b67, 0xb4ac8d3973221e95f1739c12e60c2a798635bcd9ffe0634d215c280546b83a89, '', 0, '?'),
(0x4bdb89335d3b9a59c0bc5b1fc8ccbb3f, 'wp-content/plugins/advanced-custom-fields-pro/admin/admin.php', 0, 0x8f04448eeb844e27fe75834300d4640c, 0x8f04448eeb844e27fe75834300d4640c, 0x8702d5dd32060397f72640ee8666a6d86bc8af2b78ec718d4681f1a746685a62, '', 0, '?'),
(0xbedf5a4a68d22fb56dfd5a5f27cd9bb0, 'wp-content/plugins/advanced-custom-fields-pro/admin/field-group.php', 0, 0x98df8f1f9dfdc66384454a016bb4256c, 0x98df8f1f9dfdc66384454a016bb4256c, 0xcc713f420ef2861f5201d0e3980ea5f791924228ad79e563a27777a34fd5f00d, '', 0, '?'),
(0x95ee0af72d60deb5dd9420f43e918647, 'wp-content/plugins/advanced-custom-fields-pro/admin/field-groups.php', 0, 0x786eb67665b1e63a5a4f8ced86bf7278, 0x786eb67665b1e63a5a4f8ced86bf7278, 0xbfd698f9edd9f44c4fb0363e76fcfd3add920ebe6239b298cbf7e505027f7854, '', 0, '?'),
(0x0437985943d1581476b21258f08cadaf, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-addons.php', 0, 0x020d41945bffea220909fb7594e1c620, 0x020d41945bffea220909fb7594e1c620, 0xb45339e0bff5c6e2cd85abca34cdd8c08f5d5c8354c91e9de8ea1becf5c035f9, '', 0, '?'),
(0x6e53417a3ed8c46c836e21343a24695e, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-info.php', 0, 0x5c144ff8a4615353406cf2b2cb863d0b, 0x5c144ff8a4615353406cf2b2cb863d0b, 0x23b02e5f452d665d64fa65491f84e6951d855f119dbec6e25dead809c81d1dd3, '', 0, '?'),
(0x03075751faf030d354905679f66a5cb0, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-tools.php', 0, 0x48eddadff784789e0fd94210ec21ccfc, 0x48eddadff784789e0fd94210ec21ccfc, 0xbad6f008d67112b8dad7c44e82623e5c7e155cae92205a7cb26a2a5c8f87674d, '', 0, '?'),
(0xf28a6c31ca7dd532a13d8aa7575148c5, 'wp-content/plugins/advanced-custom-fields-pro/admin/update-network.php', 0, 0x10a0a0dcf2bcff974241ee1f347a3c18, 0x10a0a0dcf2bcff974241ee1f347a3c18, 0x840d154cb6132918d057034d72dacbd3c8705ed558c3211c6407280b55f53dd2, '', 0, '?'),
(0xb59c616d4e6d663a07e3ddac249d8cf6, 'wp-content/plugins/advanced-custom-fields-pro/admin/update.php', 0, 0x51ffb5f195e68e0fe1282506e67fd055, 0x51ffb5f195e68e0fe1282506e67fd055, 0x7af101ff78930b58f64879e6855ad0fc82ea9a42af35e95ceb523a89546d54c3, '', 0, '?'),
(0x933f27b472f0166a592cac6845d64318, 'wp-content/plugins/advanced-custom-fields-pro/admin/updates/5.0.0.php', 0, 0x56b2c916a8148cddab5e234e73bba1a6, 0x56b2c916a8148cddab5e234e73bba1a6, 0x5533eed1400f168263be397422265ecb79e0ec3e897c78be2fa8461308f2a74f, '', 0, '?'),
(0xc5545a9030c7a3bc435bb2f0b3122660, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field-conditional-logic.php', 0, 0xb3cbabf9c6e1f7c18780bd86a94db14c, 0xb3cbabf9c6e1f7c18780bd86a94db14c, 0xf18d9ec155fe5273434771b686d51a9f930ffa052880bea2b04d01a89ff74546, '', 0, '?'),
(0xa6def0bb266ee60e9896d4711ce20f01, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field.php', 0, 0x90b1362707d17b75f1c61aef6d55c156, 0x90b1362707d17b75f1c61aef6d55c156, 0x118cd998b6e952bb9f6a0603151bed3bd4cf8b4f945f4b575c06377119a2c076, '', 0, '?'),
(0x538b787f6155f2661cc4f7f3827056c7, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-fields.php', 0, 0xc8485489e360bf75e6b637e4c8486533, 0xc8485489e360bf75e6b637e4c8486533, 0xeeab13fc8dcad7b38e2f8553321823d453639a8e74d28e13cf4e1555a2bb1ddf, '', 0, '?'),
(0xf85da14a1f025869cc9d7b21b1ed12be, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-locations.php', 0, 0xbf344d1db57645d81c28ba3c264cc061, 0xbf344d1db57645d81c28ba3c264cc061, 0x517451da5451e464c35e47f851412d160ea9151b8797b91f0926f9c847aa0798, '', 0, '?'),
(0xa229451cfd2be219993d8db36b2d0801, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-options.php', 0, 0x23c9521294ea7e8d5a137be0a391bdd1, 0x23c9521294ea7e8d5a137be0a391bdd1, 0x59c393e7d72b30bb4428974c72dd67bf76601410ff1ac1bcef4c9d44df931718, '', 0, '?'),
(0x33b9c8fefb9f987db5d7748d70006945, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-addons.php', 0, 0x7aca51bbfe26809144a943e3911d9ae7, 0x7aca51bbfe26809144a943e3911d9ae7, 0x7bac8eb4c5e81388a4556628fe4e40ab78ff35e3008574387f17cc0a4a4deaec, '', 0, '?'),
(0x616c4f36aa2c9cae9518ccb8b05164b0, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-info.php', 0, 0x41406648e29e5d450614dbd8f00dbb00, 0x41406648e29e5d450614dbd8f00dbb00, 0x1847430b338961423b95340f7e37eb7434aa5e6dbc9041b92650055c07aa7a68, '', 0, '?'),
(0xea4841d56d8e48b531ba74b9dfaaa6f2, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-tools-export.php', 0, 0x57b01fa5ad9b19e4e734abf9affc2cf4, 0x57b01fa5ad9b19e4e734abf9affc2cf4, 0xeddd574420e31bf0d5773ca3cc73bb3cfeb78a911cf8f6bdbf24ba9a4f2097cd, '', 0, '?'),
(0x0d896e15eb427d5f619c8f1b9543f592, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-tools.php', 0, 0xfbf9167461090af4c4bcc5aee0b827b9, 0xfbf9167461090af4c4bcc5aee0b827b9, 0xf643663667a6db6d673493383cba165a7965345a13018d46a42969faab8ce1ef, '', 0, '?'),
(0x5ae1e3872d2ffa1907b2db8be05de16d, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update-network.php', 0, 0x880f932a0cac59eede0e6f446d751a8c, 0x880f932a0cac59eede0e6f446d751a8c, 0xbd330b86920b6c239be988737f08bc44cd30d0e8d1614882be2e21b4f63bafa8, '', 0, '?'),
(0xb3ff2e175f56c088b3f848136f4567bd, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update-notice.php', 0, 0xbbb3fa106192ad28b5125692af095bb2, 0xbbb3fa106192ad28b5125692af095bb2, 0x9a66a9ffb918b8e3ca3e0e2e0f79f12b2cb1e4506c034b83b68fba2997de4252, '', 0, '?'),
(0x32abe3b7773121e67e44efd486072e34, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update.php', 0, 0xb42be24e389f1dce62f55a4fd2e7dbbe, 0xb42be24e389f1dce62f55a4fd2e7dbbe, 0xba164252fccc2d6663d5bdd5257a7cc7f8095d8d0cb4100372ca795d3b47a978, '', 0, '?'),
(0x45a019b31dd65e87f4be45f2c6f27e66, 'wp-content/plugins/advanced-custom-fields-pro/api/api-field-group.php', 0, 0x561fa3b84291956e1bcbd3fc48f36848, 0x561fa3b84291956e1bcbd3fc48f36848, 0x337ea9fd27c6bcd43d34f82a4c1cbed5efa682edc3f4c8c65606a293e2cbe453, '', 0, '?'),
(0x50e98b0bc7200c55c48fcdf58bb3aa7b, 'wp-content/plugins/advanced-custom-fields-pro/api/api-field.php', 0, 0x85974fd91520b8641a7591e9c1b78f6f, 0x85974fd91520b8641a7591e9c1b78f6f, 0xf341b2478f758f099c232b4737ccdf17a7b69dc80274a0119d63c9c4285507d5, '', 0, '?'),
(0x1365b6464bce825217c85631b764756e, 'wp-content/plugins/advanced-custom-fields-pro/api/api-helpers.php', 0, 0x89aab1440a469b2ad85b23c34283281b, 0x89aab1440a469b2ad85b23c34283281b, 0x2c25aedd14f3c170df7bb58fe8935da2053fa05dbee7e32467245a8ebdb1c04a, '', 0, '?'),
(0xa547702f2328c04711653330f07b0692, 'wp-content/plugins/advanced-custom-fields-pro/api/api-template.php', 0, 0x1efc9e519c6a9bd69b8f29f0b3fc7702, 0x1efc9e519c6a9bd69b8f29f0b3fc7702, 0x0eacc5349b6833a5733dba75b2aff9495ea311f4ca5114a76f0c78b49bc15b11, '', 0, '?'),
(0x9a0c0694373149a6ff725551ee5225c3, 'wp-content/plugins/advanced-custom-fields-pro/api/api-value.php', 0, 0x08c90c3fc5346cc230884d64c18b594e, 0x08c90c3fc5346cc230884d64c18b594e, 0xb79e3f0da0941ed205bfb7555076a2faf35d7d0598c90f30db468ca290efd47c, '', 0, '?'),
(0x32f0a81d273a8eed42fae299c1045eee, 'wp-content/plugins/advanced-custom-fields-pro/assets/font/acf.svg', 0, 0xd78435f5108fbe4df2b7c8c402215fbb, 0xd78435f5108fbe4df2b7c8c402215fbb, 0xf682344ee7944b146b5048e6fe31d60182593dc8d6b1ed36470d8288ecf4374b, '', 0, '?'),
(0xc71c9f689a047ecdf36c6c73d8cde247, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/select2.js', 0, 0xd5f38f0c37db40931495ff04cbfb16bc, 0xd5f38f0c37db40931495ff04cbfb16bc, 0x24962cbd48c2b1344d6eca480fb530443271efb139abae80116f4a045befc948, '', 0, '?'),
(0x16721b6d48e8451e4045ba074f66a4ae, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/select2.min.js', 0, 0xac4d30c2a596cecb8eab424f05d0b81a, 0xac4d30c2a596cecb8eab424f05d0b81a, 0x6746cd4de915340a0becd4465f301abf9047ef32058ee19f411a4195e490f5a1, '', 0, '?'),
(0xd872eb36163189db3aacc63dd45ca9e0, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.js', 0, 0xb6ad4a032a5ffdf1281dce85be39d1ac, 0xb6ad4a032a5ffdf1281dce85be39d1ac, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x626bba69e42ed60326916852432092ca, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js', 0, 0x75e9d943b3e6a0ebe72cb51f7c5250dc, 0x75e9d943b3e6a0ebe72cb51f7c5250dc, 0xba122440c8835b08d1f35968858894db1a1a9085010f9a10932bbe6ad68800f5, '', 0, '?'),
(0xe6bce63aeabcb4ccd3cfa3db10d29168, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.js', 0, 0x81a434ad2b51c5f3f85ef104687d2631, 0x81a434ad2b51c5f3f85ef104687d2631, 0xed66378c72d8f1f02e1e62b116b567b83da81cea57f7166c2691e211c73415db, '', 0, '?'),
(0xa6ff1dd049543f4e66a29ff7365e1219, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.min.js', 0, 0x84c7c9291df3fcf097d38825d9dd5f2d, 0x84c7c9291df3fcf097d38825d9dd5f2d, 0x0a23bc346d6870421266a80135aa716504dc5bc0dccc06c6eb0b725db3b3613b, '', 0, '?'),
(0x00b1987ce0b0d7d173d79b9f855607a0, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.js', 0, 0x485c9c3b07a97fb7891fcc725e029ad9, 0x485c9c3b07a97fb7891fcc725e029ad9, 0xba3cba247f579f15cdfa4e4f81664e988d37a798d059c666d99ca209852b58a4, '', 0, '?'),
(0xb8a0a5d4964450368392247f9eb14a1a, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js', 0, 0x22a29fd1c6df6a7f8019ffca304690a3, 0x22a29fd1c6df6a7f8019ffca304690a3, 0xcce1ab1998823107541a2bbef80cf4173594ffa267d3dcac974efe4b27c0507e, '', 0, '?'),
(0xd05599cf60f205e5c0420db170b94ebb, 'wp-content/plugins/advanced-custom-fields-pro/core/ajax.php', 0, 0x06adea83106a52dc8c8cc4715348f67f, 0x06adea83106a52dc8c8cc4715348f67f, 0x420ef67d3f7a35605cafe92b2c3dc1a728fff9692837d4fa04e6136e223ed906, '', 0, '?'),
(0x83110e79bbccbdeeb9b311a402fb211e, 'wp-content/plugins/advanced-custom-fields-pro/core/compatibility.php', 0, 0x3a9841b95283cfcb6e82506fbe9f1b3a, 0x3a9841b95283cfcb6e82506fbe9f1b3a, 0xd4105931428815c5b79908d9331f73ea5d209d2b83378e6f861f394c38f4915a, '', 0, '?'),
(0xdb8ea229cdc428f42fbb7bbe8bba9b92, 'wp-content/plugins/advanced-custom-fields-pro/core/field.php', 0, 0x221e5672c0fe19e7469ded6522db1aaa, 0x221e5672c0fe19e7469ded6522db1aaa, 0xeddf59e8f9f7b53f1850de3fbcc2c86347abe10ca20a913e3289d0031dedfc15, '', 0, '?'),
(0x869e1e82c68d99fc99e00215960820e0, 'wp-content/plugins/advanced-custom-fields-pro/core/input.php', 0, 0x99d359b0673a379fe1eb8799740c0ca4, 0x99d359b0673a379fe1eb8799740c0ca4, 0x02982d3919045847f2ea42e0525ffa87115e7bc09ba23196546eddd202ef5575, '', 0, '?'),
(0x25a8eaaef598d419d82f79e9860d1a7c, 'wp-content/plugins/advanced-custom-fields-pro/core/json.php', 0, 0x73f0b3b6c138521f3edd3c0d7615289f, 0x73f0b3b6c138521f3edd3c0d7615289f, 0xf5ff516d98e5ce12388241f9065b37e526e6ea7eb44cedf7c45e9618ceaa6343, '', 0, '?'),
(0x848a2fa01017da64c4aca244cc75cd30, 'wp-content/plugins/advanced-custom-fields-pro/core/local.php', 0, 0x790505b06173e1d16684ad3aa00fc8a2, 0x790505b06173e1d16684ad3aa00fc8a2, 0x751be78ed1c01b3aae34652b5e1626900fc5c39ec5c664c7e27c4cc3e4166bf5, '', 0, '?'),
(0x3687905fe593a539ff495cf15ccebdbc, 'wp-content/plugins/advanced-custom-fields-pro/core/location.php', 0, 0x9940ca4cfc1accfa3ac98f39ce94ce76, 0x9940ca4cfc1accfa3ac98f39ce94ce76, 0x16f6df342336bdb997ba4c01e41d8ddb17ba78859baadd6482f99928660b433b, '', 0, '?'),
(0x0d460ca21c047927cf9d6061f5789695, 'wp-content/plugins/advanced-custom-fields-pro/core/loop.php', 0, 0xe24a1c38012debdb31baab9fa1c03588, 0xe24a1c38012debdb31baab9fa1c03588, 0xf02a0752eb50ff702afd64ba739784edd6d2536346e9013486eb77395e0b055c, '', 0, '?'),
(0x77f65b105c51be355d9878abfa9df705, 'wp-content/plugins/advanced-custom-fields-pro/core/media.php', 0, 0xc25387ecc609bf50052547aa609417f3, 0xc25387ecc609bf50052547aa609417f3, 0xa6599510183ea8047f0bc0d8ecb77e43866aa36e92b833eb671207afc5c2b7f2, '', 0, '?'),
(0xa815d77db10d7724558c71bfccea7ea2, 'wp-content/plugins/advanced-custom-fields-pro/core/revisions.php', 0, 0x58255c627187099cc216bf1290284016, 0x58255c627187099cc216bf1290284016, 0x09b8b2fc912c547fd8729f8b9daedcc1b29bf73b2e971e7203298c521bee3a4c, '', 0, '?'),
(0xa808c451d56401527b487f7004c45e56, 'wp-content/plugins/advanced-custom-fields-pro/core/third_party.php', 0, 0x36feb4695b0f667aa2970fe41cb6e327, 0x36feb4695b0f667aa2970fe41cb6e327, 0x2980ea42af05bd21228781ae93821d6740bfdaee416beedaddf8ed5d585da707, '', 0, '?'),
(0xcf79843e33a4a604836dc0f8ee016eb4, 'wp-content/plugins/advanced-custom-fields-pro/core/updates.php', 0, 0x2833b6dcf4dca7415becd55e02e71680, 0x2833b6dcf4dca7415becd55e02e71680, 0x5b8f8be96414c1f00a29fb242b23022de7f0ee7aa02e1e1079c1f99966ef03fe, '', 0, '?'),
(0x9511048e3b6f06a733038a20faf077f8, 'wp-content/plugins/advanced-custom-fields-pro/core/validation.php', 0, 0xc351820d5865e8fed3ba91e705534ebd, 0xc351820d5865e8fed3ba91e705534ebd, 0xcc40cc81b7b34bfe4354f8739a1327bd094fd9ad39de3b46af938d7dfc8db6c2, '', 0, '?'),
(0x5a82b48de46e6fe14cd50e5199a99181, 'wp-content/plugins/advanced-custom-fields-pro/core/wpml.php', 0, 0x34025594d0a40954f64f195ef7c7da45, 0x34025594d0a40954f64f195ef7c7da45, 0xb7d12d34a84e4d8ee43fe3807c368a6f7bd1f32d9233f2319d8b4f3970c007bf, '', 0, '?'),
(0x7d0bac9bed07939718d9d661a94c7d0f, 'wp-content/plugins/advanced-custom-fields-pro/fields/checkbox.php', 0, 0x22fa0467330f0377069d531eb4d6d4c2, 0x22fa0467330f0377069d531eb4d6d4c2, 0x38be0fe5d39aa520d4674903a5b7669169ea76d310d60a6380dcdee41b70956b, '', 0, '?'),
(0x0c935d49746d443efa205cc7d25abd30, 'wp-content/plugins/advanced-custom-fields-pro/fields/color_picker.php', 0, 0x88032fa2b18aeda031eeb61dc70ae84f, 0x88032fa2b18aeda031eeb61dc70ae84f, 0x2e28af2b7dcef9c71df03f978018a3c16d7e9b919b201fc84a24e9bd4fac0d23, '', 0, '?'),
(0xb1819771eb1164e578bf0f4e749652f6, 'wp-content/plugins/advanced-custom-fields-pro/fields/date_picker.php', 0, 0x11609204c37bc5357bc7376465c79e13, 0x11609204c37bc5357bc7376465c79e13, 0x51a1fe08f7ded36e1d8efc333f9ff9cf9b091df4065cf408423ebea803cbd325, '', 0, '?'),
(0x5a7f3da37e7c50333d35f401f5ff130c, 'wp-content/plugins/advanced-custom-fields-pro/fields/date_time_picker.php', 0, 0x9f4df7aec5312274dc106bb90cdc3ae3, 0x9f4df7aec5312274dc106bb90cdc3ae3, 0x7f93a5456d4c14c6efa1c94d74590ee1d59ffe60a880df2042cbcd65b8962646, '', 0, '?'),
(0xb265b0a674859425a3dd128f7496e42b, 'wp-content/plugins/advanced-custom-fields-pro/fields/email.php', 0, 0x019f85013c1d44e9fb5abf5fae6f34de, 0x019f85013c1d44e9fb5abf5fae6f34de, 0x3ccea904c27dc49b94e141f2eaaff697e2a85f24a730b5693be8a72d249cfd7b, '', 0, '?'),
(0xc6e74daae46dff08ba7f80d0270bb177, 'wp-content/plugins/advanced-custom-fields-pro/fields/file.php', 0, 0xf17a35781bc61a2135e1986e0907f1ab, 0xf17a35781bc61a2135e1986e0907f1ab, 0x2f4cf4bb6909d72caa72210607c7507605c6a1d5476cf96f916bb49cf3887058, '', 0, '?'),
(0xd3de92828f31f940b3c1a14bbe02a119, 'wp-content/plugins/advanced-custom-fields-pro/fields/google-map.php', 0, 0xa7cb64c1ee60b354d5654a577d7a4679, 0xa7cb64c1ee60b354d5654a577d7a4679, 0x8045f896dfe04d820061e0fc31b8b09710857e1f9885eff2fee6196ddadc060f, '', 0, '?'),
(0x42b228cc41e8567da02b93e0e097b546, 'wp-content/plugins/advanced-custom-fields-pro/fields/image.php', 0, 0x751d61de96e93d8b37528707584751f3, 0x751d61de96e93d8b37528707584751f3, 0x2efcb9c729f84d8450fc6a3e0c9ed6f83f6b74643b44769297dbeb16ef6c317a, '', 0, '?'),
(0xdf7f2b58601cfa96ef9dbe7baf157aa9, 'wp-content/plugins/advanced-custom-fields-pro/fields/message.php', 0, 0xac833a97814cb9ce271e7b04cbada547, 0xac833a97814cb9ce271e7b04cbada547, 0x5b525a8980cf1d5464a5b5ab73ca98bad62002fc1f5ff2668ce8828d5c9b6661, '', 0, '?'),
(0x5fa33a1565565180a23c08a9eeda2557, 'wp-content/plugins/advanced-custom-fields-pro/fields/number.php', 0, 0x592fb344c675901f11466521b4ef7c50, 0x592fb344c675901f11466521b4ef7c50, 0x870566515313e4371fd0646eea4c4ac9813e6f239e18abd34305590eea232528, '', 0, '?'),
(0x139d47f15247212a70367d24988fbc62, 'wp-content/plugins/advanced-custom-fields-pro/fields/oembed.php', 0, 0xe9f5d2bdb90ca3e31f05986a6350d004, 0xe9f5d2bdb90ca3e31f05986a6350d004, 0x49e82ba42764df785905f13c0420481a453eb63de31b74e090c657ac6c7d0b39, '', 0, '?'),
(0xcad9ad16e1c6a86485700dc22244c560, 'wp-content/plugins/advanced-custom-fields-pro/fields/page_link.php', 0, 0x9a5b92feb4bc28a88c7adca33dffd841, 0x9a5b92feb4bc28a88c7adca33dffd841, 0xd008f18fc8302c757862c7aa347fd249a5c8b1745a5a31f7b4fcd12b5a197ef7, '', 0, '?'),
(0xa90b020ae1958dc6eca5195115642927, 'wp-content/plugins/advanced-custom-fields-pro/fields/password.php', 0, 0x577d89f0f6e9d183ed2e8c037341de9d, 0x577d89f0f6e9d183ed2e8c037341de9d, 0xd73be5db35af3d4051162294847278b4afd3344dc93cf349a896de3b0ea1256c, '', 0, '?'),
(0x7d3bc243026b19791bed3d8e9c19735f, 'wp-content/plugins/advanced-custom-fields-pro/fields/post_object.php', 0, 0x9835c6d10a5f23590658555839d9ac75, 0x9835c6d10a5f23590658555839d9ac75, 0x66fde0b663e470b9a2d8011805b346c669245731b410d7c1b8c89ef832a76c10, '', 0, '?'),
(0x28052f5e112293c4127c3c07523ee576, 'wp-content/plugins/advanced-custom-fields-pro/fields/radio.php', 0, 0xeb6a287b511795e0af2d82bd39896bb2, 0xeb6a287b511795e0af2d82bd39896bb2, 0xfb57225fea21ddc184d17b054fdf9f8f95c964932d5d748c5da9dae9852a3fdb, '', 0, '?'),
(0x3aab3da65bd8440b56ea6c6517838dfc, 'wp-content/plugins/advanced-custom-fields-pro/fields/relationship.php', 0, 0x3465ce195bb7467f5b5639b3a122cd22, 0x3465ce195bb7467f5b5639b3a122cd22, 0x5fffc95ee6108da23069cd9d9a80c3ac19f39efbaf6e76a784e734518cb58db2, '', 0, '?'),
(0xfa59e6e5c6aabd094d4d1c5dcd4b803b, 'wp-content/plugins/advanced-custom-fields-pro/fields/select.php', 0, 0x33c5545f61c8c1839a44b4299c2925aa, 0x33c5545f61c8c1839a44b4299c2925aa, 0xe86705e98f5ecf60c80ac4a1c9d02ed1b65f718292fee1bd87f01eb76967b62d, '', 0, '?'),
(0x88d23a21dd467d61d49a5c408030e6c7, 'wp-content/plugins/advanced-custom-fields-pro/fields/tab.php', 0, 0xfb53a5ce35d21ae00c92bd0fa658ab82, 0xfb53a5ce35d21ae00c92bd0fa658ab82, 0xec454e8c211289b4cd1143651b97da1f6fdbbabef2926ca60e42aa6ca01d22a3, '', 0, '?'),
(0xe8811e03d47afb3dd6098f0a93e36f47, 'wp-content/plugins/advanced-custom-fields-pro/fields/taxonomy.php', 0, 0x5d9d8e2cfafdeb4aa0a2db626c6e41b4, 0x5d9d8e2cfafdeb4aa0a2db626c6e41b4, 0x5abb5ee55eb322a1eec77ac238e2e06074da8eb8ec54b3b95eaee2d58c5abd47, '', 0, '?'),
(0x04e1997f48f3d8c04733a8460173bcfa, 'wp-content/plugins/advanced-custom-fields-pro/fields/text.php', 0, 0xe5e0001a26ba205d1f1f05463c09a61b, 0xe5e0001a26ba205d1f1f05463c09a61b, 0x64a5dfb44cb5b037131e1f1218e5a47e1010df3d8e4c56bbe50d5b7566d3d710, '', 0, '?'),
(0x69ed795800d50488dea2f01d69347173, 'wp-content/plugins/advanced-custom-fields-pro/fields/textarea.php', 0, 0x5838ea62e066309b8bbd71bc7f930940, 0x5838ea62e066309b8bbd71bc7f930940, 0xcc87c4573e0a789d5c3293370d04cd0c926011e4afa23c2e608374d735e36f3f, '', 0, '?'),
(0xe069335eff92ee89c763492aa92d0e20, 'wp-content/plugins/advanced-custom-fields-pro/fields/time_picker.php', 0, 0xb32954985d84b0b8e845af2024924913, 0xb32954985d84b0b8e845af2024924913, 0x0e702ffba9db06a45704cde01e1cad40f1d42c51e459be0be57ae52e1ff500ac, '', 0, '?'),
(0xe54b4d8dca7e08f997d2922df7d9b477, 'wp-content/plugins/advanced-custom-fields-pro/fields/true_false.php', 0, 0x23c14e28ab58700f7923858fb9e8c955, 0x23c14e28ab58700f7923858fb9e8c955, 0x1a1bf043bf9d0bcb06156c43d4fa5c17e8cca47a60bf9d4dc4173717babd7e71, '', 0, '?'),
(0xdf6af58e3ea545e414c244303a9d84da, 'wp-content/plugins/advanced-custom-fields-pro/fields/url.php', 0, 0xfdcbc3f1b8f41647428f3071ea483455, 0xfdcbc3f1b8f41647428f3071ea483455, 0xb531636844cf34113d86bfd2c2474d77e5511f6b4ae04163703a619e077a5ba4, '', 0, '?'),
(0xc2381834f57f8f0874eb6173956d902b, 'wp-content/plugins/advanced-custom-fields-pro/fields/user.php', 0, 0x409ee01d9927760b8b65272d10fd2726, 0x409ee01d9927760b8b65272d10fd2726, 0xa71e2f587fcce8c8a680abce989654c77528528ba7b13ff7c826f685bd19ec69, '', 0, '?'),
(0x704c6b177ce2840c3f2939ea83aa0434, 'wp-content/plugins/advanced-custom-fields-pro/fields/wysiwyg.php', 0, 0xc00afedcf7429060d841126331be5dc9, 0xc00afedcf7429060d841126331be5dc9, 0xda6a2928d7f9743c4aa88d6837cb87e23ed0b297e50f1521d6dea0f67b4c783e, '', 0, '?'),
(0x0f849db0c3141cc90251cb4ce71c4530, 'wp-content/plugins/advanced-custom-fields-pro/forms/attachment.php', 0, 0x4abfd2c666348a46c8fc6988036fbba5, 0x4abfd2c666348a46c8fc6988036fbba5, 0xba14d5fb28336c5d5060f41335cdb21c5643cb798310b18ae51dcc06d8d20449, '', 0, '?'),
(0x38035fd60a95519fb0302d03df0c0749, 'wp-content/plugins/advanced-custom-fields-pro/forms/comment.php', 0, 0xb4b1c4419d1a29eb385e9662cc1d99a4, 0xb4b1c4419d1a29eb385e9662cc1d99a4, 0x8a559ccac383c3b602d2cfc63984e6c8f0b43af9d048a4c2118ff8f092ef093a, '', 0, '?'),
(0xd98c6daf0034a21c063eb2cdd51d2f32, 'wp-content/plugins/advanced-custom-fields-pro/forms/post.php', 0, 0x2bd0e4661f2381cfc48a49a43b055e15, 0x2bd0e4661f2381cfc48a49a43b055e15, 0x79f94a58e4cb7a06e6308fbfe92a8f58b9255806f40367996b76f8cf3522fb59, '', 0, '?'),
(0x494f8e321f5d2c9008e4c7df116e5a00, 'wp-content/plugins/advanced-custom-fields-pro/forms/taxonomy.php', 0, 0xabaa05d01c7a0d4cbbd99df92328a1cb, 0xabaa05d01c7a0d4cbbd99df92328a1cb, 0x54b293f8f7ee1cb701de458442942b52a2a278e3794c52351d77acf1f4023592, '', 0, '?'),
(0xe84c802b4f6c5e87f56477a98a839e03, 'wp-content/plugins/advanced-custom-fields-pro/forms/user.php', 0, 0xb3c66d2fe1ed31643d6d27ea89bc9c68, 0xb3c66d2fe1ed31643d6d27ea89bc9c68, 0x673694e4208b812053a319cc194cdf72f89c02f70f8cc7c3017be0f06b14e0ac, '', 0, '?'),
(0x1f9dcf5f0cd3ec3b0091b708afc0b215, 'wp-content/plugins/advanced-custom-fields-pro/forms/widget.php', 0, 0xee07a09e392a0c417b6703e75b7ae26f, 0xee07a09e392a0c417b6703e75b7ae26f, 0xf0670c83f30aca06f5e61cea59e55d9183b67e62bb90603e0be163fe2e35f5d5, '', 0, '?'),
(0x83659df7ca7019841132b940e38067e2, 'wp-content/plugins/advanced-custom-fields-pro/pro/acf-pro.php', 0, 0x9c2affa9c4ad2bf079feb4250810cb53, 0x9c2affa9c4ad2bf079feb4250810cb53, 0x0c8f5437706962eec83eaa678a3e33ad94e6162d84918e1755a732603cec159a, '', 0, '?'),
(0x7276de1cfe86ab5accfc1a83f3120092, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/options-page.php', 0, 0x754a26a393c37493b57fbe820afc063c, 0x754a26a393c37493b57fbe820afc063c, 0x52981a073325244c6f3986a3c75eee841ce4c7f8419373bccbb1a094f84b593c, '', 0, '?'),
(0x665e5cc52aa1c9e4e037d430fabdbff5, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/settings-updates.php', 0, 0x854885f079e761e250a53d91acf12929, 0x854885f079e761e250a53d91acf12929, 0xec1afdd52210cd780bc0438b34242dcbf124dd8c3296afb7cb4eb4433374b598, '', 0, '?'),
(0xc683bf5afd21a3db5ab5aad46a05d142, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/options-page.php', 0, 0x7d79aa4ff231879ce73bbafa4fe725da, 0x7d79aa4ff231879ce73bbafa4fe725da, 0x8b0497669a76ce56630618b747952c4170c10478123479b5cca3c0756015c0c8, '', 0, '?'),
(0xa67aa69a929029cf2febd417caafd5ed, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/settings-updates.php', 0, 0x7fdca1065e3e2ccc5492b2957118da08, 0x7fdca1065e3e2ccc5492b2957118da08, 0xf6a9ed319393e4dcecbc0320c89fe89db4529a39e9a6072277539aa0ed80c896, '', 0, '?'),
(0x1a30c88184b05d606b6c5a697c587168, 'wp-content/plugins/advanced-custom-fields-pro/pro/api/api-options-page.php', 0, 0x8f53f299a049bd1391c3d7100793008e, 0x8f53f299a049bd1391c3d7100793008e, 0x2586708a29c91c0d5b7683ff6d7430dc5b437c2caa0ad714bed3f068d7fbfec0, '', 0, '?'),
(0xeb3315d96fb77485883bc8b530d21407, 'wp-content/plugins/advanced-custom-fields-pro/pro/api/api-pro.php', 0, 0x2715c1cab3ce679e8832edae0624b245, 0x2715c1cab3ce679e8832edae0624b245, 0x0fdd45d5ce2f4b19b76384ffc7b1fdaafa7a71189ca3084ba62ad0f62cf318df, '', 0, '?'),
(0x42dc547f8f4e489859ac9b50788b6573, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.js', 0, 0x86d1b1988ab9d9a94afe0229aaa61f16, 0x86d1b1988ab9d9a94afe0229aaa61f16, 0x04fa7fa9530d4f373930627befe4ea4c52880fe257ea5c455b2f7c0579f1119e, '', 0, '?'),
(0x839923b8623a8d6e806a00d202d7dca8, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.min.js', 0, 0x75a6f95bcc6a358e8bf24aef7923cc03, 0x75a6f95bcc6a358e8bf24aef7923cc03, 0x9bbb9d1e74be0a5cca702134abc046792ed94fb9a8365cfb78cd95025c7a8da7, '', 0, '?'),
(0x683dc512e78b3114d3dd77e717950ba2, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.js', 0, 0xf1940bc2201529b2cdf7d7c33ec162e9, 0xf1940bc2201529b2cdf7d7c33ec162e9, 0x2f9df93c09978991f63f959a9f8209abf89a845515e45b61f9715205eda42a1d, '', 0, '?'),
(0xed8a595fc92991a855a2eaced548d0de, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.min.js', 0, 0x7feaaa57ba482ee7ccdc2bc83a7d08af, 0x7feaaa57ba482ee7ccdc2bc83a7d08af, 0x373f1ff1f542ae23561f86c1df80d8d6850e8484503c7cc78e40377cafa1e372, '', 0, '?'),
(0x160a8bbbf0c246f298059b4a1646680a, 'wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php', 0, 0xffc35a5b05c8004c444f6a0da9a26531, 0xffc35a5b05c8004c444f6a0da9a26531, 0x297c84867add48712865404e2c25e2e3cc94bfa938dd7fca6cb7d1366015b20e, '', 0, '?'),
(0x415301c57bf75c861136f5869e5769bf, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/flexible-content.php', 0, 0x48b22840edf73e36f5bdea37663d5778, 0x48b22840edf73e36f5bdea37663d5778, 0xe670d0f157e7f0154bf40c638742f7bc5a95140e4c1632a234f3b5244603af63, '', 0, '?'),
(0xa200d9adac08e3e8fda54e07de409cc5, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/gallery.php', 0, 0xf0314b162ffa6cc6aa7b7022c9dd4ff9, 0xf0314b162ffa6cc6aa7b7022c9dd4ff9, 0xfbf8220db0a659028b6303adf99c01d95f29596c68bd7c473f6bffffe2ec8a4a, '', 0, '?'),
(0xd3ddea9373dd8b8b16160b19c067719a, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php', 0, 0xf8d1030285e07b0f078676cb5f3a37d3, 0xf8d1030285e07b0f078676cb5f3a37d3, 0xa5026bf5958dc306b1f04af5079f8e0cca86548835e497e3f1a5ed2d643ae18a, '', 0, '?'),
(0x2b081122daffda1d738b01a2827f1493, 'wp-content/plugins/contact-form-7/admin/admin.php', 1, 0x00000000000000000000000000000000, 0xfa5bd04719c6aa7e8251395b237ed17d, 0x83e9ccbcbe1aa5e177cb508ac767af84387cd99f6d883eab98244a0ce6081dad, '', 0, '?'),
(0xab15d44e50bdb2a33c12559288f786d8, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x8b17904db6ac5d9f54c65aa5fc903a6f, 0x5cde0a37d1ba7998b273c9c4e0185b3052a39cf96f4b4d7e853465b8c50526d2, '', 0, '?'),
(0xc4c90da752d0a8db1d3cd7b401553b22, 'wp-content/plugins/contact-form-7/admin/css/styles.css', 1, 0x00000000000000000000000000000000, 0x70732e8c68b193cb87dcc0bec81dacbe, 0x406c069ab110b91ec4c725c219aa5c98964e5639e4a59b60151a3e23bcb218c1, '', 0, '?'),
(0x4692d95f3d5eabfce4618f8745aea67d, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 1, 0x00000000000000000000000000000000, 0x07a96b2642639718e363bb4f08fbd989, 0xe8c37ab1034367b2af925a128e858d6a6d23f2a0d338f3ea1ed7752bc89c6f8a, '', 0, '?'),
(0x488f09da8dc151fe97b724d43f39e5fd, 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xa4dddc6f2443cae80d5d62ad321810de, 0xcfdb6dc302284d5e307acb5c500025d07abc86a3756777a19f0d71724ae5fdfa, '', 0, '?'),
(0xbe3b21d3990f41d44fe393feabd75a97, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 1, 0x00000000000000000000000000000000, 0x666d13530764a147449c0e485df65fd5, 0x84879f08d557702439b69c3efe1ec6cc4ad98812c9ef797dd7a06edaf578d527, '', 0, '?'),
(0xcaf439c0ddef84337097e75e92318dc9, 'wp-content/plugins/contact-form-7/admin/includes/editor.php', 1, 0x00000000000000000000000000000000, 0x5e5b830cd232c598a1a8cbf0c8b1f0cb, 0xd1eb05fe519d8117aa5afe66af4f9247b3a7b0a946ffa64488f3c1a76b382c8b, '', 0, '?'),
(0xdd77b473fbc1ecba1259af65d7737ba9, 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 1, 0x00000000000000000000000000000000, 0xeebcc317eef2ae4e005681c390d70914, 0x666c0c3399589f29612a1b08ff5b0f67308b10ba1a81dd2918e057f66cf22418, '', 0, '?'),
(0x2b2badea75bcb1db0b56de36375363af, 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 1, 0x00000000000000000000000000000000, 0x4d9f5608dbb9e4f9616d875875f9f728, 0xc4f1d950174678cbf7bce904c4a0041c2b140dc7a6285ac1d891c1f41acb42e9, '', 0, '?'),
(0xa957af5bee12c66c462a04510c899d4d, 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 1, 0x00000000000000000000000000000000, 0x28fd44912a4dfd236be16b8192b0dbf7, 0x71476b78c6e8c4d069a2b3cdca877ef00e5c1e1d1d1e431203b18e905cee40da, '', 0, '?'),
(0x020e3e41de58ea7fc91361b67390287e, 'wp-content/plugins/contact-form-7/admin/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x569899ae99f6608e5cee3e251b1adc12, 0xf5266660b27a011da69e006f5e10f36acb6a86c53ad14f8e6617a393bea1a182, '', 0, '?'),
(0xe26cdbc98361896e64fe760e22ced751, 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js', 1, 0x00000000000000000000000000000000, 0xf803747959a240d578a82cf4522ec03b, 0x0b565d0e27f08d6db0e301579bc033205422d70a85e484bfc3b47adb7e4e3d9c, '', 0, '?'),
(0x082c41e37d322b2fe978adfaebe3d19e, 'wp-content/plugins/contact-form-7/images/ajax-loader.gif', 1, 0x00000000000000000000000000000000, 0xaf962b37779a443a77ab836b3b7a93f5, 0x48b48bf9f937053be9b8bbdedb67dbbaeb5d56433b79b918e732cf731f0bed08, '', 0, '?'),
(0x57166bfa846dffaf60a15e536356d747, 'wp-content/plugins/contact-form-7/includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x258a41dfac6c835183dce319eccdb5d4, 0x8183b9517eda474568a36377086c6463ea6e97fc4bef911993a96f8ce6f437e9, '', 0, '?'),
(0x378791419b60fc7c27cb32601435fd3d, 'wp-content/plugins/contact-form-7/includes/config-validator.php', 1, 0x00000000000000000000000000000000, 0x3bf5563a79000cdf5c70c62a6afcc676, 0x2af87f3022a91ab9d20e4f143f9273adf79a04cfcd42133304545ea1ce7c70af, '', 0, '?'),
(0x108781d8d0389dbf95d1bd62b876170d, 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 1, 0x00000000000000000000000000000000, 0x15ac3c622af194ce80da4f44b1f01eda, 0x3980e15f45f8b099e1bc0db1b2ea11a452b726a99ce60d91357087d4c97d5cec, '', 0, '?'),
(0x9c529f3019fcb79b74be0c89ea5d93d8, 'wp-content/plugins/contact-form-7/includes/contact-form-template.php', 1, 0x00000000000000000000000000000000, 0x998e975f05f79b692f59fdff14a0d6f6, 0x04021634b78f052f23c8c94f68a869cc2d7f190a165cab7ae805b0c21c1886d1, '', 0, '?'),
(0x04a5ac8c9822404f8877515fdca8324d, 'wp-content/plugins/contact-form-7/includes/contact-form.php', 1, 0x00000000000000000000000000000000, 0x2968b0d0e9231dadd902b930fc6513fb, 0x594a32d097db6b55fd0ac8e79a620c2553c945c24d04bb19c6a44bc02f1e431c, '', 0, '?'),
(0x612e4908fd8e631fc874528cdb732ea2, 'wp-content/plugins/contact-form-7/includes/controller.php', 1, 0x00000000000000000000000000000000, 0xa3835fd8ad1e78319026964ea5c38523, 0xd43f2a104f048e6d7e377017b08738472e2ab36963d6eedf2ef4efa13712821a, '', 0, '?'),
(0x2fc3738097a2ea4e46a43ef0b8a236da, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0xa250e950adc23b5d57f692d7ba709e68, 0x8e04e44e7ac48a884a65411fcf82d54a3e30948fe576d098d71889ef50a4bb33, '', 0, '?'),
(0x8a0db7120462101c214580e76adab558, 'wp-content/plugins/contact-form-7/includes/css/styles.css', 1, 0x00000000000000000000000000000000, 0xec96e53e57b5d34f762d567cdb29a312, 0xb8a814b31cca2d3fa716d11c902b60539ea59d09448b9acab1029f98dd43172d, '', 0, '?'),
(0x30343370a3da32ef50063ee2d2a4f13e, 'wp-content/plugins/contact-form-7/includes/form-tag.php', 1, 0x00000000000000000000000000000000, 0xd411fa17874dfa2382cfbb54bb4b52d4, 0x0b39e28129d95fe73c9780a35551e7136da08bc945f09bef56db8c0bc6ca86cd, '', 0, '?'),
(0xb23d82d6351f115e4ce0a7f00a2d025b, 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 1, 0x00000000000000000000000000000000, 0xe5101179b7d21ff9da4cbe9d4c2016ce, 0x4cb24482ad8890eee164858f6a56d999a3b35a6eaf200b7d8deeebbd7a4e1649, '', 0, '?'),
(0x7049fb828f3a5380ba880e9576908675, 'wp-content/plugins/contact-form-7/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0xac6bfadc90ada7d481134810c72d57ad, 0x5d6c7b453e0e400f1ccb5903db2226db810ba2f689fcf33caaeac5cdad660097, '', 0, '?'),
(0x73cae8d79601fe9a3a8187fbd768d853, 'wp-content/plugins/contact-form-7/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x39f227f868158c5b0a1a2973a0f5866b, 0x51b9b3b1d513ddbdc8161a28eb445133c574461378458393e18a11d953545ea2, '', 0, '?'),
(0xf63ad3b19d60164a9cfd69a64c84a4f1, 'wp-content/plugins/contact-form-7/includes/integration.php', 1, 0x00000000000000000000000000000000, 0x41a61c33fbf633c5190577b4702369cb, 0xaedf331b8f927ae3bee2e73ac929e38ef8568832ef29ac773aec1fb6f081ae7a, '', 0, '?'),
(0x9731f2e9b5bfe7b859c66c9754014b65, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0xd47047084ba4c0d911f6332bb664a292, 0xf9ca7e19d4a34864885682413c85cca680db34e23a112c64f9f7e64c8ded4f56, '', 0, '?'),
(0x17d4557523641bc0e6e080c2785d0245, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0xcc546fa0a4b98fad0917c5693587bc6b, 0x4cbee288d7efcbb50636cfda25d8fb9be977f4c6d9ef8aed88845e93d2d6e751, '', 0, '?'),
(0x58b85be28b9848c06efa15d7cc960924, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x3c59f14abdbc105190b9db0ec30c232c, 0xd60ee40a90b61710379551ea76201a648a484ac624bce96a175d4bf3e9c15965, '', 0, '?'),
(0x2f8b4415da63b887136cf5d307de8fdc, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x487b704edf1cf3ce0f8c153bb29652cf, 0x926e6e8bf00ee47a544d5fd06ebe15c69c3c94cc42db407813364ce8c6392814, '', 0, '?'),
(0x30fbc1ef26839ef31b4dbaf55565326a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x04646fb634cba8c8b6487d26200c5fcc, 0xdeb81f7b881d0ec4225708bb68645a7e94dfa7e62e6f67ec927b7a09a8cac9e2, '', 0, '?'),
(0xfe577a5921ad6198ca7677510c5edeb1, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x7de5a7addad547244d33f4209e3d6306, 0xa1a04678de0d9bdfd0620062f79c510f9bbc7a26d5e747428beb5a57f7cefba8, '', 0, '?'),
(0x45b710641dad95859ced5a45c15aba77, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x9a3f2305cb5cb2921ca7184bd955744e, 0x2e59bb4317e88523289a2a899677ed7f91b95fa839232ec123741356df82e927, '', 0, '?'),
(0x4cec158dcf9600f71d7918221e50edcd, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xac76811df9c1bf8af392f21e7cb9dff7, 0x26ea01f7bbe6594066e198f2f71ae67b79ba3db546c3ce234673a78a61cdaec8, '', 0, '?'),
(0x453c56363bb44ea2814ba95fb36c536b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x4c27b34156b7a3776f31cc456ca01c10, 0xbb232fbd72a29860651c9e2ced63a65bfeddd6274094e2a9cb899dc2ce91cbbf, '', 0, '?'),
(0x5e449e569d041fe590e1d5216f90242b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x14d55152e99f22245c9e1e8bb784a7f6, 0xaf020a87fe9518db338f8f4e3f7cb76336f88a6d81b0591c35a5ac831e6131a6, '', 0, '?'),
(0x0aabf535e216f93dbc494b94267bef50, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0xec5e59da4b23573927bda544cbb29401, 0xbf274ddca3a7f4ad5f2df00c0a13e8304e3124ef4108d0970befb5f7d76c3ddb, '', 0, '?'),
(0x46f4382a22dab9fe70456d96262de66a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0xe63c67228df4a03cd91321bdf98e7555, 0xd25ea7c8db2cecd039a2b4548e18d87eeecca0863d58971771d674d9907c2ca5, '', 0, '?'),
(0x182b4749ba045d246e96a86f910e52b0, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xb00a65a4b157ec627ee9ff4d0c8f1176, 0x23b98a877cb997b64bb99b4f3812db354c06a87e757d22875ab31d006c7e21c4, '', 0, '?'),
(0xc44c39d4944cea4d55c229aa4d8f19d9, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0x64dfb75ef30cbf691e7858dc1992b4df, 0x36dd400060b4dc2497d36d18188c76746655d310ce1e01138d867621c7e6e4e6, '', 0, '?'),
(0x73a1ce324b0a9ab06cc6469eaa752f47, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x840cca94d5e33faf324bcd4988fa8401, 0x8e5631db08f3d4c5d21a12b898b80a07636bd3fd89afa96501b72102c3fc1564, '', 0, '?'),
(0x9854f1616b15a70d89f71e38306f2cc2, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', 1, 0x00000000000000000000000000000000, 0xa001312cbf93827d531c91c2610610f2, 0x52e3055a8368dab44a45ae718eaf5aacd40794104e29f2b5f4c268f3a6a1d379, '', 0, '?'),
(0x39e203db7f0348884d256a9a2612cf75, 'wp-content/plugins/contact-form-7/includes/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x80f051b85c7cc301d20dc6c522c71814, 0x2b7110ed5b7f8e16d617d7b29e8e896c3fb94b6179b27439621b23eb301445ad, '', 0, '?'),
(0x9aec294bd7571626270b45a0b6462594, 'wp-content/plugins/contact-form-7/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x4ba1376206cf22d687c371cdc0f25a06, 0xd91857be43aa6981761b74eef1b0d8275027c1cec8a85fcbba9df9dd715b4d32, '', 0, '?'),
(0xa495a78587c058106fed80ed7eaa5f6b, 'wp-content/plugins/contact-form-7/includes/mail.php', 1, 0x00000000000000000000000000000000, 0x4bc97af8e1a28869e820620b8f06cb88, 0x4e387fef95a660db811076ea8e33bd2085b9a4fac910922d097f0b7421a76c2c, '', 0, '?'),
(0xed3417ee3ab913d2cd6a3b463fb5f52e, 'wp-content/plugins/contact-form-7/includes/pipe.php', 1, 0x00000000000000000000000000000000, 0x454e28daaabb2c6840dbad4283b7f332, 0xf033f5150121ab5ebefbdfdc737b5d5d1f97b8b121a1040bdda37930d63cdd05, '', 0, '?'),
(0xcf7e461ca7a374c41d8c67fe9b72faae, 'wp-content/plugins/contact-form-7/includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0x0cf611a76e8da8b9fe3e93de88dd0c5c, 0xcf6ddeb43c71a12be9cd23bf318141d21162c4f4a0d76e48d1375acf3184170c, '', 0, '?'),
(0xbcb94475f7844b8e4206d40b4c6ba397, 'wp-content/plugins/contact-form-7/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xdab6dda50b2c04ab97529faa57fd920d, 0xdc9a19d84f636b0873435bcd27c3e3c5e18f0eb4c2905568f8df6a9a0934a4eb, '', 0, '?'),
(0x191797acb532a456bb178d834af4dc8c, 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 1, 0x00000000000000000000000000000000, 0x0e77d97b5ec03df5e944de86be987d10, 0xa3b84cc5df61f879ed9a0e4da5c0e4d9039ca6a2a3f495d64cb3ddafcc5193b5, '', 0, '?'),
(0xa53f89634b6c7da7f66735e1b490b0cc, 'wp-content/plugins/contact-form-7/includes/submission.php', 1, 0x00000000000000000000000000000000, 0x506d56590b5f5513269832d2a81d43f9, 0x2ffd2178c0b99f4b41f74ed1809b2f1c26ef5f7867811ddff7920310bfcf3dd7, '', 0, '?'),
(0xd10070abef5747b10d7d5e0db6cd844c, 'wp-content/plugins/contact-form-7/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe1b5346d1a288ed33983b03fab31118d, 0x875d8832caf743fb061f0ad49ce75e89296a123df55cf7e2a200ddf5dc734f9a, '', 0, '?'),
(0x1320b3cc0caee42ef867fa86f37702e5, 'wp-content/plugins/contact-form-7/includes/validation.php', 1, 0x00000000000000000000000000000000, 0xd661ce6ea50e08e5156912e5b3c64d41, 0xab69dd715a89a011a6e6021610bdefb14df19b61c8d82bc205b207a7099122e6, '', 0, '?'),
(0xc1f7eb144ee2931b4fc6d254f0294548, 'wp-content/plugins/contact-form-7/languages/readme.txt', 1, 0x00000000000000000000000000000000, 0x085954261a986f5e4705d4a8a3c8f47d, 0x1c4d9ee4e2ba4fe1af2801e70d4f0ed5765bb1e32f4642119541c33efc744377, '', 0, '?'),
(0xdd8bbc726e7da77ab90ce47727e91d08, 'wp-content/plugins/contact-form-7/license.txt', 1, 0x00000000000000000000000000000000, 0xb5b3b30ecc543e9b4a7de7aeac508e53, 0x94c7cffed6cc6c386a7c8b2da58c01ed2760d9c96f524c2bd2f5c94d9c020b5a, '', 0, '?'),
(0x8061c4c8046e46682023db88f58df1bc, 'wp-content/plugins/contact-form-7/modules/acceptance.php', 1, 0x00000000000000000000000000000000, 0x7da953cfa4fe6116639936b844d65771, 0x7df9e9477d054838962a5f4865697e70773c636a45698e92b8c348bb36364d10, '', 0, '?'),
(0xecc6bfad8ef995e66fee8d46d76894e3, 'wp-content/plugins/contact-form-7/modules/akismet.php', 1, 0x00000000000000000000000000000000, 0x6e30cd8f533630cd3a7ea5040479503e, 0xc5f00b8b2b391b7a3e7ca0bbee59164ed93e94bfb0751176d9bc1d1ae13fcf5d, '', 0, '?'),
(0x0d766bbd502dc8748db8479aa5a6486d, 'wp-content/plugins/contact-form-7/modules/checkbox.php', 1, 0x00000000000000000000000000000000, 0xc27ff92ad2c0ed056bd059045cf62463, 0xcf09839f97106fc77a08aa8c1b6c9749b4ffaaa5ae8a906e4c6a2d89d576606e, '', 0, '?'),
(0x28d02c005be637dd15cce812b9331b34, 'wp-content/plugins/contact-form-7/modules/count.php', 1, 0x00000000000000000000000000000000, 0xadc792324b8bb913c755bf54b5cc4552, 0xb2292e02ba3e852ca053f9e69dca63ebfc98a19a47bc64ac39e4e6c51f5c594f, '', 0, '?'),
(0x0013df4075189ca59c3205b6ee58e7b6, 'wp-content/plugins/contact-form-7/modules/date.php', 1, 0x00000000000000000000000000000000, 0xff9b5dca1e1613353fe93ff4b09f5339, 0xec2fdbc04eec0dc9cceca3f5f1913e7be189487e35227e0ebb6b607e6a0456ba, '', 0, '?'),
(0x1214594945f9e25474324cd5181ee85d, 'wp-content/plugins/contact-form-7/modules/file.php', 1, 0x00000000000000000000000000000000, 0xa14b5b7eaa05b7fb1582bfe70e19c047, 0xa7aa6de47ee6a02dce0886c1c7db4a32f19bb916b9e4f7c495e1dde9f3d449ab, '', 0, '?'),
(0x7802f33ed31c9de6455cb095513b9a5c, 'wp-content/plugins/contact-form-7/modules/flamingo.php', 1, 0x00000000000000000000000000000000, 0xf665a1283b0e610d7566dac8672ab8dd, 0x0f42b7e1b8f152662582bba7afc6fd3bcb61136ca4058dcaffa2864bf90b1330, '', 0, '?'),
(0x21f54281d8031a6c218c5a7f301496e6, 'wp-content/plugins/contact-form-7/modules/hidden.php', 1, 0x00000000000000000000000000000000, 0xf5c47f409384f953abe787dac4f67c73, 0x675aa282d779070d097a0737a76b5268b1e8f1bef919154f4450d19eb49bd597, '', 0, '?'),
(0xb53d976664b85cd38276ba01e288fae2, 'wp-content/plugins/contact-form-7/modules/listo.php', 1, 0x00000000000000000000000000000000, 0xc185874ed6cd1800c2e1871829b2eb7b, 0xd388aa210b74fe2f0f29066c705a847cd7e3fd3b6ecb8408c06214538313eea2, '', 0, '?'),
(0x6b09bba7da3ced992847da77f4db1682, 'wp-content/plugins/contact-form-7/modules/number.php', 1, 0x00000000000000000000000000000000, 0xb5b36dca321a7e04e3a4f417181524d5, 0xb47cf7d98d9ff116e41e4e6cf3083ddbce9be5c0cd8d8ae57122029ac791710c, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc345858a65e4225e16b8fa7a54ee89c7, 'wp-content/plugins/contact-form-7/modules/quiz.php', 1, 0x00000000000000000000000000000000, 0x4cced4c4cfffa831fa2fe2f576a5e885, 0x7b0ff34a9081083262e6c57aec893b9317cbfcf607119fac879f3083cd5b5a77, '', 0, '?'),
(0x2383c9b4a5aa2e0aef497c2bf2c9bce8, 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 1, 0x00000000000000000000000000000000, 0x5b1a95436ead6d257f8a4f709dadf931, 0x646028880a00dc8ba13f4b7dfe392e73ca9d426625bc973de62c4a0ce45b172e, '', 0, '?'),
(0xce5d1946a6a6e0847dac7780c81d8a7d, 'wp-content/plugins/contact-form-7/modules/recaptcha.php', 1, 0x00000000000000000000000000000000, 0x108bf80bcbda92572b4d28d0b03d78fc, 0x65597230deb274c7b7f7736db330c41f1a21312243f8cc1a5b850e32c2ff7adb, '', 0, '?'),
(0x5c0af13b3ac649d122ef40ef4f68c915, 'wp-content/plugins/contact-form-7/modules/response.php', 1, 0x00000000000000000000000000000000, 0xd586b68ede2816aa1d11a6b32e1dd53b, 0xb60396bd5a1ae695628fe7dbc16e4b8d76b3b76312c9ee4d9205803fbad8ed39, '', 0, '?'),
(0xddba243b6bd9c24a95098f61806c31a3, 'wp-content/plugins/contact-form-7/modules/select.php', 1, 0x00000000000000000000000000000000, 0x74c43e91f1a8077b19fe5df74909f56d, 0xbbbe9e214220351b1a7225753e0be1447c235c39daea606f4b3a374b8cbc807b, '', 0, '?'),
(0x4a3ff8ab34ad598b9568890b65213e4f, 'wp-content/plugins/contact-form-7/modules/submit.php', 1, 0x00000000000000000000000000000000, 0x64e437d308e2ec702935331c2bc57d98, 0xba9d7764690a61ea426c828759856c176f8a1e37cb7c1c6d699b651f38306aa6, '', 0, '?'),
(0x1b62c7084e3dbfb010a82cc0c653ede0, 'wp-content/plugins/contact-form-7/modules/text.php', 1, 0x00000000000000000000000000000000, 0x93ca12d5abe394bd43175cd5a37721a0, 0x9662ed358daf007406569ed958112db5cea6c104293344bf3d533cd4391812a3, '', 0, '?'),
(0xfd72b022b72da500a04598770289a258, 'wp-content/plugins/contact-form-7/modules/textarea.php', 1, 0x00000000000000000000000000000000, 0xc06c685f7bf3a064a582124e4bd8d4e7, 0x5aa7b4aff384e2224d884741669d10916ca8e78c328cd5456b50fae697524fa7, '', 0, '?'),
(0xa4a18318366f38188a86a54e0c6f4c3b, 'wp-content/plugins/contact-form-7/readme.txt', 1, 0x00000000000000000000000000000000, 0xeab18846f5dd554efd242b68a9fd347a, 0x161fb93acdb3a0d452c2fdee5c0bb93a21bb29ef9621059b1b97b4e9c848e827, '', 0, '?'),
(0xa025df260be0bfc50c7d701d5c3fdb81, 'wp-content/plugins/contact-form-7/settings.php', 1, 0x00000000000000000000000000000000, 0x764e54fc1c54d9e0b1e648a72bf48290, 0x7631923ea96dcb6f51679022caf32e54782f8d31987110f7334cb910ee5b5bf8, '', 0, '?'),
(0x0de2afc2b6324f93de328187fa26a640, 'wp-content/plugins/contact-form-7/uninstall.php', 1, 0x00000000000000000000000000000000, 0x56323fc8270525fd129ebacefe30a016, 0xceb4581330d28693db709a5ff2b58933f2535039a14a5b948971afc592c69ba0, '', 0, '?'),
(0x6b4e98eb286cab5a669d8445224c6dc9, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0xde3c47f6b0d1d2f3d5a40d85bc261036, 0x47545fab6ba16e5c0950483958cc69ef69d4d53c4aaeec41c8587545264d444c, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x3577785f0a073f129a56c20263cb1c12, 0x3577785f0a073f129a56c20263cb1c12, 0x5122e5c4ee572fb8ade6ceffa86ac7e48c7391e228ccc19521281b72a10f2cd7, '', 0, '?'),
(0xb22e89bb7ba08fea83011afe09deba60, 'wp-content/plugins/tinymce-advanced/css/tadv-styles.css', 1, 0x00000000000000000000000000000000, 0x4b95585bb760e690761fec9ba65a35c5, 0xe9d0c735265830ce9e9146c89c495cc87c3c4b839e5d25a0a0601035097f4a23, '', 0, '?'),
(0xf36de0df2cdfcccf820706c576005399, 'wp-content/plugins/tinymce-advanced/js/tadv.js', 1, 0x00000000000000000000000000000000, 0x02c1bfcd6750f4496e643041883e0596, 0x4cc46737733687b0d4c57910b1d517b224babf12e9ee5f98f5dccc4eefaa7fe7, '', 0, '?'),
(0x42a8d723c3e321af4b249a44b16cc75c, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ar.mo', 1, 0x00000000000000000000000000000000, 0xee2f926f5ddea49c79bf4b0ad4ebfbc6, 0xc3fb606c02b4cfc10dc0e97a3b4652ca419fea569aef1a30b0db8a341b710e3d, '', 0, '?'),
(0xd2437d4034855e3dea23ace236ce88a1, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ar.po', 1, 0x00000000000000000000000000000000, 0x11db1786f8d280ad9f6f29948a33f95f, 0xdec0e95ba74140d1ccbeba01036382b016c4cb5874005cf67a9d0ede726d8b8f, '', 0, '?'),
(0x37c097c8f1915bd80fbadb74e5e8bd70, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ko_KR.mo', 1, 0x00000000000000000000000000000000, 0xd1fde7567a099f2835637d70538f5ae9, 0xd1805bc5d1ad644d080a2ba656dfe219a7ef3a7fade771e854cffac9cc2e2525, '', 0, '?'),
(0x55ef109a8771cb79372c4b3a0327c05c, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ko_KR.po', 1, 0x00000000000000000000000000000000, 0x4d41dff1e64ae78fd7e40771b5f319c1, 0x0ed4a17e8023167365d9b0ef45cdc874bbc0ac315954524200ad53aa81377112, '', 0, '?'),
(0xa580b3ca1203abc2e655e3398c557875, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xdea1ae889e918d7a073b2470de59c3d6, 0xb0aad3e65dba0819ba936daaef98a560bbdf25f9f4a064022ea2ac69635d95d1, '', 0, '?'),
(0x85da436d22ab8f8896d1748cd9ad9ecd, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x74594feaea13d2b8aaaa6b840a09d6c2, 0xbaef7ed5f128f89f73637c9ed55516a4af758b57a53bc413214aa40fc440ffe5, '', 0, '?'),
(0x06c1e8abf6e61fdb245b2ddb5ca469e1, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0x33e4432d04dab89ca38bc4a66ebec472, 0xc085bef5f14aae8007c8d38055bf128cf743094a7a8db890e2cc00c6e992d3cb, '', 0, '?'),
(0x2904008e318c822c209410691c47f153, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x6d78be022df436e2233c263dcd2889d2, 0x745a9491db98a862ab4a7a8fc42800be4a1b25bfaac5efaca54fccbaf4f2ee2d, '', 0, '?'),
(0xe21f12d8594ddb843a934b5bc07ec505, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced.pot', 1, 0x00000000000000000000000000000000, 0xedef566aa69ecec538948f4a9ee35ab1, 0x2caf2aaad8498b221a3022676b3bfb8b38d1a318626d740425bb792f9da297ba, '', 0, '?'),
(0x8d637aa9894b7332448d9c4358ae9988, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js', 1, 0x00000000000000000000000000000000, 0x30f12597d4c87fec2a1ea7b29132815c, 0x1dafcda3566d574b5198fadd81a2d08089363ee56daf6e261b6ef259ae53e144, '', 0, '?'),
(0xd03270ae7e29a6da28ab2f708c27a66a, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x07f871a08c4e74b122700f08d62cd2d5, 0x3b506f9c6dd262f56f930fbbf3669ffdf13da40d738c974080a0d1ebbbd3c9e2, '', 0, '?'),
(0x47bb8e89853cb9920990f55e2bdab143, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js', 1, 0x00000000000000000000000000000000, 0x1ef8c868dafafc3baa2e20f1be538ad6, 0x1b675fa598ec3f267d5641e8184a9a45c3f948bdec8208f4e7fa8cb27d647506, '', 0, '?'),
(0xb1b1c508b4c0653746aaf6b08a72ab8c, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x81f296f39ed9ba51dc58a87f6c0d89eb, 0x7ea01ddf0102d4318d0365c2aa0230f76d40a3ba03a901fe82f7ff3b6a79675b, '', 0, '?'),
(0x4b1ed02d0a044d2d5532b3db7ce37e68, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.js', 1, 0x00000000000000000000000000000000, 0xe342adcaaa7ca32d487da93a3804a8ea, 0x9ec1d9f6e180bf5bbf61a3d218239b83d9066178255d0e80e13bd3d33a2dc4b5, '', 0, '?'),
(0x6c0a67c3e2f2fdb4ecb306fd4c1e9785, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x7bf5c282b924a3d385b59edf9c9645cb, 0x92c890775b4ce8e56941fa29b866700506582c298580a50a5991603bf5d926c0, '', 0, '?'),
(0x8adadc07b7054f027e866fb60419486d, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js', 1, 0x00000000000000000000000000000000, 0x83b39a4f0eb41130710d8e8faa830c68, 0x53790358989196fc56bdf01fb8d3530c7473a2fb04bf2c064efb329d97249b00, '', 0, '?'),
(0xba60d7219bf1ae617577440f954f5af1, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x314c0324f4418b6201eb10ee44d12abb, 0xfc55393152be0714a2bc68a3b9f2d3cae48359adbb33b0a89d5e15988bf1ade1, '', 0, '?'),
(0x65a5f611c93f527a8c3be02215233f63, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x394bffa679f650b7d2f22aa263cc06ba, 0x68307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc4, '', 0, '?'),
(0xdb9c736d6184bed0dd7bbd47eba3bf0e, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xf970a6591668c625e4b9dbd3b7a450d7, 0xc5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70, '', 0, '?'),
(0x96d987446638a941f2cd1436985b1fe1, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x4affed1b55e5f73c9f0675ae7d0ad823, 0x69d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d74, '', 0, '?'),
(0x96b22b3472854f4408ce1a992c8e76ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x25c83ea511f206e88f214719dad9c88c, 0xf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018b, '', 0, '?'),
(0x5fbb71ea498eda62534e19a233093c14, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x7605eca95aaeda46e641745ef6f0e0b0, 0xbde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ec, '', 0, '?'),
(0x23b96463d202021f418d0c86bc652eb9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x52e43743e38a67d5d28845a104ca8c7d, 0xb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965de, '', 0, '?'),
(0xb0313daa733bf740868f569cfd11e06d, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x178255bb3fe2c3aa790c1f8ec8738504, 0x9d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb83, '', 0, '?'),
(0x8f97297b4d4d81036201ad68cf164415, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xaaebc9c048367118ba65e1da46bc3e08, 0xa9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886db, '', 0, '?'),
(0xe4f00f0e0341106168faf6a4bbe3ce64, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xb76e7729d43c4a49182d020741285bef, 0x732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab, '', 0, '?'),
(0xeca0d36a1bb67318ecd732fb90bd49fd, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xe4355c00894da1bd78341a6b54d20b56, 0x338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c1, '', 0, '?'),
(0x45a4f8c206921f8069d1bf92a4c421ed, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x54e8505227edae1e583cf2f9554abc3a, 0xf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9, '', 0, '?'),
(0x08430616da1554983341992635c99544, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x4e8b7a51c7f60a2362a4f67fbbc937e7, 0x87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c, '', 0, '?'),
(0xcd9bd7e133bff074e5498c3f9c92b90b, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x7aec68426aa06f01e2b1ac250e5aee62, 0xbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522, '', 0, '?'),
(0xa114d345712ad69e62aee7b261f8281e, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xd7e9d095432cbcf09375ffc782c30c23, 0xaa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8, '', 0, '?'),
(0xa96970681a49768534bfe03ddaf6a739, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x19071b1af987946e96dcef6ce0611c6b, 0x84755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa, '', 0, '?'),
(0x635ae6e8ab2b80fef772115383100117, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x5a50535a06def9d01076772e5e9d235b, 0xe2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159, '', 0, '?'),
(0xfc16fdcc59b49c66534c716208f0fb98, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0x9ee646ffab71107d1a11407be52f33a5, 0x97cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd, '', 0, '?'),
(0x4ff19dd8c9a7740a663060f79187fbe7, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0xae735b5dd659dc4b3b0f249ce59bef79, 0x2866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f, '', 0, '?'),
(0x1059ba68dcc073b0b7906d794418bfe9, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0xc9c3d12da1e9da699e490b86d24eee85, 0xbfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194, '', 0, '?'),
(0xe515b1efdbae2308ef0abf34bff5fa76, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0xf058206bb8ff732dbe8e7aa10d74c9cd, 0x21dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b56, '', 0, '?'),
(0x1a676fa6e1e2c9e3a56c1ec152014b18, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js', 1, 0x00000000000000000000000000000000, 0x3cb32fb6da9c8b65dac6e8a695217870, 0x1a0c80bbcb4020faaf4ace0ec16c0e67654c4f3570f5eebe0260b0b95ac383fb, '', 0, '?'),
(0xa1ff525dcaa92d6bbdf4443ad686f3b1, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xff22bb9a53ff0d80070c94214f941303, 0xaab903bc6c842b65e7935fac4c39ee7f7c1dc51bd41e99dc75ea93d2bfd83edc, '', 0, '?'),
(0x518086f3a87e2c4c493ea79131bb9669, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js', 1, 0x00000000000000000000000000000000, 0x23252945771261cec46f8f44aea0082f, 0x11ad795b42bd44e613a379cffc5db8c14a4742d1d0474b221c7d712f628fa6fe, '', 0, '?'),
(0x12ee4067912bb0590b8af702fb08b382, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x83e6ebb1dedd6fa888003fac5ae1de06, 0x5c09a43f643100ba4ec7e6973c78ee5ba80d9bdd623a4a10ef682443435f90e2, '', 0, '?'),
(0x2d94d4ecb583ac41b58b884bd4522ca1, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js', 1, 0x00000000000000000000000000000000, 0x957b3379f03904305a233fb7506df6c8, 0xb7498309635c6ceef9ab8c10a25b0bfc7256d2a101f8ae64b3c96ec3ef4f2f51, '', 0, '?'),
(0xf90e09c54043204813f1aa1eea29c604, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9cbdd4c216c0930f80cf98a4ef6e00c2, 0xf2981f273226b75892e9931ef3fbc8c99547ab06e90257aba4ede965d1c700a9, '', 0, '?'),
(0x598f3d30cd84afcc2d602a162fd632b0, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js', 1, 0x00000000000000000000000000000000, 0x7ac5c20b3ba9d38527ddd23cede56ca4, 0x6fd5feb85d9ae10c01fbfc04393e20c644f43c512c712af3e6da8485b56e3d1d, '', 0, '?'),
(0x2c10d2d4131ef54e3447da199d38ade5, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xda71d62b165ecde69d1b7afb554ebb79, 0x8423a6a257b22b4b4744b3682d66a17e641a4d14795c4e45c52eec05dd9fe3c9, '', 0, '?'),
(0xd49244481cac3a16d104d1e73e30bbba, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js', 1, 0x00000000000000000000000000000000, 0x2b0c3ecdb797dedd18cb2edb4a67abb3, 0x51ca87e6e202989ebedfb6156e76ba3bf0d59ba30fd3101a26874ae39da41862, '', 0, '?'),
(0x04f10f002273b756ec9315a47e337382, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x22788c4dedd0f515759f02e7d36c3759, 0x7ddb4444723fd2613b66a39a14f273334b224ae651bd615378f5d5db4aea7dd9, '', 0, '?'),
(0x7a3324d09a8cb2a3d48cfcf8cb2adf67, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js', 1, 0x00000000000000000000000000000000, 0xf5ea94741de0a16a9d9fd6e254c2462e, 0xe9af426fe581d148c44ab4d0c9f349eb00368b3ef260e4c6bfa1b85a8b9f167a, '', 0, '?'),
(0xa93850a47d76884e56adab213d4c1324, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3ce46fc74efb2b05e845a14463db3894, 0x6e1aea6b4dad20438639e21cbf646d749d9a533287784c104b50886c26a16d33, '', 0, '?'),
(0xb8b216c4effda4750667c765ccf8010c, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js', 1, 0x00000000000000000000000000000000, 0xd90d621d3d327b603de765b32b70f005, 0x8fb38485b0b2964a8a7197bb075dfdb33a222868d7b63a931dab5af0c292bb05, '', 0, '?'),
(0xef1c1b27d358be21b048b1c1fa1bd5e8, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x75fa9e33775dce528a2664497a9e001b, 0x12e9deb4c925292f235376458a172d8d4947c2e6e2a4709754401990df79c900, '', 0, '?'),
(0x533550eb16794cbfd7561ee4d09b5135, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js', 1, 0x00000000000000000000000000000000, 0xf35056bb7c7a037225c1892ec48fae71, 0xaa5875dce7171cbad07f64b208334e1efcee98e5e1587012adb0278ccbc68ceb, '', 0, '?'),
(0x4e501eb31106f578fa37c5e5b7d25a7a, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x5de86d56d442161e72aeb9b2e72eab07, 0x32114ef3fe6589a05f96d60857f05eb536823113a5bc0bec5870026f2f923edc, '', 0, '?'),
(0x09ae237b9b9605d3b0dbbcdb8a45b0bd, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css', 1, 0x00000000000000000000000000000000, 0x03ea1695db057e6a1aa0b24699401ef7, 0x1e9f694e2c20c7da61df1ca208cf87ae8cbc7ab057cc3cc1c19f2aea97bee978, '', 0, '?'),
(0xdf8dd44bdbfdfd10921acecfbb470168, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/address.gif', 1, 0x00000000000000000000000000000000, 0x02437bbade1fa791960e1f40e340ba70, 0x352475a9461be205ad859b061940473ae6e3140942cc1bb9159966e3402b7a7e, '', 0, '?'),
(0x84903bf5b223d51a67fce2ce23e2d150, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/article.gif', 1, 0x00000000000000000000000000000000, 0xfc8588a9706c7dcf8651e39cb11b49a7, 0x22007fbe0d410ff75db240c22a493499cd045f1b3a85b6e961561a088f65db96, '', 0, '?'),
(0x290bef10905c107893331536a1449ec3, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/aside.gif', 1, 0x00000000000000000000000000000000, 0x4dd2b033e0d4e1af82841a2dae266cfe, 0x98c3c157c4a6dd2d83cfeb5df17525b0c838e7c9db5c66249877964d6c8dbe5c, '', 0, '?'),
(0x8f4c493b3b9ec20586984edfc19073c0, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/blockquote.gif', 1, 0x00000000000000000000000000000000, 0xddcdab20336aa32efbe2d06a30707436, 0x4e0b0d5e9eb08c8d838adadf38a1ce3d138d281024611b34fe1cf5ec9b1aa185, '', 0, '?'),
(0x5f7302cabc07c9557c6355ee646bd44b, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/div.gif', 1, 0x00000000000000000000000000000000, 0x30eaea7565f49d6221e032f89316e4c7, 0x96c6fcae11854af82c8ca4326896eed0b592ad592fb127d1612699011c75254a, '', 0, '?'),
(0xb3b9620f24b34cbe44291d8f24ddc885, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/dl.gif', 1, 0x00000000000000000000000000000000, 0x3e06321077392d18263b014e0f136057, 0xa8d2e3ed44dc3b54ca82b0910207abed27be25441d0771bc1b8b38548358b414, '', 0, '?'),
(0xfcf1a85812c662a9fbf3cf9592ce7557, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/figure.gif', 1, 0x00000000000000000000000000000000, 0x65dc785e1796eb97e44465f0e59ce14a, 0x97998327883a82fa12520b147838ebb049e442961364daaab18ffb620bd24c8f, '', 0, '?'),
(0x3c16db57144871c306a62e72ba2d8c3f, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h1.gif', 1, 0x00000000000000000000000000000000, 0x722cff45178a5285cb327312fc775925, 0xed4d347a6b96442b5f338d8ebc955ddab4b12218cecb35bd9b6e518506315f82, '', 0, '?'),
(0x521961e0f37392eae97ce40e7c896557, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h2.gif', 1, 0x00000000000000000000000000000000, 0x5a09dea8b8949408a641e183acc8dc01, 0xdcfdf7755218ce43334b5080377bfa7bc76926943a47d70ff1eded1c2c6b3049, '', 0, '?'),
(0xddb640db0cc73093a4087535acfea522, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h3.gif', 1, 0x00000000000000000000000000000000, 0xea01b9403dac3023af4723f100bb65aa, 0x3d9854608ede3d840bc7bdce2aa63eaf0dcc135d9a738b84062d0add43bf449f, '', 0, '?'),
(0xed01fd307381cb3d609f7b3f995730cc, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h4.gif', 1, 0x00000000000000000000000000000000, 0xd9b29176b0b41583f66fbdbba9528725, 0x4a09c80fa5d8933dc7616af7077d31282a0c8d435574d4c82b14a9fc0138f07e, '', 0, '?'),
(0x84b60ed5880c041e5c5cce2c2999a572, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h5.gif', 1, 0x00000000000000000000000000000000, 0xbec7854c1ff562fb71988386dfd41939, 0xcee1ee11d8a7a781487496a0666d5183ba51f16bd426cd6014c2ceb25849d183, '', 0, '?'),
(0x62a7359700c9b548f278ec66ac37fa14, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h6.gif', 1, 0x00000000000000000000000000000000, 0x252b8ff92cb3cc89dfb39d202f5638bd, 0x6f371cb67db2349bec66125e93cf58c1dcdd7be68dc144f6d1e590437e2e383b, '', 0, '?'),
(0x8334c076601a3a258769c3c8d86f3538, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/hgroup.gif', 1, 0x00000000000000000000000000000000, 0xf21757a3e684e1e8f7be52375cf8fd0d, 0x13dfc7edec0d91810ef0923559ac057c44d33e0e26fb6ada2912dcfc4707106b, '', 0, '?'),
(0x865b55b1d534b04af1e6c1c1fb8c1115, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/ol.gif', 1, 0x00000000000000000000000000000000, 0xbfffb5d68282d5378235babb2d777ca2, 0xe314493fc79e659b26721104722b3b5167553d477aa1a6a91a1fc77769285b8d, '', 0, '?'),
(0x8a7956ee7669d08f865244340e8d371d, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/p.gif', 1, 0x00000000000000000000000000000000, 0xb29802c2b555aeddd71c4ba5000d6bfd, 0xa7cc16b89979b0113070591da14faec05f6222689ea3657949f42e44d03b9804, '', 0, '?'),
(0xb5725e2c9b729e4bf272e0ce30014283, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/pre.gif', 1, 0x00000000000000000000000000000000, 0xd0ace526789f9d9a12e4663f3f4fba0f, 0xb4433e7ce753fa56bb1e761363a8d6e65a8bd493f0e3a15f6325cf6f6e02ad9c, '', 0, '?'),
(0x696febd6da4c9099c19f0e1e98175dbc, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/section.gif', 1, 0x00000000000000000000000000000000, 0xc7390e38af11d133c1c4fb57cda3d243, 0x7db139df6023be71cbe52ef22ca59ddf9da8a015ad4fa204b21c0ee15a14e39a, '', 0, '?'),
(0x35be604ce36f41682a36412741c93b2d, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/ul.gif', 1, 0x00000000000000000000000000000000, 0xa927973f0faec1d90883c3b20ce63228, 0x198d25a7d63d618b7da3c79370141f24531f990cc15f0ed96875e0fa045d1279, '', 0, '?'),
(0xd2cafadfedf0d6bb93531808c5f881c3, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js', 1, 0x00000000000000000000000000000000, 0x91cd92e83e3138e1da39d2c6d567f1a4, 0x59e3b2f9708c080faa8e69357a3558aa48c4fe0d76441d75a5525efbb1400614, '', 0, '?'),
(0xc3d082b333c52dd6ce095a4845e71168, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x61cd5d798ca4bd2585b13d512b46f898, 0x74ed1d76df086d141e5f0b101869fc173372385cd6d3f3a787666f080c301f05, '', 0, '?'),
(0xe60c71d8b5df74abc7ec97cc5c69dc76, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js', 1, 0x00000000000000000000000000000000, 0x86e9cbffc1de85d38449ac88a6e7e8a3, 0x7db5cd0881fd3aaf4c73d29921074ba98c4c5168dd7dd81a50176e73752cf5ba, '', 0, '?'),
(0x5dd22aabaab749d4093bcb2ce9e6eb5a, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4ccb4d9bfd150910f01bbbe8f6a6e2af, 0xb892a92047b83d6541b52054717f88e7e355c76cb4f2decb72b89bc3b69467a3, '', 0, '?'),
(0x6ab690cdb111667d2925121baa602f7e, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js', 1, 0x00000000000000000000000000000000, 0x19a6fddf2805d094ab8054a46676decf, 0x638d7d512a913897019db8b93e096a084ec762af3a90dbfbdd4edecbcc3adeaa, '', 0, '?'),
(0xb8fb0134b7a8ce454cc27aaf9de7d763, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xafcb59355949c03c91ff71450492e204, 0xdfe983a73850c02f3a9223857fdb78e819a55e23052ff2a30f93ed1eac3ac0e1, '', 0, '?'),
(0xf1b31480b8a70c88ff12db7854dfed69, 'wp-content/plugins/tinymce-advanced/readme.txt', 1, 0x00000000000000000000000000000000, 0x343cc7f863cfa12908628a557fc61805, 0x045b5ffd2210cb372382f62afb8ae77016b3dcf2a483f73ed028ef5bcbeb8206, '', 0, '?'),
(0x8a8527188dfc130fc24f6a4e21ecaa8a, 'wp-content/plugins/tinymce-advanced/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x84b867d39aebab8cdd0f3b3e4f574644, 0xfabd380a08736a5c14147231de6c4356829d3b681ab761b67b74b6f70eba1fd8, '', 0, '?'),
(0x6653dcd771e0daf4ea28a04597fc8d1c, 'wp-content/plugins/tinymce-advanced/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0xcc1e5803fa52bdac1edde21a02c213c2, 0x9dc2b150fa01fefc55a80856e1a51a41fbb907d9b311b65ca8d3de672f128a54, '', 0, '?'),
(0x20bade5b1aa58553e1c3f2042e2cd7a9, 'wp-content/plugins/tinymce-advanced/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0x7c94d0c594b7d682cabb71a22a038d81, 0x17cb302408c0700594b966d3cf5ad2221d2a711192bf5f94db8685eb4b7ad21a, '', 0, '?'),
(0x95de4b36f22da1f01125c9fd3738f7b6, 'wp-content/plugins/tinymce-advanced/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0x03812d63601da2090e8c0fc60c751ff0, 0xff6e837e3b78db041985952e4c3eb491002bf349d2797582567a9a055aee6573, '', 0, '?'),
(0x67c0e9b9f49441e2504b31f23b3e78f6, 'wp-content/plugins/tinymce-advanced/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0x84003acd98f500a2792807c5086254bd, 0xf9fb4185f5a0801f648653ab4bbde975a711fadace90e3e3323eac3c5bb08934, '', 0, '?'),
(0x30a31cf06c163914ea7102564e4d3525, 'wp-content/plugins/tinymce-advanced/tadv_admin.php', 1, 0x00000000000000000000000000000000, 0x6fafa3cad0de2b6e672dcda8e6732395, 0xaeab9728449d8fce370afea5b37cb53f7c840a3c0a4e7f1bf4c92260cd8ea826, '', 0, '?'),
(0xaf81b56b9ba2e6d3f9cf66851c9ef102, 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php', 1, 0x00000000000000000000000000000000, 0x4d23fd50a55ca8f594ce27edfdfc97ac, 0x1c6f46d578b3e9e88ce68fff00d953e882a73bb5992061edc5ba0896ec767023, '', 0, '?'),
(0x7babe5c91a7986c68b20e17243c8e084, 'wp-content/plugins/tinymce-advanced/uninstall.php', 1, 0x00000000000000000000000000000000, 0x5d510a9a1bfc34ea035ba838a3cda338, 0xba2f860e57226ea814357071d1c18845f839bd5b560e3ad674fb1597d5dee040, '', 0, '?'),
(0xaa225b631f366c5e8804060d72416e0b, 'wp-content/plugins/wordfence/css/activity-report-widget.1531408399.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0x131a8863a822f3b92daea30711bd61fe, 'wp-content/plugins/wordfence/css/diff.1531408399.css', 1, 0x00000000000000000000000000000000, 0x49364f47cd6a4ca63fddf905769042ee, 0x988d8517c131745cb1b661abca161d502ec2450bb6ac6564b2cb8eb1336da8d6, '', 0, '?'),
(0x0a53c255089e142087add1a5fec46040, 'wp-content/plugins/wordfence/css/dt_table.1531408399.css', 1, 0x00000000000000000000000000000000, 0x06e5674a626a9c4ac18e39b96b3a03de, 0x6f5b501cc24879d08a7dbde5ec7f694763ac7e94d03c63a51f447fec523a44ed, '', 0, '?'),
(0x805cedeb903bb25193d67e99c4f69376, 'wp-content/plugins/wordfence/css/fullLog.1531408399.css', 1, 0x00000000000000000000000000000000, 0x2bb719ddf2f257896a0577cb847d9ae4, 0xeb30774c5198d6ae8772379f24e425d2e7cd86be1b8426a4efdcef75e4c15692, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xa6c4b4e83bd284085b0b671bfdd7096a, 'wp-content/plugins/wordfence/css/iptraf.1531408399.css', 1, 0x00000000000000000000000000000000, 0x2b0913ce12e6eb1d3cbc647185375eb3, 0x4c87e4cb0bae616a81f16522a6ca84b8dbd0bc10816c7ab2e6958e62c879ce3a, '', 0, '?'),
(0x65df6d02172f130ee6bab9b26d3b2cbe, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1531408399.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0x76d33a30f5fc0b19122aeab30cdfb797, 'wp-content/plugins/wordfence/css/jquery-ui.min.1531408399.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x1820826e1bc524e5a1434299d210756f, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1531408399.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0xa8958ee734f81c8559168af05c4b3cde, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1531408399.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0x554e98eb703b7282e95b6e9e20c44a88, 'wp-content/plugins/wordfence/css/main.1531408399.css', 1, 0x00000000000000000000000000000000, 0xddec1b1b042d1ff13210659c58199568, 0x98b3e0249070fdf452d5a1d506df7c01f689cd0f7dd165352654a98f368f7dcb, '', 0, '?'),
(0x85dd21440423d3a3e32728c783d98853, 'wp-content/plugins/wordfence/css/phpinfo.1531408399.css', 1, 0x00000000000000000000000000000000, 0xa33c60cc2c37917fdc4a06037500139f, 0x21018261dc456357b445f398a9a1d00678c656f82e1d1df4927abf89b71e1d2a, '', 0, '?'),
(0xaa056a0494a5a3e34feab07b3adeb979, 'wp-content/plugins/wordfence/css/wf-adminbar.1531408399.css', 1, 0x00000000000000000000000000000000, 0x5cdb4642a3ad4186fd896a13992be255, 0x0150a0023b5d2d6ce9ef8b0bf6c688e07bef547a5e78d8e32aa5f83c191f0c8a, '', 0, '?'),
(0x7ca12c5829a0576a024beacbc2879ac9, 'wp-content/plugins/wordfence/css/wf-colorbox.1531408399.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0xcc8305d0fd97554f5668e2ca236ab8b4, 'wp-content/plugins/wordfence/css/wf-font-awesome.1531408399.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0xad950c1293534fcbfe444a3e02fb2cbf, 'wp-content/plugins/wordfence/css/wf-ionicons.1531408399.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0xe0b4002be23da3b313f2c92738a87683, 'wp-content/plugins/wordfence/css/wf-onboarding.1531408399.css', 1, 0x00000000000000000000000000000000, 0x2ff2a54b7774cef647d707f3278528c9, 0x91f56dc7b8d7247b8ea2c80e261457b43e9d2e7b3f88576fe49529fc3dee4885, '', 0, '?'),
(0x2e91ef0333bd4c22dbddbeb0193d4390, 'wp-content/plugins/wordfence/css/wf-roboto-font.1531408399.css', 1, 0x00000000000000000000000000000000, 0x740dbf5e6d61c40ee5cb4c583320b415, 0x7f03c824ec8d4eb49e7e3984271dd813cff35147982f18b4fa4f1740ec80a40e, '', 0, '?'),
(0x6c40a3b9d76fcbf6c347ab1c70681d30, 'wp-content/plugins/wordfence/css/wfselect2.min.1531408399.css', 1, 0x00000000000000000000000000000000, 0xa4638a98cccf332c42f1141556c7c2e6, 0xa780da91f3743455d40c9622fc3bb974fb0f37e4ba1ac0014a791803d9726240, '', 0, '?'),
(0xdb8923ef53ba4fd8d05ef79fe70cc2f8, 'wp-content/plugins/wordfence/css/wordfenceBox.1531408399.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0x935ea861b8f5f07f97d334a818d16278, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc-CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x450d66d70140e67c752e999757b0e4ba, 0x136b0e2eccda561838bf792d2815502cf2bb6555baa04d45ff2b19122211b69f, '', 0, '?'),
(0xa5adc69358e41924fa661aef29a39037, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc0CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x5b3dbfc4a4d2e5f6c66104e7ed75be5a, 0x951ef28ac2d575387c7ee69c40782731a27c702eede68384c7e05bf6e54042d8, '', 0, '?'),
(0x5a4d0b6fbb4de81f0a8e308a39c0ce47, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc1CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xbd85891d8fdeab95243ab5f8ef9ccde3, 0xb0881484ee8a32c0707d545222b1e45d6534f60e6290b2c0b924d9c1965b54fd, '', 0, '?'),
(0xbadf003c478dadc52f964331c867bf61, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc2CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x8c057051f8ac70945518980afeb865dd, 0xa57b1b468a020ab64ba90b8acfba185a7c9135e6d42d4b0d1f5d123d7fe1b2df, '', 0, '?'),
(0x0327473a72864527aa83f1d130086a56, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc3CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xbaf856163943e703e9f328ce3539c8bd, 0x3ae29e8588e741f6b4ef73dfbcbf76b86b2490d0ba6259a983ac976cc9cbbb93, '', 0, '?'),
(0xd23aa48db992a3b2545e9dd11e75befa, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc5CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x1b967fec2891ced75fd23de69ac0f72e, 0x70962bfdcdefc12b3d5b8ac24fee37f276c9d3d58751a9ad4d29fb17d4e18a86, '', 0, '?'),
(0x2549230cdc7b421335b6febbe70a9ef7, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc6CsLYl4BO.woff', 1, 0x00000000000000000000000000000000, 0x5e54cff15cc171974326aeee4ce3a2ad, 0x5bc30ab3a59b6eb24812735adf1d4c25c651f22c146663b51af6673ea212fc74, '', 0, '?'),
(0x6c4fae1f3b10f53694898ba2c1a2867d, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc-CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x8c285a155880081a61c69830f27c2859, 0xb48745dea0082398aadf7ae5043198ac6deeb6aca175f96d8b27db3b1a95e3a1, '', 0, '?'),
(0xabc00a6f862fc02d7b1f309efed3a7e4, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc0CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x7f79e3fc5c4d9bdc4cbe12401f2c3e85, 0xf89c69b0cbc2818234cd79942787f829134962c409b2bf52f44cae58444b27a6, '', 0, '?'),
(0xf963243eab87befade435f230142191c, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc1CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x02682f39b13612a185e0c8efe82c78c8, 0x2441f2e73967de2b1a5a1fc3dd3804195073ba6a4cbf872af9e6078bf906d004, '', 0, '?'),
(0x203ae2bdba4929a52be445a55b7f3e7e, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc2CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xf7b8b8ef2cee007eb9103c75c285b9de, 0x89b72bb74aeab21651e21a57de395ab6dafd70a9f4835c24ef5bc953f293ff93, '', 0, '?'),
(0x8122e25843fb6cb29310f7dab54cd4b6, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc3CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xf842051d1338ec64cf6934060d94b0ac, 0x479781df0ddcb05daf6e517fd7ec9f32419ce32dcbdddc96e3aaeec7cab06f2c, '', 0, '?'),
(0xb9d98aead1e5f6fce41a7872eb253d7d, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc5CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x182a34d4e85e40c042310e641ccc5954, 0x060410ff00abd3dae1b2799e2dafe857ed661b88742e7c8dc024a0e0cdf5a0a1, '', 0, '?'),
(0xdeae05b618c813e2e0ce8372121fbd96, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc6CsLYl4BO.woff', 1, 0x00000000000000000000000000000000, 0xda091ab4ce2954721cd509c0cb6e332a, 0xb3700f93d3d7530144ae78c21911215b421863d2c802b6d9a143d18b33e8f9b8, '', 0, '?'),
(0x9286e7a0b0d8a609b53ed21ba5ef0014, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc-CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xefdcb3db82d67120e8a13e735df7ab27, 0xd196bf8a4cd924223c089cf92dc43212538a9b8570822146d6aeaab3681c9d39, '', 0, '?'),
(0xcccbfe2c2c50b0f686e81854af8eed2e, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc0CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x058ae969087de5e4dc54fa789583f61d, 0x4a74db9271ef8e9a1289c1e66338213c273a6dc8fc391af990931780af9e2eb5, '', 0, '?'),
(0x7c1ee1575f75442748b6a33daf7b5902, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc1CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xa7cb545583a19946848e0e03c1974833, 0x3cb64898fc2642c403fbce5ba96d6c5b2e929c4bfba86e45447532ef4a916031, '', 0, '?'),
(0xd2b58756c3aa2545bb0f8f7aae81a1f7, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc2CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xe82daa9f60a1b7ba456a8eada43a4642, 0x602ae27826511d92a5a3678d6f53dd293f0cf2511806ccc949f100f8a19027e7, '', 0, '?'),
(0xe1816404d8c1ea2e8031c3ea3e665cdb, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc3CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x973486b03281db080fe3ee17d5d2e76a, 0xd8b12ab3afc1d95c2ef4c88b5390c7b046b5178bdb630a26c1489d080dc6a53d, '', 0, '?'),
(0xcba07dd9d6a9f3efb66fd0f5a7fa1bf9, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc5CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xd0b14bd4147e0145fbdc7c15e9c57535, 0x661fc157443c31679d6547b8332b1a63bf37ee4ddd6b0632211d908682d7a331, '', 0, '?'),
(0x616c1b32666c08bbf354949a5fee45f2, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsLYl4BO.woff', 1, 0x00000000000000000000000000000000, 0x0b00b7728b9c1e6ae6cad4e12ca7f233, 0x8e50d4b7485cd3472724aa9557e5f43e35f6215a2bba3f91c54ae69caa0d2438, '', 0, '?'),
(0x2db5239f0f99733fe718d291275a372f, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic-CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0xc597821d9bb2b7b03345553a95d46814, 0xb84bed6134240301e9b539f408fb45cd48f9d54b9fcc9d6de872a3706652ccf9, '', 0, '?'),
(0xa2529eda8b0ddbdbf3d1db90788ff082, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic0CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x6b4dd0152a6817d47776fa35fd076c46, 0x90bd96221cacc39d30f88b7b265571a23cb3b222970d3741a1c9807677fac301, '', 0, '?'),
(0x868ec6ad75a8d7a9d2718dc2c22afcc1, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic1CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x005309a0697083602765364bbfe90f5b, 0xc754eac7a0aae805df6f1aa4e85f46aaa1cec36ed10f06c422daff7d5618f166, '', 0, '?'),
(0x97c2c5ebe8108872fe5a34e8e9c89175, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic2CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x9eb98b7176e3fb55c3a25940ed1a26c6, 0x2a568d0369227872548024ba4905a2e18caa66272e493e15e6eeb3bd9a1401d7, '', 0, '?'),
(0xbed7cfd13defe11f7894b6a67df50174, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic3CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x4ce185425c23678b6abf517065a26a0a, 0x1c99afcb08ab2de37a1a018076a6ac053a6e75a01d07ec8c7c7d0e7156ab28b3, '', 0, '?'),
(0x2ad42fd6f4d15cd7f5b830dccd8a4f85, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic5CsLYl4BOQ3o.woff', 1, 0x00000000000000000000000000000000, 0x992b415bbf94bde5a798094f042d2656, 0x1ea1e59d73fd1a4da4ad13eddb045772d134acba92cce6322ed7e57ccce5817e, '', 0, '?'),
(0x329357bce1d353043de5c8d248abd921, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic6CsLYl4BO.woff', 1, 0x00000000000000000000000000000000, 0x2ce97d7e22e77782564be0e1c494d180, 0x29bfb8304dadbfff06bcba2a766cd52a539188d72d6d3964df86af42b0421be8, '', 0, '?'),
(0xe05a6d0788d6e5e69c92d1645ba2b345, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xEIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x2b4b81604b943b148bac340acd595d30, 0xb969ac48b1d4632d8eddee3996b0f0f9f37347de6be9484745cfbfc9756e53b5, '', 0, '?'),
(0x7bf6748919ed69cc698a76ad16d59576, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xFIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x56c8faac1846925bb07047106e14b432, 0x00eeb5ae5fa3801f4332e5d2559ffcd157a3aa84c6116bb6a5a874c075ce0c9d, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0x72ccce2601ebef60652f70d51a3616e8, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xHIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x99216b40cc729052832f7792d55de6d3, 0xc443b744af7517a786ab7f686d56e9f5eb5ae21ed34864ba1ffffc1b89abe10e, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x2abbaa47fb82a50b4f4faf5b5b6c3c04, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xLIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x1a543ae0aa334d2f1dd54759308e7d08, 0x641c72ac4564cd3ccdf0a795ecc1c1cd33d924fa966a77f36651c2befd9671b0, '', 0, '?'),
(0x54a5b42d59f60fe9c54a4f3adaa259ef, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xMIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x272d07955bffa361347f834bb83c2d93, 0x9fa81d13abb057c8a953f1b2085d1c16377e63826baa669b5a7d14e22c24ea13, '', 0, '?'),
(0xb909ae42fb8ff5e035f16e9f984f89a9, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa35784dfdc008836c47df27bc1fae460, 0x1c3df10cbcbae858c3570de9bf657e62e20fb752ebac40c59a7a104de8ad00e4, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0xb65c0731ba8b32f296f74545279e5283, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x6e56d9528e84693d039aad786a31af19, 0x65df6050809534573d0d47b81234b2528436190716185ff77e1942f817ae0974, '', 0, '?'),
(0xd56ae9d2c76b44fc1c110acf8edcca7e, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x231c63875a21f8f8c7c829f88e03b6c2, 0x299736681260804d4c0d2bf0f6a0ed7496a95716f4c97fc9e9eb69f5ddadc807, '', 0, '?'),
(0x235602d276d1099bb89daad3b0cc2992, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x4eda9607c1c855e22b21ff468c4c9704, 0xff7aaf5190f5c1edf91c1161aead368b1fb7e33164971bfadcddff650a15c642, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0x991ab965e3e0af375cc462325879455e, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xf9e03895f72f7a18c78b5f5c9cb35dcc, 0x60d3ef53713271aa4bf2683f421dfbee57a74ab8ec19e16df331f3ea6e5882a9, '', 0, '?'),
(0x1af891de1293e21cf8632e71d2273f17, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fABc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x8e02e89e97711ce3bde3704473fde9c6, 0xed1708ca5b4f770dc9d0197e51ad0c501ac2af9340f1e15db89a9adeb53016d5, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0xa47ba42fc6c2fafc6f3bebd6cca81be5, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x4a15efb582a6fe8a7a7ec3beb4d468fe, 0xf265533e17608fdea0911cb7080607c987754f392c7ba3f62aa2d37e4182c710, '', 0, '?'),
(0xc7cb9a6034c3b54d1fab29a1ca6c596c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCBc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xbf29fb7d865307e4cf78d3c768cd1f51, 0x3dcb4e895f8eafce207c443019ee84b342fffeb99f97406edd88e55b9eadf889, '', 0, '?'),
(0x61087b9e153d6723b9071351de215411, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCRc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x22d26680a95b90ef110cf2acf6c80e5e, 0xad64080cc2db3344e02647b32c3d091169c96d3d2b8fc5422506de93f8c11d55, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x7b591d5ce7db25b1b4372fba56e0e713, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xb7399282ce836c48b29854615cb596f0, 0xc3c981d06892c5b1c2d15106f6aca2b51009c43adab96557f3d175934d72567a, '', 0, '?'),
(0x8b761e31603a2bea7f3bcd7a4bfade1a, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xb4a0f1e466c637077ac3853e92a53cd1, 0x8de12f5ce953f357b51c57afd7c6a13063eb7f696c41d3519e9b848588cab9db, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0x414f46066a702f951e5f9b4359450f50, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xbf4c5421cee130d9257dda5202aeb125, 0x0d35c78283a83cae8d411c43f34480869dd0f0723092779ab15fe16a056d4f0e, '', 0, '?'),
(0x6b025f5b52c2763f369e192ce611de31, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x7ce4ef221916328908503442cd482f08, 0x342da6131fbd026544b5d25eeec66769e83e1738ad096424bca7587260671a00, '', 0, '?'),
(0xb2b95ba5a1e4e4953a71c748c48bd345, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xcd4f2583b1b07d7361409605c79b5534, 0xa6d972420e9019b90a605a46cca7b5d1091d0f6ed478c221148c95864611d2cd, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0x0330bf5e007b1a246291ab062730b6dc, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x0c771ab4a277d78c0ff210297222b04e, 0xb4269c37b205ff845d9b9559f3f5e27c7da6305e261b7f4a9fa00116f1bd6ba9, '', 0, '?'),
(0x1f0b544cf4b0d193085d63bba8b9f41a, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfABc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xf98a5e34c9fd6587d1fc1a7ce171f29d, 0x7e6ff16b9d2b0f54db0a79fb20ed5fe5a32be41f3bd907365f64306315767365, '', 0, '?'),
(0x56cdea2802c3bd6ec2563e181694ef0a, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x477bb7a3f2b6bd132e49d0182675a8f7, 0x9e0f0294e4e3a8985b8140215ee711ba18395b0371c740a53fd83a46a9f7bdae, '', 0, '?'),
(0x1ec092483599ef9091ff770b48df3c19, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfBxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x95b78ad56b79eb3ada95fe4a8fad8b8f, 0x738dc12ad708847ad333ea00798e25dce921c427d15f4b526ad5ec03962c2731, '', 0, '?'),
(0x852a33106a52ba94b875f1582953b9cc, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCBc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x8782c077090b846389c66f175a71a6a0, 0x9f04aa3a5d25ea885f026ca2efeb3ff5197c8b4c5f0d9265075f373940cdc849, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7ab9be3d097b6d572961870a44c6d961, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCRc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x4553033f20635dbbc1a4d00b08a48e22, 0x55b89f524af4c55efdcabdd392c468382e0444c23222a1a9ecfb815aa5064bce, '', 0, '?'),
(0xaba6f780c11259ceb6201b61f04cac6a, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x8d4a4fa8a0387de0f8899fdb52e004ed, 0x4a3b65efffd17817e1ac60057fbf49d88f198fb3afed1e1674cf005e0d31aee3, '', 0, '?'),
(0x6cdb1be1e45260bb639dcfbd4e68b42f, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCxc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x032cad98d4a359c582105d2f3ecdda81, 0x741d2b10f65f542a5a225e6245d69b7bf20106188b90e690f70d769f09d4fbf3, '', 0, '?'),
(0x3f46b831ba1ec2bf545624523b8f70b7, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6bc4678d03806bc1a5b449cee19377e6, 0x519e7c90008b26dc3ff5cbe5a58af52e6fabdab315fde876e6e1f4ee9fad41d8, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x7a6b05667cfb28ca98850402eeb3fddd, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x73dc110b29cc47208b05b1aa735943c8, 0xc0f4210649b1b1e267b0525c24208a06acbb63abb89c6f8907c70101dca56841, '', 0, '?'),
(0x1078322caa73e4f5d80021fb622017a3, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x1cada2487227cbb7c3c0a085737435ab, 0x569af24c53875f0ac40865fa07032d43acfa9ded936065026af6c0e38a25b64e, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0xed6e6a652d54ae547e2612d82f375f3e, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x54dc8a537d48e5ac06bdb8bbb2390fae, 0x121897146723ceb61629a97428a6068e15190d14bf09b269b32cceed19600ecb, '', 0, '?'),
(0x403701b022fb55dab5e6b99db96764a7, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0xa7791eb0b065a10cb3da63fa9d391025, 0x039b7fb01f9a67fdd50cda5735bf94b83e8dfb1b432d9528fa03504da643e617, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0x924df893e645a4ec2a018867feea5347, 0xe6df532f02ef6c997ef27e293617c2628b4f42e735944384d6b4d1ae15b62b95, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0xe22438ab8d2e5670e49d6abd42c140f4, 'wp-content/plugins/wordfence/images/flags/.png', 1, 0x00000000000000000000000000000000, 0x342e828f4d3adf3cfb4b1b30dc9fceae, 0x0fca97a9cdcf21f2a4e01ba0e433c7ba6617f994088ab4b718885e24ecc33710, '', 0, '?'),
(0x0d0596ab3aa9a79401f9d755cba3170c, 'wp-content/plugins/wordfence/images/flags/a1.png', 1, 0x00000000000000000000000000000000, 0x342e828f4d3adf3cfb4b1b30dc9fceae, 0x0fca97a9cdcf21f2a4e01ba0e433c7ba6617f994088ab4b718885e24ecc33710, '', 0, '?'),
(0x010ac6a5756f12e0da656661159cf36e, 'wp-content/plugins/wordfence/images/flags/a2.png', 1, 0x00000000000000000000000000000000, 0x342e828f4d3adf3cfb4b1b30dc9fceae, 0x0fca97a9cdcf21f2a4e01ba0e433c7ba6617f994088ab4b718885e24ecc33710, '', 0, '?'),
(0x9e270b7d4899209a5719eee2d49c0a7b, 'wp-content/plugins/wordfence/images/flags/ad.png', 1, 0x00000000000000000000000000000000, 0x2bac1a2074568cf95b45d89c4b8e930b, 0xe0513ff1353c92bb919454324fde3294ea4efdcf2e95085d02f39642c66e35e4, '', 0, '?'),
(0x54da2e18f180e1ca64a3c11638e379b0, 'wp-content/plugins/wordfence/images/flags/ae.png', 1, 0x00000000000000000000000000000000, 0xaedc37c63425f8a9bfb345ea274d7d6c, 0xe8b61b3f10eaadf17e242972d08fc22f3d81231c79a858c2ea77a77a8c3c85e5, '', 0, '?'),
(0x97f8bb1b983b8c635382d423166e7695, 'wp-content/plugins/wordfence/images/flags/af.png', 1, 0x00000000000000000000000000000000, 0x04ff35ba7b076451ed14a0c39cb3c5e7, 0xf2773a357802bd447bcd8f5656a7a228a312ed30cabaf73b9ffea1e80a6f3953, '', 0, '?'),
(0x62ddf060bfd7d2a4b9ae2d3107371540, 'wp-content/plugins/wordfence/images/flags/ag.png', 1, 0x00000000000000000000000000000000, 0x08a9b75c10240c9d2c99201b07a3b0f9, 0x6908d3439feb79a35958836eb57954e500b2a4f37d4b92cc802f722cf517fccc, '', 0, '?'),
(0xdecc10e8feb315b793a410c0cc2fc7cf, 'wp-content/plugins/wordfence/images/flags/ai.png', 1, 0x00000000000000000000000000000000, 0x3795a7d696a22aa4acb4ec86bcbc0b16, 0x2031ebc954c089ad360de4c60f39be8a005866fad0645a96bc5d25f5696b05c8, '', 0, '?'),
(0xe55004a276c41e64ba8149aec134f575, 'wp-content/plugins/wordfence/images/flags/al.png', 1, 0x00000000000000000000000000000000, 0xf0e83a0d65ddb44f047f6ff06aba444f, 0xfe2abd2f2140ed298c06427e7504241cc1eb8c2ea7babb65b7af9a9ddf67193b, '', 0, '?'),
(0xcf7e848e70459dd92aab54b04534e8fb, 'wp-content/plugins/wordfence/images/flags/am.png', 1, 0x00000000000000000000000000000000, 0x242ffe8d95ec63430e5c26a3aaa75025, 0x4f9692d7e3ad1c16441c92b4fa14dee048e9725b2a2ad9dfd040d555cdf9e4a0, '', 0, '?'),
(0x3be42d236e0be239dd067c8a3f3de7c8, 'wp-content/plugins/wordfence/images/flags/an.png', 1, 0x00000000000000000000000000000000, 0x7bda871fcc069e3073779d31a65ab1cc, 0x5db3e4330c02593e08532608fa80278ac37944c790879d503a07fb1f0b4545fb, '', 0, '?'),
(0xc1feff799e6e364b7ada399ce11d47e8, 'wp-content/plugins/wordfence/images/flags/ao.png', 1, 0x00000000000000000000000000000000, 0x41a8aa1e11f7086d2413d8d9a777680b, 0xcddeb8b8eb1f3e3211501faa08bcd33bc28dae5c2da026cb911aa6b7213f3b85, '', 0, '?'),
(0xc1eafeb84e438212c8579b9386bb87af, 'wp-content/plugins/wordfence/images/flags/ap.png', 1, 0x00000000000000000000000000000000, 0x5e98bc060464a10d9dd98daa985f5097, 0xdfa2409bb5e152c911d12f976486381c489e8e2c21e9a0379415d08998a0139a, '', 0, '?'),
(0x75ebf59fac0dc3e8612210b6820de257, 'wp-content/plugins/wordfence/images/flags/aq.png', 1, 0x00000000000000000000000000000000, 0x758f81cad577209986aac611e9879a64, 0xb987f56598b74b7b05bad2b0c9ee9b441a87d943e291364d36d030f4b4be44e3, '', 0, '?'),
(0xf5bbe1afb07fd3a6306e631f6d8f1e91, 'wp-content/plugins/wordfence/images/flags/ar.png', 1, 0x00000000000000000000000000000000, 0xd06ccbbcdf15b4ee55630570681a4bb6, 0x7c47793bd8d6f5fb480113fb1970f12ece2cfc2765252914061812978e745b3e, '', 0, '?'),
(0x833ae8dd5062a7e51734fcb3ec09e775, 'wp-content/plugins/wordfence/images/flags/as.png', 1, 0x00000000000000000000000000000000, 0xe71c5f9757c0fa5e35465e1db8f5d5c8, 0x519d63322354a7a8abb7fa498d42e23fef4caca1093cccb91d56f455dd0eda64, '', 0, '?'),
(0x8e51429820788ba08d4d427fabe661f6, 'wp-content/plugins/wordfence/images/flags/at.png', 1, 0x00000000000000000000000000000000, 0x658efecef622ff8b1c8b1bf6974f3b16, 0x94077001d72321f1c4f1621f0ffba6ef46dff92b5157957710347641914f38bd, '', 0, '?'),
(0x5132272d4fdd39c5c4e70819f9b61934, 'wp-content/plugins/wordfence/images/flags/au.png', 1, 0x00000000000000000000000000000000, 0x0dbc85c294b1b62fa5437381ea5996ed, 0x18871b70f21425e342c814f02783af40891e2806ac350574130369400db17af6, '', 0, '?'),
(0x1e4d539c92d9016beca598d90a02f68c, 'wp-content/plugins/wordfence/images/flags/aw.png', 1, 0x00000000000000000000000000000000, 0xeb3375b318f2799c98d66a1575e0f833, 0xb174c7cfcc84354a5760434ce276f175e35ef921bddf68ab7d2edd31aceb1320, '', 0, '?'),
(0x47faba9fd6fc935421ae808641e0add6, 'wp-content/plugins/wordfence/images/flags/ax.png', 1, 0x00000000000000000000000000000000, 0x4675e8778e62cc8580c728770d10b0be, 0x4d490aec190db08558b0e22a14c87724c7cb510c16f8f9ccbd1555ae38540b98, '', 0, '?'),
(0x142e8010b8084239b8df392696b569e2, 'wp-content/plugins/wordfence/images/flags/az.png', 1, 0x00000000000000000000000000000000, 0xcffe3fdc22375ea1ee0c607d5d96dd40, 0x0b149ac2ed647cd88c8f16e031b05f6f0e7427c4d61a5dd9a44664cf39a94f97, '', 0, '?'),
(0x91530b1fdb6df2f0245c781b4834db18, 'wp-content/plugins/wordfence/images/flags/ba.png', 1, 0x00000000000000000000000000000000, 0xe654cc441f582ce04aa879ab8524d4c8, 0xc76fb4a87ce3a200f219b03d3fc4b553272f887954a76c365ddfc0501d392cb4, '', 0, '?'),
(0xeb70c9c40e9da2e719a00384415e7325, 'wp-content/plugins/wordfence/images/flags/bb.png', 1, 0x00000000000000000000000000000000, 0x962c34fd75870a8df112dfaf3fc41567, 0xa3a06c6e425607ce342f31eb26f122b4526d267347c70874e04d532648164678, '', 0, '?'),
(0xbc8348878d45bf310326598fb79c1902, 'wp-content/plugins/wordfence/images/flags/bd.png', 1, 0x00000000000000000000000000000000, 0xb828da5521b605c1b3cfc2b8e2992173, 0x76c8c26d3efe13b19d182bd25e68ab62d7c6c3fb2dbc336325b8380310980dfb, '', 0, '?'),
(0x0019a48bf94914dc084a97b82d248c80, 'wp-content/plugins/wordfence/images/flags/be.png', 1, 0x00000000000000000000000000000000, 0x6105f2cdd9a31a2598b6bde2c19e7a07, 0x8d611400ec421398743546acba882fc0f84c8b3e731b78755a0ade0e0e0bcfe4, '', 0, '?'),
(0x7bbcd10f055f39ceadbbe9b3020865fe, 'wp-content/plugins/wordfence/images/flags/bf.png', 1, 0x00000000000000000000000000000000, 0x6359f138e36911d2f19533b8e2ac10d4, 0x520b2968e265a3a1594c47d5f0fe3fefa01b191e100281d48eb006e7408d9990, '', 0, '?'),
(0xf529faa9b9f31ab863712623c02c054f, 'wp-content/plugins/wordfence/images/flags/bg.png', 1, 0x00000000000000000000000000000000, 0x7d2c7af70e88c864f0bb0140a840d65e, 0x229b4ef891ba1555bcf371736e37ed2d7c15fd5b3ccf4d6d7effa04e7ffa7c91, '', 0, '?'),
(0x81458c35389ea0429343294af973aafa, 'wp-content/plugins/wordfence/images/flags/bh.png', 1, 0x00000000000000000000000000000000, 0x9c4054fde02684f58aff19b3561bc610, 0x84bfbfeb21bbeef757db4d12f3a612855e50696dc7279d07d5d22d96b709fe0b, '', 0, '?'),
(0xf1fb83903e0b58ef4050b09b647e5217, 'wp-content/plugins/wordfence/images/flags/bi.png', 1, 0x00000000000000000000000000000000, 0xdab442700eb7a92bf1fe8f96f00cc49e, 0x41bbabe3f741601ea228f7ccfaf0e2446915ffe2bbdae1ea4288eea0b5385692, '', 0, '?'),
(0x623332f04e3f528ad256fa4d43975227, 'wp-content/plugins/wordfence/images/flags/bj.png', 1, 0x00000000000000000000000000000000, 0x4e2c580a6cf91e599725179bfc5ff4d8, 0x04b3f5762926d3fe033b0aedfda3f359cd3758e0b19d4a7d1a8b57b7f4da384f, '', 0, '?'),
(0x4c36d692209a7e6ac08810f8ef65f143, 'wp-content/plugins/wordfence/images/flags/bl.png', 1, 0x00000000000000000000000000000000, 0x72b3bb5cf2238144623871c301e9fab2, 0x2fc143dfb9b839e7c3f641d83218a20b48dc2cf134b8292ed9dcbefed784044f, '', 0, '?'),
(0xc13379a0e8fa758945aca631771dc48e, 'wp-content/plugins/wordfence/images/flags/bm.png', 1, 0x00000000000000000000000000000000, 0xd2e37ca8dbeb10a5bc0915d239ab6558, 0x8dac888f65e4c500364d2a601775307cb8f9702c6d6ebd3ea2ef7bd5cfe6ce5d, '', 0, '?'),
(0x9c20879d05a8a3aaa5902de241f72657, 'wp-content/plugins/wordfence/images/flags/bn.png', 1, 0x00000000000000000000000000000000, 0x93089e897a819ef044ccc228ad7f2b4a, 0xd6032e5206d1d676d82a11e86ca6681a08975bc1d5500234beab5c6c8f5d0990, '', 0, '?'),
(0x674dd4424dd47dd30113dead21dfebda, 'wp-content/plugins/wordfence/images/flags/bo.png', 1, 0x00000000000000000000000000000000, 0x26d7375f0ef01f207c3e05a729fbdeef, 0x44e4452ddad8fd97c0f4e4fc6623cadad4832ea47d12424137463c3ab73612ad, '', 0, '?'),
(0x1231aecabd17458113e79a226d152f6a, 'wp-content/plugins/wordfence/images/flags/bq.png', 1, 0x00000000000000000000000000000000, 0x72df78ac201f2551f307fcd6c061d94d, 0xc567174063efc83bff737857d4a2dcf746ce21460e30d2f3b1d73e33f12d0cd3, '', 0, '?'),
(0x55ad1219f77d3526604a067f5ba0753a, 'wp-content/plugins/wordfence/images/flags/br.png', 1, 0x00000000000000000000000000000000, 0x6db748259457fcbc519382145be2ebeb, 0xd92e0dbb57b41e40b1d3d2327b1ddcf203363eb1ebc62cb60e8bf9b03746f501, '', 0, '?'),
(0xb2c6844899c0e8be3348e2b2d78f2191, 'wp-content/plugins/wordfence/images/flags/bs.png', 1, 0x00000000000000000000000000000000, 0x5808ce73591249a210e5d8da7d01d354, 0x085eec79ae5a4848eacf412322de091361c0de0e6f133c5e231de7028ffa1157, '', 0, '?'),
(0x07c0eaf8c9de9effbaa28cab512cce6e, 'wp-content/plugins/wordfence/images/flags/bt.png', 1, 0x00000000000000000000000000000000, 0xa54b694be7753c16f25fd5ba92760b25, 0x875c23a515bfcaa1c6ca03668e4878d4d0bad126bc67b476a6e90709171a87e3, '', 0, '?'),
(0x668dc903a6dd2bbf8acc0c574b5a22b9, 'wp-content/plugins/wordfence/images/flags/bv.png', 1, 0x00000000000000000000000000000000, 0xf4d292549f1ec7af57f34694ab35f67e, 0x6989ab616e75a3e37677daaf3b76f5c85eb70c242274d1cb0685b9295bd62ae4, '', 0, '?'),
(0x67f18393cbba01e6863316c6431d1f2c, 'wp-content/plugins/wordfence/images/flags/bw.png', 1, 0x00000000000000000000000000000000, 0xd1ff051c45ca2ebac667d23be6e3987a, 0x135958a01ab3476c8454153ba11f80662d06decd73b75eb179350520837a8aea, '', 0, '?'),
(0x6bb7e0b151919fed98ed1d63038da064, 'wp-content/plugins/wordfence/images/flags/by.png', 1, 0x00000000000000000000000000000000, 0x5fa3360dc5ffde418ffb82af768afcca, 0xac39f98bcfee85fd58fa39a2b89221978efc6c8dbadeec768676c8f77b2bfe1d, '', 0, '?'),
(0x650647a33da50b550ff95cfac29d6cbe, 'wp-content/plugins/wordfence/images/flags/bz.png', 1, 0x00000000000000000000000000000000, 0x3893dfa010655e7a85f1a7658fab11cd, 0xb7f66b013f5684d25efaa77f6ec1a6a2d2ad5e0aee8eab4e3346662e248ff6b1, '', 0, '?'),
(0x2ce6dc8e97ab8407923c39b9548e6a60, 'wp-content/plugins/wordfence/images/flags/ca.png', 1, 0x00000000000000000000000000000000, 0x22e7854a2b052f143cfae2f5e28f3628, 0x95bde3cb2476e4ad876ae5278d1c4bb531b02175683ab27bab34adcd33a3e416, '', 0, '?'),
(0x59f797ab2aa2114ddd24c4c803bd131b, 'wp-content/plugins/wordfence/images/flags/cc.png', 1, 0x00000000000000000000000000000000, 0xcfeaf254c39212b2169b3bf12b52dc40, 0x7c85007ad7127cf0533dbd143cebecbdb0d4aeb65e29ed41b7068c59a6435a22, '', 0, '?'),
(0x952fe0c8afc8a9736322b9b98216d2a7, 'wp-content/plugins/wordfence/images/flags/cd.png', 1, 0x00000000000000000000000000000000, 0x57c9d46ab06d107ffbad17076b94ec93, 0xb47ba6777f576baf657eac007add0f211a77c5bc8a1a5fc05a0ff61e0cd794f4, '', 0, '?'),
(0x74ad70a715bbfedec46f22dd7c3a5525, 'wp-content/plugins/wordfence/images/flags/cf.png', 1, 0x00000000000000000000000000000000, 0x2a74fcbd29a503e9924d12d88b461e29, 0x9bb0cd9d8145850b7a838ac7eb024e55f233461579cdd6d30a780e2a0ad4a2e7, '', 0, '?'),
(0x60580c5b070c72bbb0eb06ed9a8e9f45, 'wp-content/plugins/wordfence/images/flags/cg.png', 1, 0x00000000000000000000000000000000, 0xae5558422723b81f541cd87705acbc7b, 0x263b6baf575a72f42187d254066bace043f6d9ebfbc64e0ec5a0d2466363c4ea, '', 0, '?'),
(0xa908e65eb0b72cfbfb5ee6888938c9c6, 'wp-content/plugins/wordfence/images/flags/ch.png', 1, 0x00000000000000000000000000000000, 0x1d375f1a65ede71c084d9d8fbcd10dd9, 0xdaf2d807237d1ab9b064460802209f17f000030c45b744835007860eda28fafc, '', 0, '?'),
(0x653e14f6135939c41fa29ca653911f26, 'wp-content/plugins/wordfence/images/flags/ci.png', 1, 0x00000000000000000000000000000000, 0x01d868e5b97a50cddb462b64d47926e0, 0x2576d93711587943579012f69d7c363399ee6e2b1de0e3f1afb5178035d91b71, '', 0, '?'),
(0xdc895d946afa1b65bd2a3a85a5f28a70, 'wp-content/plugins/wordfence/images/flags/ck.png', 1, 0x00000000000000000000000000000000, 0xe9b873f3141fceacb3eff469d49bfe80, 0x31d6c13dde53bcf06fe7708afab44cc9546a551911633da4c981e74192c1cd5b, '', 0, '?'),
(0x2f748f3b2f62f1ca01a48f3421cc2226, 'wp-content/plugins/wordfence/images/flags/cl.png', 1, 0x00000000000000000000000000000000, 0x68fe1007b4311bd5dcaeedad3890bb96, 0x4e241deae1325ba692c86024db5e72e662dbd466b6aad2fb1d4e64c08932e517, '', 0, '?'),
(0x511d3bddf5f0eabca11fcabfe6cb06aa, 'wp-content/plugins/wordfence/images/flags/cm.png', 1, 0x00000000000000000000000000000000, 0x5418689ffadf57ff469743dd4a158abc, 0xf004f410292d4cb724de4d58026aaa73f0ab3863fb2916116dcf7b062c1ccae5, '', 0, '?'),
(0x145a08e011256e95613fe11a96082fb7, 'wp-content/plugins/wordfence/images/flags/cn.png', 1, 0x00000000000000000000000000000000, 0xe38e465b880898ab4d5aedec4ec10c38, 0x525a31f139ede38dda0e34e96f6b3bdb5ed90181632e8fdecc2f335efb0bc050, '', 0, '?'),
(0x53b364c13ab6ff6a722d4994dbc6d346, 'wp-content/plugins/wordfence/images/flags/co.png', 1, 0x00000000000000000000000000000000, 0xd137150e2287f77db91dbacb80aeb4d0, 0x67bac52625ed7eade2813e7a4fda97487ee8ccdffd7d88afa53a4a118a41b3cf, '', 0, '?'),
(0xc583f1cafe9515ce9805e36917dd2bc5, 'wp-content/plugins/wordfence/images/flags/country-missing.svg', 1, 0x00000000000000000000000000000000, 0xdd275730ba32a90b2be0ae4397bfe4e7, 0xc05b35d671ba6ed5c89b23927d25de26d484747fc1a4e6a092534b89fbda8941, '', 0, '?'),
(0x510931de95fa6220505357b9b60c9772, 'wp-content/plugins/wordfence/images/flags/cr.png', 1, 0x00000000000000000000000000000000, 0xa3227192070bd9eaecbb94fc916de82e, 0x30f1ace223d96d4088b5d0ddd691de810c827c2a82f6ed82452875783f74b1d7, '', 0, '?'),
(0xa09742ea14b8fefd94c2bee69c434a42, 'wp-content/plugins/wordfence/images/flags/cs.png', 1, 0x00000000000000000000000000000000, 0x7fb4e3031a9c6ddc13400a6ecd23b797, 0xae9a5898b6ba437e43e513f5761a5b045a439b21fab731888178cd73a8401c01, '', 0, '?'),
(0x9cc50a4b6e45485b845fed8874d91aa5, 'wp-content/plugins/wordfence/images/flags/cu.png', 1, 0x00000000000000000000000000000000, 0x8cd1ba37b2f8e9cebd2d540aa8c4a406, 0xae275b418f08d82f823b9aaab4befea7e17cd36686ae692c533532ff6da8621f, '', 0, '?'),
(0x5b688569262ee6e9aa450d02355394eb, 'wp-content/plugins/wordfence/images/flags/cv.png', 1, 0x00000000000000000000000000000000, 0x01350c60800e09f7784ab4eb428057d3, 0x1639ef3a6b20e99b6227d401db2abbd23bcd4fcff930bd72774dd28795a96670, '', 0, '?'),
(0x87ba71e0c33e25a3ef3c48dd42250247, 'wp-content/plugins/wordfence/images/flags/cw.png', 1, 0x00000000000000000000000000000000, 0x50b9253ae91f1fea97275f7ab4dc6668, 0xec8f348f34012dd88e6cf7a5a08ef7eec9e5ec33f3147b37867451b68c3ca801, '', 0, '?'),
(0xd7c96ff728b8ff519ed33cda9028f4f4, 'wp-content/plugins/wordfence/images/flags/cx.png', 1, 0x00000000000000000000000000000000, 0x833a0e8cf108ee0942be800e32c6d3d3, 0x922d97bd8bacffb40e09b7fb68eb374b3f9075413cb422e28244d33350d5859a, '', 0, '?'),
(0x36c00bb1f4e16a348b315d0f6fbdf4d8, 'wp-content/plugins/wordfence/images/flags/cy.png', 1, 0x00000000000000000000000000000000, 0xc89532c163737279d0383cca251a2c52, 0xcda5afbd62afcefba8b9e301cdad28b5c37b658b0a1fd8be9f4bb5340273fa69, '', 0, '?'),
(0x7602f1d1e4e2c3b09a4da376c33a6996, 'wp-content/plugins/wordfence/images/flags/cz.png', 1, 0x00000000000000000000000000000000, 0xdd00a81879f37f18a053283138b4c523, 0x0ed0bbe918fe3520fd4e4a5cbe1a3f3a83ec63afedd5030276483aae3f8b762b, '', 0, '?'),
(0xc47a6b886ef1516d84f07cc7b8746bca, 'wp-content/plugins/wordfence/images/flags/de.png', 1, 0x00000000000000000000000000000000, 0x6e918aaff1bce19d4e629cf09f944bed, 0x08ed0aac555cf7d8433425fab7fee2bf708cb8567c067b960f5c2e841d72cd83, '', 0, '?'),
(0x14e7f2019faf867b748c91764f7ad7b3, 'wp-content/plugins/wordfence/images/flags/dj.png', 1, 0x00000000000000000000000000000000, 0x0767e12d0e36b97ed4f0b724dd919eef, 0xd236c93df2dd9836517b47198d9b0b5a313a8b77045718f1f5819c8361a266d9, '', 0, '?'),
(0xb473462205744fdf938bae3b5f872a2e, 'wp-content/plugins/wordfence/images/flags/dk.png', 1, 0x00000000000000000000000000000000, 0x5af68edf446e117e57064dd5bf194dda, 0xece3f5440aebaf372c222e966a534be746058934e4d12b7523708f559bdad1d0, '', 0, '?'),
(0x26c467bdc24869869b1f9304289e0ea4, 'wp-content/plugins/wordfence/images/flags/dm.png', 1, 0x00000000000000000000000000000000, 0x5f0d268c2e5325a11e99565b1a355952, 0xbef4e82f456097fc91b9c88485fca7b2803d443a55cbb4dc927f52cec413505d, '', 0, '?'),
(0x7408f8aa1119c19505e277182a873eaa, 'wp-content/plugins/wordfence/images/flags/do.png', 1, 0x00000000000000000000000000000000, 0xbe56d73a45d84705610f58f09714f67a, 0x26e0dd2a5b4669c08def7bcc94978670502bb1c29e154f9cbdc4f20aa43d530c, '', 0, '?'),
(0x6adfe86b1151c1c0c4e09ee5edab3027, 'wp-content/plugins/wordfence/images/flags/dz.png', 1, 0x00000000000000000000000000000000, 0xfe9e9368ee8daa39aad758c8c8fdd41c, 0xce20ead56e979298a0e44c9baa7fadcb56b35b50a4eb8b7c4da3b06283f2b095, '', 0, '?'),
(0x36a4d44bef5619d4ced975eb4e00a835, 'wp-content/plugins/wordfence/images/flags/ec.png', 1, 0x00000000000000000000000000000000, 0xce4124cd8a7abb809088f783f7aa8d09, 0xc51c41fc1e496004fc507b7064801810df50355209bc56fff897c4ed5179f056, '', 0, '?'),
(0xc871f0f9cf59bfdac1d7489c22a815d5, 'wp-content/plugins/wordfence/images/flags/ee.png', 1, 0x00000000000000000000000000000000, 0x5a9a56465933a31a584c8ac8dc28fafd, 0x04a6e4937cf52c7c8f7283e672b115b31188f8af0231182e1851837ace11ab72, '', 0, '?'),
(0x9d416d4b3a0560eccce71708190647a6, 'wp-content/plugins/wordfence/images/flags/eg.png', 1, 0x00000000000000000000000000000000, 0x9474b17bf02d2f39c94d452da8b7c322, 0xcbaaf35ad36d4acd2d2460c3e183e785022abe907d7181e0d87bad68de831b8d, '', 0, '?'),
(0x490e9fe5834206c2d7b937e531542ce5, 'wp-content/plugins/wordfence/images/flags/eh.png', 1, 0x00000000000000000000000000000000, 0x3bd5ec065b1365be86cc10efa441754b, 0x08927e26380352f28696851268a8ca29845d0bf978284a5ccc8645d3fa7345c6, '', 0, '?'),
(0x0fc0135e5b17e7a2ba921158038423f9, 'wp-content/plugins/wordfence/images/flags/england.png', 1, 0x00000000000000000000000000000000, 0xe535c9e31c5bd1d4572c8fc7276fc5cd, 0x2634e69b32d55786a8e90b4047374c954925fb70534a1d0477cef7f266dacdb3, '', 0, '?'),
(0xdebd739ee6a3e39da240317f693a1ae3, 'wp-content/plugins/wordfence/images/flags/er.png', 1, 0x00000000000000000000000000000000, 0x96e0415191a2da0975f156aea66fbd08, 0xfc12f7967289dc1c029eefc641a4c53ed3c9f71d6657102d7387b76311ba8d43, '', 0, '?'),
(0x8e363181f44afc194b90670f4f203820, 'wp-content/plugins/wordfence/images/flags/es.png', 1, 0x00000000000000000000000000000000, 0x66032984a32e3e27d4b5dd529e890977, 0xe533be984324a6e2a113a7f0ee2a68ee317b602ea99ecc5372f0af71a1f3b375, '', 0, '?'),
(0xc7b8b1d2184b2a07dcc575d283cc4176, 'wp-content/plugins/wordfence/images/flags/et.png', 1, 0x00000000000000000000000000000000, 0x07540d50079e8d9ef9cb0088251106e1, 0x220634538491c1509a23f1667545c3093bc1af2f2ef96c61d53e984d44410484, '', 0, '?'),
(0x023edf410db44400e98a7801d60137e0, 'wp-content/plugins/wordfence/images/flags/eu.png', 1, 0x00000000000000000000000000000000, 0xe403ad3223cfabf3686ba0afaa927394, 0x50c1f35e8d9c1b9b4d68df4f65e841e0390c4c0a76cfd7c469c1696aa22487f5, '', 0, '?'),
(0x4dfc3a4f47880c17e66479bdd120f63b, 'wp-content/plugins/wordfence/images/flags/fam.png', 1, 0x00000000000000000000000000000000, 0x50c1096115371ae73c8fea682313f2fa, 0xe94208333d9d076eca9cbe00133be5cc16fc6b24dda2b2d6cc902dbecdbacb14, '', 0, '?'),
(0xc0a6c4ec8aa43e0c9002ad08f96a315e, 'wp-content/plugins/wordfence/images/flags/fi.png', 1, 0x00000000000000000000000000000000, 0x11b428fdf34bed14a071afae692b9af6, 0xbc955fdafe37de1a4c1f51798b7cce0fd6be8285de5d42e129959ca9c8b9022a, '', 0, '?'),
(0xe6cdbe25a958a65be67217fede5c66f2, 'wp-content/plugins/wordfence/images/flags/fj.png', 1, 0x00000000000000000000000000000000, 0x24946eb420803d7d3c5e285d00e28d02, 0x5a5bb3320b07601804fe3315c9c2837cf8609d241ed2eca705aabfec6462d9c4, '', 0, '?'),
(0x5c9f8b493adec3dab24558a88697574f, 'wp-content/plugins/wordfence/images/flags/fk.png', 1, 0x00000000000000000000000000000000, 0x54a2b049e0965d1e92ed5110fd0a3116, 0x27bf8c2889cb3a5903bf5b485781c87584e568f1e068bb60be9268e2219d90a2, '', 0, '?'),
(0x6f705566fc9bc51c9a318086546552e4, 'wp-content/plugins/wordfence/images/flags/fm.png', 1, 0x00000000000000000000000000000000, 0x746d9827a4984af2b0cf7495dd1e053f, 0xbc1f746d7b874069db19bcff46aa063cf92493cf755b74ba74eb4e6379b830b0, '', 0, '?'),
(0xd66883605f4adf23dd539b885f2c1f52, 'wp-content/plugins/wordfence/images/flags/fo.png', 1, 0x00000000000000000000000000000000, 0xfefde5d7f365b39cbc5e4bef49569193, 0xdce5e8ee2237c0e1914f258f19bb1b9331830862109fc1f9ed412458ba0b16e5, '', 0, '?'),
(0x59d685341e9cf23a2b58aa5b5a1a8fa0, 'wp-content/plugins/wordfence/images/flags/fr.png', 1, 0x00000000000000000000000000000000, 0xa1259bffb27dc832ef4bb8e0b015f3f3, 0xbd5153522434e7b2da12cb8aee20e26b157c2c5772178f1a98e38c9806b32936, '', 0, '?'),
(0x3a22bb8ecc8f255e02ec40ebbf6af03c, 'wp-content/plugins/wordfence/images/flags/ga.png', 1, 0x00000000000000000000000000000000, 0xe09813c3dc459ff2f8641acc0f8b95f5, 0x3a57ed3cee045cee279fe0644ee0148b2d4b3c6e800bd898093e473c3658fdfa, '', 0, '?'),
(0x7bc2b501e6b40cc28a360ad721b3c4b5, 'wp-content/plugins/wordfence/images/flags/gb.png', 1, 0x00000000000000000000000000000000, 0xfbd3eaf4143feed90ee749672a0f1a9b, 0x37cb2e508da3727378fbb27b9a1e66a71252e06d53788f7c59bec0aa86661ccd, '', 0, '?'),
(0x743b81f8198251f5853c97651de3db72, 'wp-content/plugins/wordfence/images/flags/gd.png', 1, 0x00000000000000000000000000000000, 0xad3f42b6a07ecc9aa85756da722e39ec, 0x863aa672159fb77af2d1428849b435d7c73a677512646b06c1abcb1d72bb5ad9, '', 0, '?'),
(0x62752f1f7ef31cbdb549d68439ee8dbb, 'wp-content/plugins/wordfence/images/flags/ge.png', 1, 0x00000000000000000000000000000000, 0x8b68c0941e211134a0890f3a15beff52, 0x06f4106bbbc5527861d621462f0e32be665846b4b913eb43fd42e0698d4a30e1, '', 0, '?'),
(0x766f4658639cc225fec46d18f92fbfe8, 'wp-content/plugins/wordfence/images/flags/gf.png', 1, 0x00000000000000000000000000000000, 0x2492fc2de01e5b5389eaac445db414b6, 0x3b051308ce78e553120475c7b41b7aecea0565126ef2aeb649d2570b9b6aa66a, '', 0, '?'),
(0x25b253cb7c1cec4f1bc1ee4073810675, 'wp-content/plugins/wordfence/images/flags/gg.png', 1, 0x00000000000000000000000000000000, 0x2abd2a0599d24f7483330ccc876898fa, 0x8ff80799f5d6e48639eda12822c156710fdd56d3daeebb8fbead82f9334b5a50, '', 0, '?'),
(0x2cc5e4ecdddc4d395b4976c22d028951, 'wp-content/plugins/wordfence/images/flags/gh.png', 1, 0x00000000000000000000000000000000, 0xe237c40f4bd47a786e99d5ead4e5466e, 0xfd00b9b047860aab2df3a4da452583db960cdf7f9a5243808726cf86211971b5, '', 0, '?'),
(0x0b8ce99cc30f0ec335acba992e3b6cbc, 'wp-content/plugins/wordfence/images/flags/gi.png', 1, 0x00000000000000000000000000000000, 0x9b0d5665141810bebbd1e24f4b2a615c, 0x6db02effbecae4dbc5e46fa23024871f6b0f98d3576e504254e50692381a25d8, '', 0, '?'),
(0x26a9694ef3244af1856f46fa722d0f84, 'wp-content/plugins/wordfence/images/flags/gl.png', 1, 0x00000000000000000000000000000000, 0x11f7286b7435cc2a0d0e9269e96ce8fc, 0x3082f226d34434896e4de0fe0875dc929ea62b563048a718e9d6e0bdbd215ffa, '', 0, '?'),
(0x5c26c4a8e6666f8596dd8867c6579808, 'wp-content/plugins/wordfence/images/flags/gm.png', 1, 0x00000000000000000000000000000000, 0xfed7311308b67bff8803cd59305dc2de, 0xae7947a30f06eb9a2d73d63d8464d34d5768d51d504b4fb99e284a122735c316, '', 0, '?'),
(0x9b1ceefe3128025cd14999f0919c6f68, 'wp-content/plugins/wordfence/images/flags/gn.png', 1, 0x00000000000000000000000000000000, 0x7bfc92c8fdf13ed97a49d409838588f9, 0x8183e03b2081b72753609e9813eae6f8044684ec5cd61b3b9e0308e016e5099e, '', 0, '?'),
(0x61a323c1e76edb32666c5c0ece070995, 'wp-content/plugins/wordfence/images/flags/gp.png', 1, 0x00000000000000000000000000000000, 0x191ea5eac2a9d5a819bd6dbb20951b67, 0xe1b99ac8b4b7516cb31b9ab93756579dccd1c2eb4759755128bbf79b06ca5ac1, '', 0, '?'),
(0xe40f768a8b4f0bd49fcf86ed3a447067, 'wp-content/plugins/wordfence/images/flags/gq.png', 1, 0x00000000000000000000000000000000, 0xfdd89fa0c02eb3e9abd4be986a297122, 0xf1bbcfa57ebdb132faa0bc7c96c2856b28001773eef435aa1b14e03129e106a2, '', 0, '?'),
(0x2defbbea501cafc8c901550d105b45eb, 'wp-content/plugins/wordfence/images/flags/gr.png', 1, 0x00000000000000000000000000000000, 0x6cbf9b8f0da043a7fcf4bde975a42d7b, 0x10d6031ed46e3c8548418dec36e17eeeee709cebb7fcaa92fb240a0238349dce, '', 0, '?'),
(0xfa5ea9bfbdf8456ab246cf819dde8530, 'wp-content/plugins/wordfence/images/flags/gs.png', 1, 0x00000000000000000000000000000000, 0x6220b2a1c90c70b24882bfe97343ff7d, 0x9ca2732c21161066ead77a4bbe35b590e3c970f84df810940648ec8cfe20d8f6, '', 0, '?'),
(0x050eccef50c68876fbfdbbb88c24e802, 'wp-content/plugins/wordfence/images/flags/gt.png', 1, 0x00000000000000000000000000000000, 0x2705c2d876e971c108e8ac23d6004097, 0xf75866af34904eaeabd4a33c8a695b298f2b22f4a8f519c9ae16f2b505be4f6b, '', 0, '?'),
(0x4659b99fbfbba7245c389392049d5e58, 'wp-content/plugins/wordfence/images/flags/gu.png', 1, 0x00000000000000000000000000000000, 0x3ce8fb58c3a379f780c3cc86b240d010, 0x92b50d592ac0d627cee1420ae55f12bd10f9a33b4ec15dbdda2b4ca768b15eee, '', 0, '?'),
(0xdb39c3e61f5e2bab7488ebd46bf3f6cb, 'wp-content/plugins/wordfence/images/flags/gw.png', 1, 0x00000000000000000000000000000000, 0x0b391bda4d6a2b84e7fd2b4f4edf7a70, 0xaf434e5e4b717650c1cbed2514d2a2c7affb3c611420764413bb0c4749635a18, '', 0, '?'),
(0xfe04f96e19b1f138b7c30c9bed9a83ad, 'wp-content/plugins/wordfence/images/flags/gy.png', 1, 0x00000000000000000000000000000000, 0xff849c1d2ab02a0ff72247f47c1b8275, 0x17163491d51315fee97cbdde08d035c1ad10d0b1de8e846d08737a88fa97f79c, '', 0, '?'),
(0xeae6e86844c355580df4f5f07c95a5fd, 'wp-content/plugins/wordfence/images/flags/hk.png', 1, 0x00000000000000000000000000000000, 0xcf72598b46cf668cd2cc8681550137c2, 0x36ae880bfa9281ac43994be3b429b4137a66b35676e56ffe21b3b6a32aff90d9, '', 0, '?'),
(0xbd12b8884a632be8ea3fac8c2a636a00, 'wp-content/plugins/wordfence/images/flags/hm.png', 1, 0x00000000000000000000000000000000, 0x54e070656405fd44e11469d5e8865c14, 0x4f5dec1c5aac06e5f7da87621c5f5995d655cd459a777f2e10ac9c43999d6a04, '', 0, '?'),
(0x738d17f99abfc6dfa1036bd7d0b1b2ca, 'wp-content/plugins/wordfence/images/flags/hn.png', 1, 0x00000000000000000000000000000000, 0x311ce1a94595cacf50bb899deb052b76, 0x1ff6b67be576f73a8c4552aef3b2c77549e22d5ea85a4f72e05fa588f261d3de, '', 0, '?'),
(0x896bfdefbf48caebd9ecf07ca0028a02, 'wp-content/plugins/wordfence/images/flags/hr.png', 1, 0x00000000000000000000000000000000, 0x97edddf01d33f2c9e69cfb95c283379a, 0xc55c5f4646460e81fba068b956a3f997b94d2b6ebdb2c83054c4b5a48f1ed18d, '', 0, '?'),
(0x25e84a9584c3279a4ca91ee01297d9b8, 'wp-content/plugins/wordfence/images/flags/ht.png', 1, 0x00000000000000000000000000000000, 0x219621e3bf77dbc4d5b248fdd6543fc5, 0x4ef354ee233c7f0551d1560606b61b5ccc33a1431280067d4d46558eddc871a0, '', 0, '?'),
(0x134c20f10df22b71bc7c07bc6898957c, 'wp-content/plugins/wordfence/images/flags/hu.png', 1, 0x00000000000000000000000000000000, 0x268c223b643e5d8f7047afaf40b72164, 0x92255cfc72e95966990c734afd7bccd382e24a5efd05a7582dbeba933f4d27b0, '', 0, '?'),
(0x330ac1563e9bd44f39c7aa9f0999204e, 'wp-content/plugins/wordfence/images/flags/id.png', 1, 0x00000000000000000000000000000000, 0x1e11dc7f0474941d33ddc6d4faba6dff, 0xcc16d680f8b8258e862f6db0f6f58f35345636723be229c8e019e5cdd882f759, '', 0, '?'),
(0xb1dd8cdd29c6abefcc1225d35ae4fbe9, 'wp-content/plugins/wordfence/images/flags/ie.png', 1, 0x00000000000000000000000000000000, 0x95e7154f26cc2d718c39966646c778b0, 0x85bf863e2bf63faa9f699da3f202df27eb84b4f6ca1b125b8564deb53dbd0a00, '', 0, '?'),
(0x3d358d04d0c1404e8aa325bf6dba9964, 'wp-content/plugins/wordfence/images/flags/il.png', 1, 0x00000000000000000000000000000000, 0x01e1aa5550eedb4f0a461e7a86cac2c9, 0x5a39d8aa6295cf1a2f1b872f9122b03b832569e782ebaa880305bb33c9642fbc, '', 0, '?'),
(0x3af536c04d249edbcea25d93706db6dc, 'wp-content/plugins/wordfence/images/flags/im.png', 1, 0x00000000000000000000000000000000, 0xba3a8f4b2c7db092bfb4e330520ff673, 0xeca6b4df4b7bec8eb6f74b3491eab5046d8789aa96900517b2a6e8926fd957ad, '', 0, '?'),
(0xdd986062317458c2f7131a5ab4204b2f, 'wp-content/plugins/wordfence/images/flags/in.png', 1, 0x00000000000000000000000000000000, 0xa20f8ee0907304fc08bbbe90b259ae84, 0x36f1c4ac7a67eabeba7deb7ab1977f626476e53997dbe2f411f30516761fc84a, '', 0, '?'),
(0xc011b3b55101d57ed36a4ad11dc28044, 'wp-content/plugins/wordfence/images/flags/io.png', 1, 0x00000000000000000000000000000000, 0xff72fbd2c8d2b257ab9057819c72c91d, 0x4c7c5e9306f5c4268ef6f2b6a13ccf508c53693af50ed1a06e5621cc304c2b68, '', 0, '?'),
(0x52c07035e5c9179df4a28c12f1536904, 'wp-content/plugins/wordfence/images/flags/iq.png', 1, 0x00000000000000000000000000000000, 0xf58f90b8210ab596d8c1731dbb37be8d, 0xf5dbaf705e471212032529ad898208ce57ce3498c38feb8f5f3afd4b636cd8a5, '', 0, '?'),
(0x2f6b0aa8e59597ddcb8138b39aaa932b, 'wp-content/plugins/wordfence/images/flags/ir.png', 1, 0x00000000000000000000000000000000, 0xc06b826e906f5427eec8da1cc97b4b5b, 0x19b0764f7b95a8f4b6e720db9f939de564e6bc3abdd45d80e5bb733e31f01fb4, '', 0, '?'),
(0xcc71dba9f51686d5098b81cec18ba765, 'wp-content/plugins/wordfence/images/flags/is.png', 1, 0x00000000000000000000000000000000, 0x60f2ac2999bed21dc7b768a7061b9f45, 0xc3673ebbaec0f532ddd70adbff2414674dbf488f655abf3e20a13ef879d7d249, '', 0, '?'),
(0x1958db322cd249ec45d60b64a37b063c, 'wp-content/plugins/wordfence/images/flags/it.png', 1, 0x00000000000000000000000000000000, 0xebfec321b407da255804b8621b9dcca3, 0xeb0ce078969dde3566638630dd4ec291a339890da49bf198ddcccfa6f9e5b3a2, '', 0, '?'),
(0x41f6073ce1b07f8e3fefd78e63de51cb, 'wp-content/plugins/wordfence/images/flags/je.png', 1, 0x00000000000000000000000000000000, 0x72cd3bb693afad4f305d9534adb4df6a, 0x8c9f4484759c3e5499db43bc4cda8cd9c88b36ee0618576fa3855c85f0e33a3d, '', 0, '?'),
(0x92f1373d81db24b5becae9ff3d68eb8e, 'wp-content/plugins/wordfence/images/flags/jm.png', 1, 0x00000000000000000000000000000000, 0xb76ecb72126dcf9336fec866cc6ba622, 0xe88a90be8c02ff53b62199d91c5a5d6697054fbd61322c1abfd94793366bd364, '', 0, '?'),
(0x5c0e177676daa177785eb9b434439031, 'wp-content/plugins/wordfence/images/flags/jo.png', 1, 0x00000000000000000000000000000000, 0xd38d0182d931ffb2f1a6b1d9dcf357f8, 0x1b61ed6f46e6a5d8c348d0a2f9964bcc90709447abee317f00354dfe61ac9c92, '', 0, '?'),
(0x8e5229d4a1a8605067d9b4b7deae5e84, 'wp-content/plugins/wordfence/images/flags/jp.png', 1, 0x00000000000000000000000000000000, 0xde5e343e42b1b493d14489f259c282e9, 0x85b2f078a779c761e2a65c87cb99eb7d12438ea33320fed624bbf18ebb9329a1, '', 0, '?'),
(0x701ef15a561e1b5f09c25d80a16c7bbf, 'wp-content/plugins/wordfence/images/flags/ke.png', 1, 0x00000000000000000000000000000000, 0x6f4535a44a5549b4c657f23edd735ad3, 0xaeb9fd353f399bef103ed1f4a975a39322469e92d3d3a3aeba93eb81e8e16cde, '', 0, '?'),
(0x19888f6fd63caefbbb497d9c0a7b6073, 'wp-content/plugins/wordfence/images/flags/kg.png', 1, 0x00000000000000000000000000000000, 0x16f2b8a5ac0da5cda7350714c7e8f3d3, 0x9b2dfe36b0254559b8789caf1d967008433bb119ad0ff5ab698e38b3df1dcb7d, '', 0, '?'),
(0x1c3dacb2eeecd14712d9979300f6439d, 'wp-content/plugins/wordfence/images/flags/kh.png', 1, 0x00000000000000000000000000000000, 0x43267d724073ac9a484ca5c14ff67fe2, 0x8dd9d520d607c07a18fc5b320b6ad61dac574ace7f2085d69baca5d43b8e2bb7, '', 0, '?'),
(0x5d8018e2b408673e20bad3a1f71005ad, 'wp-content/plugins/wordfence/images/flags/ki.png', 1, 0x00000000000000000000000000000000, 0xe6b3e1c35b832311302bb5b441d267bf, 0xf7b3a79995f8da223ae9b1b7e92488e58a5d79a657100c524601f4696d05f0eb, '', 0, '?'),
(0x2ddd15ce2e8b7ab065898ab49738e10f, 'wp-content/plugins/wordfence/images/flags/km.png', 1, 0x00000000000000000000000000000000, 0xe276e632fbe16a1abb4940094e5c06c6, 0x2ba7a1028a50c9201c69ca1fa0371ea3a5097b068b05f574607ec1fe794a5ee5, '', 0, '?'),
(0x53a5542b29ce9c3cf243e50465b6320d, 'wp-content/plugins/wordfence/images/flags/kn.png', 1, 0x00000000000000000000000000000000, 0x4870e4a4288ca922dc49ede05b1b0fc4, 0xadf8d57b097e55af445cd3e4392d6ac78bd6451d67798dc2fcd41bae4b271bee, '', 0, '?'),
(0xfb8a69f7593a0024b0af04167abef75d, 'wp-content/plugins/wordfence/images/flags/kp.png', 1, 0x00000000000000000000000000000000, 0xc0db38905bf79ab321887ae5984c4574, 0xde05cb20a8abbf95e3a610e3a10f92a0a03f569f68ecaeb65fdfca7485f71f4d, '', 0, '?'),
(0x11a0268c4b872c0b1568c85fcc5280f0, 'wp-content/plugins/wordfence/images/flags/kr.png', 1, 0x00000000000000000000000000000000, 0x721c65e260a891cc1031b96a3f3b8366, 0x9aab6dea43c065aaa2dc091e6187bcab6353079ce6fd05870a31b9697dc372a6, '', 0, '?'),
(0x8c9e9257337cbceee578f5d39572d69c, 'wp-content/plugins/wordfence/images/flags/kw.png', 1, 0x00000000000000000000000000000000, 0xb30ff2ef02d74cddba61db66749135d5, 0x6eb3643a07543c9922b826ce15baee64b041eb64fd946da0c2344578b128dc29, '', 0, '?'),
(0xb7fcd5f0e862a111b368d6b87b2d7728, 'wp-content/plugins/wordfence/images/flags/ky.png', 1, 0x00000000000000000000000000000000, 0xeb8aa48e3ec440e37c67b9489833f2ed, 0x436982b79f46b2251c99598cc4d25218b87a1e644862784edb7a3743b848046c, '', 0, '?'),
(0x0a196fc70f73e57b0496386f0e59eb3f, 'wp-content/plugins/wordfence/images/flags/kz.png', 1, 0x00000000000000000000000000000000, 0xbaf1f6b1fe8f7adf80f4390da1a9c21e, 0x93510424d8bb76347ff3643a06ba80844929c38d1bccd80761f7600a8b4feacf, '', 0, '?'),
(0xa598aa744940fa90b4e88b2ce6eb285b, 'wp-content/plugins/wordfence/images/flags/la.png', 1, 0x00000000000000000000000000000000, 0x1a8515720fce9010d1e342002f3e7e69, 0x860871c22a8b1861397da16f971c4adc5d93289cf35347c4a934c18d34786c88, '', 0, '?'),
(0xbe1cd3a8ec3adf3af8c79ee8ea4641a9, 'wp-content/plugins/wordfence/images/flags/lb.png', 1, 0x00000000000000000000000000000000, 0xafa407ce488328571e38ce11a4d74a57, 0x78620f0519f16c2a9799d52dd1e04c65b3e9e2ba7c4382b1edf41441eeaf3044, '', 0, '?'),
(0x61fdf63ff1b45840be190c808cbe970c, 'wp-content/plugins/wordfence/images/flags/lc.png', 1, 0x00000000000000000000000000000000, 0xa31dd56646b7ea6eee6da40855eb255c, 0xea8d4c45bf1d0b17a72bf5cf4ec6a10159f8a844ec765ff271b363578e90350e, '', 0, '?'),
(0x1ba0a560aa72929db2169ecef396b941, 'wp-content/plugins/wordfence/images/flags/li.png', 1, 0x00000000000000000000000000000000, 0xcb1e7e06c15b6b22d334dbea7b91d23b, 0x82c69c60a52c5ef8f0d74049fc72321403532c6a5b6dd84ba436c05574b11db5, '', 0, '?'),
(0x4e752e86984e33ffb458548bc0f2f90c, 'wp-content/plugins/wordfence/images/flags/lk.png', 1, 0x00000000000000000000000000000000, 0xb7fa4671179d4f9bc290be9b2eb76141, 0x4140b7f33154179b5644f13afd917ed721e345de753e2a383fc90083229ff520, '', 0, '?'),
(0xefce596620f96e8493bed8b111791ee9, 'wp-content/plugins/wordfence/images/flags/lr.png', 1, 0x00000000000000000000000000000000, 0x4a3a9489789f5e62f63bef2318827563, 0xaaf7fce473cba81c2d2546558b431245109d08ffd59e023234d94467499543c7, '', 0, '?'),
(0x24175a3c300661654ebf979c54ada8c4, 'wp-content/plugins/wordfence/images/flags/ls.png', 1, 0x00000000000000000000000000000000, 0x7478a195f10f45b726caae6d920d6ed2, 0x7d977d366e479a16a6edb02262643038bc6ea05ffaee49e448c4b13bd94195f1, '', 0, '?'),
(0xbf6daa7da786c315be91170fff2b735d, 'wp-content/plugins/wordfence/images/flags/lt.png', 1, 0x00000000000000000000000000000000, 0x35067f932e2556fee5827a6cef0c08c3, 0xa954d799fb05e9601134767f461e016caf256cb5667506fd77f247bb47d48bb1, '', 0, '?'),
(0x1639f905f79e41ea06af8b726d900d58, 'wp-content/plugins/wordfence/images/flags/lu.png', 1, 0x00000000000000000000000000000000, 0xdb351d9cdaa11c796eb59ec337f578e1, 0x5eb6d4b96bee43e878d5bb8411262a743799d3c8c1cc6f970ff407b077c595f2, '', 0, '?'),
(0x895e4c399ed15a591c86c4ff8433c071, 'wp-content/plugins/wordfence/images/flags/lv.png', 1, 0x00000000000000000000000000000000, 0x969e43176df414d3e0b37c932e10845f, 0x2fc5a22aa0f0952734f582391d69a58c7da93ffde917bc172892aea8e4e58b33, '', 0, '?'),
(0x68184daef4aa78f98f95e568aa18a427, 'wp-content/plugins/wordfence/images/flags/ly.png', 1, 0x00000000000000000000000000000000, 0xce08a743ccb2dba862237e3c51f1a61c, 0xee28b7e4af1db676024c6dd8e7769336577f71057818e45e06faf0fe7fd1b4c4, '', 0, '?'),
(0x3fd27abe1f4f7b398a26ec7e3d76eeb9, 'wp-content/plugins/wordfence/images/flags/ma.png', 1, 0x00000000000000000000000000000000, 0x1f2b947ec9a2cd8315025078559b8e12, 0x5f2c7e63890d0ba8d0555717f2bd2e08e3e38881bb3f25b7d7132f8d8b14d08b, '', 0, '?'),
(0x6e499f4109de5236d9f109887d1a8b0a, 'wp-content/plugins/wordfence/images/flags/mc.png', 1, 0x00000000000000000000000000000000, 0x280fcd0946ad1d56ec9679c7b12ec86d, 0x38e7d8af6356773b9744d89952ddf11bae81ed38acafec7ea3123fd7f403f417, '', 0, '?'),
(0x9c1d2fd03f9e8d995b784c9222f1bd4e, 'wp-content/plugins/wordfence/images/flags/md.png', 1, 0x00000000000000000000000000000000, 0x28a2d26f6b3d6815bdf0ecdccf61adf6, 0xd974882b63e178066ca846d27a9e0492dc936f768ab28865a2c45deb3573bc97, '', 0, '?'),
(0x3cb47f5ee75eda693608d4b59d35ab84, 'wp-content/plugins/wordfence/images/flags/me.png', 1, 0x00000000000000000000000000000000, 0x5a73bb0bb04c3587b8c7e45592d8caa2, 0xcba2f6acd6a92b34e4c67505f1d7a68995dac8fb1992c3fe4c2725e8bd81aa5f, '', 0, '?'),
(0x45d86200af030cfc62ffe32102d7586a, 'wp-content/plugins/wordfence/images/flags/mf.png', 1, 0x00000000000000000000000000000000, 0x72b3bb5cf2238144623871c301e9fab2, 0x2fc143dfb9b839e7c3f641d83218a20b48dc2cf134b8292ed9dcbefed784044f, '', 0, '?'),
(0xc9d1e84dc1198cf95b225cdb3a0b50d8, 'wp-content/plugins/wordfence/images/flags/mg.png', 1, 0x00000000000000000000000000000000, 0x9eb5a390b1c49a7cdcd464f416e03ebd, 0xee295451690604d362399faea3f0a77162dd82711493a04dbb2aac9c60360309, '', 0, '?'),
(0x787850791fdcaa9f1e108b3197c1afde, 'wp-content/plugins/wordfence/images/flags/mh.png', 1, 0x00000000000000000000000000000000, 0x0c9f874b115117e5913a43c007594d16, 0xa95f0c810bc63fb6627a333352d5fc2f0c7a0bdcc7c164a1ac7f581fd203d03c, '', 0, '?'),
(0x20ad3e0b0c6582919c481f85d9066200, 'wp-content/plugins/wordfence/images/flags/mk.png', 1, 0x00000000000000000000000000000000, 0xc1e78314bfa19af4300ac22da46fb5a5, 0xbd46654a10a6520caa97110a8711f3ed0337fd4c459f1fac24d417fc5433beb7, '', 0, '?'),
(0x254a0321d3a65bc92cc37d11569ac795, 'wp-content/plugins/wordfence/images/flags/ml.png', 1, 0x00000000000000000000000000000000, 0x568db0310bb2807e65b6e1c478bbc9e5, 0x8c8ef51b769247995125a254cdc02e6cf7e1d6fbc671b0cf21c7f1662c3ea413, '', 0, '?'),
(0xe6d25d99d85a73a40704401f7e814f51, 'wp-content/plugins/wordfence/images/flags/mm.png', 1, 0x00000000000000000000000000000000, 0x75ca6b300249ab025a41669ede81e36f, 0xd463a9cacb4fdb8db202801faba65699bdaa61f3059791d6b5a0d8256b9dd699, '', 0, '?'),
(0xdfa5e493bf7e3babfd5101053244e5e3, 'wp-content/plugins/wordfence/images/flags/mn.png', 1, 0x00000000000000000000000000000000, 0xc9438e275d6aaccf14ecb1fd08856e60, 0x46535e1d7cf90a464b72ad1153a098e7ad8c96255898a80b99d6e0563784cb16, '', 0, '?'),
(0x88a699d066a13c877540cddcadeeecc1, 'wp-content/plugins/wordfence/images/flags/mo.png', 1, 0x00000000000000000000000000000000, 0x66879ea04fff7f7d3bc3ab0e31b6c01f, 0xcfbb032a70261c3dd447d59debef6259fb54b141f85bf74cf71464c6f12a6ef8, '', 0, '?'),
(0x8f620295cbed0bb3c28dae7281f9c13e, 'wp-content/plugins/wordfence/images/flags/mp.png', 1, 0x00000000000000000000000000000000, 0xe58692063bfd41266ec1b99c9def843d, 0xfcc404d80c643a54f1f948e6dc7a2c947a59f9068614d93bc9687ca46f69c496, '', 0, '?'),
(0x2a5ff4f3e74c0b66561e7d9df978664e, 'wp-content/plugins/wordfence/images/flags/mq.png', 1, 0x00000000000000000000000000000000, 0x3fec8dcb480aa42004840d703b4945a6, 0x4bbe23b34a72188e020db1a44930669c0bd71c301fee64d5852add0aeb3b334d, '', 0, '?'),
(0x402422f38c0d119a66122837a8935526, 'wp-content/plugins/wordfence/images/flags/mr.png', 1, 0x00000000000000000000000000000000, 0xcafb25937b19811ea189e76db35cbe78, 0xb7231493d99f0976a99f4e779f0b9ec85a5eb797f90c9b0bdbfc22e83fefd937, '', 0, '?'),
(0x6b01adb84607aca833d3d0116cc00b74, 'wp-content/plugins/wordfence/images/flags/ms.png', 1, 0x00000000000000000000000000000000, 0x9d93e5efeede9b79a2c3c7a87857f58f, 0x9b723ab131ed0fb6661baa4a482938310187ff28477bd7f9033c4d29b9b33a31, '', 0, '?'),
(0xbdcd26e0cd4c1421b3e0dc7d566d2060, 'wp-content/plugins/wordfence/images/flags/mt.png', 1, 0x00000000000000000000000000000000, 0x8d52645a507cbe6984511fdade897bd0, 0xb889782421d215014fb88a9ff35c2533096fd5388e5060a3a33f5a87ddc247a9, '', 0, '?'),
(0xd6ae85ca7862fc3de0348a40eb207425, 'wp-content/plugins/wordfence/images/flags/mu.png', 1, 0x00000000000000000000000000000000, 0x50d96827ca16fa8bc9f04110286c19ea, 0x8c22c5c56980ca23d4cb37c12ec34bc3d873a6ada0e6287d70781de2d7c0ea11, '', 0, '?'),
(0x9106090298f05b1030309f37397f7876, 'wp-content/plugins/wordfence/images/flags/mv.png', 1, 0x00000000000000000000000000000000, 0x917b0e8df1c129af6a7ffc4a7b6cc87a, 0x72a4f40395fa22a5e16e843f35b7d7c0ba6162ce327c4a10f6063685042f0d92, '', 0, '?'),
(0x28775aea429f4ebfe0dab85d4e535335, 'wp-content/plugins/wordfence/images/flags/mw.png', 1, 0x00000000000000000000000000000000, 0x7fe53ba552a201dac1f631dfb4514a76, 0x198b2192f02d7d9aebc7c71e2ac655801ea03cf48b4cd606cfa2952ffaa7dd40, '', 0, '?'),
(0x5a1076387efd8060add6ac12e7fcf65f, 'wp-content/plugins/wordfence/images/flags/mx.png', 1, 0x00000000000000000000000000000000, 0x145c3fd3fea161ae88d2abd54b2fd28b, 0x0154180a90023e4634dfad9358b728bfa6000dacefd87fa84c194b0fac90bb46, '', 0, '?'),
(0x9a6153f3e9951a4d5b68b27db72348e6, 'wp-content/plugins/wordfence/images/flags/my.png', 1, 0x00000000000000000000000000000000, 0xd6ec5f5abae78d17661f1bfffe9820b7, 0xeb5abb93accc2126c5b00b841bf031c1b2970c9ce3ea2ebaa054abc6fc5ea819, '', 0, '?'),
(0x7fb24a0c67561123eb07938f134f59b3, 'wp-content/plugins/wordfence/images/flags/mz.png', 1, 0x00000000000000000000000000000000, 0x22eb34c8adde1b84ad9d8e9e0ca3d437, 0xb3e633279c8544fbd5af996a0500788375843c9cf5cbbbc995ee3acac2284a10, '', 0, '?'),
(0x0e71a17f91002edeb71a6098abebd12d, 'wp-content/plugins/wordfence/images/flags/na.png', 1, 0x00000000000000000000000000000000, 0xc018f731f03d0ff85808cf75999734e3, 0x8aaa41ee050b824851dbe63a6a0cb1ee12dcadc662075b129c4364fec5fd802c, '', 0, '?'),
(0xa8cc535154e9a4ea236b13924eedb077, 'wp-content/plugins/wordfence/images/flags/nc.png', 1, 0x00000000000000000000000000000000, 0x966ecafedd4f10948ea978bec56dc47c, 0x974f87bd6bcde5d96e0286a907b357ac0dbd5f213cdcce81c20668acbec9591f, '', 0, '?'),
(0x96f302ba2c234e326da75c18dc626a10, 'wp-content/plugins/wordfence/images/flags/ne.png', 1, 0x00000000000000000000000000000000, 0xccad8542496e9fde431895207302db7e, 0x5140ef5a67460fa35791d58d8c4f422368056363bbcad27fb51e805fe8bd8c5e, '', 0, '?'),
(0x7a445afbbfe8d88983b14a70f1d5fb92, 'wp-content/plugins/wordfence/images/flags/nf.png', 1, 0x00000000000000000000000000000000, 0xa593e4eaf30ef33545918a919bff3568, 0x0c8acc912825d3ff51bc6e033c812c0e4ca660cc7a730a50f4f86ccd773a2d0c, '', 0, '?'),
(0x11487551a8d57b79b5ce0957249020d2, 'wp-content/plugins/wordfence/images/flags/ng.png', 1, 0x00000000000000000000000000000000, 0xe141335b8dc618a0454ebd22d180598c, 0x2ae96ce886605ac78f1e0f7dfea62d589b868ebcbd57d5cf084b0ba50be02270, '', 0, '?'),
(0x6434cdd0e52efb6d9f34d7a216b45629, 'wp-content/plugins/wordfence/images/flags/ni.png', 1, 0x00000000000000000000000000000000, 0x8932fdf7d48f990b2cef0495e76654e1, 0xe2c4f1165e0b82406df799b988944dd18b8f91281ac58e15456cb814c3602577, '', 0, '?'),
(0x66d0ad16eda44af236e72d1975bf5d9c, 'wp-content/plugins/wordfence/images/flags/nl.png', 1, 0x00000000000000000000000000000000, 0x9aaef8ba8904e14bc99ef1e76c0d1ea6, 0x20a5db32c3e42818369a804c4422f0f9309f46626c467412339386071d92cb01, '', 0, '?'),
(0x7602829da225512ad3dfc45b170e4777, 'wp-content/plugins/wordfence/images/flags/no.png', 1, 0x00000000000000000000000000000000, 0xf4d292549f1ec7af57f34694ab35f67e, 0x6989ab616e75a3e37677daaf3b76f5c85eb70c242274d1cb0685b9295bd62ae4, '', 0, '?'),
(0xd74d43b653da92252c3cb5274cbe91c5, 'wp-content/plugins/wordfence/images/flags/np.png', 1, 0x00000000000000000000000000000000, 0x9c2e7fc45dd7e74893f232eef70f7bc0, 0x65c8d089ce4c7520bf34b407196c0034697d5171cd4ff7aef66f1d77aa193000, '', 0, '?'),
(0x69388d4c4fe5b09e9eea734c3cbae095, 'wp-content/plugins/wordfence/images/flags/nr.png', 1, 0x00000000000000000000000000000000, 0x37c9ee1a03bfef121106f804d4b67cb5, 0xccdd6eaa3c8aacb7296571476eb1d1633f2399723c78640db32625ccc9e4571e, '', 0, '?'),
(0x27cf2971a184ae5abc7ade73313c4c82, 'wp-content/plugins/wordfence/images/flags/nu.png', 1, 0x00000000000000000000000000000000, 0x189bd228da6d08e0c39f2cf647ef99bc, 0x1d4f735d5776b1edf84d35df27303aec07b60db16685bd218ef921d960823e63, '', 0, '?'),
(0xad96277980781afcc17514e6c940da5c, 'wp-content/plugins/wordfence/images/flags/nz.png', 1, 0x00000000000000000000000000000000, 0x93482f20a65e228ae2f2715c740e8026, 0xd2f59b2e1df8eae4e7180ce63b596d16d7d0d1ca0c664369588fb5c7c580d3e5, '', 0, '?'),
(0xa0adb414f23cca8d3850005c3d007f2b, 'wp-content/plugins/wordfence/images/flags/om.png', 1, 0x00000000000000000000000000000000, 0xb05aa92c0b3b59ac17d0f48d4f055d26, 0xd3067e3fee2c1ea8196eeed4473fac4612bab0bb4b0826139066e3879aeb2073, '', 0, '?'),
(0x4c5b4cf3aad141d50bae2438c2293b16, 'wp-content/plugins/wordfence/images/flags/pa.png', 1, 0x00000000000000000000000000000000, 0x2a13ae0afd721367ec40b89f3c996ece, 0xb786cc7ab39ed9ff2759f1d98725c3156f8ce5b7366cb870c76e5c5083e95179, '', 0, '?'),
(0xd9de284de352c23b6fcdefde545045a9, 'wp-content/plugins/wordfence/images/flags/pe.png', 1, 0x00000000000000000000000000000000, 0xb6943c9d3cee242cfe04452b3cd10428, 0x96fdc53fddfdd38c5cb793ec3073d620becef36f701a1681fb1dc76165e871b1, '', 0, '?'),
(0xe303331a7e1073e3b886a831bc38292f, 'wp-content/plugins/wordfence/images/flags/pf.png', 1, 0x00000000000000000000000000000000, 0xc9390c7dc53d547bb1ee66988ca85ce9, 0x597b29d2da642a4481080bb1bbfb1508beb834e722b18b5a48ebc65a239513bb, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8781f4cab127414b22643b82f7f38333, 'wp-content/plugins/wordfence/images/flags/pg.png', 1, 0x00000000000000000000000000000000, 0xd9c982e0ec25583b7b8145d2b35d01a2, 0x5d2c7fb5cc1e6cb3376e0aaa1586b3bbd906544b6d1aa0472a1f4ba754f3e7b2, '', 0, '?'),
(0xfc5f800f26f6b34f7e39eefe52aa47f7, 'wp-content/plugins/wordfence/images/flags/ph.png', 1, 0x00000000000000000000000000000000, 0xd98440dca5ce297b76bbc2189ae1e79d, 0x92b620834dce6bf470f5712963eeb1129d1b0c2e7d9a4d5ee119cb997aa9a604, '', 0, '?'),
(0x60daae2f5a45f200ba5de9dc8b339c50, 'wp-content/plugins/wordfence/images/flags/pk.png', 1, 0x00000000000000000000000000000000, 0x7002162c96bad8f0a6e10edc6bafdb18, 0xd1b6c67b8eab025d1b51c3d93e787f4104a4110f725d3962b3fc0ea1590555d1, '', 0, '?'),
(0x83e2a5221e976dfbe99f9ff8146fa4c2, 'wp-content/plugins/wordfence/images/flags/pl.png', 1, 0x00000000000000000000000000000000, 0x961581861973a3a1a892ed92912d0ee0, 0x975a2527994bb295821092b2b196dee04831cd097dd38f133f268e9495a82590, '', 0, '?'),
(0x113e85c425ade87003a81e6d1d0bc4de, 'wp-content/plugins/wordfence/images/flags/pm.png', 1, 0x00000000000000000000000000000000, 0xe7a72c0a4ba613ff18ae829eba46f84e, 0xb2910d1be37da8cdd5c59c1c40eaf91b0843e4988245628ac5865c0a74a96128, '', 0, '?'),
(0x3a5abf5785d65fdd2a916966b38b96e2, 'wp-content/plugins/wordfence/images/flags/pn.png', 1, 0x00000000000000000000000000000000, 0x739a3bce3bb40c4ebbe914b36ee4a998, 0x58a238db46067066b64a7885eaffd9e225729acecaa5472ca2ff6c645eb82ce9, '', 0, '?'),
(0xbde969e01b8a1d43587fa7d249a10a33, 'wp-content/plugins/wordfence/images/flags/pr.png', 1, 0x00000000000000000000000000000000, 0xe949d1644d9b0cfb804eaaee684aea23, 0xd28844c900c510dde7775d148c4b87230a9e75212ab9d05962b5f3dd5e7027be, '', 0, '?'),
(0x041cf533aad608e79997ee4085893cbf, 'wp-content/plugins/wordfence/images/flags/ps.png', 1, 0x00000000000000000000000000000000, 0xe1624856d61ca88b7ae09a6b31ce0b6a, 0xfcc6c782236cba02278cceaa906b6acc96f95bf9297c7ec757244d792b5520df, '', 0, '?'),
(0x76dd65895f61b404ccb48d1e8a89c131, 'wp-content/plugins/wordfence/images/flags/pt.png', 1, 0x00000000000000000000000000000000, 0x01d9d411a2f5b19206543aa7ecfc8878, 0xffbbe5b2659ca99c925116e35ba226c728f3bf80f126326b1481e64dd2bb7710, '', 0, '?'),
(0xd9ecc2b953153296dd25fe3d65723e16, 'wp-content/plugins/wordfence/images/flags/pw.png', 1, 0x00000000000000000000000000000000, 0x5685e2f93002ee8fb11800184c9ead8b, 0x1dbe1b7b1c268146172a6fde8c114b1cfa3d153a88efdee94895e23d3ccc27e0, '', 0, '?'),
(0x219367a2db87d243ce3b461a9d54ef02, 'wp-content/plugins/wordfence/images/flags/py.png', 1, 0x00000000000000000000000000000000, 0x45bc19da0ae6da45e4291af802e4f84d, 0xb146b291a9228a76bc8068e00e2361796a1748d9bfc2cbde6d308f0d73e93b9a, '', 0, '?'),
(0x92e55469e083af7199549d6ca2a07da1, 'wp-content/plugins/wordfence/images/flags/qa.png', 1, 0x00000000000000000000000000000000, 0xe7970fbe45b7328701c619cd817cf16e, 0x4ece52461b60eb0178336254f662d5c1c6d3bd57771cd0e858dbdfb571519bba, '', 0, '?'),
(0x4fde3af032334660a0a0e0952c283207, 'wp-content/plugins/wordfence/images/flags/re.png', 1, 0x00000000000000000000000000000000, 0x857068022c81ea922c8a69802d0d10bd, 0x73d06b2fc78eee5ffb3a071642ca67f783c84bf2e14802e8ee9fe65c93c3084c, '', 0, '?'),
(0xf6d5d4a024a481d6bd2a3adca5f2d0ef, 'wp-content/plugins/wordfence/images/flags/ro.png', 1, 0x00000000000000000000000000000000, 0xd6da159a350bcb565acdb45fbb0bdd8b, 0xd769f39f7cd5186aee666da147df2d19ccdb47f56ac037f22c8e124c9340169e, '', 0, '?'),
(0x3fcae76d66ded80b5ccf2ddb689e3854, 'wp-content/plugins/wordfence/images/flags/rs.png', 1, 0x00000000000000000000000000000000, 0xb6e66e50dc65f41aabe9533ca65fae10, 0x4536a58a8ad386f742e381654ce47f056834b016154c2fa5b32f0b61b8f00fca, '', 0, '?'),
(0x468488a7aaac7354ad26fd27efb7d27c, 'wp-content/plugins/wordfence/images/flags/ru.png', 1, 0x00000000000000000000000000000000, 0x713f70e9a632cb5ee79925e76b1a23b2, 0x7459dcb1129edf1d4df97737696cb7af0950c51e4905ba56684870bf07e55de7, '', 0, '?'),
(0xafba141b78ca88700e3e936bb54fa07a, 'wp-content/plugins/wordfence/images/flags/rw.png', 1, 0x00000000000000000000000000000000, 0xf0c5812f54b4bdae5f6eed51452a506b, 0xd9e1981c176d17031ef203d08880b1650d99a35cdeb5805eb325e73a8282ad79, '', 0, '?'),
(0xa06405e70eaf1423617ff2c938e5c62d, 'wp-content/plugins/wordfence/images/flags/sa.png', 1, 0x00000000000000000000000000000000, 0x57f78bf65c4c6255ec436835e2fb568f, 0x23ea7d317e78b4a80ff250c4c11e7764328d345a14104ce9aa87a74953225c41, '', 0, '?'),
(0x7a6c8f1847e7d9e99c023e3fee7eb16d, 'wp-content/plugins/wordfence/images/flags/sb.png', 1, 0x00000000000000000000000000000000, 0xe46c3cca29f39a9a4a9ca6d5c9ebf02b, 0x6aa9ef3127119a5516a801b6f10b84d58092bc9d74dea1d0dedfe56c987352dd, '', 0, '?'),
(0xcbb24a0230a45cf7f38b1456ff3491f4, 'wp-content/plugins/wordfence/images/flags/sc.png', 1, 0x00000000000000000000000000000000, 0xcf406c2bad5ed62bda39025587cbf1c7, 0x86b2fb6438b9f642eecd211aa0fb1e35d1b956a356d12b2f208d33fb0c422c2f, '', 0, '?'),
(0x3f8517628855db2c49fc988b84b5c2d6, 'wp-content/plugins/wordfence/images/flags/scotland.png', 1, 0x00000000000000000000000000000000, 0x14dc08b55935fafb126247b08c912612, 0xdef7f8919d96dd052e655c8f098a864ff682efe6cdb3a1c3faa96a039f9693ee, '', 0, '?'),
(0xbdd02f6a9dc3d75341f9ba434a468abe, 'wp-content/plugins/wordfence/images/flags/sd.png', 1, 0x00000000000000000000000000000000, 0x3801dab6c62da3a591a201072cd770a9, 0x43b599506737bbd708b44068c039086b6f1399ea32439e44bd910435b0bd0fec, '', 0, '?'),
(0xb8a976121a16ea2995a829606fa37fd2, 'wp-content/plugins/wordfence/images/flags/se.png', 1, 0x00000000000000000000000000000000, 0xbc5df66546da42e8b32f8f244972fc69, 0x29b3e95ed52bf77bf0ed88345af3bf19c4162f3052915454adbf32b112b32786, '', 0, '?'),
(0x0b8cd1e116e209965e0864f3375b7843, 'wp-content/plugins/wordfence/images/flags/sg.png', 1, 0x00000000000000000000000000000000, 0x90401fd3b3876a58f99066c69a2069d1, 0x8f10bbb6583407368efdf7567080c054455fe0c92eb59345e7ca4523a59d9114, '', 0, '?'),
(0x74ebe29dc3104fa024d2a5ab68a30d1a, 'wp-content/plugins/wordfence/images/flags/sh.png', 1, 0x00000000000000000000000000000000, 0x3e0247c313097b6ef9161fd5a4a7c45b, 0x5de24c3d41854112cecf8b5919b87c4e3088b9bc9c4081cde98bdc471e73c40f, '', 0, '?'),
(0x262036fbbab3acbabad3bed2ff31fd53, 'wp-content/plugins/wordfence/images/flags/si.png', 1, 0x00000000000000000000000000000000, 0x0dcf959e357f607dd2e48b85d4258f7b, 0xdd2cb37fefb0e926a7da333fbf0ac8742fd384713c7dc97a303fabd4062327a1, '', 0, '?'),
(0x34703873c622e97d743c1edcd8155c39, 'wp-content/plugins/wordfence/images/flags/sj.png', 1, 0x00000000000000000000000000000000, 0x470105a037692e10d4cfb80e2bc713f0, 0x8fde3176721dbed4a33a1a77eb397e00fdfd24a04d9a9c981d2385b58fdd926b, '', 0, '?'),
(0x1057a1af75fbae52506249481e17ed01, 'wp-content/plugins/wordfence/images/flags/sk.png', 1, 0x00000000000000000000000000000000, 0xf97833dd69ef32660e96f9562e565d47, 0x5a9361bcd144e18582a8839fa040317e6590949082f273c05ed1a1879a2d0dbe, '', 0, '?'),
(0x37a9da2bec38f664f6121263af844024, 'wp-content/plugins/wordfence/images/flags/sl.png', 1, 0x00000000000000000000000000000000, 0x122e97ea1e426075d42c2624e8f4b331, 0xbd0a20352463323e39e312357450c1f36d983c2b1b77a2ec9b072cae9c5be3b7, '', 0, '?'),
(0xe6bd826d8846cb3d941be548b07b4f2c, 'wp-content/plugins/wordfence/images/flags/sm.png', 1, 0x00000000000000000000000000000000, 0x40371166dfa73834ced6f8f6aba82c65, 0xca849dbdb23d631c4d8aa4e31e40be4c2c0c64ae73b27b96eb21abf1dc5e6a01, '', 0, '?'),
(0x0e6e5a84269cfac959774c84bd8b563c, 'wp-content/plugins/wordfence/images/flags/sn.png', 1, 0x00000000000000000000000000000000, 0xecbbafe6f4758a9949bf0eda8da90c74, 0x2a9736f096149aad5fa98cc59aba5b68e75e0639f426dc4b2fe55c27dd5b56fe, '', 0, '?'),
(0x13b302ebaac4653aa2ccb3db2084e2ae, 'wp-content/plugins/wordfence/images/flags/so.png', 1, 0x00000000000000000000000000000000, 0x576340f691793be3b05726b1d84b9248, 0xa22e23af21014f63408a61856a5da0a7e0db31c784831f5eae4cbc6592969fa4, '', 0, '?'),
(0x2602af594d52a10be97a30ad76416f32, 'wp-content/plugins/wordfence/images/flags/sprite-des-128.png', 1, 0x00000000000000000000000000000000, 0xdc4ca0b56d84f4ee46ede651d7cb72cc, 0x4a2996f0400bf5758b814b61e5092c9cfa1c60380aa82016f20e832d9a92251b, '', 0, '?'),
(0x054efb0e9a2d23d85a336b388bb5548d, 'wp-content/plugins/wordfence/images/flags/sprite-des-16.png', 1, 0x00000000000000000000000000000000, 0x334ab89745bb4534dfcf4d8f606b66c8, 0xe71d91b81c14072f33e61391aa56cf20bdc7c731e25e322aa820c6fa54b8bd0a, '', 0, '?'),
(0x48a8cf11dd26023db5be07b7aa801c62, 'wp-content/plugins/wordfence/images/flags/sprite-des-256.png', 1, 0x00000000000000000000000000000000, 0x5535029a21423c52dd0b32bd1ed77c42, 0x75966e23eaef176c07120f80330a0736d8db3d31d4458ebe5c5d566503ebe05a, '', 0, '?'),
(0x0cf55a62d5ee57c08965601c9ba19e9d, 'wp-content/plugins/wordfence/images/flags/sprite-des-32.png', 1, 0x00000000000000000000000000000000, 0x233550619081ea9f66bd271bdeedcad8, 0xc4ecec2fe33706882d9bfbdc198451b4af78934ccabe110c41087e7b75104d3a, '', 0, '?'),
(0xe19fb5e1870c407e471d35a9fac632b6, 'wp-content/plugins/wordfence/images/flags/sprite-des-64.png', 1, 0x00000000000000000000000000000000, 0x2b0a3446e2923603bd2e5c6a09248752, 0x4cbbc99ce5a1373fb6bf7990b5c46b919eff8469ee12c44526e7e33a9a8cb1d1, '', 0, '?'),
(0x9166d5e889025586daac513702d86ce1, 'wp-content/plugins/wordfence/images/flags/sprite-des.png', 1, 0x00000000000000000000000000000000, 0x013956c1ce995433a9c8e375ab71228b, 0x1482b6c3575ae51e0c25e8262173e0607ae1c54d391cdb7066f453a213ca7165, '', 0, '?'),
(0xd550dbcd1113298bfe33743b95addeaf, 'wp-content/plugins/wordfence/images/flags/sprite-des2.png', 1, 0x00000000000000000000000000000000, 0xf61ec74d9764a15457d41363702c8df4, 0xc06c1338f5cecb093fddec91a0c3e7dee3064e2fa63cb48ca3f2f3b205f6d04d, '', 0, '?'),
(0xaa8e77fbdcecd77dd925a2156575568f, 'wp-content/plugins/wordfence/images/flags/sprite2.css', 1, 0x00000000000000000000000000000000, 0x7d1e20ac6fa780c4985f9bb7328fe0eb, 0x0e4a99c1786737a9d3acdeaf30269d270cc9244bb2bdab1ff146493f0dd5e538, '', 0, '?'),
(0xccb9394246e8e16886a474f12c3c46bb, 'wp-content/plugins/wordfence/images/flags/sprite2.png', 1, 0x00000000000000000000000000000000, 0xbbccd101e9a3ea02a4b51c03eb6d333b, 0x46b0b4cf8e6894ad01ae18908e8a9b4c98cd76229cf86ada638004d7594c786f, '', 0, '?'),
(0xe76fe0d1e4322d6285740def1ce164ba, 'wp-content/plugins/wordfence/images/flags/sr.png', 1, 0x00000000000000000000000000000000, 0x41d061bb70b6c44c3c7a75bc12a4c5db, 0x120139cdfbe6505b06bf0e478ccc1469ed026848ef0469910a25cec01314dbee, '', 0, '?'),
(0x148a0f949de3093a80203d59b0f96165, 'wp-content/plugins/wordfence/images/flags/ss.png', 1, 0x00000000000000000000000000000000, 0xc190377e8155a3a20b763d5bf2dd93bc, 0xa12a66166255078f7f491c00c0a9bc37e0e4e33e6364639b41cc01443f1c7f85, '', 0, '?'),
(0x5c153f2b56915161f21440858feed46c, 'wp-content/plugins/wordfence/images/flags/st.png', 1, 0x00000000000000000000000000000000, 0xd0524b8c9ea0dc1bab7b87ddcf0c3c20, 0x349bc89a2edb7e2b6d764485c1ef29e1dd980a45eaee34d2ab8ced92bc87192c, '', 0, '?'),
(0xc86e1bbf08c93934636fbb18f69ac46b, 'wp-content/plugins/wordfence/images/flags/sv.png', 1, 0x00000000000000000000000000000000, 0x12e776386de66b9a441bc76100eb5336, 0xd859a574cf5210266d2e74d06b4a2b5922858bdbdaae3d7c2f9ed3b09262ea0e, '', 0, '?'),
(0x41e170087d9fc35d2d2a852608abaf84, 'wp-content/plugins/wordfence/images/flags/sx.png', 1, 0x00000000000000000000000000000000, 0xc9247c15444eb9ff8f01dc15a1a5baad, 0xb36187ec0ece3205a047b0306a42b5d8df40b98ae0f91f4b343bf249937da968, '', 0, '?'),
(0xcd2c3f6867128c63f768d9f9cba15840, 'wp-content/plugins/wordfence/images/flags/sy.png', 1, 0x00000000000000000000000000000000, 0x3c36dc465f7f2ee03645cf3d54d64ecf, 0x9f43515357324caeff22898f11293015b50d95f8fb07c1a0dc7fbd9d2f5d02c3, '', 0, '?'),
(0x35f6ddb59b43f2e51c1cfdfc74123441, 'wp-content/plugins/wordfence/images/flags/sz.png', 1, 0x00000000000000000000000000000000, 0x3aa001f039a7592f8d581c39f5f5e40c, 0xdc9c183a5b0a909d7b06a8b93c59020ff10d2da56c3f80dcddfc08a0bb514faf, '', 0, '?'),
(0x56bcb68d9b36a839d17343aa218a3f89, 'wp-content/plugins/wordfence/images/flags/tc.png', 1, 0x00000000000000000000000000000000, 0x472f0fdde5ea09ada6b9c8d1d6514a0b, 0x62f4646d305edf355d780eeab7dff61c414e7bd1d24ee75628ee91395c3f0905, '', 0, '?'),
(0x5da78797750e46118dbe61dbd5d2fc3e, 'wp-content/plugins/wordfence/images/flags/td.png', 1, 0x00000000000000000000000000000000, 0x99390cef6c3023e6383bb7f63692a0b7, 0x8bc267d78e3dd3d7a51e3174d59b597c9f9a4aaa936a045df058faf1142c03e6, '', 0, '?'),
(0x5d413670bce77ddcc63083d67611334c, 'wp-content/plugins/wordfence/images/flags/tf.png', 1, 0x00000000000000000000000000000000, 0xaf2996763d5e9ea1eb349373ca893cb3, 0x051fa357ade28375e096bb9e08f3c59ffaed1b6c7676646971284a6fac098b9a, '', 0, '?'),
(0x401d90f260a575a8ab9966f7bfbc27a7, 'wp-content/plugins/wordfence/images/flags/tg.png', 1, 0x00000000000000000000000000000000, 0xe48276da74a36fb80bf3d55ed4c768b1, 0xffb614d68cd5010116522b6c7b072c655aa269f31357d7b9cac7d2c564582885, '', 0, '?'),
(0xa80cee44ab9bbd4e43c67c5c4b64a537, 'wp-content/plugins/wordfence/images/flags/th.png', 1, 0x00000000000000000000000000000000, 0x882df128e46fbd1c0f9129ccc4c66f97, 0xfe88bdac92088ceb931f05316532a7f3a051e94c074ae468c80e371730e71d79, '', 0, '?'),
(0xec3ff4a17e22f111538c992591c99eb0, 'wp-content/plugins/wordfence/images/flags/tj.png', 1, 0x00000000000000000000000000000000, 0x57f76eb0f1b558e3642c440e046a6ec8, 0xb341a4b45ecfb6c5585745316907fb7fcad353c16f1abd497ad0a50e8aa3fbb1, '', 0, '?'),
(0xc3cc00c2cd6d55aecfd523a8aaf87fff, 'wp-content/plugins/wordfence/images/flags/tk.png', 1, 0x00000000000000000000000000000000, 0x58b07eb40b9fdc6bac6469c45c160c13, 0xba43a706d00ebc531a421c2ff776575c62bef87eb53a371b66d271cbddc3011c, '', 0, '?'),
(0x1571f4f1ba55364a88cea39c558b493e, 'wp-content/plugins/wordfence/images/flags/tl.png', 1, 0x00000000000000000000000000000000, 0x42ec5cd1585b3b4f007739b4af209634, 0xed389903d632cd224d40ca35f5b4af1846801c2d42e06f62913f27e4a6a77fc1, '', 0, '?'),
(0x68865707a32867de5fe62c72ea80476b, 'wp-content/plugins/wordfence/images/flags/tm.png', 1, 0x00000000000000000000000000000000, 0xaf7d6bddd4b6cfaff031bb741b07ca36, 0xf78892953e57137940dc27dcbc6fbff39c57e0f542dde77ef1762d0ffabf9659, '', 0, '?'),
(0x4967f9626dde2c61739f597029411e39, 'wp-content/plugins/wordfence/images/flags/tn.png', 1, 0x00000000000000000000000000000000, 0xf30e8a336515657ab310d2c18a9ea8fe, 0x519755a9b999822794974c9904e94d523e9e4d3d4fe22ad1ef358cd43c2f5e1d, '', 0, '?'),
(0xa21972dd1bd67929ae767c080fc7d672, 'wp-content/plugins/wordfence/images/flags/to.png', 1, 0x00000000000000000000000000000000, 0x9f126a274be09cbf5ea465f6dd6aab4a, 0xccb3f000a767297843eaff5bd47e6c666c4067201c32a760ceaf6d6d78fedf89, '', 0, '?'),
(0xb31a359456abfa79931fc68ea4badcfd, 'wp-content/plugins/wordfence/images/flags/tr.png', 1, 0x00000000000000000000000000000000, 0xa4a8fc5f1508eb4a73de1c5e9d9352ad, 0x47daa95357206b91e5ecf57f765861819b97773b3e7c8ac1b68529a75adb3d77, '', 0, '?'),
(0xcdee532d35c52d868bcbdc709161a175, 'wp-content/plugins/wordfence/images/flags/tt.png', 1, 0x00000000000000000000000000000000, 0x14b4c50d33ee97ed7f9e746b3956996b, 0xd5ba0a28ac2457fe30e4812c7e9e5cf2b890a123f0b324d7c121972f921df55f, '', 0, '?'),
(0x21c0b6e1c6f341ae3b48ffd61f57f0f1, 'wp-content/plugins/wordfence/images/flags/tv.png', 1, 0x00000000000000000000000000000000, 0xfdaa18c206e0f565104b67d09c6c1bed, 0xaf7fe783a2f2b3a8e14c55fffb9a4b648afe04d29311851c74fb8692a6358178, '', 0, '?'),
(0x220af16b8e22636aee69f95680a42896, 'wp-content/plugins/wordfence/images/flags/tw.png', 1, 0x00000000000000000000000000000000, 0x6c8980377d9a614559c833b3ba51e254, 0x47cf328391e776ffd9979316f953e4c86f04c3fdc1c0549c17b7948edb26b1fd, '', 0, '?'),
(0x3c2a81cdd919297fcd315967acd0cdf2, 'wp-content/plugins/wordfence/images/flags/tz.png', 1, 0x00000000000000000000000000000000, 0x965d8b90032344e7e81ba56674bd3e3e, 0xc3ad3376092cbbe0eef0b7d1cb55e50cb924794ee14ad23be84c20e876517893, '', 0, '?'),
(0x5d03feed988f0f64540fa08cd1274ac8, 'wp-content/plugins/wordfence/images/flags/ua.png', 1, 0x00000000000000000000000000000000, 0xcc409a731fdf17919e0c4a8d849b94c4, 0xdafd47c0a0238e6ad304f05c268ddf6aafe9a560d85540cbedde50b5ba49ca91, '', 0, '?'),
(0x2e387b27934fd8320ee069f8784351a5, 'wp-content/plugins/wordfence/images/flags/ug.png', 1, 0x00000000000000000000000000000000, 0x0d2b596b534998a2e42d40175e376ee8, 0x2e014fb9b5354f0ce4c54ec890974d09e26fbca3ba06095602aa250055104474, '', 0, '?'),
(0x3a4363c28f2aabe0e52dab7c6134989e, 'wp-content/plugins/wordfence/images/flags/uk.png', 1, 0x00000000000000000000000000000000, 0x2831c56c86f20386c705cfc86642c18e, 0x0b9269c139e5317049dad1c629488ffb76533cfa746f15ec14507d486882275f, '', 0, '?'),
(0xa5beec7f7963b2250c3adecbfac86fe1, 'wp-content/plugins/wordfence/images/flags/um.png', 1, 0x00000000000000000000000000000000, 0x3d47d800092def6ba71e5b06c4d6d487, 0x26878753753a7dee05924e13bb2cc611952fa80b4dd25b8f1c7704cd97a57bb9, '', 0, '?'),
(0x46b0277642d2c8b9ece1c755c68afa73, 'wp-content/plugins/wordfence/images/flags/un.png', 1, 0x00000000000000000000000000000000, 0x423892a4fb5c0683f3d0fdcd49a15a12, 0x4e5355f26549549b20fc638d4bbfdc1a4cb5377e084bc448bf4eb26b2ce2c3c4, '', 0, '?'),
(0x987dc9f233b328c337669c0dc0c84b64, 'wp-content/plugins/wordfence/images/flags/us.png', 1, 0x00000000000000000000000000000000, 0xf5c5814262e7f1b7030b8df02faa2778, 0x2e40d5c95fba85b777efd580a724cc1e0252640a086c8e1d2397d0acaf1694e1, '', 0, '?'),
(0x5c2fe6e057222dfd89aacea4310571de, 'wp-content/plugins/wordfence/images/flags/uy.png', 1, 0x00000000000000000000000000000000, 0x7243bc9ea5e0d3b3d641174cf415a729, 0x90a64796a09a98005360bdbfe731b6321e5380771cb4e00e2b1288ba3de16e32, '', 0, '?'),
(0x662722590ee8e3eecbb1ce0256f6ea98, 'wp-content/plugins/wordfence/images/flags/uz.png', 1, 0x00000000000000000000000000000000, 0x5e7a6c7659f4ed69368129367c63343b, 0x832de30f869981dc2eeea2563f4e073ace91bed4e36de4590791596b6756bc86, '', 0, '?'),
(0x04fcdd089721feb97a88ac8683a78a34, 'wp-content/plugins/wordfence/images/flags/va.png', 1, 0x00000000000000000000000000000000, 0xd07229d370f4a0d882110be11a743300, 0xea978327d055b066d8c5482f5d01b8eb9b8a2d534e1d9bd8389202a9840322ba, '', 0, '?'),
(0x67ec783815b2aa504d8be3fae2c76fa8, 'wp-content/plugins/wordfence/images/flags/vc.png', 1, 0x00000000000000000000000000000000, 0x186a4622f27be5cbc51cde7c30d11e9c, 0xa345d8dbb3b5dea6914449c4bf69c123fd816c8f98bf9723e1801b2b76a72f8a, '', 0, '?'),
(0x11f991c813879dcab13177af81425f2f, 'wp-content/plugins/wordfence/images/flags/ve.png', 1, 0x00000000000000000000000000000000, 0xb59f5574f87639481f751a2a615c509d, 0x5b0f064391c36fcf5655e699bae4d63cc7588790f35c987878adf2703c09eaad, '', 0, '?'),
(0xe9a3e25370b1ec2ac781eccd618cb3d1, 'wp-content/plugins/wordfence/images/flags/vg.png', 1, 0x00000000000000000000000000000000, 0x7e557d00af2414bad5a8939200ba757e, 0xec39af61c32f6f1b44ba07b21ff9f5583e08e0cb82f7c6efa888f75f8736fd36, '', 0, '?'),
(0x609a126de4f65be9b4a1c6bf1c6af9ac, 'wp-content/plugins/wordfence/images/flags/vi.png', 1, 0x00000000000000000000000000000000, 0x1c28d5db7e294ed253cfa21bd4a19ceb, 0xe9d7cfd862f6dc50e231d499e14b801dd4e305acea3b9812827c79c65f3372b9, '', 0, '?'),
(0xdddcdbbe967ffab453010e2985398b07, 'wp-content/plugins/wordfence/images/flags/vn.png', 1, 0x00000000000000000000000000000000, 0xd350a2a8e1b3977677dcb6ffa650546f, 0xafbeefead65e5305356ec293416faef4fa0bacb0bec880d9557c29367c2cf5cd, '', 0, '?'),
(0x20a353de20d21bd3e897686e5564d178, 'wp-content/plugins/wordfence/images/flags/vu.png', 1, 0x00000000000000000000000000000000, 0x87200ee875256b047b936d1fcda22875, 0xcdcaaff37ba7bb99121069fe22e716cab542dc47988731d02716ebfee122882a, '', 0, '?'),
(0xceb5f6c1fd60abb3748d760e18a3539c, 'wp-content/plugins/wordfence/images/flags/wales.png', 1, 0x00000000000000000000000000000000, 0x8a89ebc1992ce3a543d56f7bd77ff076, 0x21ac69f44d4612dbd95c53fe5ea8044de0406a289eaccfcd46024820e7391a27, '', 0, '?'),
(0x8b04f74487818b23498d61342a784d2c, 'wp-content/plugins/wordfence/images/flags/wf.png', 1, 0x00000000000000000000000000000000, 0x2f1463e9b615ac159a20206b3d894f95, 0x08a0dc18338618af8a5063ddcc7343c197f63a29817a4b949e80618cb826e670, '', 0, '?'),
(0x604f28ba471337acab1b8060099f4d40, 'wp-content/plugins/wordfence/images/flags/ws.png', 1, 0x00000000000000000000000000000000, 0x4c004e8be0de163d48828e4f1df97354, 0x86ac252eca3d2cf2a4a9299c2189bedb31071e5a73a05399d8638edefd0834ca, '', 0, '?'),
(0x0e7ebeaccae44f55cbeabdcdcaced0c2, 'wp-content/plugins/wordfence/images/flags/xk.png', 1, 0x00000000000000000000000000000000, 0x5dec47d76cc4dd7d24f335bb498ed3c4, 0x598973e79c00da97c4965324d805233aecb82e49f7c3d112558d0cd5948577d7, '', 0, '?'),
(0x2ca637b50c6d3d693060a4d1402a0b5c, 'wp-content/plugins/wordfence/images/flags/ye.png', 1, 0x00000000000000000000000000000000, 0x34009a37f843034b9e7b441210185929, 0x628bfe4ddf6a8a46e72226d174a62c495431234f13addf324cd3cbd8245bffe2, '', 0, '?'),
(0xdd8f393706583cd4b98f2f896a5c80de, 'wp-content/plugins/wordfence/images/flags/yt.png', 1, 0x00000000000000000000000000000000, 0xf6ca8985f77254148791e6006889e5b2, 0x70015e456b5543a7d796d4e6a6fda2169515a02c0b3068d2343dcbd35fc25bab, '', 0, '?'),
(0x5b8d6b14eb587f74dac7394e740187bf, 'wp-content/plugins/wordfence/images/flags/za.png', 1, 0x00000000000000000000000000000000, 0xca704368990e0f2201da9f2ee2db33b3, 0xc28e0bd36ac1d3f2b66ebd928cdc878980b7032f50864369492c5918ba14795b, '', 0, '?'),
(0x79f3358a315cb46d133e08e7f3a847ff, 'wp-content/plugins/wordfence/images/flags/zm.png', 1, 0x00000000000000000000000000000000, 0xefd66e7cc7cfb77b3e63e6cd2d1e52bd, 0x14099b7988d1ef40ba0c42c4189b46169ba311357cb368e492a724915fa598fa, '', 0, '?'),
(0x21f178a873ba89430970f0685e3a26fc, 'wp-content/plugins/wordfence/images/flags/zw.png', 1, 0x00000000000000000000000000000000, 0x9a14090c074d9a51bd91d43e71510de8, 0x14f48043974f382bc6bb72445bb67f6a4636be13b9e28c464fa0483b7a65d2f4, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0x82fc939a27143925287764f4b268c9fe, 0xd2754df22f776078477c77399ff7f33fd349e9b143be4a5ea606664e0476a0bd, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xea181556072c94ef553318a6daea13ba, 'wp-content/plugins/wordfence/images/rr_premium.png', 1, 0x00000000000000000000000000000000, 0xdac5229b3320152cbf32d2180519a402, 0x4d0ab5bfac68675e9688d5a1c64691d9522d83c89da17ef5b39d1faec93001da, '', 0, '?'),
(0x102302390d5075044c6b30a6ae6b55d8, 'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg', 1, 0x00000000000000000000000000000000, 0x290d009994d0ffc6d2298d15af35dfd9, 0xc5cabb7b22d39d5e1e6d6c11dca1b2c9b1994d683261c60f398d98cb71943776, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0x3a6d77764b0dff9e9491825a898c7e7f, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, 0x00000000000000000000000000000000, 0x59e97e462ca24e387ad0d418a8fa4f32, 0xb67520c2bcb825adfcff35640bc9bbba44589ed3741bd4f2a0882190f83f51c2, '', 0, '?'),
(0x460be00fe84fdba3a0ffd4ffe7eb6790, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, 0x00000000000000000000000000000000, 0xbf17cc1540dbaf49ebd80beddf7555d0, 0x15b05c3942cb48836f3eb6dfb68159ba5373391976fcf010aa2a901b719c2800, '', 0, '?'),
(0x6adabfb474d8c13175a9ac867da3a7be, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, 0x00000000000000000000000000000000, 0x11765ebc49ea4e2fa9c86740f6905c75, 0x38c45618910ea218f1eddd8f7fc783347016f8078a5d6379ec825cf49acfe9a7, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x9451d4e086a5d186880376a736928a44, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0xbaf1f3355d948a64eec0a0fb648066dd, 0xb9d63ec5e160159d89fabd7fb4b04e4e05ad60eb4e224ba0d39e639f6b473c3b, '', 0, '?'),
(0xb7f55686281930d7c635d1cca431a4eb, 'wp-content/plugins/wordfence/js/admin.1531408399.js', 1, 0x00000000000000000000000000000000, 0x50a85b0d630f1049a8781676ac1b2f43, 0xf7730e663cee339355a7a204ffa4c1c0631c5f6a7eaf33ac979ab6c6764ec5c6, '', 0, '?'),
(0xbe3304af3e151740da3336f4bc4239b4, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1531408399.js', 1, 0x00000000000000000000000000000000, 0xa3f072d8172d632f236d7fbea04fe29b, 0x1b76deb6a39423064ea5fd02060022cc6b66efea85427bce94bec61952925469, '', 0, '?'),
(0x457bb67f8cf19428b82c63e1bc5dc7e6, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1531408399.js', 1, 0x00000000000000000000000000000000, 0x9b1264a10c8ab0ac1fa6a4cbef3395fc, 0x8fae527ed98c96d403583839eaeb4266f44c47c20fc9ba53b56c6b41fefd7e13, '', 0, '?'),
(0xdbbd4e798cb7ddfee23450131f0c4f37, 'wp-content/plugins/wordfence/js/date.1531408399.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0xa08ea4b94138b4553d91f46d61493594, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1531408399.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0xf91f31de2b4f87deb69a1dfb670301f7, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1531408399.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0xf9d9f3a97f27007b0c3bab0ce57c3c81, 'wp-content/plugins/wordfence/js/jquery.colorbox.1531408399.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0x6d9711a018f3c1923b86a1def22f42c3, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0x0e123c5cc2f4201c8305cd9507b768a8, 0x76e6416f3bfcef8ca47544cc330e249b5742393505eba35f229db4f4b120b318, '', 0, '?'),
(0x1bacc496b57b30a5ac08777ada000ef1, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x1cb05710336f7e8f125c80506e399aca, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0xdcb7ed0e89ba1cd99ada030d907879ff, 'wp-content/plugins/wordfence/js/jquery.tools.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842, 0x2cb934d67e6154956c530c20816651034f0966f8d7e45405d3b5b7d63bc2dd29, '', 0, '?'),
(0x1236ab7cb8f7e6eb3ca2e9f47056345c, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1531408399.js', 1, 0x00000000000000000000000000000000, 0xa2d65ff1c1198342386c635ee984d207, 0x123516e94aaa3968fdf1414c67168799408260c37577ac6fa3db33c9ce00493e, '', 0, '?'),
(0x5c425702cfe6d4ae101cc09cd17f9d7c, 'wp-content/plugins/wordfence/js/perf.1531408399.js', 1, 0x00000000000000000000000000000000, 0x7551f722ca7746f7dce11752141f4070, 0xca5596262b142fc5239d227fefb4316be35b778363c936dd4a0be6ec78f181d6, '', 0, '?'),
(0xb92a1b393a2ae43600d1459f58c62cc1, 'wp-content/plugins/wordfence/js/wfdashboard.1531408399.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0x6dad89f3b27be773090a38386603a01e, 'wp-content/plugins/wordfence/js/wfdropdown.1531408399.js', 1, 0x00000000000000000000000000000000, 0x8016bdd1e1d872700bf4eef763271abe, 0xe2e09f5347839673383bae5aa221b2d7964ae18475c631b77a180e3fabbf8418, '', 0, '?'),
(0xdbf3c3a4bcdf19a09e845f18d7adb1dd, 'wp-content/plugins/wordfence/js/wfglobal.1531408399.js', 1, 0x00000000000000000000000000000000, 0xf2066093d3b1000dd897d78b8256fe4b, 0x998a4dc874ff3ed397f3bc065adbe35048a87abc93e51dac9637536ec82e3590, '', 0, '?'),
(0xff710ba94da74fe6331c88d040feed2f, 'wp-content/plugins/wordfence/js/wfpopover.1531408399.js', 1, 0x00000000000000000000000000000000, 0x3be30c266dad0b41c4686c4d06505a58, 0xb004ec0c5f2e56e8a28f95ca178e5802cde334104eed695fd2fc6b3dd4e64333, '', 0, '?'),
(0x91967c7513531dab4aedaa47f0ca8911, 'wp-content/plugins/wordfence/js/wfselect2.min.1531408399.js', 1, 0x00000000000000000000000000000000, 0x4a9e9dbef69dfc12a521902ea1e7d769, 0x6c9e6b7d5bd9f97f5a6a41de2e211dc1f81c3d012b35a82bb41c7e71e7112031, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0x183e8e4abc660eaba3c3da4bb82b0bcf, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0x23bff0b925795d85bf2d626416aae58e, 0x1ca261534814856fb1950f79a7ea2865db09d205309dd54a3aeac07c66af07cd, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xa77033fcb3b4db6c6ee6415f36cef6d0, 0x3f39a4b5f0bdf09ca2a7891896d09c74d769ad33fa6dc285a492b5013bd557da, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a, 0xb599a95a3f3d62ad00f3d8441ad45a91152718e3cbbf5f70b27795d1bb2c0c3a, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0x527cd024b9c8ece7a9563b50e093e2d9, 0xc796685b00f0e0e7c9b6d07cc3303cca0bd22a189fc21d27ecec09906c577a3d, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x6dcf2dfe05268498f063598038fef318, 0xf89a53cb6dd90097b4cc3a78b213bb5c11813d9ff263be1675bd64f79aeee48f, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x1e74c3c82c80f897ee7c34024cc4945e, 0x59d2d3f7fb7b0b432005291d1e7eab490c7f915090e48f024ad14b2ec0284033, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0xe1db12ab1116e9050fa7b61308395994, 0x90db5b3b0032f7dc792c18f7e4aff2ed4266a4d90aaa0bc2ae5528e7b910bcd7, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0x93aa710dc68989d5282e0b41cbace9dd, 0x06e8184a266772622b2787ab4964b909311448b1844cdb57eac2f5c47265c34f, '', 0, '?'),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0xda659828aeb8d474406e1b807212a4c3, 0x030298865a079e342ce3687a3d3e4d9a7dd607472f5bcc30cf6c11f822ab694b, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0x1cd729578f3ac16af52c9f5e2931c6a0, 0x99e9b8f689ae8d2ee351887def6c3d51242cf38c659623e971e79a69913adc5e, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x8f18c779e3683d200e3d84c7a1f43c5a, 0x3fcc16f01fabe3de3101696e2b509193f5a203f7d8ca62ba0f8ad6b83a8ac5d5, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x8c555d0c4f2c81022fb81027f68e59d0, 0xcf1aa31ceb8f242864f69723b3c6740c51cb1871bb2693bced1faa2ce2c988b6, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0xfa0bcc0d6d95136ec45a42e2ce20bca5, 0xe4dd83455a123ff677c896de18cd9681731221bd37f4e3a0dd63c74ad0378630, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0x86ef325f02a339bb1bc69615db4a4851, 0xac1b9d9207edc4ae6ee6c83a06b76db55a1e190defb4c8276a870d5a8e4abc04, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0x86d5d82f945d4c2f4762e8a9eb99fd3b, 0x24790d0a70c875a0e4203f411eff3808e9f510dcff4bce999fdc548763845661, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x671c96f1d5ec230614edfbbb405873c2, 0x97c4aa4e32ef88171c39a1eb57b54457b01bae4f9230d1bd066d47c6ec4ee3ba, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0xd4b6774bbbb5e0b57f3ee17ebdf10d67, 0x23b7191587e84eea8c757d57e9fde64c21b05c5a20859438b210f0003b6b7bcf, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0x418a70bcf5af9c029b9fb0aed9c9526e, 0xe6b9d58d3e9c6a6326a96c0d6fdb31cbefb2e3569b8df687cdb7975c0cf718e7, '', 0, '?'),
(0x05f5efb4e2b75c5ebc732ce87a281918, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php', 1, 0x00000000000000000000000000000000, 0x32b2cfdd08bdad1827b3705b55618748, 0xb7cc3fe2047d04118aa08a6d0c817744870511716e8aec023252179086805cb8, '', 0, '?'),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0x8fc68da4f1ddb53111ade88b996e7a6b, 0x8b44eac04f68944201f03b34aa55a616376f2f67acf63869bac00cc0d92bccb7, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x30e7f5b115150b83774a97c7d3116eb3, 0x5f19d1e05ead8f3eeeecb2384ccb1bb9f3c0a55ce1ea9b1f82f284867b50e6d3, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x63acc2acfbbcdb5b29fd120bc3badb8e, 0xc30e9d293a3582b29d703718fa4a9a66b6b39bda7751150d851a28a131df6b95, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0x2e7b3752ede4debbea179cf19339b996, 0x050e8e405fa5f5bee2edd772d549a24a4cf1cc67295ebc540dcead5a9129b4d2, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1d18a796127bc93cfe1ef2ff3214df6d, 0x52aca301fbd6d9ff7012e0eb4d03bd183e6417f42a8a129c8fa19ceb10811b98, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0xbc237db45fb42a6d44c39763767f8a57, 0x079d6d892447fdf32b35395445fb780237427bcaec952fc4e02c75eed637ad0c, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x320f173e281602825d2f40ea8f9e6688, 0xfd5110d5a8a513fafa5714607ef3abe74ec75f77a9cf0705494424f14a0233b8, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0xac265da441ba168009c0735cca4bafa6, 0x20ed39c00d305d48e39668159fab09e4f6ab2ef43d285f4687c6c06c3235d46e, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x2f11f71a76c1c2a6e84292fc22f5c43b, 0xbddce49fe6eb9b3f4a4b8905d39c73960ecb70e6e3459aa701429f6df6083406, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0x9400a7c84bc84285b7ca6af6bd1b02ea, 0x6ee24166ff8487184887c4830b70a838b4ae64717a30244584953ee8f2ccee39, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0xe95b3ffb1ebbe77f203fa2ac138797dd, 0x0196627d5354bd0c1de5d1068e1bcc62637697ca848fc18bb8d3f6822fc37bd2, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xc5fe06ecfbbf68f6e33b42fe1592443a, 0x1a838dd5d2ecb9f84082b1dd5cab9bc9940d71422c434bcf8477e52ead171e7a, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0xba6f6d0e46c88588a8bb8caf78e41546, 0xf494fe45389a0c4d05195ea6e6eb5e7fe452bdb71c9fd540dae68825a477d89c, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0xea44e22b83f2df7f5104b90fc6abc80f, 0x4487a56b175c8ea002cb5800cf2c8d13eef102424ef3ef6d4f1e39eb89a832f9, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0xfdd851bdaa1ac8bf7c2001f69a1a1a53, 0x6739a1e6f279b19c3cd91640e3c46c251e84d2290ad41628a3ff3bc326822145, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0x8b006ba1f2a40cd46a42147851dfbbf8, 0x1a2019205d5a5eef04c885e0fed2f783016f69c905d08d12c9edfcab158690a2, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x66d1668c89883aa9e3d426f42cea5b95, 0x42261224713eec50e90af2cfbe7a8f26c847c03cf936c7b40419bc033a1cb28e, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0xfe0d76ea09a5c70b0c6a458e8875f711, 0x210391ccccf5aaea115234df4b88cea78d26c19a3e3580b7b67bd53a186f59dc, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0xb07979308c274fc966818d78323bf544, 0xf9d11c2e468921788903822c709f858d09c0975b27bb45881e1accbb19c42ca3, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0xe7d112a67802bc0047de0f4183dcfdab, 0x02dae794af47133209f083e72c4baffef1f41404fbaa4e459806b816d1513cd3, '', 0, '?'),
(0x60ca21969e8269be04b078fa67418e12, 'wp-content/plugins/wordfence/lib/menu_tools_commentSpam.php', 1, 0x00000000000000000000000000000000, 0x33f74c92add7d05dbd2d597bd01f708d, 0xe3c3f61a2be65169e07101391adac726057723bc47560e88b4911774421c890a, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0xb7cecfc1322c9796a914e721ac4c0cb8, 0xbae8b6b8c9cebaf4867eeb0c0dbac023c27cd1d9e40dc06a394b91d122239eaa, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0xd6ba26c5099ed613d18277e140aab38b, 0x1bc0bd976ce4c68511071334d49bc2c8985c334b44ad863b10f3da60cdb0e04f, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0xf974e1391e42dee6b422b7c8dc6fb2a8, 0x9766fcb8acd8f4f60ec1ae40a2eddc88a6ba781287b0fe1622357ec3badccfaf, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0xf8004a4d285d83eaf0a7b91a073777c2, 0x5b3a51dd9471c6462f71b006473b4e97404ba4857130381dc7cea44fca605bc8, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xdb8def51ea85b3f9c2f69d39d311ddfc, 0x1c0821f34423442230d67ae8741536f0db7f491048d4865cdedcc030cc881a64, '', 0, '?'),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x6ef6e813bde29c9a6f222a9c20a71262, 0x70dd7d278f35cbce08485a25bf5b2ae5c73a5e955e03b1aeb8feace582fed569, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x406c4dffd5331e4a748f4f4605bc0540, 0x5be983c560bf845c89c170c7a3c7f3ca54f1623e3db3eec75069e076124f05f6, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0xf915eee744b844d119abed48d8c2526e, 0x23bfa66024da9d7a783a2d60c12533b303df2699895e41939841f0c3128ff128, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0xf7ff56055bfc324a72fb328fb3278065, 0xb0009f67c9708948addac3282ad6f6d64180442313454b8363f94e2fe13769a7, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0x6b44baaea9b8b0dfb4567e4b098b184a, 0x09bce2a428da5f3c1631ae5ade993670849d99f1163f401b2255ecb19a2efcff, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x9490874b0d1c7f1134582ec7f91e9099, 0x6c85aa76cd6cd9095d28efe6da57b13707eb0e8490a02b13979730a8062dbe99, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0xf227466261db86c4e28291c131caa42f, 0x9b9c036e3271b5ab384487dd2d834152d93eba787159167198bbac24c120d188, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x30be77b334cf5686063d8932b850dcf2, 0xc8d8d928f3db0a7c8e1154cd3a5dce5872cd731c2da4602ee40af7bd0a934dad, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x926266b23d6ea1e5d3db32960231cb91, 0x01ea6dfda2ec41305d39b44b87cb4c086ce44f4bcb47236228a1811e0488afb3, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x6e8644ba26ca5a2325c064f1ce9c7131, 0xc1a6350fd632cf87babd10810e2668f1d92d760339f7c46bdf455889b49523ea, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x283162a8cc22333af921e1ac606b74f4, 0xd44dbac9fdfd89e7cfaff2fde88f73709edef890b04e689ae9938c81cae14434, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x36085b36108f9363bfbab3290e95524a, 0x4092ab3456a69ad7753fd90914b6a3976feab0754fb3343617394bd33eab944b, '', 0, '?'),
(0xb2fd8d4203b904365b738f964df77f18, 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, 0x00000000000000000000000000000000, 0xb1f10a9bf84533fcfb9dbaac8e12f184, 0xddc08eb0d005eff1c957cef202d71ef27b290ed5bf51e0b35d30d5fed6b28e50, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x06c9162c0ee41130339bcd180dbf8ced, 0x3cccb2f7b33ed7fb3036d8650aef95d25d2d13380c2641094530dae6761ed18e, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0x8884156d5b6362c4d1c4c5e0ba58523c, 0xb1f7a1284c4536d84cab5d31ef9d5a65cd87e6f9bd7fe9c3e56e355002139d8d, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0xae2aa85136d56c2f2afdde04a2e29349, 0x6cec10523ff332b58bd26bdd2c29a5fc9c8640549de515a7c04a022fc68380cd, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x3a5f5920e5dc354615db692616aa0013, 0x7fb096a89082e3844c44a70c6fa6f10aa45f8b35eeffb0e8cd14bfcfd88a4302, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0xde452fa4583abe15c6de77e69a39ed90, 0x8c40a6fadc9430a09d7e6f7b0b41adf8b82f8a12f02ef440457e3ee4d432ffd9, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0xeb34844b5f4afa32436d63cdadc774dd, 0x448d831d6a79ee161cba082cc44c77de61e4203c5586deda20fcfb17b2f51b53, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0x4d6fcfc40319d09379d4c62b0063b066, 0xa79fade2a52a965872eff981271c6d91fc924fbb9de4580881a8d1d48e0d69f0, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa, 0x32b12d37f2d16e613541943efc63d6b41a4e412d95707be48a516ef3b51a9af4, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x6989a5f4617cb3c2300cf40ae235e061, 0x263baff29850827b95240e6e0086ca74ffa77209fa006d9f6028d4d3c5b65ed4, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0x54d3a0e2b202a1be8e66ee4c5da11c26, 0xad48944c8b941c84684a90b0bd8f1484b8e062d1585f6b22d5d55b7585ab595d, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0xf0a0c17fb95f18e3871657eb09d63224, 0x09f395913b9a17b160c4754d7b60d32a06830fa061b5ce59c8a48e74ad570af0, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0xe2c993ab98b5f885842ae86cb7991511, 0xe3fc9df9f96cf1102d67bdbb50594891be546cedf3dfa83f8b4a7118b22b860b, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0xefd73c2540f78df675ba746569e3d40d, 0x0b4131da24137274a5f47ea5033e190fb325fc8b072122d64c37831c8d9bdc96, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0xe10592a40e808d3adaef1a7c167e9c97, 0x2bf899cc86ea3279cbc751e2b5ced91b84ba779d96c300c1fc1c75b189c1c7c4, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0x4645821eb957b3222a9f37dc16474a1f, 0x1f9465dc34e2fe58f079d74d4407423de8fecd1730d54727570b066ff826ffb0, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x2a93678b4c3993a22c26a1f32ef035f0, 0xe77d43eeb8cc852fb37fc03fb4c475b0bbf4197fe0b434de81b518f446b50194, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x886ada7d7a0c0908c098780ba9fbfaf4, 0x6b4b47ff530521ba6af8920e3b6ab74a5831ff5b2b2b16415394c9e86838bcb1, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x42c8d7e568e8f4e09301c8a10fc953b3, 0x9e28eca617d28deb0e784077adc57cfae5b6e7c73e5de9a122a53ee071d2287b, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0xab03c22345daf71ffd9434914da3eef2, 0xb00d3e970c9dd5f4071437e7a8b65e142bae5895d100153c3b4356e29f137644, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0x75f3dba26e0f9fdcd5af6790af1c1819, 0x890d7ae61982845e7417073fe54e3dde73fc50c917ecfb1f7ee9e8ab380bb5a5, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x325922bc417a1c3868f6e8786e9458c4, 0xcaad23f3f4c508f3933622d7ef2b39136590584ba26df5a23dce435d9499eb77, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x9a7695f30b6b76291f04d592f669ae6a, 0xe3dac3ad6f95f8c56e8655fa1bdfa85655a0fbadf15ad232b2c81077374c4281, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x039d3e6ed7e5321671afb0b92e69e326, 0x3086e04f7ee87cce79abae237a585e60e54d4c27d2d85f9d68f1b0867fdf2d07, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x7e1a79a368025b2ac8fcfa5bc7a5ebb7, 0xd1710dc77ad5b9346be4c39bc5ed3eda8ca56ae2d3279bb624fd61395db20aa2, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe287b22ab821fc50d3277cfa16251ad8, 0xadc200b62b466fed8b4c20285c2ec3db77b5ca20ce677be203a484263acf8c48, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x1cd939c2d6bf59434134147ce0b81870, 0x7b3330fd7044bcf6722523c3c14d7acf5f90e2cf944b7d9f416f364df88a52f6, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0x836dd58f47ef0108073d215b55e61a33, 0x631449238138667db8512a01ac3941ccbc4010ac19e485909babfc48e3fbeb2a, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x8df28f479b9c31bd1d936b0b0869fc48, 0xcb57e944d89b5dad613f3292ec1586d6197fefd66b4e6a89eef2253a0d6d5aa5, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0x89bfd985595fcae5a01b534aad5fb614, 0x86bc60c81b2f612319c520ee4f52584f19f79646ec269b71d5f7193c75494df6, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xd9f2d111542691df021c60c83d1ca37d, 0xf97114c9ae44463874d87b09208a9b5814715a78234b19dc6542c396cd14d7e0, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x83bd3a28967879cdf48611c4da8c28c7, 0xe9089ccafd84b176f850431744787e6bd5892d2408b0eb056d75978dc3b0bfab, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0x183e8e4abc660eaba3c3da4bb82b0bcf, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0x7f8e14fdbc4205b47f728e4578bdde98, 0xe7d8b123d8d0c89bf5a384127c68d9c884d92af11f70cc3580693ea79432d8a8, '', 0, '?'),
(0x9ad6949502c5df9a7928714414ab77c2, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xeda978e3ea6830f6d9f0f6ff44ca0082, 0x13c47d82b3b3548636c1b6ea4bdb488e5a10eafacf9787b5ac64381259e73ddb, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0x37e09aaadf576ec49c67721e33e00e20, 0xad25abc9bfa3210ccd62ff53ce8e3ef312654f8a087c444965c55f3f3a385639, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x928a7c8d9cb3c576f739e68f8ad9b891, 0xc76b9de8a4f30d228f97331c3dbf8e9602c96fc13bdd596a76a1b0e8093c5f0a, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0xae65655d69d5df4e3bea00ec6af34b05, 0x591b50c29cb2c2e79bca23449fd2762923c5c3570f0dd893a798cb67d21ba588, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x85ca571a7d79b149ab7ed0703ae8d8bd, 0x669c060f49f52429309b59b64440931f0e2f0fb4779f920c8bd02f1ed0cfd848, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x8d6e17671d94b83a6f3e712c7242071f, 0xc9d4c78a941b834c92ff5cbc1b062c0d5a0199ed8579dca79ac8c88066d0204f, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x7bcd58ef2df6fe97165bea70fe9c7712, 0x99e2db70eeafab7b2f88d4185bf86af086df901fc2b7b61dfa08a1ab7ed50765, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7f13da2a7194b6424974a7d39f413c22, 0x3671050751a5861dee1060f0b7886402216366b61db61b2ef089f80842780671, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x2b183e722a9093b1149a11f708f46d49, 0x45cdf200db2eae9da2acf2c2bfc2afad3146fb284466a77507ca76dceab2cb94, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8842b95c8f1742482b9712b181df2909, 0x89f638341f1945a83349362db896a3118739fcbcdf217a8c02c047139d4cba35, '', 0, '?'),
(0x6b7d3ac5fde70cd8df564ee0e5eec847, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 1, 0x00000000000000000000000000000000, 0x783e50a8f248e56536e25b4746d035af, 0x0c178cf00c71219fed9990e7ca25de8050d9a7a7a048b99472b42e814c89857e, '', 0, '?'),
(0xc60cfd70933109b03fc203d84a1840b3, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 1, 0x00000000000000000000000000000000, 0x2aeba46562a9b9117a9217520f67adc0, 0xe08ae02a8ab8c3eb8578e175565d23e98e6a46d136ce04b0c28df8b51509d74d, '', 0, '?'),
(0x4f3dfcc868b7007d4fede572104ca362, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 1, 0x00000000000000000000000000000000, 0x5a9a55f7af7e13bc4c35c2401a56550f, 0x2fa772d6ec5484726dac9a17a5d847ad1fd181a00daa2598650dd3ed7ce2fa5b, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x6ce9b7e27c92da41e81536934619bf43, 0xbad5691807cabbda04d1f7172317053eccdf7072b520e2ad60265d0927780ca0, '', 0, '?'),
(0xf8364e1b5d624eabed52f889849383c0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 1, 0x00000000000000000000000000000000, 0xa1da842003e271f63f73319ab5d4e555, 0xe752456b6b73265d2169aa5f8ba49a8922fcc9feea90797e9cf817c1f94b6187, '', 0, '?'),
(0x14af454357acee60a960dfdf0e012def, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 1, 0x00000000000000000000000000000000, 0x8b5f40e5650feee8e4330ca56294d942, 0xd94ce08bd8a4404ae386394f68479740401f9befaafb5a2186e00038236cd328, '', 0, '?'),
(0x63f163a9b6baabaac00f670e75cee4cc, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x976bb3177c4444a319952a403404eb02, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 1, 0x00000000000000000000000000000000, 0xa6c50a1c416776fa983103500c83d8b5, 0xbabfbda7306f2a0d91c47641f66fc2331bb29bdf3acddef86af57590bda70479, '', 0, '?'),
(0x015db3d66a89c752051da402fe89581e, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf7b42f2f1952b78482e1cc6ae3e9c92e, 0x17f60ea53327139d580dcb6f91602fd7107f04d344d8f908a0bde92ff2ba331a, '', 0, '?'),
(0xac5a67d355693169e7c6bee478c83df5, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0xa664ef571be82c82fa584545e66ff1fb, 0x6c3ff599e0a914290f2626a9a4e2e2e61ed350c8d3501e24401f13da5cb92fa0, '', 0, '?'),
(0xf5c27b5a0ac730440d4f8b4d2a5574da, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 1, 0x00000000000000000000000000000000, 0xb14e09b853d258d93f7a0fd50e07b1d3, 0xe5bfe0e6d4a60a160edbd9b24c4be7941059a2958a31d325f95837d97ed22a11, '', 0, '?'),
(0x92e2c5ed87b4c114c1dc7586fd348336, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xc86ccb666bb3ea3c19fdf7070d0ac0cb, 0x5221d64f5d7092490ae1cb5c85c55650cc3911873dc104fe21f2133f8f1dd1f0, '', 0, '?'),
(0xb699164b0b3fdcfe72b5e7611d235168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x4961bbe3eefdb5ff7f52c99e2578bcbf, 0x10b3b0a74d08fea220e41e620bf780bce9a364c2fd5d46c069f7504f5a7192da, '', 0, '?'),
(0x5e04913401ee6abe11167ca4e14983d0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 1, 0x00000000000000000000000000000000, 0x35f4fa482a66d2e424b0f0ca9d19d390, 0xfe03f211d0c69d6963df7ad9508ffb31e28d22dda2d39b6fb6545772798b2a46, '', 0, '?'),
(0xcadc8652289d271132576870f5a49747, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x401fd28f4889ff43a435cca85b00a5e5, 0xc058facd660e3ab54d8974decb8323fb03a5734403fa3428f84e1d478646e8ba, '', 0, '?'),
(0xb7d55b05308df15e8b9faa8cd002b617, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 1, 0x00000000000000000000000000000000, 0x65ba6d67ebdd9c7cf93cebbcb844680b, 0x992bc18d25dd47b83c74b3315deb83490719f2356db71a9e7dafe245f63ef03b, '', 0, '?'),
(0xa38d9ea476bd88855635c783de44c575, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 1, 0x00000000000000000000000000000000, 0x9cda840b9d0aba3110b768cdbe2102dc, 0xb34d0bcfa1e71109de13fea51ea870ab6bf216c429afabe2c7210d1b880cbd17, '', 0, '?'),
(0xcf51814bfdd6c451063935188ec69460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 1, 0x00000000000000000000000000000000, 0x01ec038be43ed9ca59215c7a9bff4a58, 0xbe14b3422a794ccbb010838161d8e275a82274a01a34e0fec75adbb34e6bc2a5, '', 0, '?'),
(0x2b620a92cb4466b05832c08687599943, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 1, 0x00000000000000000000000000000000, 0x649de5e0533abf2d4ec02151ddfb3022, 0xa736cb293f99f28b155e2246d22a05a9677cd2ce26c5db52d5cea004e1dc0009, '', 0, '?'),
(0x65699b8779eff8cc2c3ab6eae154d929, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 1, 0x00000000000000000000000000000000, 0x00a651902332d08f1291b4f35280b495, 0x7e164729e25217a1b3ea8137692deb23e2de0752203948b016fec7abf7200362, '', 0, '?'),
(0x14257e574e3832bd9e51ad4fbf9bfe05, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 1, 0x00000000000000000000000000000000, 0x6e34a41e469abf304a43c6206eb2be6b, 0xbb43622c7fa88db32207d7223e066abbe4a617f28990c58a03ced8416c44179c, '', 0, '?'),
(0x5d8e81d472993a400c7f16b4854911a6, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 1, 0x00000000000000000000000000000000, 0x84a185363a94f5f6be326b5033faaebc, 0x257588b8814d70f1dae1c92c2e00d140b25a718c0beb7218bf9d2fc3fbb59f51, '', 0, '?'),
(0x25443fc56d31515a22c5634158517187, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 1, 0x00000000000000000000000000000000, 0x8c47c61b8cdf3da3be9d310a56e730ee, 0x03387d07b70b05023e1ceddb6b3660bcff756964e2f0896548ed5003cd5e1fe9, '', 0, '?'),
(0x446da4a675e4cfa39321c249973548a4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 1, 0x00000000000000000000000000000000, 0xba941470d9bdadb850aadb5d478190db, 0x8c7cb69f20298aa95915fb4df77ff4162c33f7bea53081e7ca1f1a2a8739ed70, '', 0, '?'),
(0xf356a13cdffec3720a51b55d6a765850, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x5abfcd7ff82a064e66c7d9bc7b849d15, 0x699a94cbb67c3185d2e28f1b762e345baa28b6a008abf4d66d40663ef4bddb07, '', 0, '?'),
(0x4a083f23b3cd8c24014d0cf937d36384, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 1, 0x00000000000000000000000000000000, 0x0b60c4490c2e3a8f9b137fe2605052e4, 0x237ad415b85299021a4855e8c9ee3e42e86e502c9f9c169227836554ac74dfba, '', 0, '?'),
(0x8b8e4dafd3bcfff11e3754947eabd9cf, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 1, 0x00000000000000000000000000000000, 0x24e06b4117ce60c06c77dcceecb87984, 0x370d3409ecb6a510510a63edeafc3e630a063ed150660e38ed349006f8486ba4, '', 0, '?'),
(0x77651dfcdc6a16ff5af4f571b2490fc3, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 1, 0x00000000000000000000000000000000, 0x1c28af2c83a094beaf45da8ee6860e3b, 0x352b18fa53ef73590c073e25f372399637e49635185b49e93dc4603c324de7c7, '', 0, '?'),
(0x3a318328ac2904705d5631a92dc8a99c, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 1, 0x00000000000000000000000000000000, 0x9971444c87dfde61aa5b093fe0af2406, 0x479f7300ebe50dc32f31f702763dfa84a9d57f8bb77053102dab79452ed4d255, '', 0, '?'),
(0xaea89a83c0f4f8f303dd8833b32b500d, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 1, 0x00000000000000000000000000000000, 0xfb94b8972c30c1a75a25c911ade6f99a, 0xed675ef4b94db5c916a9393d262a17ad4d7b0bb012d95862bb302ad37593b9d9, '', 0, '?'),
(0xda0dc1edb181420565aad7af45f33701, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 1, 0x00000000000000000000000000000000, 0xe110f1597d83898c603876e8fd85464a, 0x8f55a292df8628b25bff72e5b5b380a96786d8ed68cde0e5acb5216d392822b2, '', 0, '?'),
(0x6b899231bffb832f97cd93dd90253db0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 1, 0x00000000000000000000000000000000, 0xa544719364369e2b22be90558f0687f0, 0xc149b803b3af01e4fd73013bd6ae9eb49fab6993bc93d36b8debdf459f40fa29, '', 0, '?'),
(0xb74685115bafcde3b58b50d1b39140bb, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 1, 0x00000000000000000000000000000000, 0x4dc2628d5022d1198a78d9594030f1e0, 0xf727c8c2d66ea9b22a326ed48be4f2e98ae429d861288c5ff7491f718cc9987b, '', 0, '?'),
(0x268bd3e8c99a259fd329ef5726d41769, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 1, 0x00000000000000000000000000000000, 0x3e58561044e8fbb0af6dad7c5036190a, 0xe9fd6c3defb305623ad19fddf10952e45a8fd0ff09adc18dfff009e017148d36, '', 0, '?'),
(0x5086b25b8844e15850f58061c91d89e9, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 1, 0x00000000000000000000000000000000, 0x9b06d8ef3b75c289fd1c53b982ecb56c, 0xba4d3e3a1c0df926e156fdcc60ce1a3ab64f30e90f53763b00fe0bc156b57708, '', 0, '?'),
(0x88dcc874bd561212e6c43ca0fb43dec4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 1, 0x00000000000000000000000000000000, 0x3b10486f16c4b4609ae9d7b36dc525f6, 0xe52886da0c6c5d8268f61dc5d0ae610979c8661468f91bb130762775b5766da9, '', 0, '?'),
(0x26f159a8abaf7ad071cd5b469e664096, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0x2a0b10c8f382d66b93c5e410a8f9889e, 0x12f0b83557e1465e1295ca0ece521adfb31d23281da39c2961781184a386a743, '', 0, '?'),
(0xead7d06049cbedb37f2cf379206f9f59, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x0feaf264b8be3de1c3406873b03a6b7d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x4b236c4a50a88b6530759f67a5db9481, 0x55fe574d9a99eadb736c4c9edce6d51739235462a01657186a3f5cd175a5bfb9, '', 0, '?'),
(0x54c5f92ea2df15296dc226f6cde4eb49, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x9434316c23197db770e6c7c6037a6b31, 0xa1d468869a09d35f82ce1ed69a9ef796aa21450ea1d30734891a76aeee4698b3, '', 0, '?'),
(0xd8bdd02992fc75d2b69f65087789af6c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 1, 0x00000000000000000000000000000000, 0x14886d684f1be0b4b28a66f4b22e490f, 0x0cad6fb14fdb62c1395fc1e362942d34c3ea2d847825f954bff5ab354539279e, '', 0, '?'),
(0xa614db1a818c8f33d5489a7befc7b282, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x72dc20089eb4a5cfaccafe6e2b17a36e, 0x5ec171dc1c4ea4d7e881d7d0a2de1d8326794ea27e8f2753042f2f3e7df29770, '', 0, '?'),
(0xb289b95d2954939c8297c04e323546d5, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c16475216cb97056385eda43f7174e7, 0xd69d527a35151d42c42cb3b46ec9b2bfa0feb78c0a0f486fdaa81406d0f2bd7c, '', 0, '?'),
(0xb2ba2d5bf58e888c53d15fd8b951f0f8, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x16313ab0d82195477e1ba071e7696313, 0x5eeb4443671c755054213ebbfe9bf457b8c51abbc71caf6bdd7e1b5f350c0a38, '', 0, '?'),
(0xfbc1325d26d6942393f1d85e46d9718c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 1, 0x00000000000000000000000000000000, 0xf832cea2f10902ae2ffa4521e13c73d1, 0x5cd03d01a9abf4351797a9330b09aecf8e76cce1845f0125f132bdff41b63f24, '', 0, '?'),
(0x02eb38355c52ada4716ff22da9b3d93d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 1, 0x00000000000000000000000000000000, 0x6882e0d113e22478202f99caf306bde9, 0xcf3c62aeef6f62b887b2976e410e19cbe0e745b6fe11ed37135f1914caef474b, '', 0, '?'),
(0xc8bf0f982de8d860b075faaac66ff0f2, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0xf0dd87340d59346a65ec36e839f79628, 0xa7e8754a36340c0f574bc2cfb0eb71a94859aa7f00861aa5c0ef2ba4cc986f65, '', 0, '?'),
(0x836d3eecbb0006bbb0305826a05e9951, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 1, 0x00000000000000000000000000000000, 0xb7e7704b7a92e40360df29395f4008a0, 0xbb9b61d2935965da71d9371c59546318b3c88a69249857bfd8aaca2fc421872c, '', 0, '?'),
(0xec0cdb856e5045369687548898f1dd13, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x978f4b64578cb9aad8bf0745c457f8af, 0xdc5295f511575d2e136461dfedbcdec87305b9da4a4d9c4c71102b708f7d2cf3, '', 0, '?'),
(0x11b1d38e417d07d28e575a353d2a749e, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xea623b76279567c2d1017e949eaeaf6b, 0x6de821c44d8096174a22768f043e2cf4e4ed30ee00d59cc9abb220266ad990e0, '', 0, '?'),
(0x81b069e4a01a21e017145bab382422f8, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0xa1ac8725adada85c2877920bbdb7df26, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 1, 0x00000000000000000000000000000000, 0x6ff9a9299dd715c8ec2cfe6abf62d1d5, 0xbd2fadd18e973a746b61405e970b579760cc83880d12ac6b0011cec701568a05, '', 0, '?'),
(0xb6f50883cf8fdfc552434f68a599dadf, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 1, 0x00000000000000000000000000000000, 0x30a5d8369ea2012e747ac1e59f78c76f, 0xf6e03bdd03feaf705e00ac9d3306bfd4b9e2288020898e41fedfce61b4ecc577, '', 0, '?'),
(0x4fed3565cceeee3b687a977740925719, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9a5a3cba86e689c77b0e7e47e1a26628, 0xe7f3b42cd7915b1a13afa3d6fa40bf2bead6c23f78b392e3500ed31fddd090a7, '', 0, '?'),
(0x6b25f70d30ccafb7494e36e44427af79, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 1, 0x00000000000000000000000000000000, 0x67c42bf8daa9c064deddac400cadf3fd, 0x7708a0626a905985cc029d94538ac0bec37463b81c8a83209aa249a8f38c6451, '', 0, '?'),
(0x151a5b8160a3b1304349245488a027f7, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 1, 0x00000000000000000000000000000000, 0x397e95ff62e0e5ca74501a4465af7c5b, 0x6ca6def50fc74a174a3a80057b831b28a889230f2c1f953791d523998e2a62cf, '', 0, '?'),
(0x7b507acbd2b9f9fe61a765d2d3a7d239, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php', 1, 0x00000000000000000000000000000000, 0x4b211d9abfe0b39a06520c826cfa7160, 0x87456a28d81989d735a6fec5f2f88a0cece5fe2f62ee77be8568e029d29e9ae2, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x38cd779c9429ab6e2e5ae3437b763238, 0x63922233bdf80d2990d92ccf108d5cd3b750ede656042984f207eedea4335e3f, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x26045fb8c258f8fd47c17d703aba8c76, 0xe2b3ce211d1f1b632acd253df4b14e0d5dc9d5f5429048ec880a95d276f47205, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xf65a8d54d6b7db3f2a3d1fe1898e7625, 0xf73a5a3a625c2535a64e299a2a4ef4f02632dc410b648ac27a4ca566b18a09c4, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0x6b59187f731a80951beb86ecb9b17592, 0x3b6bcd5aad43179bb3b6acdd3083045fccf152bb51a5d6dcc7ce3797db24a46b, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xd30f4ae96144354806fa72faaaf105bd, 0x9eda5bb8ae8434393c6093cf9629429ad18bd3334e470ea254aa1342b6b388dc, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x491617f5f0093dc47e15ccf40569cdf8, 0x69fe05a86143f8cab9d54947a444f37a7039843e0a122d65feb5571af0bb4f32, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0xc2a07dab5e2939c96fc0e7a5eac2c318, 0x06676548b207afe342cf94402234ca23f84df30cd08c865240b8c3880944db49, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x3248730ba33d4601fbe1ad9d0a1b6e48, 0xfb3d695c5447941aa9a78d059a72daae50a78bcfe8db4d12ff085a19df132118, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0xbff779a4d4971dba2852334f58c77997, 0x5e464086320719b8fb68eafe04773f61225c47a463af69b4b0855f8087108d45, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0x56f9b740ac3479d9faabc1930990905f, 0x3b27d9c2151662c7adc9e137a596dc6cac37fd2b59745b8073b12cca89005171, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0xd3e35d2bd7d5e3a404f2552c937972a5, 0xc5fb9ef17354403e7d86774d93c774b6f0c3a62ed1141444ca5aa54d79d1e552, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0x5985f3926edd5fc8080fa29b0c2cf163, 0xa05237ce4cf3fb6205b6c1ea690b25d4c3dc22c8da5ed91e06d4c7ffac832f0e, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0x441d67ac51e74ec17c41b2fc27d5d83b, 0xbc512997637b71fb04707e5bf28bb3ef2db18d4bf9471e64e470428af06369b0, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x7d9b914a0c9667db0621667994e14cfa, 0xea9ee08ae75e849845fd2f1a14ceae3c0390340f816e27cf777d9bb642ef74a0, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x4ba34d2d2e9aac95b682b68582723612, 0x49e2b068f35ec6f18d2c744014639fe3aad43df1dc3e376152b70d562eb536a1, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x4eace85878af9a5c39050dd1bf356e8d, 0xc12b7036d0a1b7a59904c188c1a11963cff3ff2f940246c525f62a731a9a2adb, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0x094cc9e91c3771ab223f0516bab2fad2, 0xce8a82a665302f85139ea9e2c928664aba04399b8e434074e8255d0ce82d6fa6, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0xffb70a1c6a50b05ca86b5dfe02cb344a, 0x3b12d686649eb78436974704eceb8d7e0411996d39ce685686206a84cd0f1068, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0x9985a0542ca960b648a55253ebdbf876, 0x4479348952157783cce8badfae7f92d2b66bb52cc6cb993864bbac1b1318cff4, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0x634c9402fcc445b7d4e0ccccfe68bf9d, 0x3dc320ef522fb0f063a35a8a81237c0e147af5ac532e62d9a604ac7d33f7bcf2, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0xacba4a1b9b6d41a006b48ac5d754cff2, 0x5299d06b5364cca10abf61b9364d741b1014fa3689df4d153ddb1328cfe5b936, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x183e8e4abc660eaba3c3da4bb82b0bcf, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0xdfd9f14cc95950cdba4b8bd30a8f65d1, 0xca5dfe534f09ac6f84b982db2a2b7558f53ae5a3e608ca86151fc18cd7779ff8, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0xd19c544e841b835dd48931f210ac814b, 0x48bd2a8599115d375ca14c153aa530e30575aceaa0d27be7c265148f1c403506, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0xc9cbae5fc1ec18cdf5aec6e4586becd0, 0xc3fad0f634ce3e31fc5e8807b8b766ff730ca87bcd712709dea94dedf992a29a, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2d055e4183903f1da4061df6b69b1d1b, 0x18b26178af1c97523bc6fe1c2c27984b8999a5e9afe63f51d9d8dfa68a48cfd1, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x50416630092fa1a7e020c22877c33158, 0xb149f3c352520afbf8f2a8df8e0eb0f86497bdf5c03bb5f7a9911cce4933e247, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0xbfdf229ea13579972022cf0f12278a66, 0xea9e6167c04c5353505596b5be0bb9053afd9085b0cc88897035513cc13e4672, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x07e49caecd60530375079ca5389090ec, 0x9ad8685d7386a055e1c573b76a3dbf8b2847cd6601c5c776f59b610ea6156353, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0xeea85f4a3cf03daad0179402480b492f, 0xc5e7904b8e1457784451ffc4c2273790940f1916cecf8a98df9557af95c7abab, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x99cb8162e6845bca6c6d39017377a95e, 0x98baf161c5f366b7e62c1acb1e93626537a12793422c4cd5eb438973a898664c, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xf34d23c6822c886e9ac8cc6a397ba299, 0xc90ee9a42bc08f9e8813fb05bbd5c84e29c2a8b79b9ea8e58f4c094bac7af228, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe232d46fd6c4005823eb96381533947e, 0x8bd9248e3e88f4d70a1a5796c808294f9c0bd200b88383b3280ad9ddaee90038, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0xbb83291aafb00cf374553245633027e9, 0xe4c3ba4dd82e2e388690d1b93e4e77fd6aa55aeef3d0f1a9570862fac32a42bc, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0xc5dc6141273490f5063de306c147b367, 0x527b07f568ae433b03c55fc9ee090f8595f1ea472b527adf7254a5917a609e34, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0xfa4b01e163a6db44b5f8c383a4c2dbac, 0x5a9e4aa09e77736835ca4db4fed0edab15b645752f6a678f5b898b19c62de8c1, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xa20883775db151a856f7d5b4691e13ab, 0xcdfbf171acfba0722ab7059ac6f82d54b9f8af4e35c50d85d94f633b6d8e61b2, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0x51935bf55b5f595bca9b1cdceb4a7b26, 0x6ea24982821aab94675b1cc1ff00be114dcfc9020fc5cbe35a05e031ba5df3d5, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0xa6d1bf44ca00bb7cf69510b2f173e657, 0xbc0a2a0cae150e76af5192f72847d5f369d475e03340d7ce34ff8a2a8f870fc9, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x25650da97f46649ce7f645050f307342, 0x25fd4dcde6627511e0ce49d15d92a11843ed49e30aa936800cca7a7dfeee4234, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0x6d9466b775d6ba672d14670043d63d76, 0x0817c34e3c0d9f3baafc64b72ad7f4382b29931a01624f3fef3096c945fbc0dd, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0xf97d8d7daae0cf73024ae4e117f34b81, 0x6111eaa600c46b359717bccd09dd2dafb900026f44780516dba03875d0e92527, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x982e319fdad028193ef704ab1a56457e, 0xcb4968f9818df713ecafebe6a397687489157f3b90f59861369b4e2ad87a1008, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0x90eccfa498535a323de4a8cfc78cf55e, 0x9e0094fdd48af477aaf91a291789b9368b5a7016bb2da21c6c502dda4e9d44c8, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0x05bf3f59e28451a312dc12ac18314870, 0x8340a8c69ca17afde7b3545ed13648db615e8d75e7714e2984fa4359b030b60e, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xfc2610846d3a378be17681d73dcdea9e, 0xbfb30a1cc2ecc107ebfa71915997f09915dba13e066887fa8dcd5fc0c95086c5, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0x36233e7b7a71b8db0a5325bdf8a8a14d, 0x13708016fd131f521e4101f637b6eda95a51fe6ac643704e6116d93dbcf94dd1, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x77cf6d01e9fad1ad2767bd74f53016f5, 0x7f0822a4ad7d996129221949dc0af22c4e18266446f42a54b37374d9721a9343, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0x3d53c9306ceea94ba8bd405ecbf83d0e, 0x88e706dae40eb8cf85fbba943ce3e8550f52bd59a812400ee6b72aabe31d6373, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0x4f611c197aa3dcd076a98a658e2cdfff, 0x9d31bcf97692fe4d38b7b5a06d20674994db340f126b0079973bdde5c4cf2fc8, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x7e0b4860e802b462006e7642204a5122, 0xe9ebde4604cbb24980841918d1479af9eac81136cf0b678ce856b029c230a66b, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0x1772611c5827c9e17a00352b9322a837, 0x76ef24aa72b15f0e73af047902f3b00759a1c8f913c218557bd8983f9913b143, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x616eb924cd0136a8dde519bab9162205, 0x890274c9a2b590c4e3d2432d3ff8270328e175eaa2a641b8542d31626198db3a, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x2a4b840e60813bc28200d67d7f94860f, 0x2c8c03636e39ebe5db9d244f95d6fa60bafd268f70f5548d4f58d66905d8b3ef, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xbf21fd1e2a866f1facb032c2af861224, 0x54f08cfb43574439f2bc832dcea7a5308f28b51a074abe6907c9d7f4e5d6c2f0, '', 0, '?'),
(0xa80d238a44ed0e6a6599f7985d77b794, 'wp-content/plugins/wordfence/views/marketing/rightrail.php', 1, 0x00000000000000000000000000000000, 0x5b8b90f5ac2e16b29352b237fcd7e9cb, 0xfb47c7523bdd960acb866fa078194b68011a532372558c6b3d0598c517dc68b4, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0x821386aea5309dcd92a66c008bfe42d6, 0xb22c7b3d230a19bbe44f89f651e1dda55770a259450b5901323e135834c468ab, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xadc7fee46205f6d5979b1c6cda0fe36e, 0x0879fe8261f0f232032da0fd0408a40ca3d4400405dc223d832ab1e7cbde0b27, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x3d51167c2ca0ca4590f28126e17b43e4, 0x7ac911a4053db6242642dd282c01ed5a599bac350e579ec886f1e073c0e57881, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xabbf88d79203fad122d43f070c713723, 0xc815d7404f6f3d87d305bb5c1780036de68053c39d452c9fb5170841dc27795e, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xe2139269c5aef439f56560f8d01632ee, 0x5ab5b4ff4dcb47584c3b24784d0f697c51e825a1b2ddc5bd5932dc191ead245f, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0x91d8250304a15838206d783e26acf197, 0xe65bbb00a8ffb9053f7b4bb48c45c3e0a6e933b440ad23d6f8d7c025d52f217d, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0x5723eb1d11ef00f49653ce4fe87b68ad, 0xfe2479cc5b79c69ad954517ae220908c2151247373138132ecdb1d276bbf72f3, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xaf382035fc552cee046598a10aae3428, 0x9353a97cc30fd9fdf8baf0ab97504f8fc8d6e281f8b964c98726d8d9b22dea80, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x0796b0cb60f19a7f4cf49602936766e5, 0x0efcfb5fb40d00ac8ebdbcff00b05a7df0e87d29765b34ae96c201bcecf11e8b, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x71a9cc35db438e94e301ec83ce26edac, 0xc2635533d04118eb570a8d0bb20428d83a871646cccdcc407a416747268a6a39, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x6db369d245b73e57a563159c5a616967, 0x9e26cbd2dbd5d59a12cb6a053a8367262a35db360679c9a864857134d6999ee6, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x7dd6e0ff4bcb0c6d8377b64b3520494f, 0x9781942b6490996edcdd5cc41c2f4d2b7b782f28681adbde2d7a7f259c3172c7, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x41630e7f0c5b44f1974f2b2e66e6191a, 0x7eb93f5ce97c7185349089b6cdefc9cf843e6a57003690cf775145673d197a5b, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x2c2b9ca3fe5b03520419b58cc5d68802, 0x1c6cc9c014fdcad24656b093a46a466cd6569b138dcbb1a356afc79ebaf34260, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0xc334030984aca5e98bb933789a4b1051, 0xf6c0eee1692dbe59176e07a14ab183f8905ac0e53a75aaae1613c8f6374a768b, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x42c87c7373476f31bae5ec0703b21778, 0x0a39565720808392b4987c3adeed5d5cc7e529bb90a0ebaf64890f5e55d30e23, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x1db222c0702b10bb4e19c56feba42b54, 0x58ced6718b3f27e7cdd0842cd4fee8ef55e5f297c7d18d665bdc4061bc5768bb, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xb2941a28e1617c011cbfb9d9ce915d78, 0xcd8fccbdb1cb55b824c971399319b59c65671af872116e5f61ab8c480343ffc8, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xeb88a3f44509d3cb7862482497c27411, 0xdd1cd04684dfd96d30f8a9d0126a432c57f024fa9a1f89953d3986ff6eacd4ab, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x5d4b7259d0d006b31dcd0577cd4201b8, 0xa3036bc76e0c530933b12659873d94f6fc9dd5818fe45f2b3f48c6aa10b42508, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xd957e55937db166f09fb5fdcd380d93f, 0x188ea62041c9514e651a7977977347a18c40b8f9ab165a49267f4ca2efe110a1, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0x1e45dd30f3142201ff8592af23131c93, 0xd1c3d6a9790ac9090ba013fbc4b3f6c6c2168d58159f48e82d3c6609adb463be, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0x8296b89ee9f1c746b2360cfb6faa8b40, 0x270cb150b09961493d089776847c86a5dd9faf83fb44f8e71ac0e6182192e445, '', 0, '?'),
(0x05488393ca0c63e5c1a449b24a25b548, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php', 1, 0x00000000000000000000000000000000, 0x6742238ba983dadceae1f31b63cbb74c, 0x417c7935eaf66f195aea4ea762d3a7cfcbebc33ef509595b3b39bdf804185e21, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xc95c005ada7ba5e71d0b3df8280b94a7, 0x0311239ba2a7a00d163df7e25707c8994bb4627a82fb88802e8360ea02b5b175, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0xd1263386dc5a1cf109bf5200b0378e75, 0x3fa5147ca03f4186dc418021d1ec0a22d85c3415554349ca72ad277ecbb61350, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x540426fff114a1982369a75ddd3c7b19, 0x4513506d683e2a48ef53059eec38b853c646aefb70580462645538befda90485, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x3a9d3edea488802b7ece74cdabbfae2a, 0x497c82a405115ecf8867b33f6ec68f17419f64f319f69fbeeb5d363852f6e316, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0x9cded8f060589b63c16237b5714e538a, 0x8b4dfab7c947fb5d20e93f7593bf671250e37031cb2ca328cb56b05e7fb4f4d0, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x0f9696345a3f64149795a51b8fe2a2a1, 0x31586152704c72494f2598257c1f0dced65667196500af2d62eb5e966ebd3db1, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xfeef8020befb9ceaefe58ef251b9864c, 0x8b059ad5523231ce3fc78c2a3d62cda57d95f5b7a6935826fbbe4dad91c6b70e, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0x203bcd8f287670d7e81f6f71b492e6b4, 0x7a2d00fd13e91841c2d86af4a1ac84cb40c4200e3863cae00eb6ed5426d59ec4, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x1d6e81a9ca5ad3044855e51dcf98bc8f, 0xdd93fa2119bd23686c74d273f629883a7d2a61d945e0eff2d267f107896c5444, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xcd44e7a76434fa278f085429c3e77fb7, 0xe14b505581d8f11e777864be2115296eea8ac80c3177833c816d9ec32ec7b366, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x795f565e0fc10a258ca38b701dfdca63, 0x6457a2670bb86d65cbb035b1ff17e3fad6d2a0c703a93aae3bb38dd057e127d5, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x8296b0fe8efca7f25c506d40e18d6e99, 0x3404c481cfd705ea954c8f7386c8164603efe6bd136d1a5ed31a44a451158f9e, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x17105bd0becfdab0a98c02413928dc6e, 0xdf914a5b34bb9ef5230e0fe87e48873814c88942ea99392bacbb2f6d76f811aa, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0x49e81886c936cfb2d214bfc493aa5deb, 0x79683ba77dbeb33c36795a24094d3eb24b99285c06942397e626b8220d17656a, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xe5d8b16d193a68f30d471d5aaada8b59, 0x74380375559fb70e55fbf153c492aa7166be94ace7530f9f33699cbd8e69f675, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x5b9bfe0c200a86526fa24e0e37d6117c, 0x7e9d87e29d836764b226775b9575bfac0eaaa1b9916f1ed918d17c741e89c17d, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0xe3e5f2cc1afac12e2a3ac3ae882bbe31, 0x96af1ac1fa0cbade94ce6513678f299ef251524382e4418716196defd612f5f4, '', 0, '?'),
(0xa1a85a6dfc2ce445a2a0da1b6929bfb4, 'wp-content/plugins/wordfence/views/scanner/issue-dnsChange.php', 1, 0x00000000000000000000000000000000, 0x5d76ce862e53949786485eb3e699777a, 0xec78e2675c24c2c44380898edee4e003864a07c52907adfdc8b6d03ee6054c12, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0xd05bb42b65b4b95b65fbcf99bf665782, 0x5141bdd77526ed7b03416981fd580b509a4bae5bf1927b30800151b46bf101da, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0x3fb37d19c6932efece9c653114f7b255, 0x1e7f4dadf154f10884f4ce7ad9da586084e0aaaa6d9d4fbcf113815d247358ce, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0xa900ab12103c91a8ee8a5efdb03dee66, 0x735dd1bd6a24ac8909a0a5e2869c01d1e3feb8ba87bfa4536b1116ece2696bb8, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0xcd475e3db2708a3d24f719a71af1ae32, 0x0185524b900336878f811e16d7c44e22332a1c22bb4acf2f3069e9a2780530c4, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xfa9874c0a3224ea69f2beef5d59b4ce1, 0xa40f363781453084dc838dd59043af7b5c61fe645062b232e62bfd70573b50de, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0xdf64992beac7e7f66cdfc1401ffd68c6, 0x33d503695d6db7a8ff26a60997ae73d6aff5499b9b679a65bd6f6b9cd22f4dab, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xfeb8759340dea6d624a67f89e8f6e22c, 0x0fe5a864d98d7c945df1ddc551e7e021ca5177a3d4caea3b9986bf6037145a66, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x3d336e2e8f5a4b37e6a152627e3c84f2, 0x4cf28f1781d896836b6eebf081484e9e0aead024faaeafa7dccaa89a23bdabf1, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x17cae125d8983588d061e54fb55fb490, 0xb433c2bd7d98df88db36a818ac122d8ca71407dcc21f05b995782582187576a1, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xf9500c11913c006341bd46c54ce6d14e, 0x525d60945bbac63215bd04c023b558db1b8ac3896928b1451b0a60cbd1724a89, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0x4a375ea49810d19a124f19e90c9df569, 0x05355167baf3b87742a5eb482e6610d2eba73cce3c5a0268261303e75619e81f, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0x1fd83ac7fa0d04ea6ac80050b7e277d2, 0x2c5f2eed83247b11ef5c3f49c7d80d873b1a4b1c59464b3f001d15101587c91b, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0x6f4c1619a50cc1ea8abf2fc3bcff510e, 0x02cfcd34b524d0cbd541496f24828950c4826465743a3ecd15ea6e6467fb4e65, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xdafa0186737622350e011b9c2f87cb46, 0x0b36fc1a421aae9435f6e0360005a50ec8c988597dbfe069cc2a74594782178a, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0xa97d365639b6a0903c34db2b5cdd9e79, 0x7092fff7768e4d40f084ae980d9a670539931dcb73998e28ab19ab71a9f4e239, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0xd913aed38e524ffd4ead12daea0f68e1, 0x1247b25b772a803f9f91662d406b71bebc1b16da28044a3fa377243ed6c58821, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x9f5054e90e9ca23746bf56044658bc92, 0x5a3efb8fc0e1248b644bf46b40570ca082c5aa98e896e1971ba741fe0168e6a0, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x8569c40530f4a66a3889320ada739e1d, 0x768a935c7159157b53ab9c3c7c2bdbcf7b8d286dd6e5fd3f29f2f444f3023de2, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0x740e869e47beee4ec6dc38b109fae836, 0xd7c059b3910116a356299b636514572fff5aa3b56dd2b36e276ec300d04d4b7e, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0x647a471c95958cf36627506964d169ab, 0x5431c8255232e0569e941d50add9524aab425cffb2cb88ed671ba465fa07f16e, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0x52be955974114f603615717acdc2e68f, 0xc263562ae1b7f2d30fc87d94eb7acdd0632a28ad36d560d43d396ea8976f247b, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x7f8c1f022cac7a370a17fec9b2d7df9e, 0x41bfba8c622e684e91f86881fa7cf68b903a481c2dae3dba8a28a71c3166894a, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x794285236119e1e85a627028519f86fc, 0x413972c57e3944f99444367d22cf5c98703a0c7e2cd2c5240671acc94667826e, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0x7a4a2f62a11dfec07ecfc15cdd2aed1b, 0xb34c2c07e8e84ca7c8ed7b96c26be98b09e6abbfdc31fcd2b9111c8ce842bdf2, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0xc5b9bf9f2ddc897c9dc2e14a9ff2ad55, 0x10c210560fa38a0d638937b2a467a336dbe68aadf48dfe56dffe6d9443d81b50, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0x7aaf7c0f45718e0f848690218569e853, 0x44d1f6f539896929d4ce8bd5191afcf6078d07a1de523d9692a455ce859db654, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x108bd32018b36a3c63ec2853434abb1b, 0x723348ea5b7ef532e72ed63c5f4a337b9b5410117bc6c658858cd3bcd650f971, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x03cd1e4af98ec52125498b57e062179c, 0x74b177cd80a27e89730c671c0a13af062bf6417dbac062074c82acd34edc75b8, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0xce25f60aef7213c1453f986dc5feff9e, 0x195166ded9002ec67f123cce3aaee0933b83e936227bc14e147f13f42b6dac45, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0xd9ccd7ddc8c80e0238ce828eb72cfd5c, 0xea1fb2534853873697c570048280b2e01e5f3290122ad00d54440047bfa79739, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0x005719bfecae9cc3298ca0c7a2c7c2b1, 0x0498bf62c2a58fe9870fba1f551cbc5377ed8892d3fd67f792dfc33a183d50cb, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x4513a88e12f820c1936006627b7b760d, 0x7146a4ff8b78d002efe26754415d9ca6f44d86ad6b035ea8e21f3ec7275542e2, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0xaad74e8440f27c101d31fdf0cc439492, 0x550a3907b54ad9febc669daf8ce391954a25e7edba6099ee4df641252c27e7cf, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0xde91f0f85b2ec99599def6026c5c3a12, 0x26c0f06b306c878363efa016582abd912a18193fc0cfcd0de0e48f06e4dc92a5, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0x2c8b2952d471a2c679bb7cb4ad34842e, 0xf0a12555a63c1447d748abcbe65be3d12e2165cb82742c67988fe40373c98402, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0xa02c49f7931c7330773451a4131794fa, 0x45d4ffffc52276902bbd8f9df3b4848ff86283fc6ffc9e7db58678617b3a4045, '', 0, '?'),
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x8773544407b77ab8a4fcd2a7e96da216, 0xdd358ba9d884b23a2297737883ba1f34b7e7d2b8008fb18f39601a6903eb3f83, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x35ff0777312c35ad62ab9d846476ae46, 0x6722b167e132a1aedf9a7d9982e0b67141011ef89afe053fd424cd29c06485b8, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0xc2dc159cca006593936af96ab6029d43, 0x3a6bbc801ae8bb04d400b700bd30d58a6653f059953d8bb257852442d202e367, '', 0, '?'),
(0x4deb128b30d8c6c29b26a6a49ef200f5, 'wp-content/plugins/wordfence/views/tools/options-group-comment-spam.php', 1, 0x00000000000000000000000000000000, 0xa6449eb6a5a15e35f4dfdc7fe972da93, 0x86bc3bfd042e97b03f3195de9ab19d0c6ff240396e3531b543c0351f6a8b67e8, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0x959f8c2f1409dc3e7e6c3af7d2abaf2f, 0xe57e9a759baeadb381eae15d8d1f5f41a0e0a18a0ba68e60f44d862a19ac188d, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xe6198d1390930a05a8c7888a81441591, 0x59636841bfacd85a7697ae78ed70616d0d35591e128a9ad768fc339861fc3654, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xb46c7700693735c4f18ae6830647f493, 0x2757b1d6b544ed72ff4442b7edc165480afcea40fd85c5223a3d214d0b2366c4, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0xe322c483457a5a1b83c51f4753cb2030, 0xfe34257099e944fd1b0e12bcaca84d5f1c4d69d7bded98dd44add81c7b46e4cd, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0xfd2d348c9e3fc40f810c7f64dd7c443d, 0x0ab1a1cee73859370fca3ca40b01be41c81bae7e966407016ee3765a04d9104c, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0xb678378c399e9650462012d509bed6ec, 0xb00683340dbe5ada1be4819d19515d5b8b70995d4416392a709b38230a4191c9, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0xa0ae8e827e13d9a5ad75c85de7ea4ada, 0x28ec64d1ee715456f0143c3cdf9d7464c580903b2f7d31f59c862a6092a23531, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0xd361cfa3183de43a3758c95308b96090, 0xe610612dcd56e8e9b3c152014df04a9b29abbc0d20272004da976bf6f69dc1f6, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0x11b70ae12f3514a89512daf199788b57, 0x6bb5d8bd99d006b8f5f6cefd4d70502c9f5e64de31d9b860f87fdf2f57c210ea, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0xc7bd77aa61b8e63a9f245bc81b45a3b9, 0x76ff100412e7d7e75ea492e553d236dd333ac5b148d588b6d0e6521231b83850, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0x37bf37397100538b2de02f86835aa63d, 0x884b77a851551afbd0b26edb6e7f208a4b94279e23ff82be85c321fb5c9de7c9, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0xf8d98f386c081fbca19f05fdb425c2e3, 0x215d605f2e95dbd75cb2fd3f877f95208df02e1ab762a2f1c9904751c565296d, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x24f278fdb01c7e291591ab875bda9c7a, 0x37e35220acef4ec460136e5e9a3fa68f2807bdda29a18008cf5e5284ce9ac496, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0xea7b72861d84a7a3625e95e9db3f1697, 0xa7ce2f1bbcde5c32b6d608436507bb909e1e4c2bab9dd23af77085efaaecb75a, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0x73abcae763007c0ee531dafa4a985228, 0x45a52357db1497e35fe4a6b732004c3ed5bc000ab9b71e9a4e232d4c487cd3b1, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0xc56eceb35505c7a9963750bd4689a8f3, 0x66ccfff534fa05eee9b4d692702e92d595072a9af0eb5e0e4e6cfc38a0efe841, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x8df9c0ad7f899bbba1a51cbd2a736632, 0xf37c0ddfa33210ec9ebff3ea39f52f25170f5b87376d977b45e0ddfbf775932d, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xa2d80534f56ebd9311b65a3d947420d4, 0xeb7ba78637625209fffce34e591a42b26508b4ad2643b0bfbd562db6c864e43a, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xe0930010b3c444ff26bd75db090dbcd1, 0x1b61339d494f9c36b514593e0c2372e0161192efaebd55394527923d722b6230, '', 0, '?'),
(0x580bd517e2af0e5c7368765ddd6942a7, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xd7b18c7b90da04657a2e23c230489343, 0xdbe1817bb531920905458560bab8fe9e4e0789909925a536363e4f0b4cb101ec, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x85a1d35bad39d138d2f316f81c27dcff, 0x5986d02826a60bd9c3fbad5add6b3aeb94273352e54551e2fb263d40bec0a1c6, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0xa04a3f466592e2f70baa4e77e16e401a, 0xbda3731885581106ecbdc1d560fc7ecaa3509d9b5277e89bc3b78afd97dddfee, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0x9c8c2babdcef9bac41458a388d04c75e, 0xfcbc047750c95bb5722646c1baccf82835a50eba4d7967fa4882ad59e9b69e04, '', 0, '?'),
(0xc4bba4ee99dd2c0d417cb0d248d52773, 'wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php', 1, 0x00000000000000000000000000000000, 0x1fe900f89f5d569322622f86137f7c49, 0x6ba06bfc48ce8f2d7a70874be0ee33476880a523a474b563237d1fd31e17c27b, '', 0, '?'),
(0x36890133c8932bce8ca821c107ff1d01, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 1, 0x00000000000000000000000000000000, 0x9a3b33160caf6dcd6d1233335f1e3057, 0xd1abd05ae8f232dbfb7d5c8227f43d6743e6639750981e64b9f8af5be24192a0, '', 0, '?'),
(0xafe9def1f130061886d7f65bc2d95c36, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0x92f511d6142af91a37326cfc6ad23da5, 0x54e4d7a893685c5163cc257725641502c42ec40c08184ea6536d50d831ec3f6c, '', 0, '?'),
(0xd486d18798dea9fcc6dc1957576c6452, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php', 1, 0x00000000000000000000000000000000, 0x49ab079c6719ec0452d4abfbf4162812, 0x3a56c7d6e911baeed70257e8b4c64638709a2059cae30564d26a5c535a9e52fa, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0x05f1917b54bb7c060354b9fc1e8d61e7, 0xaa1f2ef285ed553bd0ed3d12ac88bab27f8a6df076cbba0cb595dabda4cda349, '', 0, '?'),
(0x7bf5073bf4c03133e8383417cb1ce62f, 'wp-content/plugins/wordpress-seo/admin/ajax.php', 1, 0x00000000000000000000000000000000, 0x3c7fada42ca42b1040758a2fe9a9bd5c, 0x8f63dec361ea6a094f76d5ca7194289fd019dbf7ead888655fa306c1c1f44d87, '', 0, '?'),
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0xd4812460c1b33900643ea8b1f2b985ac, 0x7cddcd41be584e9ce6a69aeb0eb2a87790c6a51303381e589f4f99437b0b6e9f, '', 0, '?'),
(0x83e0c2f1029fc89809079809007db550, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x0e0e443a8a45283e343ec74b897972cb, 0xc86eb7212d6db1144f9b447dd3775b46e35e5db1bf62d6105c12bd7d5e71437a, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 1, 0x00000000000000000000000000000000, 0x7537e6bb6883ecad2831e0d350d2e257, 0x4767f1a9a77c42bfdcae579c62ddbb2b3cd13d51005f375f290c9519eadef48c, '', 0, '?'),
(0x46f52ecd63f6abc8e1850ad5c62460a9, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x8793cf1a470323ee882028440aa1714e, 0x974eb8eeaf069684f833680f49150464b959b5aaf50aa7b355f0553e03f57798, '', 0, '?'),
(0x1c4c66b73afdf3ed29adb30a04beaaa7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x667049ca1887db29e3cac7d7c7fe3349, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0xc23ab8fd36c45010a6a3553e29a17117, 0xe192a0db233018e8dfe5712a6e5c5c219fe702c8d7cd81278d4125a5212e016b, '', 0, '?'),
(0x23fefba5dbda5e438b8bcd2586a26b90, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x4b7e532d6474ccbfb5769691e5d37bd1, 0x73901bf354a258ca73797c9578f54974809ee3762c2085df9fc273ee48733f65, '', 0, '?'),
(0x0f26109b9ba144410482d17a35b07e02, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 1, 0x00000000000000000000000000000000, 0x2e3298ed034f5e2dfd43117623828dee, 0x377782cbac61ef20298cb01b5ccaba10f5f260e28243baa591ebf9a7dcc44fc8, '', 0, '?'),
(0x308388295f3562a8bb67918fa8f6a923, 'wp-content/plugins/wordpress-seo/admin/class-add-keyword-modal.php', 1, 0x00000000000000000000000000000000, 0x01f3d2826347efaccd16099e83451f7b, 0x4241ca669c7dce5f1dd8c579778f20423acf9e5ca795e209455bae440fda9aa0, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0xe462215817acb190cf29b338fac819d2, 0x6fd6b5b7a48c3f1641da7332ab280138a9c58e548c760a8551f4fcc4d2d958b7, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x120c0b035e4587ec64f7eb504d39c7b3, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0xbbcdb808d79626c4af4e5efd87483a2f, 0xdd2f91ee5638ee8bbdcd487873f6ef56778a51dec01523030df377c423aabc04, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 1, 0x00000000000000000000000000000000, 0x680002a763e050137dd75bf75b6f3b38, 0xa0926d9d21e900ad6d2fc68becfd60f9cb3157bb90b67f84c4d27d70255055f3, '', 0, '?'),
(0xd2252b448784984488e2c5a020a88d0d, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php', 1, 0x00000000000000000000000000000000, 0x94f03938d797cf2f098dd680619834af, 0x8d82dc633a834693162cb6428a35da8846a4f0b3fc8895c017cb154363002962, '', 0, '?'),
(0x2259ce12df3a6eaa81f541f7cd0e984e, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0xfab6f38ef1e013356ef82cd97c365ec0, 0x37264a6e72ea751372d83e5556b333d8360f4bb37dc44cf6c5263d6f08697a33, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, 0x00000000000000000000000000000000, 0x68810e4fe82d355c36d925d50f065495, 0xcbc1113c89d0128c307877e5387a1d4584f3079a5cccd02ac543ee3adade7ad6, '', 0, '?'),
(0x974a3561ca5bdd66311f158a735cc1eb, 'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php', 1, 0x00000000000000000000000000000000, 0xd36632f04099173dabaa340dd7cb7e44, 0x6fdb4f36e9104b1799c488516eb98ce2495421d2f3c5bdd96dd0a75cfe4ddae8, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x4db6226c2cab7427f24235804f07f499, 0x0e9074ac077ce0f0889a5eedb2f2ab1e684f9ebc5914dcd313626d57041fc7d5, '', 0, '?'),
(0xcfdd9a1dbb792e00e5f61ed89ca869fe, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 1, 0x00000000000000000000000000000000, 0x10a228e0c2fb2c874b81feb6cac7b543, 0x1117460d220ae73d51ba1b5c86377d8046d588f4c880ba8a613bd6b795ae765d, '', 0, '?'),
(0xa917e88617a9fc29311419e1e6ecdd03, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 1, 0x00000000000000000000000000000000, 0xeaf3555024f2f73240b5c568f6fc74d9, 0x088ae8ac8a63e7f844856638e1536957942fb74b14e98f5159557d4b8ecc6631, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0xac4afe1ec2a771df9b9394273d90fb71, 0x7f954850499a036a79ac50311da845bc3aee69e9374e867dced13d219b39a8a5, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, 0x00000000000000000000000000000000, 0xcd5adf074df34479a86686225d9dc27a, 0xc2ca836c15e90f2ee7cfb17e62e1d1849dbdccd7064bafcfa4410e139bc67562, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x461f9fba8acbacfd5fd0f667d55c7dc0, 0xc99e5412b66a0500873f16a261fdac811801438f3988e55af0ef22ec7661c629, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x89b33c47f0b5d8848434a64b5be21545, 0x27d5b8cfbe1b95e50041a8046955b563d02a9c7ae957719f21cdd5f6b1e6042e, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x23060f7e0ae502c2963a79c4cf13bb38, 0xa155cccc5a8acfd6b6d049db7667b3facfe066ec14da54e617535e7d9a00d571, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', 1, 0x00000000000000000000000000000000, 0x80dbf903c334c3c66568ec2203e02ccd, 0x2fda1a3c177cd97521f2de0a51f0ac5dead7683e709b13df9ef039fab25e29d3, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', 1, 0x00000000000000000000000000000000, 0xfc519e37eb4156d18903ac4ee11be689, 0xa3fe20c09ca8ed53069f36215a92cad0cf202614d9e4eda9df48c66c7613509d, '', 0, '?'),
(0x2d248dcb6905c9a7b5285eba38efbd5a, 'wp-content/plugins/wordpress-seo/admin/class-cornerstone-field.php', 1, 0x00000000000000000000000000000000, 0xcbb59bd04c1c2fe2d4a6af62478725ed, 0xc446310b790cb2156400e5b92b5f64bdd127e975b4b5c34a41d6a5431f806d2e, '', 0, '?'),
(0xfe870873bda5dd3b0158d04b29464dbf, 'wp-content/plugins/wordpress-seo/admin/class-cornerstone.php', 1, 0x00000000000000000000000000000000, 0xc34ea20c54201ad6c3610f6d8ec42cf7, 0x1c38fbade2d6d21e23ae420825f754335d249db5a6487d1d63832e164a232f73, '', 0, '?'),
(0x3c16e4066e7e944cb5d94d858872e7b1, 'wp-content/plugins/wordpress-seo/admin/class-customizer.php', 1, 0x00000000000000000000000000000000, 0xbfda8071f38a6d20527f78bb42a835b9, 0x1580edcd95bf9f2234f3c2db8c7ebfd8d32779fe75c3b426b5fafceeba2ca9de, '', 0, '?'),
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 1, 0x00000000000000000000000000000000, 0x9f71ce8a44c280dcc9f349edafe8c725, 0x3fd0b53e414b85c642c134962103a5c1519c85a0d8b87fb1247f07810ea7278f, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', 1, 0x00000000000000000000000000000000, 0xa0bfa7cea1d77b4e285fa324ff6d32f0, 0x93102f1444504a99c6782305cce68eb5c8a225ca06807d43ce4807918f5de6a7, '', 0, '?'),
(0x794ec5cdb7e01f4c51402d519dca3904, 'wp-content/plugins/wordpress-seo/admin/class-extension-manager.php', 1, 0x00000000000000000000000000000000, 0xfd6a8695b62cfe13615a587e65c29b76, 0xcd14ed226b352009795691cbd1d6a22d3368191b8823e6dcaa67c5b4bc17898a, '', 0, '?'),
(0xde00e5209ba5083df38cdae25e3ccc11, 'wp-content/plugins/wordpress-seo/admin/class-extension.php', 1, 0x00000000000000000000000000000000, 0xe6dd4e315bf42f66cb25cf03b97cde9d, 0x11cfab11bcf0f0356bcc382a852b7f8f99ada3ccc9d945daba6dd5d16df4cb1e, '', 0, '?'),
(0x2cc6c5e8f4b2b909dcb93b65a1d1762a, 'wp-content/plugins/wordpress-seo/admin/class-extensions.php', 1, 0x00000000000000000000000000000000, 0xb2631566e0ab5c01d217d260b8d542ac, 0xa75bc32b85ac185a9fe6d16e86ab570ac9a041c75aff214603d48be2f34086b3, '', 0, '?'),
(0xb10b12333fa97ee7c47a7fbdfc6a4f38, 'wp-content/plugins/wordpress-seo/admin/class-help-center-item.php', 1, 0x00000000000000000000000000000000, 0x39665cd05b8e2e9e82a048f962d5d9fe, 0xa9531ec58b0d6b6ee443375ba15c4b5a9405d88ff13116f90d1085651bb9a70e, '', 0, '?'),
(0xd1f93fb9e49cc3ed3832f105f82e3112, 'wp-content/plugins/wordpress-seo/admin/class-help-center.php', 1, 0x00000000000000000000000000000000, 0x9fe66eb17bd584b111e9b57e4720892d, 0xc56a0dd057fb562593e7f15d15e816872beb7f3c5cd82889cad8d16234851ed6, '', 0, '?'),
(0xa6467d7992f7c1e06be8282653643f56, 'wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php', 1, 0x00000000000000000000000000000000, 0xd2f0af1d52a624a9bf0a835e105a63d3, 0xc4fa94af1bcf4794ec4e936c7c19c2b37ea0a025d16e8c6f7139abef8b4e81c7, '', 0, '?'),
(0x644b5ec7b61813748b53d39ab7f345e5, 'wp-content/plugins/wordpress-seo/admin/class-license-page-manager.php', 1, 0x00000000000000000000000000000000, 0xc17924b3cb541a9312f7f439dc043daa, 0x81d77ff134e0fe57b98f91afcc65cc193a857a4adb4669363e92729129bf17e1, '', 0, '?'),
(0x1b1070397d645a4277f64e4ee537606d, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0x8c0619ef9a582843a039b0b7b9a47a2f, 0x73b046638a0b709c43d1a514a841651fef5bedee62224b6ded27bdd1d0c0e0d6, '', 0, '?'),
(0xdf07f78f480a083b9924ae92f9a8b96a, 'wp-content/plugins/wordpress-seo/admin/class-meta-storage.php', 1, 0x00000000000000000000000000000000, 0x90521d14fa3110f2adfbef07b396df8b, 0xe47732d711cbdc2444435ed0975fe57bbb5e3423d51264381cc778284ac72b28, '', 0, '?'),
(0xd05f0a032c9c2063664ed0574ab20a4e, 'wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php', 1, 0x00000000000000000000000000000000, 0xd2e7b26d35a15bcb98902f82533f43ea, 0xb7e61122b0ba6126d022420b1eacd3c837348ac7dad2b931ab775fd363b50670, '', 0, '?'),
(0x0aea048ef7779b7485932e130991bae4, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 1, 0x00000000000000000000000000000000, 0x7a8a5524c8e7aab524427c9b1676e657, 0x94f95b166a7c4390a95cd4b9f356f5f08d6080831cae07635d37784c7bcb1e97, '', 0, '?'),
(0xae4e522ce44ae0962ae6cca647246983, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 1, 0x00000000000000000000000000000000, 0x79492636c7fccf3a9174ddbcf866cc16, 0x3da2a7e6d85ab968ad756d5360a4ec89c10bbbba5f5b38c969c418146da2940c, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0xa191794a732be3671629d1b50140db2b, 0x5574f77c7e329a1fa671566cd4a2f4a0b4f67ca262963bc23e4aa54cb204972d, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 1, 0x00000000000000000000000000000000, 0x00392a56ba82802e482174a88c044bfc, 0xe90e39de657cd4409ece41889a01c98df214a68bef5e2a347aeaaa30257977f7, '', 0, '?'),
(0x876b28932c7a3220130c96b60d6639c6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php', 1, 0x00000000000000000000000000000000, 0xcfa5d07a60dc8ce3a5c53b7ae3f5b228, 0x6ef89214963a1ca0fa016d0e011285bc3d94f0796cbcbb2b4bb7001014eb4408, '', 0, '?'),
(0x82a380d62e4d32c6d1159f1b155c0ca6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x790618529b58f22faa7a98ed37a7452b, 0xcf30b13ed73d49d62f01308f74380f6cdc4ba0af1fe59bfe2d4de754d0bc9fbe, '', 0, '?'),
(0x6fff9b3d3c1a31e12361e036f992320c, 'wp-content/plugins/wordpress-seo/admin/class-premium-benefits-for-synonyms-list.php', 1, 0x00000000000000000000000000000000, 0xac9cef999c26a86f96267f71e15f2130, 0xea71a3be81c70d99b461ffe7997c2a00225e85ad48a1982d81835be3a77ac563, '', 0, '?'),
(0xefefa879d788a4fe268d51dac967e2e7, 'wp-content/plugins/wordpress-seo/admin/class-premium-benefits-list.php', 1, 0x00000000000000000000000000000000, 0xcb942d44337472a004003ff84d97efec, 0x0606038de8130291069c5fd70ad8a5937fd261d3275c01212736bab1b34fbc7a, '', 0, '?'),
(0xee9e9791460fd417d33e8b2111387518, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0x521f4eb0bb203b3af12c9446721139be, 0x7f6d0c675c748634e74951e685afc3b85b47b9253753db04c7b988d714d6f068, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 1, 0x00000000000000000000000000000000, 0x0caf66c212bf427effd01187edf5c5d4, 0x3d24ce87ce59ac49d8f7c6ae6ddff5f3d5ad740bbf875dbf823e40b245035129, '', 0, '?'),
(0xf88893ff63c06e70cd7502e023d95926, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 1, 0x00000000000000000000000000000000, 0xd1026c8b8394763b31a22f0baa0386af, 0xe7e0e0fea27f18c9eb0cee3b5d7efcce186daf14e804f599f478e49ff6d19998, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 1, 0x00000000000000000000000000000000, 0xef0c9fe64ea4882ab17be1a65d796410, 0x5e134f5d44114214fd2e517df3bd4bd453e04f5b759e6d8570a7903e70b2fd95, '', 0, '?'),
(0xd38a6d7f656cf61e73c56f5963eae58b, 'wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php', 1, 0x00000000000000000000000000000000, 0x43156850264bb21ce269164346d9cdc4, 0xecaf78a08a32c493d10e6b5e7c518c9de849b647d3e423f3be8f90741b8f6cb6, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, 0x00000000000000000000000000000000, 0xf2e968753455b545996bae78fcde5db5, 0xc7c5f79e40b75b05420a63d11d883781f77bde8221312406ca1aefe8e3fe3913, '', 0, '?'),
(0xfa26dd3a2ae6578f46ffca7cb9b5fbfa, 'wp-content/plugins/wordpress-seo/admin/class-social-admin.php', 1, 0x00000000000000000000000000000000, 0x3f929a7a898ea062adc062c26452e8cd, 0x9b762642220dec2ea1ef5062b675dcf18757c3845168409311c5d71fd0220fba, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0x33be666558115db1604fb738c62cbf93, 0xab604379863995ac5e62437ef9b6beecc202b87ae8b5dd328c684f454b9e3a1a, '', 0, '?'),
(0x5413012a3c4960e01c16a617e0bcac9d, 'wp-content/plugins/wordpress-seo/admin/class-unsupported-php-message.php', 1, 0x00000000000000000000000000000000, 0xa2dbda32f3f251e3693f19846b65d2ef, 0x59c21b3c4ba4297b111003df0b674549be9ce061199a690b0078fdd1c66b09ac, '', 0, '?'),
(0x592f06e3c1195adeac9e4318562431f7, 'wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php', 1, 0x00000000000000000000000000000000, 0xf6453204b5a4baf28bb8ac4e040dcc04, 0x025a05f7f52b5fac44dc2cbb4c972846cc5cc739136c2f66b9ecef4fee98e7e2, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0x0b4ed4ef57f1fd6831b59cb41c0cd9cc, 0x79d01a0fcfc5c379c2906ff1b3ca18fe2696020dc5dc33c870e6399fd107a173, '', 0, '?'),
(0x20bf373d8d8a1e34fb94039323f94efb, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x2476c4d3496ffdc82363973b935daed9, 0xe60d2a170a61e6d680ab4080eaf3c8629f4d716cacbeee367c900de306011210, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 1, 0x00000000000000000000000000000000, 0x0075a9166d3cbc6954747728f92d878c, 0x71889868f7ad4faa0b7ddfd9c380772eb2ed92f253c347eae7784c291d347f78, '', 0, '?'),
(0xdc42f7da63bf93ab5dd4dbc708ff20c1, 'wp-content/plugins/wordpress-seo/admin/class-yoast-modal.php', 1, 0x00000000000000000000000000000000, 0xe43adde0ac8e303c9b63fa222f6b1c4b, 0x4df3ec223db0d332cf639f1327bf2a92bf7696357b775b0fa9592692d36942a9, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0x2cacd08b5f0f417ee246941a42358f61, 0x55f08dfa26358f0e3928792bfccca757f748afe4d656a2b9c2d6bab27efa2f83, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 1, 0x00000000000000000000000000000000, 0xe65222ae85fc616248c46f39d0403ed4, 0x8fb465f3684a05a2e99d954bf16960c2af042a6b376ebab44c2494f2076ae4e6, '', 0, '?'),
(0xaf4910b0590976fc314249e3a5ea27c9, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x7aa759b8085a2473fcba14d2bfe39558, 0x100f9a481be5840dd2fb8e621c6d7b06a313f4c212dee4adbe073ca2db111df4, '', 0, '?'),
(0xe975636828ce54543a1c7a1e39e7caaa, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php', 1, 0x00000000000000000000000000000000, 0x618931e365482a6bd443ceba28a5d349, 0x65e73a4f240dee1edf51bb185c3adab397917c07954507073af3c1b39c611acb, '', 0, '?'),
(0x228a7397dfd51245454b5feb14cfd074, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php', 1, 0x00000000000000000000000000000000, 0x18f29c1e870c96d08cf0203dd9673878, 0x820d2ac2116b711700fdd590c1245054b15f060fc374a9310482ffcc1f1420af, '', 0, '?'),
(0x77aeb5b2d6b67a1bb550c18975be548f, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php', 1, 0x00000000000000000000000000000000, 0xbc37220c5d51b3555dcaaad3f7a34dc5, 0x3312db8f7ba39d7fbc9f206299f13ba3757066efbfa2b610f13789825d9ac51d, '', 0, '?'),
(0xd0a17284777c0a4f3fa0b5ce57a7566e, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php', 1, 0x00000000000000000000000000000000, 0xf5c727db83707d46a69dd2e3b053a589, 0xe99d760eb04fe3ab78c28396907434db520c3571ff3d5594508a77b2b9d6a624, '', 0, '?'),
(0xc7081d14b4a51e125e541b879c748ee3, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php', 1, 0x00000000000000000000000000000000, 0xd0486c9ac2c212ead238f5e5c420b98e, 0x07079649d60ff3e9c15caca60b579b958e19f4514653a01398e8d561f820dad5, '', 0, '?'),
(0xf1af1d42174f5e768e7e4b2188a1ff0d, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php', 1, 0x00000000000000000000000000000000, 0x58e991d08eac9ea6bd66080482391239, 0x15b387de30e73e1fa1b2d28a48e03b0c34871a4a8219d53ea541c1683e077ec9, '', 0, '?'),
(0xff42eb7d33d5db29da41190edbd3fc18, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php', 1, 0x00000000000000000000000000000000, 0xc8ac7bcc3b09477e0638501a9540d461, 0x9b5af6a0dd501ec3c9f9ad14870e0c3d15e300d945e9c33476943343fc8b876e, '', 0, '?'),
(0x8ff76162423e5b2c45e2d68c7186a5f4, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php', 1, 0x00000000000000000000000000000000, 0xed5cc3d87213fcd97679c09418ccf25f, 0x133f9f449900d407b14a19697e8e2ae4590c4bcb3b7c207b56a7de8a374aa354, '', 0, '?'),
(0xc34cd805e846034db53d31917c550f2d, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-configuration-choices.php', 1, 0x00000000000000000000000000000000, 0xa21ed00f19eea5efd5da72eaba189034, 0x60fc425649567948c73005ea8508edcd6ebb9451e3b9d1d044e9ac76e1573088, '', 0, '?'),
(0x16e4fb966c290a542ad712dad7e00bf3, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php', 1, 0x00000000000000000000000000000000, 0x2d276e7ededee8784b20b38096f3fc8e, 0xab226c4f5dac44e8601dce0d73d7c74726dd2948063a5bc1c641dd935d6edcf1, '', 0, '?'),
(0x2e20cc0dead3ea428e17cfef0aebdee0, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php', 1, 0x00000000000000000000000000000000, 0xfde3bfd80b09ccc272d98800c1e0ad86, 0x8a80b678e2a5de82ec3d5ed0c136f59d91ed856a4fd11507d8adb01765819d14, '', 0, '?'),
(0x0f0a179fadb0c060db26b3c0ab853af6, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php', 1, 0x00000000000000000000000000000000, 0x232fb1b78a3849909adaf81f55f54b93, 0x0c1119c72f8669ac8614a4f3b3196707e00df53c23fe13c29e67932d5be65d9e, '', 0, '?'),
(0x63ee5f2c22f5064229c4ed89c31b31dd, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php', 1, 0x00000000000000000000000000000000, 0xc4ea9e9918672c2cd5d2bfba8c82f4b3, 0x021abe1de5c79a9efd9627942f3135809bde505e3b4f7aef06dd2317fda728e9, '', 0, '?'),
(0xab109531b307b9a214894b178240f7ed, 'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php', 1, 0x00000000000000000000000000000000, 0xcf3f96f9b9b7697335e84021406278c8, 0x46209e76cbc009f410c78aa5b7f7efb577cb11ea87c09e75d02e5579358e4609, '', 0, '?'),
(0xbc5ca6411532ea4491517c16163e224c, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php', 1, 0x00000000000000000000000000000000, 0x1159dd4542238ec26a77f5e02807fc6b, 0x399f610cbea666ea5e72338e591b4da2a9424249290bbae88ffc32fd9c5d69b3, '', 0, '?'),
(0xe363fc6f65ce52145010805d7a4c7e17, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php', 1, 0x00000000000000000000000000000000, 0x72643e55e7c2e6eef1c940fe1e50889a, 0xb7bd3b1445ce5faa07cee95ed7559119d2af8e74457f0c3a81972a8b014516f4, '', 0, '?'),
(0x1e5eabf14133152c8e949ee7eeaec378, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php', 1, 0x00000000000000000000000000000000, 0x2cd08792a36faaec727ec4c3f7fa72a7, 0x6af671e92b65911cf6df1d14b5007a718efa92dd9d3cce5812919806e1b2e8ef, '', 0, '?'),
(0xc712ab0b7586079581327d22e89c813a, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php', 1, 0x00000000000000000000000000000000, 0xb7784f8ce13fc12a255527545694fe03, 0xff96a8a534b713a891ffc50d43f0d7c35e39f315bb988301fe52e5f4badb1050, '', 0, '?'),
(0x5b27d0e8c2ba5ff17b89bb36d5cc36fb, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php', 1, 0x00000000000000000000000000000000, 0x14437ce8dc5ec7288ce76c36bb5a1d3c, 0x14be38b0620c62be2213dd1a475ad49f609fad11dae6f0693dc3492b9a199cb9, '', 0, '?'),
(0xf105fafccf6019df09c11143de5fd555, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-configuration-choices.php', 1, 0x00000000000000000000000000000000, 0x37b06ff68577c936c27d1e95ff6c679d, 0xa02dc75b4a394d7231f70d3bcc800c233254683712435e6ddda48658cd153d49, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2024f3579d3b25561469b8a6124637cd, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php', 1, 0x00000000000000000000000000000000, 0xfde1ab98f7f490df7e2d06779b67ca2a, 0x074cf800460b545692e41862198e5e048d2dcec6652efed92559c1f6b5c722e8, '', 0, '?'),
(0x9c93264a1851761434f0911b210482bd, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php', 1, 0x00000000000000000000000000000000, 0x51bef30cd67cfdb38e9c45d8b652b271, 0x744e00fefa90d05c99a50df8fa014cbcdbb1ce1c23eadc92aacbf652126fd4c4, '', 0, '?'),
(0x24443c9472ee8daa8e327cd592dcdcab, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-google-search-console-intro.php', 1, 0x00000000000000000000000000000000, 0x8a09926e8f8b9af84c5ac2605d794924, 0x3348765cece589756f683409bea553e91a4a92a53ea3f4e2ec466552076ae596, '', 0, '?'),
(0x92626dfbece771b35b704225b012325d, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php', 1, 0x00000000000000000000000000000000, 0xc06be7b13fd2c564d69c0ebcb3962ed6, 0xdfe4d68ae57511c8015f58ca5a48929d35f59e3e8381cbd14f824751cdf295ec, '', 0, '?'),
(0x79da7004010393eca6eb275250b41330, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php', 1, 0x00000000000000000000000000000000, 0xf294aab435872d13de8b3321ceaec379, 0x73a4bcc1698b23203e8ac848ee2a934fa5877931b745ac12715c15db5e4f4f49, '', 0, '?'),
(0xdebcd8655e3ce304a7c06781b5ad15f1, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php', 1, 0x00000000000000000000000000000000, 0x69579326c8f14a17ef8c4d0891a0a36d, 0x36299a13c202749f0f10510695572eb5366d1b2d7f82f3469846cd4e5d81d552, '', 0, '?'),
(0xd7dadcf83a3c06766d4b12a1b46a3543, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php', 1, 0x00000000000000000000000000000000, 0xeb003021a0d4bf13d603539a08777c9b, 0x86279de101b820d9718cd06d15179591ec2592d70ab8c780b866bde018a97cbf, '', 0, '?'),
(0x05e6b2c6147b2671fe6bc411b6eb358a, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php', 1, 0x00000000000000000000000000000000, 0xab6beed46acc6bf4deed0c3f452efcc9, 0xcd5f608ddfcb1cc8326d1430f590d3b6c4fb54d4a11929604d4c9c752ea06259, '', 0, '?'),
(0x572314ccec25a160f0764700d97ddbd5, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php', 1, 0x00000000000000000000000000000000, 0x9da3aa62fea1ed0b3257f64dfe948f90, 0x352608f0dad97d907fb2fbe74b37c6f32eaa5569348f92bf63c5bb8452806176, '', 0, '?'),
(0xedc74adb8ce6be49c1f9b017f261d5e9, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php', 1, 0x00000000000000000000000000000000, 0x5d0b0fa2f7c53b686114931719f74e7a, 0x020e0319c8b037132e649bdc5e7063bdc10ea998e12e1a853d99fd158a8a78fc, '', 0, '?'),
(0xfc3062b38f98fa4d4be351f083875ce1, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php', 1, 0x00000000000000000000000000000000, 0x3b7b833f420d4706e4244711f27411b1, 0x0d866ecc425a02501440492450b145564e6070db6f8ac900de17a54c222882fd, '', 0, '?'),
(0x81fdf66e176dfdfd704d7fc814c314f1, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php', 1, 0x00000000000000000000000000000000, 0x0af634a0b5cbd82acb6b0c2976a99ee9, 0x70c42cee43923620aa667e662cfdae6659b0f2cbf02ec4f242b951ea933ca247, '', 0, '?'),
(0xe52843f2005629c9f834ea5f03e30722, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php', 1, 0x00000000000000000000000000000000, 0x95ce6c0ce0a3d9192d03162e1c139e8d, 0x5d1731f56e4b8dd177ebf1e16ec8bfb50a65c976ab1182cd68e8fd081ccc01b7, '', 0, '?'),
(0xd5fc5df738483462bd114d650e191440, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php', 1, 0x00000000000000000000000000000000, 0x366cddba18b3d93cc993d58b1d1dad9b, 0xc50107b0fff0d821e6dd8da1896eb36d01b1f2dc6881ba740021bd4db85df385, '', 0, '?'),
(0xf8816df64f263f4fc311ebc0b7f1101f, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php', 1, 0x00000000000000000000000000000000, 0x7ab71b8d8ab60a3062f29802c7a41bed, 0xfbb64922370334e6d1692947431b2054cc20b07f47e70930762a18136ccbac68, '', 0, '?'),
(0xcef7dd7d063641392abed2e385f63480, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php', 1, 0x00000000000000000000000000000000, 0xc7b65ed6c009e348fe4f9b40792aec29, 0x8a7eeef7a4a6a9f642243a06940d022aa5f3eb1756a8c1bedb10b0680e66bc32, '', 0, '?'),
(0x61b5a77816f16e4edcfade6d628e0409, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php', 1, 0x00000000000000000000000000000000, 0xb9170cc0db3a2e40dc63beeec1debdbb, 0xe089af288c552bdf17d5a77b526bd4d68f1a60c3ee9cf8bd64c716e2ecf4fa98, '', 0, '?'),
(0xce28c5191c18bf3659176127cfa3b8c6, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php', 1, 0x00000000000000000000000000000000, 0x0bc3d692eab8109435a83db7cd7c924e, 0x4003fe6ae1e788616d98d29f7b8f47a0fed2bf260eb753c3ca874a2e2a577328, '', 0, '?'),
(0x294dffd61c280c93a1b1a04ee6a5e914, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php', 1, 0x00000000000000000000000000000000, 0xe9070efdbe9cecb88a8d9a4ce6b17b96, 0x889e5196e7619408a95645a7343c4dd7b27aa0f5f441dd8567639632491a642e, '', 0, '?'),
(0xded27af707bfec3c32afadc3ec06dfde, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php', 1, 0x00000000000000000000000000000000, 0x6e8605fbe571db681821a98d3e4b0d42, 0xfc0d8496eff07ed0023337363e84f3af78bc7caf68a30dd7e7012551d9afd0c0, '', 0, '?'),
(0x3952ac6103863f4b157a7d3ef50b6fe3, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php', 1, 0x00000000000000000000000000000000, 0x3d06ec050a5eb809f4d2f759c27f5000, 0x208662e87eb42eb20c51e29c8c24f89fcb5200fad31eef54eb887adc734210e0, '', 0, '?'),
(0x9ef1b41623973c86385e3b87364f3b13, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php', 1, 0x00000000000000000000000000000000, 0xbaa61f4ba9664a844805444e06d20d03, 0x7791b9bdec1c1f06bbb45c8eab235d1b4b8dcd405c1d5de39f9dc1db9c679e11, '', 0, '?'),
(0x3091f0bb0121a37c57851622e95afcd0, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php', 1, 0x00000000000000000000000000000000, 0x5ceef65f98cd14cc8d849fea4c294563, 0x5e4f8de7a684c2634dd30a13f5866fc585db9e742f4232b03703ceb5c4038f2f, '', 0, '?'),
(0x9359f00366ed72310c6a3e0209d84a80, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php', 1, 0x00000000000000000000000000000000, 0x8be3c89d97012977a4670816ca570585, 0x0075751c68e5216f2623bfe6970ab41a77aa4326ecdb8140a6a7387edf93640c, '', 0, '?'),
(0x50337f146812c943ca317a6f39567d0b, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php', 1, 0x00000000000000000000000000000000, 0xde6ab6bebd0f60f453893e451fa23d2c, 0xbc069fd4eea78afaff6f150884585dc35817f94fc24d4e76260bdce8c8edf6eb, '', 0, '?'),
(0x68bf3ded3f83054921b3ae911c58f342, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php', 1, 0x00000000000000000000000000000000, 0x4b4d5553dc5a712fb74bef0e4dad6ce0, 0x1b1a17a8ef06a3fbc94155207804563a3b865c0fbca5d4f5455adcdd4dafc4f0, '', 0, '?'),
(0x22a90b54655ed2676b6987371b62dad9, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php', 1, 0x00000000000000000000000000000000, 0xf82b36df89a4233e9ec6b4e4fe7d7506, 0xc204eec93a7ff0145dd4f0c0be70dc47632a6968297c3dc053849bf3efbe81ad, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 1, 0x00000000000000000000000000000000, 0x54690f765415568ecc2ad6303bd7ee29, 0x47bb4d18ea49fec3b54b2e9d0428fcfd8f1ff575b6740f17f91c76bd41e40d48, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x35ffd79973b4b752162319cbde997da0, 'wp-content/plugins/wordpress-seo/admin/endpoints/interface-endpoint-storable.php', 1, 0x00000000000000000000000000000000, 0xa7de52ee280dcbc9ca3792d2c1bd9415, 0xdf709757430d1d4bdb2a714a6bf82d7002d7b74f26ee7407534752ad91a45070, '', 0, '?'),
(0xe89dcd65ebc8abc38654e66bdf8726c7, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0x73d1f4401d11422d3b512d9d4f13108d, 0x6f562b618567ae714ad69b6328c2e7ff13d6572944ed29059b8e587443819347, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 1, 0x00000000000000000000000000000000, 0xa7e229d348d36978b2cd66839a07cc3d, 0x292c127b93f27fdae5de96bb502134523d9621823945bb12616558e431c1701a, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xa1d61e909c2e3b4410a634ab7b8d2321, 0x4f1f3dd0cef5bd7694b93104447c48b7f5f6838c40f136ec80bc5372e2e9af2d, '', 0, '?'),
(0x0c868b503eab46de843d99195fe7c090, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xa0b939d22db18d660440c8eb0f4f496c, 0x781dbc1f6213326cd906d8ce52c7f4814df9eae1fcaba33cd8c447feba2f361d, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x161f55c2475653be13bb87462a808bdc, 0x22db5b23e3bea1602b7cb518cb6ebada6980ec3d7490ee6ef54becb03a1b413a, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x07061a88295f59213047f9d4fa80ceb8, 0x0415a239766880380c33a3c29c5269c95f8fbb82d03472ea699586445a0d33d8, '', 0, '?'),
(0xfe94782802a5bd0b9c6da3aba660b18e, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php', 1, 0x00000000000000000000000000000000, 0x699a8a51b04f8b64b199b67ea9f873b4, 0xaca79ba8675629c94b9bdd2e419564a6a4f73aae3442773e5fd08a447eef7445, '', 0, '?'),
(0x489a40ac4f5d582b47dbde426050b697, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php', 1, 0x00000000000000000000000000000000, 0xa9aa9f6a40acdf9647b4034ff3d13a55, 0xdc5fa8a42ad65451631e5c2e3245c0e2d4bdde523306527fd6a7be4c5b6007eb, '', 0, '?'),
(0x96791755ce66aa1d0e0384a3bf56a13f, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php', 1, 0x00000000000000000000000000000000, 0x65434e761d41c7ae12e9feb6dc4daf1b, 0xb0597db7be0163ca6d3ca234c6de3699867e6d55844ffdcdae7f5373a010ccf3, '', 0, '?'),
(0xb16ff53f9a446a2167d3ad17a4d7132d, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php', 1, 0x00000000000000000000000000000000, 0x7ea4f3dbebebf47a546f0e9875042f30, 0xb207e371c00d5bce3d9dfbcc8406dcd2bbe857ae2875b8ee55e2ababe602d284, '', 0, '?'),
(0x134d004df6a7cffbeef719014141fca1, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php', 1, 0x00000000000000000000000000000000, 0xe434c8628267e8d74a80eb5a93b59170, 0x287ac217601b59c71f60d4a88d6aaf0f199ae0ef32321ac055b8dda72b463127, '', 0, '?'),
(0x7a77d087e39414c2d7ae5bd868962e9e, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php', 1, 0x00000000000000000000000000000000, 0x4b69e7a59a4f80e6ded89070e703a8e2, 0xd93b8088e1844e7e9307cef38547e9bc0c110ad1030739589673529850d971cf, '', 0, '?'),
(0xd91a2227683acf1a7f6a80941a784630, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php', 1, 0x00000000000000000000000000000000, 0xacc18d6f3796d3c63808c22c3cf1e481, 0x70095cd4e342fa6b84acecb7721367aaff779fe1be417bab97b7c03a5aeb4095, '', 0, '?'),
(0x2d1e6d5b9e19448de2b3ea94491fa1f5, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php', 1, 0x00000000000000000000000000000000, 0x801971f58c79f6c0c26b37a1f3b8fb57, 0xd64a4af7f2971dc0317d1bfcafbfbb22d09e4cbdfb88892de957708d79a4b444, '', 0, '?'),
(0x8347c7aee0dd2355a39ae493265c1ee4, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php', 1, 0x00000000000000000000000000000000, 0x2d3dca4c5acd387edd3fdc8c1edd335b, 0x04913448f4250e28ca817abf312ce585f708241f69a5c52936729959ce2091f0, '', 0, '?'),
(0xf010d2af435ac8e70ca59a4a4ea6b0bd, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php', 1, 0x00000000000000000000000000000000, 0xd5fa10358d6383488d2de45cc56c513d, 0x4b3c7488a45de7d17561453c9055bcd38c3be777151d7f3e1d573592c60f8553, '', 0, '?'),
(0x7411cd194cec239c5d0985cb5456ddd6, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php', 1, 0x00000000000000000000000000000000, 0xf543e371b51ccfb2a8920ec2a85ef035, 0x7cfe66c84821d3e822cc0d5623d8b7e1bd28ec4f65f9dcd55e48a1dd6db9410e, '', 0, '?'),
(0x99f5c8424a2aaf6601a818e5695e00ac, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php', 1, 0x00000000000000000000000000000000, 0xc733e355623849a682855736bf378890, 0x2a1061bf9ad2bd827c4a5bddd1274e7cfde736010740061f170dae818d08595b, '', 0, '?'),
(0xbafccbb49c0b16d0bd031cc1d232e0d0, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php', 1, 0x00000000000000000000000000000000, 0xdce455cd9adf4ce2d40de0449f0cf942, 0x500af0094ed1b5685c0513b1c9e2c05549b88c379916115cc05ce762d858339f, '', 0, '?'),
(0x488b808bdce4b91fcb0702edd983bf1f, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php', 1, 0x00000000000000000000000000000000, 0xf468ac70f7e5424e12fb573a08d610c4, 0x4918d2bdf08fce972c1e6a8c655415de5fb8e5c9b634d3c29634ec903c710aff, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, 0x00000000000000000000000000000000, 0xacc720ff550596726b0e8be7ae488dc7, 0x3dfdf2b69292363307192a7f88f3b73e6230f9fe00a8bee82ce4c68933f77032, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, 0x00000000000000000000000000000000, 0xd45f2a839fd72a3cc40bfaf241477f74, 0x030c8a08a707fb394c99051c744a46ff75cddbc6d6f434b57df02c56f363eb61, '', 0, '?'),
(0x4c39508a587bf98ef4b67bc145a1becb, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0xbfa50925add87e33d78207264e2ad395, 0x0be75c7a0851f4ed968c48044faa319ceb317cb2b2664349df968ae16198543b, '', 0, '?'),
(0xd96f6de57ead9dfdca9ad89411698265, 'wp-content/plugins/wordpress-seo/admin/help_center/class-template-variables-tab.php', 1, 0x00000000000000000000000000000000, 0x3fcb765cbd60df6a4f708cdd00f5c643, 0xfdbb9d5b396dfdebcdc7d303b2a2dfcfd8136ea3d03427f9357d6550c160a9e2, '', 0, '?'),
(0xb2978f1dfc7408913a8aafdf5a00e5b1, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, 0x00000000000000000000000000000000, 0x123ffc5a1c3e9748b0071936931aaf37, 0x282742b8f5211005b4bbc2e39b864b725ef46d4d4b975114c1b58f68ca0f9991, '', 0, '?'),
(0xaedb68c553c4bf51e37f830bee529ccb, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0xb4aab009cdcb419f0b1e7b59f3c22c19, 0x4777382e0dcab870c176a29db21006ba1903e882f42da52c50a1606eff868100, '', 0, '?'),
(0xdd68ec4561bebbfa15865671d5206714, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, 0x00000000000000000000000000000000, 0x043d1e4b6613a40400d93d919bc9e1e7, 0xc26871b5beec8257b5ac19c7c9d502a7077e7fb3ed7d6951b7b91b2f7bd6e298, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 1, 0x00000000000000000000000000000000, 0xc2386cd9620a43932b32e097b97606c6, 0xb62fde2c416bc273b5b459523116809ab05ceb43f74d27d9c6935f1672a4d009, '', 0, '?'),
(0x047500936526abec2417d2e29f174fca, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 1, 0x00000000000000000000000000000000, 0x0dc7962dd3116de2dacf2c4fcf516657, 0x0f50720e8cc608c630ff62d69706662ece6da1c3e16ee31d7e74dde09ca4377c, '', 0, '?'),
(0xf2878aa8b8445665a06f681bc178c418, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x7047853a22bd5d9cc0f10507b53ec9aa, 0xcdecb4b01d0ea2a5b06955d9c6dc9ea49d498683a4c56dc1a21824ce452732b4, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0xe5644fb66a2fa72da4b6b598bd420ebf, 0x996eae7ee8a30b13d5e8a1d5e5a26787821c27f37e6b19c6167658b9e41c8db0, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0xd0afa932b371a909b929bfa4108b56f0, 0x16ef7f6ea864bd603162685331098c1ab621ca5cd400cf0dffc32726ded609fb, '', 0, '?'),
(0x97c61fd41c8aebc66e88d10b8bad97cb, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0x0b98639c50ff3c44f37fde35c8c758f6, 0x7c6eb6ff8f8b50ae9b5ca3de668e0971f29321ca1c11b099a5acb358119cf725, '', 0, '?'),
(0xfadca70e9ed51740cb7b39b640f9773c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 1, 0x00000000000000000000000000000000, 0x28319d4098dc0c3c2bbe2dbcf2e71b1b, 0xebf59a86dfd306b108e34c28e4896106539c83ed35c9a5403a58018044ba5909, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 1, 0x00000000000000000000000000000000, 0x4d4a1128d59895041e4c8bfa4d774472, 0xa98fffcaf890463ca51e52b4f7f4f275ebf7672567fdf652970d5ddca81940f9, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0x6cc687b8fe7ce658b83b62e0d927b498, 0x22de9c01a0078c71b0bee50a6f105d5e0f0526074d6b856638fd8445a64e324e, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0xff74ac7a6567cc861b5d78328d81aaa9, 0x217ddfb85c9fa70fd352481335a9159a74c2bfbdb8c1341f600c0bb42d2a292a, '', 0, '?'),
(0x798c181e784dc2cfffec40bc184fe48f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 1, 0x00000000000000000000000000000000, 0xbaa0a9d00cdfe2c1abd1d9654ec1c0e7, 0xdd17376cba89f041f95a792e6afc6f62a112288e8fa319e29bb8fcd2ca37333c, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 1, 0x00000000000000000000000000000000, 0x41afaaa118c2f4a0154651cedea34d52, 0x33fb2732f21a5d8572241c0a4867c66385a2bbf6be253f0e66526d41a8633d58, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 1, 0x00000000000000000000000000000000, 0x2b78dc8d2e1ef5e5c2ced4e9891e3ae5, 0xccd5b05bdfb13001207100fcf441e39258ea511c2e598d42498286574586b930, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0xf975fcc57665fbcad2be23391dd1c6e6, 0x7ee6514b8ab0801e064fa0ecc5c53be7dd1e96284710b6d71126fc765511f78f, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0xd7fb2fb47c539a3c82763848e580d85c, 0x2836621fe4232b18dfe975e1fe91ee2a196700009e2cb7e1e88b3eaeab413a75, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0x5c8b13c49f1f110b9cf139e1e76d5027, 0x9434b8d62fa1daebe0a5eba5ae535484d74d2034341d6eb381dc9235a326c59a, '', 0, '?'),
(0x341d166df536b429f33a35bb74d17197, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, 0x00000000000000000000000000000000, 0xd211aed43e8d6f15b5642d9273840eca, 0x3f10a951037f7346c191765a118e04d43b8f9c512d0a3e8dbe7bdbba7454a6d1, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc687a18908c09b5d1eeac4ace8de989a, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', 1, 0x00000000000000000000000000000000, 0x6a5848206c7a453e38522224f5022d8f, 0x745f3ce34db9fdd2049e07eb2c17746f7ec966d459ca63d7ae92f1e332286ab4, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', 1, 0x00000000000000000000000000000000, 0x9de4ebd042a2071bb50a51491ba7d43c, 0x5166b5086afa989ed8c5b2da7952f73b638abae5b5e5b1729f9edb22c138082b, '', 0, '?'),
(0x0918b718d0f84b21d41d5413f67a90ec, 'wp-content/plugins/wordpress-seo/admin/links/class-link-cleanup-transient.php', 1, 0x00000000000000000000000000000000, 0xd6aef008aaea80e15fc9db3224e4466f, 0x247e3a34b494ca5b77e1f76ac56345e03a71f2334c5a4873cdc4bf74bf245893, '', 0, '?'),
(0x494660f8bc3754f43c41c231bc5792ac, 'wp-content/plugins/wordpress-seo/admin/links/class-link-column-count.php', 1, 0x00000000000000000000000000000000, 0xaa61d8d7129b8d58fc194481b6b1568e, 0xc919b3baf88b8afc5776186da123375231a66b3ff2b7b64fcb3c0a32a5dfbdb4, '', 0, '?'),
(0x21862333bcb18257ed8d1cdc4d04f1f9, 'wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php', 1, 0x00000000000000000000000000000000, 0x31881be32640e1e1f87e13970653698c, 0x77df93efc6b1caa48912f3483c2117841929c80115491bc8b8bbb7b85ada8c93, '', 0, '?'),
(0x2c468e75a2b7c49e439117a9e19d90ac, 'wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php', 1, 0x00000000000000000000000000000000, 0xad7a7d7677c81f3535df3c9986ce9bb9, 0x5f05a569dba81a1c135e5522ee9a1cd44afd3727ee8250a060f58987d932473c, '', 0, '?'),
(0xfb61718df5a4ddf4efe772bb9169050e, 'wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php', 1, 0x00000000000000000000000000000000, 0xe9d24290253f1485efb89f7bc70970e1, 0x19b4c4c87601f5da503fe1bc06514b00069917897e7d1e10505522cc0eb3e60a, '', 0, '?'),
(0x6ce15b004574d4788db9a6d690a41d0f, 'wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php', 1, 0x00000000000000000000000000000000, 0x7f07b54d96f6ec86ebc4f12c2a828f29, 0xb8ce2007087d6bc558112a6b58b59f4aafa6c94fcb7474972b8217a5f4fbc66a, '', 0, '?'),
(0x4204fb1e4675e03fccc7f986a7a05b68, 'wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php', 1, 0x00000000000000000000000000000000, 0x4e44464e4cf3abcbb7208692d203b8a1, 0x0a858d427548b404576f8268f5ee595e708f88609bec43be2e2082aa04326fcc, '', 0, '?'),
(0xf35945686faea9d16b9e73fa52242bdf, 'wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php', 1, 0x00000000000000000000000000000000, 0xf2bac355c0c57b0592a1e387c3398594, 0xec4cf501898c8a62dd47393a4d0a552f5dac85f15713854215cb6b39627eba4e, '', 0, '?'),
(0x5030d937079db4b189e9a6cc39658ab8, 'wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php', 1, 0x00000000000000000000000000000000, 0x2022b3cca2af3df3c9e6e6a47ad165c0, 0x8ea05d62fe410bbbfbbbfd20fb1c23ba22861a8ff130a2dfff78e7c273408baf, '', 0, '?'),
(0x74916d8b784819c006d0fed165764462, 'wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php', 1, 0x00000000000000000000000000000000, 0xf5976f31e81513ec6a52c1a7d0cf4e29, 0x1fc5ed6cf7c30f363a1a4d738ed19d1610792164c34478187a7812253ad6d212, '', 0, '?'),
(0x72fe646c1bfd7b3b48a00439c6e73961, 'wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php', 1, 0x00000000000000000000000000000000, 0x26f0d3c87b2ac31c2920c9b7c2539c5f, 0x871d27c0a3f77e88b00e849c5737552058cf839ae2a37794d286a99906c31962, '', 0, '?'),
(0x0650d0e0078821901d5a6e9bc5a34a3d, 'wp-content/plugins/wordpress-seo/admin/links/class-link-query.php', 1, 0x00000000000000000000000000000000, 0xf4de9c28b5da91634247e978b6d5c412, 0xe28cd460a9a43aff125af7bb3a099d08a2992de9cf5611e320ba89ebe0fc8e89, '', 0, '?'),
(0x1025ab547b7e01e9843ed99050749e14, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php', 1, 0x00000000000000000000000000000000, 0x4f0b1b124a8a3f8fde14e9b6fbfae5f1, 0xdce3a4949f7b817721eafff1bb3a7251e8763f046c198225d322ad110e3c7899, '', 0, '?'),
(0xa8b56ce40266c6b6feeb0a2790bd4dbf, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0xdf9077062073d2aea58becd6d47dbc70, 0x0e400857422bc35225443392a3109c107fb347167ce51226793e0cde817744d7, '', 0, '?'),
(0xeecfdd3e2672e34a7956df6dd40c7e77, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php', 1, 0x00000000000000000000000000000000, 0x640cd2fadf8de0642a6254d1d30ff652, 0x6d61e47d8b990d4a90a712b54436c770ce3a8cb2bc8d43aeeeb9192de232735d, '', 0, '?'),
(0xbbc231504aedd5e68a609aaee0140ce8, 'wp-content/plugins/wordpress-seo/admin/links/class-link-storage.php', 1, 0x00000000000000000000000000000000, 0xb499ffcbf903824b4f38622121fddaa3, 0x8f5f94d07b5e305ab6d30deaf6527355264195db9ada3078904e7c15982715af, '', 0, '?'),
(0x4716e8d6933d87a65f42c665aba52d89, 'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php', 1, 0x00000000000000000000000000000000, 0x10f4c1eb05cb527de1b64ba05c06d8b3, 0xdf869ba0a83599e9097a3ccfaf7b5a172ac74e61faa9803c260c48d1450d6c4e, '', 0, '?'),
(0x1eab066c8599a2288fe49c99ea471ce5, 'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php', 1, 0x00000000000000000000000000000000, 0x99047491f46c242105aff6c3e34c7abb, 0xdfed968af15d6952f6050c067529a986711177d8d1fa7d30afccc5b9adf78f49, '', 0, '?'),
(0x4efc874990ebde3e753f73c14bf246d0, 'wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php', 1, 0x00000000000000000000000000000000, 0x8ebb91b4caee6a87d3f34d418c547eb6, 0x065be6b72542871ef7e07c68819cbafda024c4d98f53249c94e38c6cbd0ad6c4, '', 0, '?'),
(0x0e866ed8f15cd655943cb845053c3ce4, 'wp-content/plugins/wordpress-seo/admin/links/class-link-utils.php', 1, 0x00000000000000000000000000000000, 0xd2f463c00fd8013b71da16621d0ecc73, 0x948dff5e5e0a91227becb0b20b393ab94721cb02e7c3f1c28197a1547f23e830, '', 0, '?'),
(0xf45f4e806244d7d4ee392c7a09c53c8f, 'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php', 1, 0x00000000000000000000000000000000, 0x58005a44183f40dfca143f8604a85341, 0xc959dba7d6bf61f358681d92d1236e879465942641c6c77a5ed13928776d9654, '', 0, '?'),
(0x5092574b04485a7a82670d1d0842af9b, 'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher.php', 1, 0x00000000000000000000000000000000, 0xfefda878edd4201bc309ae181c3833ff, 0xc88b041f86b0c6fb75fba5809e9e3a23f1b05e9badcc99dce8bd506395b38032, '', 0, '?'),
(0x50ca52d0f4d11765d659aa108992e358, 'wp-content/plugins/wordpress-seo/admin/links/class-link.php', 1, 0x00000000000000000000000000000000, 0xbeb3c456f3e04b4dff9ba23e98877f67, 0x0304f1e3d7eba2d105454249241b319c5d54947a3478ad9ece34020daf928233, '', 0, '?'),
(0x21a4e61c9ef8387e570e0eb0c93e42aa, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0xc5548c9556cd369ae08dee44dfebec67, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xef6ce60f98cfe65ef1281d5d3135ff05, 0x59cdef5417473db27d895fc79fe715c4f62de7586d8a964b1f58bd63eafb560d, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, 0x00000000000000000000000000000000, 0x38b711d2bfaf0726961ead49059ab60e, 0x1be8926b9dd273ea8a7c9d6891bf6f3ff35fa05a3818b6199f705911b06e3f74, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xc0dca8240339d8a8ed4b497a3be05b93, 0x035d2119564b1654f0607d48eedfe9781bcd925f61636e8e0ee3b998e46c4fdf, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 1, 0x00000000000000000000000000000000, 0xa61e4cc1ccba102a2169a5d190f0b6d1, 0xc096df2a70d07d4e8d5a0896e272610f706fca62b12c3fa6e84be7e927224d9f, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0xe55a1a346a845e0c1017c4c7664addbe, 0x7a3e7d0ab6adf6628e8af110de2cec5b5325e8348625e2f272d3421b818512b8, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xa4cba3bfe5076a28f38356da42c971aa, 0xae8ab173d2df4c5e3da119989f3ece323655adfb93edd81fc050ff9886b50b7d, '', 0, '?'),
(0xe77f4b9c2e4c9976d96b502a6de06f6a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php', 1, 0x00000000000000000000000000000000, 0x3d9f853c90200940ecc52c57455f1eb9, 0x292d01fd198fd9b00b643e879ebe4ecab1213841eac186f5a5c794255ed89bf7, '', 0, '?'),
(0x73b95680efe151c3ce9d7fe6fe377021, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php', 1, 0x00000000000000000000000000000000, 0x72cd86697c81bb6e6331f22eef855358, 0x9d6ac894aea7c620d2ad0211642a534a05bb8321ebd7b4a7ffcb5a83fd1d100e, '', 0, '?'),
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0x3ce9a501206c0223415fceceec59c598, 0xf71ef13fce7037dadd4a6d721b9b2b0c3e30556354ebe587cb472ff51e84e3b9, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x58d241fa187b7faa6a280a97b3ce7aee, 0xff8006a9c116b78a05ff5a15d1dc60c52636ae5c02462b27d26de4a40aae4246, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0x760f31c64efff41b98ff6bbb554661ea, 0x4c9f0d46723416eca3110bee78ee6bb791c6fdd9a4e606849a1194a3f492127b, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x3e210f8b1b10d23c04ca3315b20089ac, 0x15618a9de8700a062429287344398657a353be67b3922c563d4dea985f3e2fcc, '', 0, '?'),
(0x8ed81a764aabd57caad89a0d4c878ef3, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-keyword-synonyms-button.php', 1, 0x00000000000000000000000000000000, 0xf061f94f09be4a5954c6e27aa302eae2, 0x7ffe9632f13c325f59a0b99d2fabb1c0cc175815318c6c7487d2a5609bd4f538, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 1, 0x00000000000000000000000000000000, 0x03af6516640499e05c47a35fd102107b, 0xb0e3b96816e8e3821d445f5a40dbf935443b315272753db9eeb2af67122ef046, '', 0, '?'),
(0x0b62eaf18936df0aba09536752e54025, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php', 1, 0x00000000000000000000000000000000, 0xad29df0a076a861488144c8a2e53407a, 0xcafe7e6b0943af9580eff69d8012afd5eff891dee6fb4779cf4ff21c59b97970, '', 0, '?'),
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, 0x00000000000000000000000000000000, 0x958a7494bb0d27cc647922add9966f75, 0xcc4326d309d4ac01e0eda174ab7635865e6a90e1937a953d887b238dcbadc674, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 1, 0x00000000000000000000000000000000, 0x67d4bd1f4ab859d7dbbf60dd373d2834, 0xdd07f2b66f7f87c5cd26f203352fd8256a141e0a1b39a5848d3e0ae134190429, '', 0, '?'),
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0xa92b48738aee78c9f7f88f504cca51a9, 0xc45ee7c7ebc01aa637a65480860d89739c9afb042aa4de3dec22469d72010047, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0x032821283e035e259d861dc8678247f1, 'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php', 1, 0x00000000000000000000000000000000, 0x5c5e221b1d579f21cdabe22a49a465bd, 0x5778c0c6b0109bdb2a2042d8b6499422eadd15436068b9c2c372603032744ca7, '', 0, '?'),
(0xc555bb3a3d39582e64fb86a44fa1cd5d, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php', 1, 0x00000000000000000000000000000000, 0x9b0fbbf7dd2f8ea871437640af66cdb0, 0xb26484ae66d53726af9020b2a09f3741d68de0de90f353f17c2031dcae286602, '', 0, '?'),
(0xada312609f3c2dc26ae573e4da99e7e6, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php', 1, 0x00000000000000000000000000000000, 0x1cd8c1374d81545972e33f3b3f30d469, 0x3163eb96beae1d1062a40326041f7847fbf828d8fd3363ad77fa13e320e945ce, '', 0, '?'),
(0xea468caee8808bd4221989b4079bf2d1, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php', 1, 0x00000000000000000000000000000000, 0x8b93fec613c86940bdb0d54a1d53f9eb, 0xab47957dba99d10252ea68fd07502b5e53589102ee0e3d23384fcda06d9b7469, '', 0, '?'),
(0x4a3909247ab92738c702a4bffe5d62de, 'wp-content/plugins/wordpress-seo/admin/onpage/class-ryte-service.php', 1, 0x00000000000000000000000000000000, 0x6c11887dd0a3266af1e68db7b8e93899, 0x1fb21714dbb027b74a9b5c03674bc91d28618efcae3b161837bacc265baa8068, '', 0, '?'),
(0xfe32937dfd2b8d783466dacd096d8558, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 1, 0x00000000000000000000000000000000, 0xc8ec23a024726dae0fe25770c76b6df5, 0x5ffe90d0dc992edc08168ba508537cc3f2b652c3b8aaa53a42b47f28e2abb443, '', 0, '?'),
(0xc491c8d4aa561c8b4354189c91fee047, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 1, 0x00000000000000000000000000000000, 0xec64c5d1a4dbd37358f293ec504ea2e9, 0x714d93d5799a3d085df3589d5d427169912fe281b852cbf18e9af24b9c76a6ad, '', 0, '?'),
(0x2e1b144cdba167de81c8db065e9d014c, 'wp-content/plugins/wordpress-seo/admin/pages/metas.php', 1, 0x00000000000000000000000000000000, 0x70e66e5de56466e3ac7cbee451e05aa1, 0x45c9d954819c8f2ac1e89d056ba45544d7005af95279b15fdbfbff7d26c65741, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, 0x00000000000000000000000000000000, 0x104e515d01ea72b8fee25370d9394fcb, 0x4a32f52e67735e4b61a2407ba51814398a8364220c23cc236f6a99364953a1b5, '', 0, '?'),
(0x659cd189b2479637d102f058f13f0042, 'wp-content/plugins/wordpress-seo/admin/pages/social.php', 1, 0x00000000000000000000000000000000, 0x8e54f99616b8ea943dc3c5e3c524bc4b, 0xa38c56b1d67c72169a9980d770dc1fd10a9fb98da5eb89768f0ef87557a50abd, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, 0x00000000000000000000000000000000, 0xd0b0ce60c0b22a5cceebb8705d8afb7d, 0x431b1cbd4ea292e8f3d4b49441ff427257bf9281e169fef7b14689603c5cb0a4, '', 0, '?'),
(0xa073391e04047ee8362d10929ade9118, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php', 1, 0x00000000000000000000000000000000, 0x1fd01aee2855b2e765baea7fab41e7b2, 0x8c8a0e11e440e435743ec8c7a0db673e43aa39b341faa81e492d8a6903129439, '', 0, '?'),
(0x7c73501aee1994b94db1184bd4dfb783, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php', 1, 0x00000000000000000000000000000000, 0x7d08afd775d0be28f30e8a009f744a96, 0xc14c94be1e23b9def2a3befe6daa511856dae43cfd354775d5d701da0fd81a80, '', 0, '?'),
(0x4dd51101603e572ad4d6f9a247cec4a0, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php', 1, 0x00000000000000000000000000000000, 0x159698c6d8f6a548c58c0739489e86c7, 0x20f5cbb2873bcaaf4289276cc940797463638c6efae4168a213cba94f84e4931, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xb7dbba902629d3eebcad1a9505b066ff, 0xc4c03d1c159984cf5bf9570c59474ae1094b1134158985ac0fa8330981118fc5, '', 0, '?'),
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, 0x00000000000000000000000000000000, 0x99336b27c3e478edd63a2f159e021ec8, 0x2357839394f75f57787b7457531b4fbdef9fa7864c1ae70d70f04a55f7469a89, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x397413e2dcd274bdc4020b1847bd0dc8, 0xb1b648f5615dd14bef09ab91685db2a2cda87dd1a56b9c2596bf8e9f194cd03d, '', 0, '?'),
(0x103e0342e222bd1636c7b7542a57d8b6, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x72fbe4fc928bde8808addf67a80d7dee, 0x3254893c1ce6646943087cd74503a58bdc75a4dd858b9addf3963c4731313535, '', 0, '?'),
(0x5fa2388fa78dc098fe4403aff1120ba3, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 1, 0x00000000000000000000000000000000, 0xc2e998c539a915709bad98a6e5c0cbba, 0xd3b5d41a3815453d3b5b8685f2cf4984218caf5b1fc3e073cd4a9434483299b7, '', 0, '?'),
(0x0b8a9629e5298bb37decb22a18d45dad, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, 0x00000000000000000000000000000000, 0x4be8518486057068e6cab3badb224864, 0xa5d0b2c12d438e224f46977bc08f6f8dbaf7978fa07d193ee1af30d9cce6d72b, '', 0, '?'),
(0x495e791417734ea2a6bc5d1e982a5f9e, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php', 1, 0x00000000000000000000000000000000, 0x791f317fcffb6e065d9652fc648229f6, 0x777330d61891b9fb7e3402db364214a5163b139f1d779aacd8abf2f229d229dc, '', 0, '?'),
(0x7f046230fd5685184e413ba0fe38d230, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable-term-provider.php', 1, 0x00000000000000000000000000000000, 0x03f971c930dfc5d81aab887253ff6695, 0xc0ed73daab0d0a46dd9c59af2ae22a28af8ccc14a84750922880db0d16b2d6e9, '', 0, '?'),
(0x5e4a5c398c3e8f58c25bac1305ec16d6, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable.php', 1, 0x00000000000000000000000000000000, 0x45b837fee4acc645bd2bd41d90f08dae, 0xd5e1f06b1e4b84389da360409dbc0d2d8a2c02c78155f63a4a855c1d6023bb60, '', 0, '?'),
(0xf99c53f84a6c90fade866cc6322b1661, 'wp-content/plugins/wordpress-seo/admin/services/interface-indexable-provider.php', 1, 0x00000000000000000000000000000000, 0xab9dd8e323b81091ca03ca4342162be7, 0x81da9bc8466494691e1504e39824f8ba2d6aed43196d3c3c36f2d8b2957dba11, '', 0, '?'),
(0x1692834c3985e87da958981529b71f1f, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 1, 0x00000000000000000000000000000000, 0xfbf4167ea513fb31c95bd5a1b025e37c, 0xd6a488bd380379a25124b059980de44eff12e105b16fc8aaa4f4b17762f1c04b, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0x78366b14d6fb984005cd9af31e8fbe90, 0x793fb2a4f906023d066e82f6cdc7ed4d58b2b3f39bdb61bcc1505e9fa29220fe, '', 0, '?'),
(0x3f580e5cfe6d669ee1da9507daa3b467, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 1, 0x00000000000000000000000000000000, 0x32d568d5472247055a81fd2e4a894086, 0x0b4f215f20e316ee0841e0c3a0d93447e5c74e12a3aecd5ebb2ed2a89b8d58bd, '', 0, '?'),
(0xde6604120a77074fa323aaf7289bf7de, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php', 1, 0x00000000000000000000000000000000, 0x98acdb97040a4738b8bce372cd75225c, 0xbf2c39e91fe8bcbea4d9e1ffdab00fadb5eed3f28a557dda5c4c767e6250d389, '', 0, '?'),
(0xf7b038a3c8437f84b6c3fc210830ebcf, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x22343b36bfe1c25bb9662db8856e98d7, 0xa755c1d7b4be539f6d8c84ab618d27c35e7d36346f830a39a9c751c56c466c56, '', 0, '?'),
(0x8920a6263ff1bb9e46a05a6945b94f64, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0x73e65cdaf62c3d4637ed534ad97d1dde, 0xe8336da20ac9043dcb7ba36a4ce301efa78b289ffa1c21162cf8472e0468fbf3, '', 0, '?'),
(0x1bd0efa4e4ff893cfed6da7c518b9c88, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 1, 0x00000000000000000000000000000000, 0x5ce615396ebac138f3bd7c71f5a9b2a4, 0x78d1d572908c28e2289429c009f06e76d3a105f3abd5cf2c4bbb44b3b31b0973, '', 0, '?'),
(0xc4ccf686c49a7aa5cc9678c3267b6352, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php', 1, 0x00000000000000000000000000000000, 0x9c6c3d43f614be5e0ffac96c29f6d1cf, 0x6f6b46879dbc14e98cede734ae2744a30ef8fe95fb526f87b52cae0ca9b09869, '', 0, '?'),
(0x893bb34e5c4635e150ee3239d6b21e60, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php', 1, 0x00000000000000000000000000000000, 0x529de26f8eb1a77c1877b15a49d59d59, 0xc46a3d854a45fd3baf8307c4a9de391b3c6d37ca8dd56966917e1441a26eabd2, '', 0, '?'),
(0x630edf2e0e834b2da1aa6b33bcc664f5, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xc7870c8be6144a1465f09de773675064, 0xc094e27de930ca78028ab5f09c9ba91fbbd90f48412e74492eea6f925d643eb5, '', 0, '?'),
(0x7b5d0ea1ff320f5d24440fad5e730371, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0x79133510a2c7871b9b23690b6e9c882f, 0x2a805ef9076e801c9b4cd89760bacac47da281faff7fecc3bb49733d526b9f30, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 1, 0x00000000000000000000000000000000, 0x978e5067ed72cb87091e2bf21f3c31f2, 0x04d25fadbdc6c2d50ee62bbb334987cfeb6e396773a5af11dbbebced75460f24, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0x75c8dbd7a101ddb2becb300ca930c11f, 0x8b9662f9277cf423ed4e73edbb748ba88691840eca0af9a5e971d36062b70241, '', 0, '?'),
(0xb4dfaa36e7c2fd653ffd750486f387f3, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 1, 0x00000000000000000000000000000000, 0x5ffdba17105657d9de86bdc56baefe19, 0x25beecefe019f2eb12117473a55c5c68b1cf739c39d49862347dd25127938f62, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, 0x00000000000000000000000000000000, 0x1af79e4f9fc6dc5d84e0705985a6a06d, 0x11cebe40bb7e0e560bb2f5dce2357cdc4b86195811b38c8996baebb6c962acc6, '', 0, '?'),
(0x4080ba1c760acf97f30fb1f9c55ac028, 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php', 1, 0x00000000000000000000000000000000, 0xf9957a7dcd1ced036947ce3156b3a54c, 0x9260f450d329c276c8e6ca9e08e013e46aad0d87cc93a047a8ed11614a4297ab, '', 0, '?'),
(0xa19855a14575a7fdcd7fad9544803ff6, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php', 1, 0x00000000000000000000000000000000, 0x201983e42aea3605ddb34b98b14a6a81, 0x5beafa16bce8c3c3168b68eb836e9d39cde702b190ec332b634a7f9352c027be, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 1, 0x00000000000000000000000000000000, 0x700272dc7e4cdf198350226f00279375, 0xd43ee6f130cfb4f76b520c075e15168dabdf0807aef0cb1c02427225d239c1ab, '', 0, '?'),
(0xe26b581312d6d14b019754eab237b305, 'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php', 1, 0x00000000000000000000000000000000, 0xd670bd5417fcdf3884a1865846c56044, 0xc1866a92beff13d8fd901480f5b2421eb1727cffe07f61c4e7f63eee460fca98, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, 0x00000000000000000000000000000000, 0x2dbacc0911940d6aeacbca8a6766b67a, 0xc41b50f882a1c47fd99bb98b9f38ccdbdb5cbdb1d2dca42a4af4df61dd95b07e, '', 0, '?'),
(0x37817561173cd6282efa974cd59d4828, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0xd758e4fdfa4a964bb833b5a6467e15e2, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x7de28b879038115a926b892f7e2ee645, 0x5884bd0b9d452074ba7525a6385cc28e422f696cc69a00f6a72a19cd654c2961, '', 0, '?'),
(0x2183a847f107177278401adfbbb87e73, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, 0x00000000000000000000000000000000, 0xb8b6cc05535c39ebf00d9ff1e42e57e4, 0xc2d19e5d918af2deecac91209676509e3bb7ed2f5490975b0dd3a4153d59ce17, '', 0, '?'),
(0x5655305ce9d225846bfb3a5685d9a6f4, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php', 1, 0x00000000000000000000000000000000, 0xc0d10c2d2cf42147ffc2320573ef9725, 0x4d2138231cff6c3838d1146f41b9847bd7408c9e4355a10d7db3d117ec5bce55, '', 0, '?'),
(0xb54e46dcc07a92428d4761af4623fdfe, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php', 1, 0x00000000000000000000000000000000, 0xda0a74b7d033f84b22beb3833be368ee, 0x6fa3455a1194d252c9941cba23e3871bd0f47633d60e97de2fa8d6e03f015c0f, '', 0, '?'),
(0x99486d6b8acc7e311265032237904e55, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php', 1, 0x00000000000000000000000000000000, 0x2f24ffc6a3b15571e33acaa05de6cf5d, 0x560962fb48c7c1ea2c6886f933044915660c6507911b28f51d46a04aa5bdcf55, '', 0, '?'),
(0x058cccdb00c41dc75ba17553b28b47b5, 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php', 1, 0x00000000000000000000000000000000, 0x809ed331d213b425b8d548ca313e6b16, 0x5342c57f535026e44b0bbb31697d997fc7658d9b1c959b453dd25857acac9a4c, '', 0, '?'),
(0x50c3a8b12652df7b28369e4d1b9d5d38, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 1, 0x00000000000000000000000000000000, 0xe8bbf8b7525565fbc91ee2803e2fc46a, 0xf7971ef04835102453d171546cab2f4b5b955dab56b514f8e5ba0a7c20afd5ce, '', 0, '?'),
(0xd33811d218fff7592814aba93fa9f208, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php', 1, 0x00000000000000000000000000000000, 0x23bcf36022a8073cb0bd50860c875cdb, 0xc76bc2e31bcd19c95b64b66404ff9db65719efdd6873f14d5b5f040344448cf6, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, 0x00000000000000000000000000000000, 0x681de2e91bbaf3a62fef7ce054359739, 0xb7f445bfc699939aabd091711f637f9100f97d1333b2c49005d268fc1176e07a, '', 0, '?'),
(0x9465b290508d2dcc2bb454db3bc49ff9, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php', 1, 0x00000000000000000000000000000000, 0x66dfabbb65cdfd7a0827ac43e548052c, 0x460292371c43cb33e2b571bf1ea2ef079d1d7b990e7158b40c51aa73e333462e, '', 0, '?'),
(0xd5bb4f9f7355901ee0d3c8b654d09f61, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php', 1, 0x00000000000000000000000000000000, 0x4b0b869151a078f5729121538271f0f0, 0x21bec3dd702c963150e78c5440766314762ce41c5738c3abb222ecce1d7de317, '', 0, '?'),
(0x554c4127aa103756edfb0383f967034b, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x786f3643b118ac784b9914844b274d12, 0xac9115e38113e887e96e6d41a665524086f5bf254ead409c5b3db8683862772a, '', 0, '?'),
(0x6cc7d269ca7c3ddb3240fbade10faf93, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xb12accf8c5b7fea230f62714ed580ba4, 0x03ba7ab71bee8a04de7f19cf95b72fb538597ef565abc99f97e787a6558217ca, '', 0, '?'),
(0xa5e8a85fff0204a91d225ced2960ee0b, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/homepage.php', 1, 0x00000000000000000000000000000000, 0x1e8e95ef91e827cd916f723272e4eeb0, 0x6c7dc4698cf2e712f4f31cfa52909338153ad0b13c273bf95b1c3de3883a7f95, '', 0, '?'),
(0x00353721a23a403e71b42b89134867e7, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/knowledge-graph.php', 1, 0x00000000000000000000000000000000, 0x31115d3b5dc026684df8c2e5ddd02575, 0xbaab0e70a713026acb2d9b6920bb2feca24bdd9239fbffbf707f18e18fe57f11, '', 0, '?'),
(0x44b9a3af89f4bc91558f00012ce4b7a5, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/title-separator.php', 1, 0x00000000000000000000000000000000, 0xce33db17aa8f2a9fb409e93eab6abb59, 0x0ddc19a16124628aa8f58e137883481e1a8d246e28dfc9be7d4a37005bd422cf, '', 0, '?'),
(0x1dfaacbbe6081a7e21c84ec001c5e2db, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php', 1, 0x00000000000000000000000000000000, 0x28db67795818452b25dc6f132b26cee2, 0x532d26445540202d82e79d206b050e5addbe83f463ba121bb8e3f719a39c6d13, '', 0, '?'),
(0x800586eccfd2f1194bd2492b61ddcff1, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php', 1, 0x00000000000000000000000000000000, 0xd0ae21fb134597dc76004f84705986e3, 0x662501218ca6869d8805533b936bf37baec4d565e97a0e2d55b3fa9e579b962b, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8e19c60dc80a9b9f232d0726841c8cf8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php', 1, 0x00000000000000000000000000000000, 0xde3ceb9134e541d18754d8db7627e2d8, 0x1f8ae0a534e348c369357ab1b1282518eeb2983b5df8b40c317e08f742eab9cc, '', 0, '?'),
(0x2bcd76172173832f98207802abb12a5e, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php', 1, 0x00000000000000000000000000000000, 0x29e0a90bdfdee3e3dfe3acaad6db686d, 0x5d329323821f90d88540b9ceab8afd22c543d80e5b055ab0a0cbcb2f92b6ccd0, '', 0, '?'),
(0x9a0c327381582b431f5a4aab044c8c2c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x4580efe4d2d3408e49baf1a94b75e030, 0x7e638921abdc107a3226b39561253da77631f2fd436e9d00a5e330cbd52f74e5, '', 0, '?'),
(0x6da42c0ba8da6864d6cd891b2af4d233, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php', 1, 0x00000000000000000000000000000000, 0x5e420e551737618708fe2f3929d34b84, 0x258e5aecff00b6c88c251e51453fab890053909ba5646bd9730e4e852af6fa41, '', 0, '?'),
(0x3c94260377359269ac42b50473cc0cb2, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php', 1, 0x00000000000000000000000000000000, 0xb90869aaa01e9c855283f27667cdca23, 0x7afd6f47cd7effa9ace2cdff8dae65271ca4bd58b17f40818bc1acbc5dc795d0, '', 0, '?'),
(0xae91607a7c4b7fb3af77ca68a5122cfe, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php', 1, 0x00000000000000000000000000000000, 0x1d4bfdfe5055044d9cc84762956ed8c9, 0xf83f17f4b1ac9f9bd9d84cfaceaeae9300afd6c91c76a5f6da2c8ce4d5df1637, '', 0, '?'),
(0x1a8680ad77c52ca5202d2c3a1fee2650, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php', 1, 0x00000000000000000000000000000000, 0xc6efab5f7bfd1b9573de595c261fb34a, 0x859122e01151fb5c4e7da134f41b05cfd0cc487548b1a936d75b88ef6e3b7488, '', 0, '?'),
(0x1d33c42a9f3b69f0325efc95ec82d5ff, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php', 1, 0x00000000000000000000000000000000, 0x6af8cbb833fb520c24d41027bf6817ef, 0x8eacaf43919e4ddaf4a2dd16c26c5a20de33588dff8f9b98488774c8cde805b8, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, 0x00000000000000000000000000000000, 0x5dae9d8174b3960649e3298b4142d7fc, 0xa2daea786edb6d19a84d6061ca557187c46e27fd269e940c0cf9c1a72f92b0b6, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 1, 0x00000000000000000000000000000000, 0x69af93aeaac9881531048ac95402a5b3, 0xdeb0fe22e994280a07e4356966fe2ca1c2c916f976c1d0b0a72640411d207237, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, 0x00000000000000000000000000000000, 0xd74447376c21b7c08ba13fcf99680d8e, 0x19e30c72a0938d48d56c727be3c10b4a71a08a35dd8b0c0ecfd85d6a282a9085, '', 0, '?'),
(0xd06163a0d4497dcb66109cc884e5cdbe, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 1, 0x00000000000000000000000000000000, 0x7df714296b53740f3dadc1b3514ab4cf, 0x5f8e89a39705410cbe913b92590a9acb840222a7e5e66f50a7694681307dfaf3, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0x1b85a0724887b2162a2b23954e19a70d, 0xb0c3aa49aa83e5ceff16824d61646e9da192f0d8acd1924b698be1cfc88ad4d6, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, 0x00000000000000000000000000000000, 0xd2f288d4b8c0daaac850d89fbb5cd10a, 0x59b3c9dc6ba47455df82372fc266f23ad736ffbda9e774ce1841d0f31d2b020c, '', 0, '?'),
(0xcbeb64d64996144bc6b9ec761af730c7, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 1, 0x00000000000000000000000000000000, 0x20aeb3d5e7e036d6dc939ecc5bcdff9f, 0xed137d9af80382f880e2881be67009b9d41d634b1f72eb8b2e34f9802c9056bd, '', 0, '?'),
(0xc84112ad472d6eb0e9422120f10e9562, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0xfe19019a8bfae6640b6ce661ad466481, 0x6b43fd0672402d8879c2d4e6a82d69bbfb7797fa91b27aebaed420aab75b6257, '', 0, '?'),
(0x4bb6c8a5e23fc9418ce60c00a7c141af, 'wp-content/plugins/wordpress-seo/cli/class-cli-redirect-upsell-command-namespace.php', 1, 0x00000000000000000000000000000000, 0xcad3d143c1299579667583dc7032930e, 0xe83cdf1a0b05321cfd9b25bb2eed1864de87a1c002fd7b81ae8a230d06d18676, '', 0, '?'),
(0x33697d84536c855e245ebde4d2349a51, 'wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php', 1, 0x00000000000000000000000000000000, 0x71b2dc8d776ce342d71a9d72f10356ff, 0xb2100ad384e05ef2976d20c17c9532cfd6bfc90ce7b399d60b532be16122145d, '', 0, '?'),
(0x5e7e577b750a65246883fcd0724e59db, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3f912c0114994e4daae6c67e90fc90b3, 0xd114ae830dfcc378245be49283d4753fae8bb626c3a59a202af84caf98a4e23e, '', 0, '?'),
(0xe376bed89ed13f400fb9bcf1bd5890bd, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-780.min.css', 1, 0x00000000000000000000000000000000, 0x9c98835e9609aa2165a8949b00717c32, 0x9262185904df93436dd993601d6686bb93dce5b1dd290d39cf5e219a06177f39, '', 0, '?'),
(0x40c8d891e5cf1f4c248c1ace05ec9888, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0f8ceb9a8d4656f25ec1590832cab1d5, 0xbbd9b5a209e930c1d981dbf0393a583076288ad99d2f4f5d2306d06ddd3d7fa0, '', 0, '?'),
(0x676eabffabc4ab3db21abc16f81d7bf7, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-780.min.css', 1, 0x00000000000000000000000000000000, 0xb8dedd7e89f24b7aa8b7920f3fa22380, 0xb921e94bf92732c25474b63edac0645a2e506a9c1d0a34381191afe033b9a9ce, '', 0, '?'),
(0xdede1abd4a057de61da0375ee22748b8, 'wp-content/plugins/wordpress-seo/css/dist/alerts-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x619befffd6616828a3b3e05c121b403d, 0x742388448773f17e6d0e5dcabf43bd0d0536814ad6546fd6916a79add8651e2a, '', 0, '?'),
(0xe5ffb23a0e64c74d1e8676a59740f1a1, 'wp-content/plugins/wordpress-seo/css/dist/alerts-780.min.css', 1, 0x00000000000000000000000000000000, 0x088f50c837dfb1cc7bd9daba6d89e239, 0xd5f86e4ab47e3febedf8541a38659bd1cdc9dce27412b766c20aed315039ac40, '', 0, '?'),
(0x00dcae162fe8cfe40f9cbc1a2f0e968e, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x468e1a461a246a1b882b6af116d9851e, 0x42845cf03a3dcaf0759a9fd4dba294922b6ec5beee1fc3722a4ce00ae6f3abe7, '', 0, '?'),
(0x9ff5a792384c02006c203ec65789d07b, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-780.min.css', 1, 0x00000000000000000000000000000000, 0x0413bad088582bb2dc4b45aa29cefe2d, 0xbc9a23bebc90353dfda5a1e61e20cdbf39dbdaa76405cd29f72f38d5cbc1817c, '', 0, '?'),
(0xa43e93be8593e69903e95d171e2bc42e, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdba3110625b3f4ee2cd24ed74f3bdd70, 0xdc70591020b4e786a0de098a371edc16075375999bc6d005c541411216aca837, '', 0, '?'),
(0x38f21ae113d0e9d51fe21f275dcb6567, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-780.min.css', 1, 0x00000000000000000000000000000000, 0xdba3110625b3f4ee2cd24ed74f3bdd70, 0xdc70591020b4e786a0de098a371edc16075375999bc6d005c541411216aca837, '', 0, '?'),
(0x55e1b74f3242937bd327f2ca91b6242b, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x31d3c28383ce1aaec74592b15be592ba, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-780.min.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x0cf34139e90577e395472301fea420dc, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0x420fa4d955c131a31c42c33db348ba0c, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-780.min.css', 1, 0x00000000000000000000000000000000, 0xc19cd8f1682f03b68251bb6af9d9ae7b, 0x5bc3d8616ba4a6eb48b49ea82802494728e8390070488b771c4822e4fd77757f, '', 0, '?'),
(0xe7a76c3c9f01b784dbbaa747abfe6eb7, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6c6dec85b4b7d55e86032e928dc35a5b, 0xa9201961dc825c0aba0542e5eb48e3be839d1b6529d355ccfeaae755223dcf16, '', 0, '?'),
(0xcc2dea37f94acaf18bbab7c499690dbb, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-780.min.css', 1, 0x00000000000000000000000000000000, 0x6c6dec85b4b7d55e86032e928dc35a5b, 0xa9201961dc825c0aba0542e5eb48e3be839d1b6529d355ccfeaae755223dcf16, '', 0, '?'),
(0x6511027f16df97055e3e7493ce3c0789, 'wp-content/plugins/wordpress-seo/css/dist/metabox-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe19a525a171c1231e1b9c74c76705e60, 0xb01b3f85d464db253c78b173519572c9023e67ed9d53665e8c83e8bb37a4b289, '', 0, '?'),
(0x78be4c68b427a3bfad9a8f83d5d61587, 'wp-content/plugins/wordpress-seo/css/dist/metabox-780.min.css', 1, 0x00000000000000000000000000000000, 0xb46540898956877130de7406ad49ba4c, 0x9cf075671c07ad23a016827d992c2d569b67f3a2ce2c88a30cf7ce8dc39f325b, '', 0, '?'),
(0x5e567f5d702ed192f8eaf7c1c963bf42, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x90a882f167675817c8dbae0f574937cf, 0xb19ee0fef108654a1b56496fc6a57f5d507bfb35e148ccc2a337a502befa4a8a, '', 0, '?'),
(0x01b14eca6164791db06d4760b5647a91, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-780.min.css', 1, 0x00000000000000000000000000000000, 0x9c58c585b61d69c31aa561c19c0c760a, 0x8617d5abd8ca69f17e2b37f2bb5f84f81b2acba025dac233647d164ad1def49e, '', 0, '?'),
(0xd6387b812cbe76ea7aaca7ce7d1252d6, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0ff3cdadaba0d6452ccbbac9c27837e9, 0xda3c3c4cb9009b96490aa7ed6e3e115243806c0fa8b7d5c4755edd37122197bf, '', 0, '?'),
(0x5d435f1555bfb6bd28b599ce5d422751, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-780.min.css', 1, 0x00000000000000000000000000000000, 0xef7fd09dc1f2986f934a1e9a4e770d43, 0x2c2ede0b8565bf94f391b99ab235145deff6f41e5a2f4c6111937b73f4a922ea, '', 0, '?'),
(0x8fe686930ba18c87b97791fe0a8c5b99, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css', 1, 0x00000000000000000000000000000000, 0xd44571114a90b9226cd654d3c7d9442c, 0x0ede564235b8efd4d184c88894af50a1d89f61eb6e6867fbbebe21c59e060d54, '', 0, '?'),
(0x8244234242b8e76a14598dc957e15e7b, 'wp-content/plugins/wordpress-seo/css/dist/snippet-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7eb6ed296d9de80be06b552dd89d81a3, 0xb94a052d1c64f9e481dafb008f495f58f0675c71d78ab1753824930b29f83f4a, '', 0, '?'),
(0xef0fb6f2082a835300894a5334b8767d, 'wp-content/plugins/wordpress-seo/css/dist/snippet-780.min.css', 1, 0x00000000000000000000000000000000, 0x7eb6ed296d9de80be06b552dd89d81a3, 0xb94a052d1c64f9e481dafb008f495f58f0675c71d78ab1753824930b29f83f4a, '', 0, '?'),
(0xdcb241195c3044a77ac6849acc923304, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa73f6859e332d88d944af70595f3c3eb, 0xb7aa5ffc24fd51fe24e9fe1d1b76140810e2058f30a3725b3f4b3e4eff0d39df, '', 0, '?'),
(0x9aeb2c7b994f396c0ef698e3411112a1, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-780.min.css', 1, 0x00000000000000000000000000000000, 0xaaabd4c10a664eb4ae3a17f113c86742, 0x0cfc7511cbc4f3a3e28f737402da303e6e9c1cbb55230d1a10701738ba30ab13, '', 0, '?'),
(0x34d9b868b99fec7dc5e271b3ed58411e, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa8fa2d3c479de92bf3b227a86f4aa07, 0x866d4eaf701460cb743a8dc2dddaa787b43ff2a83cc51da97c8bc2baa13e40c8, '', 0, '?'),
(0x3ead8956a1947bc4a80244fbe4df6a2a, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-780.min.css', 1, 0x00000000000000000000000000000000, 0x90afa8a13c47e57c7d28c60ce74476ab, 0x08bca8a0bbaa47f7efc42e2380091a1a727cd10af01dbf8e52b8afb5292927cc, '', 0, '?'),
(0x0d7f211f075575def2d5021c02f035b2, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7aff1e80bcebd63a9215e12cb7923e79, 0x15fc7b39c35e43632e3d90d67eda389ab9973db8e460522bb6d180eccd414eb7, '', 0, '?'),
(0x9456e941391a4a0cac98e1b75b75f8b0, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-780.min.css', 1, 0x00000000000000000000000000000000, 0xcb1387107af23396889f53d9ef52d11a, 0xa802438651b07e7a7c8d074d4baccf99b91973d0a58c82a4a4ec1df13e6aa88e, '', 0, '?'),
(0x68049008766166e862549df4ebc324c7, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfbb55db964ca31de8b5008a962d2e5d2, 0xe7a72b848dbb6756762d3affe392e873aa753a807df9d7261c2b5b22d33b981e, '', 0, '?'),
(0x315b61fa466a24ae9cb78f4dfd641613, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-780.min.css', 1, 0x00000000000000000000000000000000, 0x75b1817ab6623a62a0aeb4dfc24d3f57, 0x4159a23f0eeae513d65f73e9e3e403cb95082dc01611f649880c7bd3acf507b6, '', 0, '?'),
(0x46773ba76c9dd7138378addd35bfe400, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf518f26b0d1920f8c03d8143d20919d3, 0x442c9f1dbb23c2bde5f5d9f521f4cbe9c88aaee499d814ac459cd4225c647a6b, '', 0, '?'),
(0x377278538ecff0439233ba698f847938, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-780.min.css', 1, 0x00000000000000000000000000000000, 0x5dfd410bea74decd639b5e127b267ba6, 0x948b4ede199165305fe2acafb31b431eb16b3ec7f5089da4dc5b745e7e9d3e3e, '', 0, '?'),
(0x5cd373cde293ab208d125cd373b2f47f, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-780-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfd306d8c1804fec69c1bb79980aef552, 0x121fb8c93d7967480d0274ba78ae760bc3505ce5d24ee7e9c25890f3c2267993, '', 0, '?'),
(0xdbdc9902057c972e6c7cefc5b2bbd98e, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-780.min.css', 1, 0x00000000000000000000000000000000, 0x041dc8753986449b179110d48d309834, 0xadf05d87d05b4f23fa21e4c555a4356986ba9c4d718f9f73e3c9e7eb0f4364fd, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 1, 0x00000000000000000000000000000000, 0x518197e52a43ff3bc9f963585b4d33c5, 0x9088622894643a89c7059af0a0cedff8ab6e99a93c6762d1c8e098ee74af9f46, '', 0, '?'),
(0x3b94cd5b2f91994d91abe27b7825a00f, 'wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php', 1, 0x00000000000000000000000000000000, 0xff5dc4a9e6d34ab7fdd69b5837d69141, 0x9ac2f3dc3a653431f2cdca48449c37d3aa909f45f06f2ec0a001156e69926449, '', 0, '?'),
(0x7e93ce12f212ec0eec18db1a53c43194, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php', 1, 0x00000000000000000000000000000000, 0xbc9bf3c10f5ddcf4e3ad17d0f73ca12b, 0x57596c96964f5a56fd6644830113f142df2571daadbff2ec110f5c3d20af6f3f, '', 0, '?'),
(0xd0ddb1a8f63048cd91a6fbfce98f2cb4, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php', 1, 0x00000000000000000000000000000000, 0x021ba65b9e6c1490212f421b8d0a39f3, 0x63f69e58f002845e943976b91727e03bba954df7fdf39e0817e143d5f4db06c1, '', 0, '?'),
(0x0bc8263b46c426332a317d218b2a3062, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php', 1, 0x00000000000000000000000000000000, 0x199075e83604e5f11671708c1871df30, 0x2aaaf88feda05f59cf4007d6bffd3b14f114df9691260f4df5ced8dc821d949f, '', 0, '?'),
(0x933c36a32f33f2ebfe2818bbac28f374, 'wp-content/plugins/wordpress-seo/deprecated/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xa94277b61bd93a0e0cd597046be32e49, 'wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x790e6ebd4da3b173a5dad7752406cb80, 0x2c921e90e9f5f05bbf7d0719ae34a1f6202ca9c7b8c0d51423c93677cb1fada3, '', 0, '?'),
(0x85f9297f0856c3d0cbe46ec32a1ed0f3, 'wp-content/plugins/wordpress-seo/frontend/class-frontend-page-type.php', 1, 0x00000000000000000000000000000000, 0xeb418ce9fe9b75b23de33b4d5b9880a7, 0x6eafcb33ebb2732f1893ad7bd0936c6b9f93f8c0e0bc069577cdb719c5ef430d, '', 0, '?'),
(0xf794784db335e2d31cb94cb9161a1a18, 'wp-content/plugins/wordpress-seo/frontend/class-frontend.php', 1, 0x00000000000000000000000000000000, 0xd128cdbd212ac56a033cf1f4bc5f24b0, 0xd8d41d924b0e1e96c6a72e56317360987ef036da0c3e029d150705ff85fb6f19, '', 0, '?'),
(0x504fb57777e0e148a28a7837ea04ba9e, 'wp-content/plugins/wordpress-seo/frontend/class-json-ld.php', 1, 0x00000000000000000000000000000000, 0xf9235a39d840e370ab7b53ad4e10faf1, 0x2da22750588e2aff1a89751db93effc758cc2b45b79c56438051fc617105d63d, '', 0, '?'),
(0xe0ae754f4440cc48112c1032b84c0f29, 'wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php', 1, 0x00000000000000000000000000000000, 0x2a4942a716f84a86bbd024db9120cbb6, 0xa834cd058c466d72e25ca95bdf7154c1e2a4a40e88e3575f110c0e3919fa70f3, '', 0, '?'),
(0x1e6f0c3f21cf889107d2ce9b70da3cc4, 'wp-content/plugins/wordpress-seo/frontend/class-opengraph.php', 1, 0x00000000000000000000000000000000, 0x1311fc7e201af0d59e35031ad200d7c9, 0xc47f564e298da586725820699c7a7a3ded7586605076bb00c2b895d972271a9b, '', 0, '?'),
(0x67ab748f8c178c395bf094f4bd0b886e, 'wp-content/plugins/wordpress-seo/frontend/class-primary-category.php', 1, 0x00000000000000000000000000000000, 0x0f94357759a5483f267a02942868ae7d, 0x2a1c99252a5d9cc38e7f4d8d5beb78a17965bc63c926a3da7b15dcfd449707d3, '', 0, '?'),
(0x8d451d35182a884cb316517f14c2267a, 'wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php', 1, 0x00000000000000000000000000000000, 0x0182b7f630e7f8c097bc51e67a00f88c, 0xf234d6d1ef22eaed4ef10b5c74a079a231459049eceb18d5f2972d57565cc56f, '', 0, '?'),
(0xd4571a65431bf4afe89d07a84475dec0, 'wp-content/plugins/wordpress-seo/frontend/class-twitter.php', 1, 0x00000000000000000000000000000000, 0xa5f59d518d4c4dfb48dbaa7e054416a2, 0x00cd32c87cb8ad90ed2bc1b579598644a9f8d0fa72577bd98b4cbc48f1373f6c, '', 0, '?'),
(0x38fd3e767944d5eb0924b7201498bc0a, 'wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php', 1, 0x00000000000000000000000000000000, 0xff9113abe503ff46edae60f576937865, 0x6f37c91a0f6b31514277e3d6e4fd36cef8d33d441723d9d97cff9a4426749c7a, '', 0, '?'),
(0x9abbe84cc78a9b33c2d46d0f4b4da068, 'wp-content/plugins/wordpress-seo/frontend/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x7f801b067cdf42e1bacb44aac1f5f5fb, 'wp-content/plugins/wordpress-seo/images/BasicSEO.svg', 1, 0x00000000000000000000000000000000, 0x3998c7bdc3f4a3543d2a73471036367b, 0x3f447c0b985febe657cfad4729d42466ab44ff872b4643c58d7f13fa58f69685, '', 0, '?'),
(0xefb12538d52ef485c8e4b52afa59d632, 'wp-content/plugins/wordpress-seo/images/Local_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0x7a11a77a4ee63cb168bdc630ec4870b3, 0xe4d72df346a87c9f80f92368b137ae35856f3900e58cde12936c3aa55f5f1475, '', 0, '?'),
(0x6d33bf1a018dd332740b81625508d623, 'wp-content/plugins/wordpress-seo/images/News_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0x4874787a0d99e847e2dbdeb677ae9cfc, 0x9e3cdf09791aedc6e5f26cedb0671005e658de23a5fe9b2979a1a9fce7c47252, '', 0, '?'),
(0xef9e56f05dc28266a7068b3799af3355, 'wp-content/plugins/wordpress-seo/images/SEO_for_beginners.svg', 1, 0x00000000000000000000000000000000, 0xc5f1bf68bab73d88701532804dff607a, 0x7944a2b374055dc86c5b10d998acee7d0cfdd6ff22f5db25e4a58c7d83bf7d58, '', 0, '?'),
(0xd5e1fe00f7c5b838698201df2c278c0b, 'wp-content/plugins/wordpress-seo/images/Video_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xcfbb8cb52dcdbc98a2d883e51af2bf8b, 0x9ee634fe7b01cf47859cc3754b73fa9e9a86cce71aa41b531494600272ac9668, '', 0, '?'),
(0x94bc23ba89b6bde9e09bbf40eb0f4363, 'wp-content/plugins/wordpress-seo/images/Woo_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0x17a09e10744b8760b1aa8726e0580ea4, 0x74c2285eebff5dcf6e700c28a99f0f8bdead80bb110b88931a07b0159a85294a, '', 0, '?'),
(0x7fd8740f41c51972c03c0edfae8ded70, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xd582fd422d43d2787e11cb7f36369b8e, 0x7d6da936b9c0498bb5cda19fe3aa27b8ad4fad2128893062533948db5e5ebec5, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 1, 0x00000000000000000000000000000000, 0x5e3578cebcde0be2054a536deaa5ca37, 0xd0a776b48e75c4cfd0e93b6d453012d3d4fe3431ffea1e0a8182c3da2361453b, '', 0, '?'),
(0xd89656ef58417782ea38931639092c4b, 'wp-content/plugins/wordpress-seo/images/editicon.png', 1, 0x00000000000000000000000000000000, 0x6ab0a6d4a45249b9a8b32e7354332a57, 0x3fe1eb4b88f256812a89345a49471853e7ed0819092f525edd768af12b55dcfa, '', 0, '?'),
(0xbfc517cd6b979b9ab79895859d1761fa, 'wp-content/plugins/wordpress-seo/images/extensions-local-for-woocommerce.png', 1, 0x00000000000000000000000000000000, 0x387169220a3abf642c5341565885c2f0, 0xbe2e8ac122353d1938f1e521a947c14ae7177371a61fd074a870da11ff1a2d64, '', 0, '?'),
(0x58d9b6f24f2ce1d197044795b01bdb44, 'wp-content/plugins/wordpress-seo/images/extensions-local.png', 1, 0x00000000000000000000000000000000, 0x0f1456c130e108c3de19e4bad125a94e, 0xeaf7d8d6fde844b0e24958edc8efa9276039345268cf30cd8dff85ee7f61b44b, '', 0, '?'),
(0xcc668953f476e9eb1755c9d9932fd86a, 'wp-content/plugins/wordpress-seo/images/extensions-news.png', 1, 0x00000000000000000000000000000000, 0x61c45eeb9ec77c470558dcc4ef8c648a, 0xa7d6f790a5909ad88c904bb6b88e336fa280737ef284323aec9e96498a387c5f, '', 0, '?'),
(0x97c500a667babded47503fb6953b58a6, 'wp-content/plugins/wordpress-seo/images/extensions-premium-ribbon.png', 1, 0x00000000000000000000000000000000, 0x3287f122857066f71732774972428889, 0xebfbe66ca5dfdf659ef5b34e8a13611c3477bc2866947f8f59ba49f830f0b74b, '', 0, '?'),
(0x9bf04d39cd11ba7c88c8666c7623ad06, 'wp-content/plugins/wordpress-seo/images/extensions-video.png', 1, 0x00000000000000000000000000000000, 0xc0ff2ff809dfbc9d7cc8a12fdb39c8e1, 0xae6a706d3ff884bd553270ce995de4dc12f7e6b4b8022a9e2eba4a7f693d3e57, '', 0, '?'),
(0xa107b835642a2c13f07c1ce452107d2d, 'wp-content/plugins/wordpress-seo/images/extensions-woo.png', 1, 0x00000000000000000000000000000000, 0x0789c6a19452f639a3bef0cf4ca0ae57, 0x029c61f362dfd8924694ed3b5e2a76a6d5b7b3ad8669914b778f881dbd80deb7, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xf566dd1220e78df7ebc22837dd6a19b8, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0xc8c57465b9e04345f2337c5b13c7ddd9, 0xedc4568a5192681de24704b07ae172fe1f83ddb3612f8f879196cceb8e7dcf8c, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0xa9324cadd8f52ab16d42692ae4848742, 0x2b48212363778c7d3fdbe770516a0b8316b4b46ed45eb10d40275128fa2cefcc, '', 0, '?'),
(0x135d7a4a8417065333e327b66b1bc93e, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 1, 0x00000000000000000000000000000000, 0x605d64fdd90f5d8857ce8a27c512b51c, 0x967ceea924b1a5bb8259f8d50589c2a9b1738a1af13feec1764d533b69c8efc2, '', 0, '?'),
(0x12078ea49112b10b33d81bb9d50aed67, 'wp-content/plugins/wordpress-seo/images/newsletter-collage.png', 1, 0x00000000000000000000000000000000, 0x56084fbf2bf24fcd5269063d9f3eefd5, 0xaa6c1c0cf32261fb71a3f1149e2072d4c210acaa5df9290e0910b5c80dcad485, '', 0, '?'),
(0x6c74edf6b4bc25b0d84cdae7efd58470, 'wp-content/plugins/wordpress-seo/images/question-mark.png', 1, 0x00000000000000000000000000000000, 0xc150d633d00f5858161e4abcf3f90fcc, 0x96db9a4c9710aff1d7eb6216595ac108fcf459aab9925e6981501f8840a39915, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x5f7acc29138782dd8aa7b014dbec8de7, 0xaf05bb2fc252084ee34e955552fe1379af02552f249ac19da7157e971a9e9be1, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', 1, 0x00000000000000000000000000000000, 0x2587d2d45bc36ba9cf7d301d7d2c0e22, 0xd611011763afb6d9705b930230c80e058a289c047690d1d8957a499cee2d393f, '', 0, '?'),
(0x8785460a47ca90d93605010e204e1ecd, 'wp-content/plugins/wordpress-seo/images/waiting.gif', 1, 0x00000000000000000000000000000000, 0xf5b157a8b44a9de529aa4e17fc4a6a56, 0x3c12ec84d0f606a2631f4f6124d8015ee0a423268bb0e64d957719ecd23d455b, '', 0, '?'),
(0x75c9f6fca51abb149f7473b7f15d520c, 'wp-content/plugins/wordpress-seo/images/yoast-configuration-icon.svg', 1, 0x00000000000000000000000000000000, 0x935158990f47873319f9afb2b354b5ef, 0x681df2f2e658ef8f7e44fee629dd5afe2c737505b0319cd77ac5a60a08a8281c, '', 0, '?'),
(0x5692d5284b1a2b7c492cf0d7ea0c175e, 'wp-content/plugins/wordpress-seo/images/yoast_seo_for_wp_2.svg', 1, 0x00000000000000000000000000000000, 0xc59108a073b0ad5dc9811a30a0bda747, 0x42a5b23b20ca7d1817df4bfa70afdc48641a0e4bcf815d7f385907119126f9a1, '', 0, '?'),
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, 0x00000000000000000000000000000000, 0x4bba35ff27ae4736b8d3160d6bcf5e74, 0x448c63987feb9ae79138c4e809ee7c104cd5d9782c4c0d4ba8d81cc38891c0b6, '', 0, '?'),
(0x009417c21b25cea54a2d9a70be1608c9, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, 0x00000000000000000000000000000000, 0xa35f97c4f188541b2c02aa214b84adc6, 0x8b9ab3d0d893a36e0e679524f3c0cc39f5903c07b400c71ad714a6ff7d8e1711, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, 0x00000000000000000000000000000000, 0x09be1df48de696f609121ccf4677db55, 0x21afbba71c4e5b5c966ad164e93e76dc0175bbc2f804c06a203fad82f961cbc4, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0x34758e455f4da99034db4ce8e0e0be95, 0x3e1b8e2a838e5af5ee475662b9436dd1ffafd417fd4ddd2dc6ddd0b58cabfe32, '', 0, '?'),
(0x95ac31b0406abaca777dbbc3bc4a6158, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php', 1, 0x00000000000000000000000000000000, 0x3cfb1c9089ee6464a1fff33c580ac0db, 0x87ce65c0e21d6ca5107629073be52a6a183dbf87d77df1eadf7ec5a16cb01e85, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 1, 0x00000000000000000000000000000000, 0x5cfd8f0e99aa6b012cc57d74aeac7446, 0x64b251f5e9a289533e3304ec40a7d70b1cfc1dfbe410f4387fa0f4b06632af4c, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0xffbf853bee90838baa45238277aacee1, 0x690c63d0625912c0b1167c8660225083facbcea770bbce82463654e1fd0b7775, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0x4d977c0d292bc395c61fa12ec9dee136, 0xabc8bfb8320f009bd54c8ac0e77b83cc7b0c5e70739e1f910e1497dcb6d781f3, '', 0, '?'),
(0xc156586721784f49f9c3e61fef7be141, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0x4de6ad83095e572b37909847fbabf2eb, 0xad0b62112721531e351b7d6496db772fb7ca287dd1b1cdf059a5a7abaf3d7de3, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0x8d63cc267515d300c071577ed1dda7cc, 0xcba2c1ebe030cc04e90451c3f7158e1c490fc78fbef3ee58c7c31651ace4dba5, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x659216658b4ba14c7e84d37e7b78b15c, 0xee3768a266f4f4174fcd50a187ddf21f351053e43ac3c2df39794c65c8f0344c, '', 0, '?'),
(0x8116676ffc403e33043adb8fd58de568, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xbdd2ff6d19613f1444b89c5eac7720f3, 0x28753e2f184f2a3d46df599aa388bf8c0f2def13c9e37d9fcddb2b09c79702d2, '', 0, '?'),
(0xd0e28ccf60af7e070750be304ee73648, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 1, 0x00000000000000000000000000000000, 0x50936943cec0b3bc74df07aa21e21386, 0x204b9f7f0368a7479f91e2f981e5f22c70db3d13b1e44ce172b7b95cadcf11ca, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xe0f7aa0fc69c9263eba4251fab4ce416, 0xa0e4ebfec38fde072cb2fbb99d60698e539894ad5897160a9bfc93bb6be2e2f0, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 1, 0x00000000000000000000000000000000, 0xfc4ed3e206947ece6d1fdbfbfb7dbd63, 0xa92b78e20a41d906007ea27ffcf3693fdfb0ac95e122cfc4ea5fdc4fc937f3e7, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x839b6f56758234c3c7d73b1e06669ee2, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0xd0abebdc081bb4d644701284765ec91c, 0x275932594217dbc486cc1851ed53eb7318418f633dcf48865f5c1d2980c7bcbf, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', 1, 0x00000000000000000000000000000000, 0xbc88c646ac807f08f7583734196615f6, 0x17cdc8b689396e4bdc8c63de13d2f88b6ce2aefe131af72adb045aaa22f4d00a, '', 0, '?'),
(0xcadba856a4f63cd0f03b14e1f8824050, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 1, 0x00000000000000000000000000000000, 0x5eddbec1e8e7be09f4f392b76430d384, 0x069f86cf4be7e5ec8fd2daa3cd42677976052e82a438937f7c529fcd008b82c7, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0x6b089649bc827a2851ed7cc615b50e0c, 0xf3a622adb7f1a2fc3bd770adf1be23e4a5d6d1a878ac29932f1930284088e9d9, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0xca4d19ae7c244360a6cbf53ad567e2d9, 0xcc57e583ed1a25b40b5b47c740f0843d815d4a903585c21a7a9653ed93cb070b, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0x8e1eaa20c368e12febc7e004c7df974a, 0x98a8f81e39fcc9e40e2a9b9b965ed858820d9cc1c36c8421f6a52952aa35351e, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0xa2934b02dc904aa59311dca413f8cdc2, 0xad8cfd9fd1108974557ef588747936e31492239576b0ee6ba4751671f99f4b6e, '', 0, '?'),
(0x877af758d99f3cd89be03a5170f4f868, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php', 1, 0x00000000000000000000000000000000, 0xcd2a84869a1112b41d02bb8e6d7c81c4, 0x588c9f19b7723b9d7c9d8f2c2a363d4e381e17d09866d7c489b148c343e66129, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0xddfe1f0d45b81f98a34ab290dd2c7864, 0xdaca383dd2bf4f2c0f87e4865309d1db50ddabc504c31096c6722b7227235d01, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 1, 0x00000000000000000000000000000000, 0xda2434d456b0bed6429c6fe5fe9da715, 0x1ced3a0c6d57f469838fd25172d311d6d1ded30ea72bd5f50b458d327d5fd9a9, '', 0, '?'),
(0xa1a9ec361c7f42139862978db34db6fc, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x5278faad0f9df27ef0fc2e97ff4ebb27, 0x6a762cdf859070fa98a9e511af2119e7818159fea91a3020d173ac12b7a4910d, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x6a4519005405420c64050d82c5bf6477, 0x29315e2e30e0393a4b73d1b3d5fa1392af94d06f90c05e48de7061329bdc5b44, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x8bf66463510ec68d0c1e38dbb289c9ad, 0xbc8d0a7cfbea8d9cfe0b9fa6e406f57e37d5bd393e0b497e2f34f48733cd38aa, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 1, 0x00000000000000000000000000000000, 0x671ff8d74316af311a43d275b0d903f4, 0xc7a4256fa64867a739492cda9b9263bd61d1b9f35145bc05957b821fd6049394, '', 0, '?'),
(0xc2eff1cb82977b354e4be8b73f914741, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php', 1, 0x00000000000000000000000000000000, 0xfc931eadebd4a44df689d3432331d4b3, 0x47605f517bb462dbf847c4fa5147cd6de8c93c85b32e5ab2bf8807091bd4958a, '', 0, '?'),
(0x7d3cb3c57d232a1425d3563ee7d9c996, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0x3ab1a5c4938fc28473e8f0d2b6f3887f, 0x26884a7e5796b18709aaa32fb9297f682969ab23f8ac18b561f2f155f6a15ed1, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 1, 0x00000000000000000000000000000000, 0x72f12ecf9e950a35ff5e84667579279d, 0xd3a70e8945085fd3a19195894fa0f8c7206b9b3e19be2905707a07c12a236267, '', 0, '?'),
(0x32035acd76b3079770247881401756c3, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 1, 0x00000000000000000000000000000000, 0x517971b6f2dd7c245e50d6be53a4d0e2, 0x64123f8b0f8decccc0985327903179c2643b5d55b111ab3a341725e96a3bde4b, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x5dbd157bb9603bf49b5b0cb841c40ca3, 0x8940e62bc5ecdc65212afe44b1a76050617e3fd7e519b9104c29fc17a533d6a4, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 1, 0x00000000000000000000000000000000, 0x02d3658f3d4ec79fa0ef347636f9ee1d, 0xa549dd8518162c5ea208423f363d47e98c1672fa151713e8b1f2a3056464b2a2, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 1, 0x00000000000000000000000000000000, 0xf1d36fc47810d4a2ad5527a8ab15826f, 0x8e6e76d102805c5f81c540d0f8114f9c5cad4549633cfe06ec96230fdbdfd017, '', 0, '?'),
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x96d9566a44d26581b7b2b2839f054d43, 0x896be2729977fb47eb0aea312f1c9e9b6965bc00752165bfcee5b3bc107c56c8, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x21681a77118314d5b4ec2b94c566459d, 0xd9c57a976ea13dc35bdd6418195b179849bf82bfb4b05a7b0d4b4ddc7956da6c, '', 0, '?'),
(0x2736b194d1a89fb8fd18847020e3bbe4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0xc604532f09b4230695f1afb357b8c224, 0xf1108bd3ed20a729dbdd9fbb69b4b87c9d9573235b7af543c0fd8e9596828569, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0x7886161d1303f5c2270ba13b3aae6386, 0x749faff7a8e4c1fe49acc7d3b1e2a9cf0259d74c3cd2bb04a9f450dc2b52f7c6, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0x547e09c6edf823598af5ccc4015c593e, 0x66b591a1f096c790b69a3194676d159a023b27845f32ca86cf0305f0cf259636, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xad6bcea9dfdedd78d75b30c27090330d, 0x49a29e7df8f668e1ad26bafdcf6de1902d548f8d9d4904806d3a60bde836d2e1, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xb379f0df8b600fee6a5b534b759b4eaf, 'wp-content/plugins/wordpress-seo/js/dist/commons-780.min.js', 1, 0x00000000000000000000000000000000, 0x32514ae74b772924c8141a8a087a5d1f, 0xf49ce7b04f5c60ba12ce67488cc15e6edcf98c2eef52ec860a31b2511f58fbe9, '', 0, '?'),
(0x92e16899bc0337afdabee23ab4d9104b, 'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-780.min.js', 1, 0x00000000000000000000000000000000, 0x7168c458df34f5d60cc8da6c02a06022, 0x3fa7a050252924078b7dd246b9d886f0ec47e1412457d4a3ba60721c2c6e5298, '', 0, '?'),
(0xcabfda0cc9cca72bb4b4cfce6a3efbc2, 'wp-content/plugins/wordpress-seo/js/dist/search-appearance-780.min.js', 1, 0x00000000000000000000000000000000, 0x2a68303a46558164972eaf6767aaeebe, 0x2d4f74e88134f038f4299df30e745065550d26bee25217aaebaf2d921f12fd20, '', 0, '?'),
(0x4e8c9394e6f815345983ae9a79dbdfb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js', 1, 0x00000000000000000000000000000000, 0x22eb689d5bbaf0ceab4ce54dd58b2f76, 0x3e1908f40d3d6afc79c411707da97703b91963eb7600365b2c176325d447a695, '', 0, '?'),
(0x04ab56893904d9c23ccd2a0d98ccac44, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js', 1, 0x00000000000000000000000000000000, 0xfccf8fa387c987050179d0f42d6896a8, 0x1a3b9e538f2d0ccb93a16a1fde700d17807f6155a91d1f40898e30a584f23e60, '', 0, '?'),
(0x7ef958fb9c2016c0b3b2bbaff90e9424, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js', 1, 0x00000000000000000000000000000000, 0x239914a2794e378ef6cbf50c329a5c2e, 0x147af58a9c42560f6a4f0d85cdef0565b12c3ffcd6aa6a20e97b83c5382d33ea, '', 0, '?'),
(0x063fe4f32569e856123399c7b52716e6, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js', 1, 0x00000000000000000000000000000000, 0xbb375aa326e7b645e24937ecb4e5e602, 0x30ef9050633256a39ae2c480411090258b41a64e7a0bc54cd54fa20241198254, '', 0, '?'),
(0xa45f21f14e36181e2322f23d7571c67d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js', 1, 0x00000000000000000000000000000000, 0xc84b6db506aecea232c186e274d6e9d4, 0xaa5bfe47c4cb2c31befa2a079987a03a639daa0ed3c0e9c175af1cc55bcec0f5, '', 0, '?'),
(0x5504b107c184347c0b1e292d060f9700, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js', 1, 0x00000000000000000000000000000000, 0xa41c9f772c717d59f413e808723b207e, 0xae61aef903ba4d4ba3393b924d26be6319d2b227b84fe1459b8d9dd3831c6c8a, '', 0, '?'),
(0x6ea7a167a44ef05f29f34bf9a43c58d4, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js', 1, 0x00000000000000000000000000000000, 0xfda2b8388c385dd662749d48f0d9df41, 0x5672aa34d97d63ae83eb7b13ed902767ba0eaa57112cd93185bc578699eed291, '', 0, '?'),
(0x6d8da4f6c8a09bf47d3a7f0c2fd859c0, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js', 1, 0x00000000000000000000000000000000, 0x57e8b1e6e3161eda0402882bdd6a085a, 0x50cdfeef897fbafaf75517d233dd741d348470d18b9f981557c6c499f22668d7, '', 0, '?'),
(0x234770035cb59015f73d0fde0565f45f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js', 1, 0x00000000000000000000000000000000, 0x2aa2959f96465f158c4cde94fde5bb4c, 0x07390b7864572ec7df1baa441cf14b465f712355e0804f2d13988288c6e2db89, '', 0, '?'),
(0xf456742494085f73657e2142b99a8b42, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js', 1, 0x00000000000000000000000000000000, 0x9476fdcdc929a8b8a759ff10eb8cecde, 0x3096f441299d352a0213ecc3c15edde75f729b2f4ae74b1ccc983cc531b501f0, '', 0, '?'),
(0x006100063deabc8febba8fa4a80b7bb3, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js', 1, 0x00000000000000000000000000000000, 0xefa6e193d62fa1561e6b163065e7fc35, 0xe66caaf788aced622675e2444ce4fcda1226ac4d701367fc5d91d0220cd6548e, '', 0, '?'),
(0x06e0aa6fdaf2ce3f8cbb0c38057cf77d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js', 1, 0x00000000000000000000000000000000, 0x8d90f309724286ae804fe5e501ba2bde, 0x0916375778c33cf01764e07c46424618e271df7cf5878d8efd96c925f268ba87, '', 0, '?'),
(0xacc7c7cf487bd2f8f02e5137336c02ac, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js', 1, 0x00000000000000000000000000000000, 0xd703f83df2e2ed712fcb2fed8f9668d4, 0x14a496fc6dad553bcd9e8304cb1a8443d75f73ecb99fd4062fb95e8a1b6066df, '', 0, '?'),
(0x6e8cff5e4796fc1e6483f1cbb6c2aa97, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js', 1, 0x00000000000000000000000000000000, 0xc35b16125acccfc3f36eef6725a61299, 0x60d9a6f2c597ccf818d8c1d0990e3da962c580458df4ee096f4229b529cd31bd, '', 0, '?'),
(0x950917b415206ee840d8b4758d5d9677, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js', 1, 0x00000000000000000000000000000000, 0x00e8957b3e8cdb96ef059850ac3c68c5, 0x8455aa2cc5f930b83cff0a902101b510be179b9fa23ad4804f7b2e28672a5d6a, '', 0, '?'),
(0x40b193b3332993cdda2d78bf8d4db980, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js', 1, 0x00000000000000000000000000000000, 0x34664c7f3ff42c8e04dceb13b046b365, 0x24f544c905a56a47eb0fa10724ccb833849ebd8147a8435debb3697da195de35, '', 0, '?'),
(0x738a224ca0f6d4382f6ca811f4a18f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js', 1, 0x00000000000000000000000000000000, 0xd3d0e8f83e3887c25701c6e4fa2fe334, 0xea43a1161b49099f49d252ef9889e3ad454e069485e0be0a0ea9360d9d21f0fd, '', 0, '?'),
(0x27f370a66a419379aa2890dade884a79, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js', 1, 0x00000000000000000000000000000000, 0x513900413ec7351025eb0b6ca879d41b, 0x4b0e96462c09c32a1ad1dabf3daa549e88492d1b2933463d5d1ddb0a92b2ff8f, '', 0, '?'),
(0xf709d5f2c11405ce29cb269ab25a9880, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js', 1, 0x00000000000000000000000000000000, 0x235993b6dd1761e5637974759f5eda7a, 0xf4b26517aed53f0666fea628612c2eb92740813501ccca14cae5817a737c3d19, '', 0, '?'),
(0xcaa17369236a9ca9d0d465f1c70087e5, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js', 1, 0x00000000000000000000000000000000, 0x16849bc86cfd816a71c9affa0ad94156, 0x295eebcfbda4c9a1d594944fa0a4dc15576894fa9ba0fc785255c23e2ea261e6, '', 0, '?'),
(0x99e647b447166eaa11a5e549a52b523f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js', 1, 0x00000000000000000000000000000000, 0x7c367dce88125572370c7253da2764e9, 0x5470002074e5fc53dc60ad79179f4c9f11aa80c6071c7fb4ba50b857de9a5397, '', 0, '?'),
(0xa061e73c809c74216aeb6ab2e6738d82, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js', 1, 0x00000000000000000000000000000000, 0x58298a99909eee026ae4e5600fff8dea, 0xe9ebb97af68a072df9bf0882ddd2674347b060c667654411d52e1140f08cbf7a, '', 0, '?'),
(0xf0fadd5c4ef2db15310af5eac1cd425a, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js', 1, 0x00000000000000000000000000000000, 0x213d5d63719b1b0d0652e736436259b5, 0xb4e75e841cf928d19bbb0d8c30d98f6011eff5cd8c1e5c9c459bfe50a5311ccd, '', 0, '?'),
(0xe027e9512c5b5e13e89d7d9da6b92bb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js', 1, 0x00000000000000000000000000000000, 0x8e0a7882caf41769c71cf8b55e84921a, 0x8648e6740ce5cd52e5cdcedc5b1348cda16733e081bb40dc962b946d13aa030c, '', 0, '?'),
(0x581fd6e003eeb53910dc8118e279cc9c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js', 1, 0x00000000000000000000000000000000, 0x299347cb3955fbc307794321436eeece, 0x014652fefd2969e7002b61497048817e9ace15442127b7fd280091c7b73fdd3a, '', 0, '?'),
(0x91367f99bd3fce13d4586c71543acd09, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js', 1, 0x00000000000000000000000000000000, 0xd362e1fdf9136f4a30f51012b7b8d4a2, 0x56e475e659b999c69cee84e3d2bd43b8d986209b31e745e7fce94bf8cce3b9c9, '', 0, '?'),
(0xc1c9e1c478794f904d51ab1902e49f2c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js', 1, 0x00000000000000000000000000000000, 0xb74ad80e6c02bdd177dcbbdab756b16c, 0x3f04c7a62c8c93abdf305c46010f7af65a9d6d257d5b26f4b17b027ef98dee33, '', 0, '?'),
(0xbbf4fbaccd15f7d61e50151868500ca9, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js', 1, 0x00000000000000000000000000000000, 0x9fa7b64a951a97007d9c097a266eb3fc, 0x10e8024c3bc8bf5cf7a5c6471e124270467ee9de223affeb2a084a76265ef908, '', 0, '?'),
(0xc1d75b0969afb531441c1113642049dd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js', 1, 0x00000000000000000000000000000000, 0xa513741667eede9486bc13349b2622d2, 0x0be7f49100ceb71ddff3400075764a128b2a3a9d9812ed8b901233f6b72d5c78, '', 0, '?'),
(0xb43837943ebe2ff04e545aa79d79e176, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js', 1, 0x00000000000000000000000000000000, 0xc9bfa4dc94e6b241deeceea9cd33a21d, 0x756ee1fd1723390820c2a3ee59f7f798ceab368260ae399d2cb05b2046bbae9d, '', 0, '?'),
(0xc3feed2a6eb33b41d4054c584940d167, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js', 1, 0x00000000000000000000000000000000, 0x2db7fd9ab54e75d8d4ded6abcbdb9c6c, 0x73a6c15d8b0abbcc0c4057ea7605821386ece0db5185dafc235750adfae2b9ad, '', 0, '?'),
(0x9aeaa613642e10b41aae8caf0af5a60d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js', 1, 0x00000000000000000000000000000000, 0x0449eaa75efc4a6a8df49f0d09566d71, 0x1059584504e7ea65e87276287dc1fd6a7033aa64bee6f25ec2ccd8233d0b2214, '', 0, '?'),
(0xc7afd0db0d863f0fd3dbd293f43781f7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js', 1, 0x00000000000000000000000000000000, 0xb9b5f137ea0aea4e8efa22f4c533dce7, 0x4d74eeb2b214c652a7d85797b49539945c17dd7cfe7312559d1b558ee91a5323, '', 0, '?'),
(0xc4e40dc811455e5bd5f9376b6728be88, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js', 1, 0x00000000000000000000000000000000, 0x6d008efda78753f02d495ec6085b36a3, 0xf09e176b33529b83414832029330ab7f146b34bd445239affb7800f9e015a6e2, '', 0, '?'),
(0xfee8be78985282cdd72b403a44faded8, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js', 1, 0x00000000000000000000000000000000, 0x048ca2058665aa5b1925e4d571e56534, 0xb2971a2ccf2a676ca8aaf1f056f6905b95c8ea7abd440c08b67b8a91fa1b6ddd, '', 0, '?'),
(0x71073c4073988e89077adcc6824b919e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js', 1, 0x00000000000000000000000000000000, 0x780c7d4ca5e5b34f0daf91bb1ddc65a4, 0x8ecfd7c68d792d8e723f3d142bae9685c457ca2f1902959837299115bd4cc7bb, '', 0, '?'),
(0x81ce50f6b63faecd43036d13db84c2f2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js', 1, 0x00000000000000000000000000000000, 0x915f5e0cb81407c432fe94bbca1cae85, 0xa5553cf6abfca75c2ded0f25b8d810ca7ec8d4f95c06aad374ae408109a13267, '', 0, '?'),
(0x56fcaa2c9f7caa20a44f196a67d7c1c7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js', 1, 0x00000000000000000000000000000000, 0xf2749b2c4a575f4611554725fdc369d0, 0x4e885814046b7c5e16cbf34e8d1603d6707d50cb2e504ce6533d7dee48abe491, '', 0, '?'),
(0x9543dec687746466ec8654cc632feffd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js', 1, 0x00000000000000000000000000000000, 0xfaa2a36c152eade110f7844b6c328406, 0x84e48673b661b56ba35a725e74fa551f0278d4f972a284801ea897700f4b9c9b, '', 0, '?'),
(0x75325dcb0b4b0776f41f00dda60d7450, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js', 1, 0x00000000000000000000000000000000, 0xb80e354c3598aa02460eee6d83b459bd, 0x8743751ea1bb4bdd8b00a54dba6218931e010512cc97f4c5ad4343105708144c, '', 0, '?'),
(0xc3cdd64490ea99deee3d5ef52538f764, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js', 1, 0x00000000000000000000000000000000, 0xca0b66ada7e5013b931d8c91289f2c28, 0xe5c09c3bbe6afedb4e438e3b9502032bd5cdb95fcd4f0d8d4cb84b23d4407164, '', 0, '?'),
(0x3ec8cbbe51223ce0317331a7d2b907d2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js', 1, 0x00000000000000000000000000000000, 0x27baf44dfbf15cf2fee1ccddaab58f00, 0xa6569306fce7443322c74e0f6392c1daf8beedd058e9bcfc387e461ce9728d59, '', 0, '?'),
(0xbfa3b782fc2ea4249da5f6da320274cc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js', 1, 0x00000000000000000000000000000000, 0x333dc144a29181ce03d86d04629fceba, 0x73792334e2b920717605c049cb56c464adfe3fea203ce8e78c5a8928f6b4d0d2, '', 0, '?'),
(0x110fac97b664a4c68d6720568adb4744, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js', 1, 0x00000000000000000000000000000000, 0x4f8e125ed3510cba3ba70c67c0904a64, 0x495b2c7c75bc4c3d039940882054e9303bc4cfd1d373d6f461c55e7f8c4550b6, '', 0, '?'),
(0xf98a9d9f5bdc8ba27ca9acc005d8a8de, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js', 1, 0x00000000000000000000000000000000, 0xf9a6a8c80efe20b507dc95f83d086fd8, 0x1a2d6509d52f36f324961f63a3f25d061345e66ab4357e1f7d9653b734ad9d25, '', 0, '?'),
(0x97e1fb9db721f4b5c5d1034f77e98f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js', 1, 0x00000000000000000000000000000000, 0x38e1dcd92b49b6b15db670b0a17b6ee7, 0x531a2320f06ffd9cb827931178afdfd7656ddd22b27759618f06ea100ede6fec, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8996c61973aa8563a802cccba07c9d39, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js', 1, 0x00000000000000000000000000000000, 0xbea46ab6f8cecee10a5ed9117132340e, 0x7d39b985edced0d9d632c17959e16dce965cd2baa697cdd30676651fa07a7964, '', 0, '?'),
(0x7642b4fe32de8d2500b7f190ea879a22, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js', 1, 0x00000000000000000000000000000000, 0x87b4585bd3c7ef517b7609c3a75a1174, 0xcb77bbf097f5a402bf38fb4367be628e654d8563d537a6d07ab92fa75a596889, '', 0, '?'),
(0xd49c7ca37795ac9fbdb036dc2f089a8e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js', 1, 0x00000000000000000000000000000000, 0xf9174e84a42f5ea14ecfdbdf7ccc27bb, 0xdeeca1fa8026abeaff8d53455ed074f5707f1ed8876baca9830c7c7b2f02ec86, '', 0, '?'),
(0x0016670c522f062465d46cf0751958a1, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js', 1, 0x00000000000000000000000000000000, 0x58a4e9829081626b1aaad3d46ccbdddf, 0xfa8fe110e026347f63a54cbf9d8903da4072c11ff9b5a1b21cfbcddef32c8256, '', 0, '?'),
(0xe5d4d25450a1c035d03ccfe7e89cbb06, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js', 1, 0x00000000000000000000000000000000, 0x2b952e4205b7e4285dfada3bc018906a, 0x8ae9dbba08cf0a154df2a482c5f2453a56b7d0eb95c9b91ffdd665f766a87b57, '', 0, '?'),
(0x7dc54c907c7a21601e6a116073fd1393, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js', 1, 0x00000000000000000000000000000000, 0x91f875052ac9c9c97850c3528c61ec3e, 0x9bf609aabb58c1e7f7ef5998e33e12f208420e69d3063e112bacb9a60de2c1df, '', 0, '?'),
(0xd1265a7322a069da72f20d9067020fbc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js', 1, 0x00000000000000000000000000000000, 0x569baf3c0a1e92d2c2707d3231692e15, 0x4733f314599d9dac7c36876a9e21caad6dce775716fee681d951492704310bce, '', 0, '?'),
(0x33267c50c2aeebbf2b95014223f9a058, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js', 1, 0x00000000000000000000000000000000, 0x261326600ce25581979b60e26a51cf21, 0x455ba2070874490ac400d90222993c8302c1e646c9165a5ff70fbabc3d847ebc, '', 0, '?'),
(0x9de0685a3c8535967d4b1dcbb2a01017, 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js', 1, 0x00000000000000000000000000000000, 0xcd78b47f8f1999fb4d258515099231d0, 0xb654b96852b8686fbc948a6d7816256c33fac85c397fbac6f72eb8994837e544, '', 0, '?'),
(0xe0584c1492f50a53f7b2bda1363f9a4d, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-780.min.js', 1, 0x00000000000000000000000000000000, 0xefd986ac671f94e44beee1f564504b3a, 0xaf0cdb865c8ebe206d45d260bd4a0b21e5458c4450f70c18e7317475debd74ad, '', 0, '?'),
(0x679414e1912edf56498effd58ca29038, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-780.min.js', 1, 0x00000000000000000000000000000000, 0x9f4deb7a237b51daa73d2545eca84c7d, 0x98eb2a9b6b63ea2e6ca331e602ea605f19c49b921ccc34254da98cd384306ab4, '', 0, '?'),
(0x77f6ffee1ed054bfaea7e69888076542, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-780.min.js', 1, 0x00000000000000000000000000000000, 0x61393679bad537dd24b13b57daf6d7f3, 0xf2ae88e36520ac852ef7057add026ce76da7e7f6460366077100024374651549, '', 0, '?'),
(0x09c068ebdc38ba7c944bfb6f436fcd82, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-780.min.js', 1, 0x00000000000000000000000000000000, 0xc3890387a585c50fe4e6b378ad480fad, 0x889d8d7365ab33c81b329f934a7d0cdd41ebd6e23a49d8ceeec8ba8b9d931446, '', 0, '?'),
(0x47f4d2be6782522e405254683f2ece8f, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-780.min.js', 1, 0x00000000000000000000000000000000, 0xcb695afd4ac2a1584d1c57877a624ca6, 0x66840b338a94ca3c35cc25df509f5286ed98c4660ff0b19f01933288c56e75f3, '', 0, '?'),
(0xfc77c2c0a506785849cacc5c0ee6fbb6, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-babel-polyfill-780.min.js', 1, 0x00000000000000000000000000000000, 0xb8751999cde97a991d9380dfa947d031, 0x36109a638760fbd1a568cbfe0de4196646c2b42efe5dafb4a23ecca659c5be7c, '', 0, '?'),
(0x87baaeedeaaa1bc86b104908c87ad1bc, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-780.min.js', 1, 0x00000000000000000000000000000000, 0xbd0a2137c05a458219696a0a646b6a53, 0x4ea059bc4523c7865992c010f52bc41523ab5afb9c25c9eebc52369cc9d04cbc, '', 0, '?'),
(0x2a8d6d6cdaabe0fd8248a3ed50fa79b3, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dashboard-widget-780.min.js', 1, 0x00000000000000000000000000000000, 0x08405c50f7f34731cdd269b1b093f986, 0xabf6fed3f111d40e9469b2cf93fb994f91fa198e7839f5801487fc45d5bb3d3f, '', 0, '?'),
(0xeb556f195ac435b1b825a578b9ed2584, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-780.min.js', 1, 0x00000000000000000000000000000000, 0x490db6d20b985014588a898d8b45c34b, 0x5ef208386cf94052b609109528bbb5958ca5f81091fdee31ba1f5ec8ff8f638d, '', 0, '?'),
(0x90e292f04b9ceda5b358bc48db513b50, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-780.min.js', 1, 0x00000000000000000000000000000000, 0xc8261f0351871d298b814b0e7a7dcea8, 0xd8eb5942e0259095f7110dfd7478e840d5598f2116924b5b86ce633ef215479c, '', 0, '?'),
(0xd0092534f4d5c8660a2c46cbe20f66a3, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-780.min.js', 1, 0x00000000000000000000000000000000, 0x52dc18ef9adcb995a66bccde0eb53f71, 0xf2b872892aefd76758192cafaa45ba2bbca5e1b37459ebd9ec8ae9432dc7c9af, '', 0, '?'),
(0x46b18a798dbf34878fe97d58884c543f, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-780.min.js', 1, 0x00000000000000000000000000000000, 0x07d51eb55617ec1abf6a78d84f0b060f, 0xab0f1b47644660a01337bb928b1bf820498f4efdac98b0f62c7e799bd8a15d14, '', 0, '?'),
(0xa6535d78b07368b35139a466655e6cab, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-780.min.js', 1, 0x00000000000000000000000000000000, 0xc65889ee662218f1df1cb1fb99c04808, 0x00993521abdc08c45fd0c3c39159eb14ffe0357978e30131d56d59ab215fa2df, '', 0, '?'),
(0x1936073f42ca11ec972ecdeddc39973a, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-780.min.js', 1, 0x00000000000000000000000000000000, 0xa2224d6e4c8bcc9968437cf8a6f8e11c, 0xe8d2af33fb370ec004bda3dc8fecad0a2e8d012a002cada4f2caa3c5e7c023f2, '', 0, '?'),
(0x8e07ed36b5362c1fcb63e3cac4627147, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-780.min.js', 1, 0x00000000000000000000000000000000, 0x5bb788c43edc0fb7a4322436d4aa447d, 0x9bff592ebd4adf53021b5e1c2aea1a91167d441cb477b3bef31243a7fc1a8383, '', 0, '?'),
(0x6b1c5f2286a1e081e8bed18b6e411c90, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-780.min.js', 1, 0x00000000000000000000000000000000, 0xfbc8584756959e04bd232665f5615539, 0x5e23591ca86013e2214b260975059140a21c59d3b815a7af114ca2fbf74dab34, '', 0, '?'),
(0x53542e905434b02b276f79124c037044, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-780.min.js', 1, 0x00000000000000000000000000000000, 0x785b17420a777bcf73d6e199179da9ae, 0xf58d15f147af428ab46a09e60feb214018177dd500345c961eac47a8e7bfafb8, '', 0, '?'),
(0xbcc13837fe3fb0ee553d1f6a60ff22f8, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-780.min.js', 1, 0x00000000000000000000000000000000, 0x36d3a65dcfdf9a3ca0921503e0222933, 0x3448ac9e39ee57a4095c7ca1e1000997d7e99b53f07ceea97ee6047c82007688, '', 0, '?'),
(0x6d914a16d6bc7d22c353cf03cabc5025, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-780.min.js', 1, 0x00000000000000000000000000000000, 0xb6cbd3e118b4c2faa6d186605950ba21, 0x2a77979dc3824c77fa674153018d09d21cd424a98d6425460ba7d77cd6dbd3aa, '', 0, '?'),
(0x405b0fd1a35ad7ae218c7dabe904c548, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-780.min.js', 1, 0x00000000000000000000000000000000, 0xd842363e88224dcdfbfb8dbc2f6c8fc7, 0xaed62e385459dfd1986f45fdf7fff1e57661b5c3f381476f5172439862c44042, '', 0, '?'),
(0x38152119b32b11104b090a67e02f584f, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-780.min.js', 1, 0x00000000000000000000000000000000, 0xc14a6eeaab6d7533633f52dd234dac8e, 0x00619470b415e62682aa78f1dd512a0d1ff5a44bdf0d1bcc311faa22d025c976, '', 0, '?'),
(0x668e8952e43e8ebf237b6061343cadf1, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-780.min.js', 1, 0x00000000000000000000000000000000, 0x0b714de49a90fbea136f286322e3dacb, 0xa3b5068ca361f99069f88e2813b7fd8038bab1c1ceca9b577b2f6f54df944544, '', 0, '?'),
(0xbcaf858e4144f4043f28b888243c8f5b, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-780.min.js', 1, 0x00000000000000000000000000000000, 0xa6159262ce4d4db2d81d2a2086562413, 0x14bbb3626ec497fd899579134f95b0a5f88d50e26da64cbb7b4f766004bf03f7, '', 0, '?'),
(0x561c57f9924eb4646561b0fc6aad15f9, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-wp-globals-backport-780.min.js', 1, 0x00000000000000000000000000000000, 0x0c1718636b00b22eca65e678950a3b1f, 0xfb5337b9ac4841ec32f7c88b66f64f246b1714a2cdb7d78a7108c228df867a7f, '', 0, '?'),
(0x70d8125f754e4a9d7023423336cc4365, 'wp-content/plugins/wordpress-seo/languages/index.php', 1, 0x00000000000000000000000000000000, 0xe1482e64ec9bdeede4197ff83025553e, 0x1b2ca5075e5a7f6b9c884a0ed68f88953029b2f2e8e049c9e44293cce36cdedd, '', 0, '?'),
(0x44759ddf14ab555af67693b6417f9e04, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json', 1, 0x00000000000000000000000000000000, 0xb8dc284d80df599cc756343b91a20b5d, 0x9f31046c49b35037af05faea3525a9f1ea4b7335bfbbd031fbdb939350f7d112, '', 0, '?'),
(0x6121b72f457e6da698004d9ba1cbe1d4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json', 1, 0x00000000000000000000000000000000, 0x86e072ee41da240369c6d67cc2b8e5a6, 0x70a1373963eb29f1289ffc4b78c8f0b5c7cc5cd5296ec981b2b512774d9dc699, '', 0, '?'),
(0xc52f7b2bab725dfa0d10b0b9232aabd7, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0xf402155eb9c2a0990ff3eaf8e236eae2, 0x330c38ff1240de95800164208560155d12d826cc849675feca885c9769417b66, '', 0, '?'),
(0xd5cc19c82da324e506d985411d02911a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json', 1, 0x00000000000000000000000000000000, 0xad8019fd0c9850c19eacd9ec8bb69f3f, 0xfc7e36d918fd16897d17d285013c3d226d2ce632c738d0d50b25e4407a29ffa8, '', 0, '?'),
(0x916d10a20dc0308cbf041ff8dcc3f732, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_CH.json', 1, 0x00000000000000000000000000000000, 0x50d095c7d8d85c4c63ffe96014b52f52, 0x5354f2199fa22942f8634d66c61e6b6b022fa27d4e7f3c90afa4301a099d9865, '', 0, '?'),
(0xa1905046836627e5f2975c141739aa1b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json', 1, 0x00000000000000000000000000000000, 0xea33f7e1b2d0fe5b44e4ec71974dd7ad, 0x25aa9e8100b2c17e223ee1949b9e4ce136f3e1511153bd25498ac8ebe39946d6, '', 0, '?'),
(0xfa193c77677aebe6bae72bc0e1f4aafc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json', 1, 0x00000000000000000000000000000000, 0x4b5fb9e87af20053cd1a1a08c2708384, 0x3f7180ec6a2222cbae0c3e1c429a26d956ea3cb9633717c69baf66fff23afc73, '', 0, '?'),
(0x5ed2aa9d9763a12b72c6db4f43e5a6b5, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json', 1, 0x00000000000000000000000000000000, 0xe65a713479f0fa5adfcdd3a7cea2561a, 0x601495ded27e9c5629f98f7e40f415aa8b0d48135dfc52f5a7295497a4198ad0, '', 0, '?'),
(0x83fb1a87a47dceea7f516990780a1f78, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json', 1, 0x00000000000000000000000000000000, 0x526ec51fb9b2dc0dcd16bc816716cc62, 0xb13eca48dc4d9d31024f6db4cd39f4a8653f8b7919cf68f61f7a60a739c45b77, '', 0, '?'),
(0x9771c47a193b9ed528042e98fdf64c2b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json', 1, 0x00000000000000000000000000000000, 0x45fb6650360a8ebb8cafc1f69fb5e8a5, 0xcb04b4e0ec634af30ba8230fb00e0ae124f9f74e7ccd9c054067245a89ad4615, '', 0, '?'),
(0xff3e363735cf4d77d4912a78f7b00cc4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json', 1, 0x00000000000000000000000000000000, 0x48ca00897f1c4d29aeea32b8a43964a5, 0xfa8b64d1019cf4c2d31aee7143a0b453b65e49747ad9712f299b26085578a285, '', 0, '?'),
(0x7f19812692167452e5583993b260d748, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json', 1, 0x00000000000000000000000000000000, 0xf1f4fa810ae91590bd584558d264c8ce, 0x591248a10d2ea13e18c5cdaffc7b143b8fac99d25bc9845618615c90915dc6df, '', 0, '?'),
(0x827dd46bf2f845b6f3b2cf4d5458460f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json', 1, 0x00000000000000000000000000000000, 0xeee4204078e85938621687c11a5587ca, 0x957ae37b1505ee957380142a5168961c4dcb9d5c4a62723d35e962126227ccd8, '', 0, '?'),
(0x006b64cc9144452fbf6e2bb80e60be4c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json', 1, 0x00000000000000000000000000000000, 0x1a7fc4146fe433bf7c83a00da165e598, 0x6b6456b8e03dd40f946ad3da21d5ad4f422f3781166f21fe998a91c181ad64cd, '', 0, '?'),
(0x30bb517d6a5eed61fdc36fd65b056adb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json', 1, 0x00000000000000000000000000000000, 0xb83247f2839207d00bd63ae6319ff9f5, 0xbf3e1161a7f0c620fba94a7dc3d5df51712030d7f210abfc56f7d7e3cc3d8d78, '', 0, '?'),
(0x152bd501aae6a3a9bbb2fc56658a92f9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json', 1, 0x00000000000000000000000000000000, 0xa826ac6e2444304ae4912ff25adf6d4a, 0xc0efe0f3b2b4755cb4c8a236064cedcc371dd08aa49dd6696ae483ddf6dcac37, '', 0, '?'),
(0xf3f8a641507888675c9e6b2d49f0fd4c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x56485762845e0396819d0c0ff18822e5, 0x09c8f36a6b903be115dc70a6a0de5ac5f78d288017b0c0fc13a4dfe0abb15d0f, '', 0, '?'),
(0xa7f63028911a4a11f3c2a3a816cc1d64, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json', 1, 0x00000000000000000000000000000000, 0xcb16f0854980a8754c815135795ba0ce, 0x8b6026f14d680e764e02e73ab1625f1513125eb5fe009f9edc53ebba55d8aa78, '', 0, '?'),
(0xc46a031449570465a27d4ca10a9e33fb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json', 1, 0x00000000000000000000000000000000, 0xe85e54f3869d00b613127ef6d80614f3, 0x09b1071eb7f03d85c826a449b326478f78726a801a6d01573d9fc775d65d972b, '', 0, '?'),
(0xa61b2442576d38cf03c7c052836ded0e, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json', 1, 0x00000000000000000000000000000000, 0x010c8145782b67ed0f2d69eb536393cd, 0x50337336055e71094ca15a5c0620f12f19ba3b5ba21765d7661b6bb2a0e12865, '', 0, '?'),
(0x98bb9f957859d4347dc3d504d03b36a3, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json', 1, 0x00000000000000000000000000000000, 0xabdd8608d72590a590840fda4ce4aa5d, 0x6acda4f94608af8000c42a406981b4d7274979cec30207e3a8a8b219688ef8a8, '', 0, '?'),
(0x3f16743a5e33fb098f126d5c7550719f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json', 1, 0x00000000000000000000000000000000, 0x2c190c7f97271b6b364713b2bd8409da, 0x05eb7d11392badfc66ada1b2b7f1bd17a2fed945d405c49eef05627c55a59c7e, '', 0, '?'),
(0x84cc17fe8082c74ffe66c6d6717ef0fd, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json', 1, 0x00000000000000000000000000000000, 0x4c63bd4f60f947b3add1873643f81995, 0x3751f466de2a961ee8dea97e0f3f28cddb6ede347fba433f80b7e403f064a4d8, '', 0, '?'),
(0x7e175c4bc0304a8853a1cfd50302e86f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json', 1, 0x00000000000000000000000000000000, 0x5ec7aff089cea13c6a86364dd988553b, 0x8758ec220504a95d56994bb137c4fea412597f62f5ecf00716e6afdbc0bc6c36, '', 0, '?'),
(0xddbaa6aec0a116febb8c22b8d52434c4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json', 1, 0x00000000000000000000000000000000, 0x9e86d7df5a796386e17d0c9585a1538a, 0x7da63d6a1af5c955daacf36ea14c21a850a8570d9fb028ebad090492d4a6e6c6, '', 0, '?'),
(0x622b08e5a109e0c4b382be33cb778f49, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json', 1, 0x00000000000000000000000000000000, 0xad662159e1f6913799d56fa77752850a, 0xde48846d1495bd19ebf1b6601d3e33511735133a931a7270e4539facddc89997, '', 0, '?'),
(0x7b18f642bcbacf3cda710f55aba8a098, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json', 1, 0x00000000000000000000000000000000, 0xe5f8c19c40fbd7c396c6ab84c41473d3, 0x22fcbb84e30c5e060f443daca208eb0c1faf0441a7579042cf1a3b2ef3d31fe4, '', 0, '?'),
(0xd042f457433e2a66a06af5cefa6aa452, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x6e46d154b9c68de19cda1d24c7b954ce, 0x0d3e95e6cd432de2dd4902a2c654f575924e6376e1455d21b9e807698196256b, '', 0, '?'),
(0x62601d6f999852cfe79bdb093a5f9d08, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json', 1, 0x00000000000000000000000000000000, 0xe1af590ccc77c0e3ed6960e31aa3d4da, 0x41c22d5d72e58e50d1c6020df1878e8870494ec99d7af54144b376bdc90e834f, '', 0, '?'),
(0xc8c234a55fe5e5c239493a13a01cafcc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json', 1, 0x00000000000000000000000000000000, 0x161dd3d42df6272c9658453657dda1e6, 0xf3cac6de3dc3d2fb5118b7a7b25f840ab2c7f574a332efde81e9a134bfb7285d, '', 0, '?'),
(0xb33f7a5ee8d5336e981cc331b38a17a1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x29e764d61f1bebcc196d3959c843c473, 0x750187fb639164c6766b7342e5438b160478540ee2b22f0061e5e8738dea0317, '', 0, '?'),
(0x5a17613a80fd48672361f5b0c26af6fa, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json', 1, 0x00000000000000000000000000000000, 0xa43daffb0d7e8be6ac50e371f38b05a6, 0x181ce909cede6a5626fc012230280235d73f6f0a9b305e28f67b6f16ccc4209c, '', 0, '?'),
(0x1c1f7f78081bfd116e1b421adc6d473c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json', 1, 0x00000000000000000000000000000000, 0x5340ae1523cf39d51cdf7ce4b7193315, 0x416cb604d846c280adf3a64255384857e1a04dc45203d2de5549c3201ff7acc1, '', 0, '?'),
(0x03ddca4d35f96bd280616ba7ae2121d9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json', 1, 0x00000000000000000000000000000000, 0xc53c4c20b6405f68adf841ac24a34116, 0xddae8f6b54548b1d746b2268ad0c96b9d5034857eb3a81b1e4c3a042c44aa88d, '', 0, '?'),
(0x8cf69802b4f0b1ccf567554d5a21fcff, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json', 1, 0x00000000000000000000000000000000, 0x426ddb0cf2ebee177d16e4cbe3e4190a, 0x8237181c6b195e832928374441de85ca0c38e87d5028b37180ad116ad415c1d1, '', 0, '?'),
(0x44dcb9bea6a1fea167dcd96c76fb2fc1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json', 1, 0x00000000000000000000000000000000, 0x7f2aa001d3a6a69c1b4e7164c3e3e808, 0xe24e264deb7589cc39f9fe29eaa4b4721a0bc989a84a642ed8653e686639b607, '', 0, '?'),
(0xa7a221b01b027661eee1ff9341093311, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json', 1, 0x00000000000000000000000000000000, 0x0b687b9fcc57df74ac8fb4cf183f2f66, 0x0d037ab7fc9d38a6937ae77316414db2eb7a11c3ee210aa296362cf3e1a5e54b, '', 0, '?'),
(0x663ebcfc4b1c03a96b4e072d1ce36c35, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json', 1, 0x00000000000000000000000000000000, 0x8579754706b9fbf1c67941f57c3e462b, 0x1e86fcc15f5192c742e032ada2a4816d5a054ab8edd5e356207f95c085127227, '', 0, '?'),
(0xd9a91717d9addadc95fdb641418646e8, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_HK.json', 1, 0x00000000000000000000000000000000, 0x84a1ec296b9d0b9ab5bb57c306112faf, 0xf9c5c2fafe47039df8f4eeb837a59f016b65375ccd5fdd49300364770814c581, '', 0, '?'),
(0x9a64b4ccd7822e88f4173e4972649f40, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json', 1, 0x00000000000000000000000000000000, 0x389a3b7836348d4e0499acecf4854626, 0x4e2bcfd3730466c182706c1bbb6aa5bb8402e6218fa8fda9623d387f126d733e, '', 0, '?'),
(0xda0af3e70d31677704d9ffb53f44d114, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json', 1, 0x00000000000000000000000000000000, 0x3a2955ce84c2f805af10f1518a521141, 0xa29475e222725f088e68e2979cc0e8d59986446f02d575f83438827a3acc8235, '', 0, '?'),
(0x1b50247e0f01edf6cb6b87050adf542f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json', 1, 0x00000000000000000000000000000000, 0xbbcd6b2e3b19cff8a2ad631506c51e32, 0x0b6112e66766fd37331447d612b0f431055904513daf6671656cae0eccb6651c, '', 0, '?'),
(0x0ee5bc798b3f37ba869e37d6c9dcdb97, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0x5d116eac1ffa2fcf2ffa9b0f73b9dd0a, 0x513a9996a91535438c04aebb86f0f4c040ed8e8acf434c311aee8682f9bf3390, '', 0, '?'),
(0x7d39c0da5dee1006e44b18cf3741f016, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json', 1, 0x00000000000000000000000000000000, 0xcc4f98004af22144910c50a88d8f1a81, 0x2591ea24d84a4c9409bb09753725ff65354d44773cc16a8bac02ff3609197d3f, '', 0, '?'),
(0x458aaf7cecbcc7da2905c84e91311bf9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_CH.json', 1, 0x00000000000000000000000000000000, 0x009f6cfdb8a895acab468f8355fd6eff, 0x9520696f93aab6f98d010a18d25f8cb1f14f12348bd8714364f257a32fccfec1, '', 0, '?'),
(0xd44afe0b7ccc6ff913ede4fa8ac5ba98, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json', 1, 0x00000000000000000000000000000000, 0xc8e7b527114b16e42e87f343c4acb204, 0xa81d5d4c905ff4f6b1255923086711f9b7bc7585d80bb2e08643d1f8c4384a23, '', 0, '?'),
(0x9eed04870e05fd7ede60a967741f6c9d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json', 1, 0x00000000000000000000000000000000, 0x18df73e482eed9b409b9dd5459ca4407, 0x0365d4c1c4feab1ae9176c69ab6c3e734c43ec33ee04c676ae2c521d65a0a699, '', 0, '?'),
(0xc1c32b3202f20dbae54c611640bf27d4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json', 1, 0x00000000000000000000000000000000, 0xa0c43eb5727c9504b2accd66dd3835da, 0xd496a3acdf2bd47fb08bbd3c55c02f61e3c9dfa7cc9accb45d7ba17541f8be85, '', 0, '?'),
(0xaa6ac8503e9b8195b7dcef4793b7c146, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json', 1, 0x00000000000000000000000000000000, 0xa30df29088c3fdb4ab614c1e905b6b9c, 0xfa9d2e659e9c875e6850a0538d466d5b874d6c6771b6de76605a33d578cf4e11, '', 0, '?'),
(0x5fb0904c598945bb3787f4d65215e83d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json', 1, 0x00000000000000000000000000000000, 0xe2f7ec61b1fd2be882914643d5831f1b, 0x94f7c4fa9353e04776abc36dd6695fbf048139b602b997416a8c6cc7edb248c5, '', 0, '?'),
(0xf4dd96959f16d5c9bde8638ada71d64a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json', 1, 0x00000000000000000000000000000000, 0x7a045b6bac2216953e5b8283254666ee, 0x8f754e1249bc06a538ab5d9d1edc60edb4b5ba08c8f82dd680985582936595ae, '', 0, '?'),
(0xb45f96788047b76710d2fc1e6ff9d91c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json', 1, 0x00000000000000000000000000000000, 0x9b4eb6cfa42c46d281913d0fb032b477, 0x3fb861c8e2a6f051db9ad3fe55f578b10ee05d1a8d36af7af476d65ce41e8333, '', 0, '?'),
(0xb0652d06e1b37e3ce37ddc155924b74d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json', 1, 0x00000000000000000000000000000000, 0xcb68fe14278dabcf6378a906386ad207, 0x315b781c8a70aae908e8954542a984b4124114c23c7808b1dfd66d585d445b1e, '', 0, '?'),
(0x639a729d19a85dbf909f06c1b5df2eba, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json', 1, 0x00000000000000000000000000000000, 0x608bc7985f636c0c9dca9b0831bd82d6, 0xe8026e7bee591ca71cc87b14c7a8934a4ef2ba9a61fa28ec7ddf27b60dff5a66, '', 0, '?'),
(0xf62f454d9422a810cb8134fed7dd75b1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json', 1, 0x00000000000000000000000000000000, 0x0d7868940f15f031fda08f559825f097, 0xd12acdb776c7a6a2f194db3c1d8c70eff4cd5ae7841fe9e10ff7099a57fad8d1, '', 0, '?'),
(0x67c5ecb543adf3dff2cbcdf332a22a2a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fi.json', 1, 0x00000000000000000000000000000000, 0x13f0f376ff06cbacc350082fc9c0a4a2, 0xaf7eeeac2277dea6fb338b2fcf12cfff631b6ba02cd3f38e9ed589ba28ca91ad, '', 0, '?'),
(0xf7323a6d705268349574d0aa5c931f56, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x4369964ea7863052b389f65101d5012c, 0x58f900bc3d8374da9c799a9c24fe062bcf6c05da68593b15e82b8a5be0221995, '', 0, '?'),
(0x564bd16d3117bc38b8ba949f36683161, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json', 1, 0x00000000000000000000000000000000, 0x29c662dd0e3285061c5e90a5dc5e003c, 0xf8698f307c0f4f63ec234a2e39375d23fd5a7fd5a8d668d1c7704a3602b66701, '', 0, '?'),
(0x72025de0deb9169eb942c08c270be026, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json', 1, 0x00000000000000000000000000000000, 0x1e200963e3ec88c7243dda67c149e717, 0x14e05baf6261519455cca82252c0bf5d103c221031d909551b2fb3f86dd99e44, '', 0, '?'),
(0xda1370469e4bef45c29cb4bb712a9883, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json', 1, 0x00000000000000000000000000000000, 0x69baed7f653035b89773d38381f614eb, 0x0ee0fdef365b31fa8743eeefe8c999c4dc39744f4025aeb43e9bbb06045d7766, '', 0, '?'),
(0xc87d5654c0eeacb17f0d42a150fbd568, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json', 1, 0x00000000000000000000000000000000, 0xfc1f1e0a2d5cec3cb87595c911a1792a, 0xcb3b55e2ed10a8fa399b46e7dc85a720e1466b9267c635f8a9d4c273b86a026b, '', 0, '?'),
(0x8880c9f1b8101f5e4de37c391f22de0b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json', 1, 0x00000000000000000000000000000000, 0xc31b708e3e9c98920791aaca88744fe9, 0x0ff36a389f7b983c46756f505e6d0705d80138e5da844c31d92a56cfbcb00ed1, '', 0, '?'),
(0xd496479e459aac913e998788cc00408a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json', 1, 0x00000000000000000000000000000000, 0xdcab0ec12c344de46d0a054456a4c741, 0xfe56de8e928c1f57434b14a3af2eb711af914382cce80e811f465d2163c0f58d, '', 0, '?'),
(0x0b3c65ad77cc02b931e031ad9cd4baeb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json', 1, 0x00000000000000000000000000000000, 0x44506139c149a7e50f2cc0aa36cb9cea, 0x90d2b7bc837f08f19e83956b65b29fe9c7bfefb02983eb3db1f9c3af5b8460d1, '', 0, '?'),
(0x8b4e249f2fe367193afcbedd3dc8703a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json', 1, 0x00000000000000000000000000000000, 0xc64d31d56a04a3aad7e57b7f484ce8ec, 0x6093bbf5d6b9ba15aa980ecb277ff0aee863b4c5e420c4dfe872783e34bfca43, '', 0, '?'),
(0x1fb6e357d0a86f30a325a5521621e105, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json', 1, 0x00000000000000000000000000000000, 0x294ce0d749c44ef1cfbc4032027b9799, 0x106efd10c60b52e64ec3a844e23f29f96e00fae6f858b4ababecec800ea7026d, '', 0, '?'),
(0x05a34b84b7401ecf802d15ed24fe5368, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json', 1, 0x00000000000000000000000000000000, 0xffc6bf07545bbb080870c951f293b8dc, 0xebc31582bf05f68b00a17e29937aad0967a977977442c4b06c3a691eb1ebb9b8, '', 0, '?'),
(0x71ba789a73f9662f2ab84fb1b08338b8, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x333f7510bf604e5b5b3b71174ec51b97, 0x61716898b593044c3d3677a0eb3b49847cefaea2b9aab07601e78c21930d98f1, '', 0, '?'),
(0x4c8dab128756b4de6f11827d9de59a78, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json', 1, 0x00000000000000000000000000000000, 0xdc0e5a87029b1ed5733d42a8e1701d51, 0xa10bbfb33962a691fafde228d96974da8f28fb23616cfb950851aaf7019c7d02, '', 0, '?'),
(0x581aff4ac47a7572377e3e52319d29a9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json', 1, 0x00000000000000000000000000000000, 0xc34232991971550edb9a5bb1613fe18b, 0x70b8bfb2fc7c8909151bb345a49a84cef0b300b13f23d2b334a0bbe32181fc74, '', 0, '?'),
(0xb3849debd4b542a0f548d504b2a9d571, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x9e5a8427b2ebf2e31fed54f0d988e131, 0xc2607056852c2bd0b1aed5f5e0576ba11807efc7f4db204cc8b3b256c041bbba, '', 0, '?'),
(0x2f376b079e962098fc50a85f990f5e3d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json', 1, 0x00000000000000000000000000000000, 0x245b33e4c378af08e5a093eb229e8593, 0x6dfad4500940d5ec2329684dd6ed6dbe3a3e519b65832fab6edb62d96edfa515, '', 0, '?'),
(0x5d4e3cb5bf7ef8aff5e753e3ac194b2e, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json', 1, 0x00000000000000000000000000000000, 0x524f84a7fdaddb0865e321b2c67929f7, 0xe5b8354e7725e126b41f6cb98903725a314058ae7f417ba81436ea05ab27b094, '', 0, '?'),
(0x5a5b96c72c2daa8a2e2e3e02ab04b807, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json', 1, 0x00000000000000000000000000000000, 0xe746442d98dd496ef92d32a241316086, 0xf180304936648f168c68806efcb22b3e93f0ca35410703c7b7b43b47ba2af39c, '', 0, '?'),
(0xa70535c4700d6df96b83c7ced802d4e2, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json', 1, 0x00000000000000000000000000000000, 0x35e54db0f5775e68d94784565e72fbd8, 0x9b876e7d6bbd075f5e9fb6cbe602f3e54b7ae85f3fdeae1788b35c0621ba9f9a, '', 0, '?'),
(0xd431d89d2c7a67c37abf69db9d2a59f7, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json', 1, 0x00000000000000000000000000000000, 0x296e733c9b102c2c9c7d3262ff8d2c8e, 0x193de1f79ad4ca13df6f269272afa1484c6f8f8df0fe0262667ca657f21050bb, '', 0, '?'),
(0x489d95d7619e9a73c6c4335c182a1721, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json', 1, 0x00000000000000000000000000000000, 0x5dfca34f9e33cf34d7954f80d76ee6ec, 0xd1fedc0491f42b7c74893f3e0e114a4e00adeba358724802d1553f19eae8205b, '', 0, '?'),
(0xbacde7fe52cdd1de408978527084e690, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json', 1, 0x00000000000000000000000000000000, 0x4aaac5db6a18f8e4ebff20f2dd655e1a, 0x2433f503cf9b031fbeb063d52203dd1fc4084ab5c50fcfe44b821f8ba4faa6ad, '', 0, '?'),
(0x7c923f866fa3d7836ec46036196dd153, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_HK.json', 1, 0x00000000000000000000000000000000, 0x870b33e05b91b97cc52d1c3a0fdd6ae9, 0x2b5694db00922da341cbcce676b63c62ca9a8a72559c6156d13ec9f2cc2e19c7, '', 0, '?'),
(0x75b3638d5b580c55aa870baeb1c1a599, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json', 1, 0x00000000000000000000000000000000, 0xca5f891bdbe3d25f7c8a8253ad91373f, 0x2546c17747b6ab8e47d82cce1998ab47935ea0a8e9d1c7058442672051ac0527, '', 0, '?'),
(0xade1eb172c0577d66bde3237d8be0767, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json', 1, 0x00000000000000000000000000000000, 0x3402e62c11171b648b9093a54bb051fc, 0x17e1b66ad5371bd790bff159b532311b837a9f2d125fb2d9b9d8f60ffb7923f0, '', 0, '?'),
(0x08ccb1177730138e164c8c80745029dc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php', 1, 0x00000000000000000000000000000000, 0x3e7578c7e255c4b27dea9b3b5f3d4ba5, 0x0833ab073bf9f100e55bc82c14986029eb406aa8068bb83967b80d6c4126c202, '', 0, '?'),
(0xd0304e4a75c6a58bb5bea6ee9712f67f, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json', 1, 0x00000000000000000000000000000000, 0x7f20e54341d4a53fa8b478ac864b0727, 0x84e5cb67783e0656ca31d621261a57d7410e8447f5ca585c0c373411b196d892, '', 0, '?'),
(0x5dce996149978c6cca9b0c446fe6336b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json', 1, 0x00000000000000000000000000000000, 0x3e98d5357c5e2eefc2a5fef6388f0bc2, 0xd51d8c450861e6a2896f541be4039267ff38b3fbc34e32e4a1fc75b828bda09e, '', 0, '?'),
(0x401e44e68dd19b5317c635ca9c80c933, 'wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0x84d5ba8d1c4f6f72f7fc5dfbc8ff91c5, 0xc1099f57ed7640473962637ea272b8f21226e1d157e6898652955fd67775fe28, '', 0, '?'),
(0x2163f2d6b712ac404bc0e0db5663bb51, 'wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json', 1, 0x00000000000000000000000000000000, 0x3f1ca4a68b55bc93794bb74957a55dae, 0x74ee940dae98263dd028f4e6d16020986eda5a699ea09e2bb03a0b5e69e4ffca, '', 0, '?'),
(0xecf4ec9fe8a8303d114c9bb0f8dddcba, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_CH.json', 1, 0x00000000000000000000000000000000, 0xc519631fffe98e279d32fad6758dec5c, 0x257fbc98f4d8a8a07f9af1f3e6d46153fb938721eea3e7347d95d43fdbb10d15, '', 0, '?'),
(0xbcdf78e29a94551f2690465af6af1023, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json', 1, 0x00000000000000000000000000000000, 0xc1931a1143fcae9d185b43e8bcde0063, 0xf666ce4e29345e9958258e537c2b559efafd3332af6261f9099e6432d2634d10, '', 0, '?'),
(0xfca64d34a1bae1dd0732d02276c12c65, 'wp-content/plugins/wordpress-seo/languages/yoast-components-el.json', 1, 0x00000000000000000000000000000000, 0x3111c28a84490685cdd512b67cc9a6f3, 0x20f9a4463d1b3a5605000e3e094f9aa78d6cd79b312b64bf33dc120a7a036373, '', 0, '?'),
(0xc8a2a98b352ceb9228528fbf8d5df8be, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json', 1, 0x00000000000000000000000000000000, 0x023cb76a5d27fc9ba19d21b3d5dfd85f, 0x38e3940b1d7f7b65d457cd479a408528a9a9b0cd128b70e06d0407a20ff67265, '', 0, '?'),
(0x89cf2d9432c299843ce8c18f1845690b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json', 1, 0x00000000000000000000000000000000, 0xb1daad1c68bc1209265001dafbd651b4, 0x3eef44a6abe976c1ef3c62bf731b291083ae536d65b96063fb6f6b638a6c411e, '', 0, '?'),
(0x2f0f840564d27c42625a889fdaffe7f7, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json', 1, 0x00000000000000000000000000000000, 0x2706da23869cbff45c86234edca3b5be, 0x1f72d6409de1d66458acf9dc118f67f18f25798426a1f2a7e8affec34195b080, '', 0, '?'),
(0x43b9e9e16574c23b3ec5689acb9231a4, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json', 1, 0x00000000000000000000000000000000, 0x99852f24021b5b4f15e48ede66598f92, 0x0128d37c30bf5a8c671c6ef99eece0b28ede2055bc426d8c874bb31a33b8ddad, '', 0, '?'),
(0x5599e4f24110cc549b6b05148c565b26, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json', 1, 0x00000000000000000000000000000000, 0x8f54a43b6319c830937baa0ea2081e82, 0x17810d20fd619074f871bb94002b8eeb8b58af5978f8d666b98636f11e148f1e, '', 0, '?'),
(0x75a6b6c914bf073c07c9e77f08af2238, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json', 1, 0x00000000000000000000000000000000, 0xc3712ad8a770868bf99edae59cf0e483, 0xfc7837013d88f11cf15e75f5dcb54dd7fc7e5f4b064d92b5b2730abc49f7d01a, '', 0, '?'),
(0xa0aa376835bc0de3b626e61d9ebbf5bc, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json', 1, 0x00000000000000000000000000000000, 0xdabb693e4a459aa1c5f9fbc9276d8e5e, 0xa87fd3394d0d15d5e03023fdffbdc59e1f427d51a2c765a229a21962e378a8d8, '', 0, '?'),
(0xe54f5bbd79baf53d08f8c5230a1a4e40, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json', 1, 0x00000000000000000000000000000000, 0x653a1d06d45f117b06150e6d53ed2c50, 0x104d78cf7853c0ee458c658bda1161662034a6a54d8c148fbde65205fa4143e5, '', 0, '?'),
(0x630ec31c6e31e72eea9b92be07c4983a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json', 1, 0x00000000000000000000000000000000, 0x1e7a3fc5cd2ff48dc576db9391f26b81, 0xd3265c2023c20b488d0e2fc71b00d364585911878cc862e3ebc6e224f41ccdae, '', 0, '?'),
(0xa45b435e964e36f35226e3359a234818, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x22e7a9e29f45349473cbdcd0f4cf9f67, 0x25d093e8f0b08e1b074d110220ddbe6dc723a6e0744ae06e8e0fb658c991c079, '', 0, '?'),
(0xae885adf8ee143713980f5126babb5e0, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json', 1, 0x00000000000000000000000000000000, 0x56cac4fde29cc632a92e977f968c8965, 0x8547abdfe19143c86ca831dce4961787bcd4e3decc519bd0758f04e3790880bd, '', 0, '?'),
(0xa30b18f8778bc042c01d62b7e16b124b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json', 1, 0x00000000000000000000000000000000, 0x4700ddccbb3896823a65b63bcf35995e, 0x718bc83668429123829fde73b3bb22e4182987b57021e09cc9a52d46a272e4ce, '', 0, '?'),
(0xf7c1f04a536d296828a745e296a73b2f, 'wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json', 1, 0x00000000000000000000000000000000, 0x4b38e65e4d040d6aed4ffca853b0e27b, 0x45d97fe7417e7c1a5621cfb8f353c8a0c322806130b8e7ca5e19c543b0412176, '', 0, '?'),
(0x26c5ca179a25a50e0ee2eaaf2cf92470, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json', 1, 0x00000000000000000000000000000000, 0x899512d3f5fadde151df387105f284bc, 0xb88b1b331f67ea5a9e2e5de726049240e1c92d29d2ea630148097d2b7e31d3c0, '', 0, '?'),
(0x10386814832d3eb43c4e80dd441d125a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json', 1, 0x00000000000000000000000000000000, 0x4e71f7872601cdacbeacf161f243378c, 0x54d501ebaa0509cba950fa2f3f9514d14039988937d33e7c324d41a5d64d7274, '', 0, '?'),
(0xaf0efd593bc2746976660fccf897cbaa, 'wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json', 1, 0x00000000000000000000000000000000, 0xb7f4990e2131d3921eb325f3ad461070, 0x60be32196a4dceb8ad18d721d22df025a1d9f1faa3fad0d092fdad0683335323, '', 0, '?'),
(0x812e8f5ca81182b1d99660a6e5df27e2, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json', 1, 0x00000000000000000000000000000000, 0xc38fd3d5b8460df5b882fd3512f93bda, 0x5bca38cdf559e6b7f010f6240fb0dfedf4df76e922fbf589c3408c63475f3d41, '', 0, '?'),
(0x84b513b7dc4fb6e63c598550d85bea14, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json', 1, 0x00000000000000000000000000000000, 0x8924dab84a09d3343c4253eb8f4725f3, 0x92252da94c1ccaddc235dce245433cf1b8d2ee35e84271d3116bbdd9be5ee3cf, '', 0, '?'),
(0xe5d02627d949c775f38da666969062a3, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json', 1, 0x00000000000000000000000000000000, 0x598336d1a900be609ed58b0bacd9b37f, 0x018c65efa231efb3ed378a3db1ad0b952dd3f661eb2be8487054f76dc4731b94, '', 0, '?'),
(0xaa24a1da41ca6fb3f28769b83e1e2406, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json', 1, 0x00000000000000000000000000000000, 0x639829adde6967ca4b41a2bd15feb241, 0xf1c59ee1d70984ca9f0017ba8e7c73439008d1c1ff7de7b62f799bd054ed454c, '', 0, '?'),
(0x283e30dfef09265c27fe79a271331457, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x28f85e9bf7ad3307a7296d5770f40a68, 0x4200de65701c7352abf4697000997a4f0c2258b55ab3752d6c3f287c325b1928, '', 0, '?'),
(0x4b56e7a268c2b151102fbaaf96bdc398, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json', 1, 0x00000000000000000000000000000000, 0x458aeed3185919d4f0ac3257d01521fc, 0x955a7b794aa3c84087c845be25c50dc266113d5faac889a5a2f582f710084101, '', 0, '?'),
(0x5a4e7ab8b31cc4c8bcce92137879908c, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json', 1, 0x00000000000000000000000000000000, 0x8c13784ef8d8bb52d14d6591ee8a1ec1, 0xa5d8469c1cbe43e2b659d6a6405938c92fca519b365e9b44f25825f61bd65fce, '', 0, '?'),
(0xadfacf1ca4cf3281dfca84a9a4426147, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x82c25781f85290d67d4fbf22373056eb, 0xf777df9fabf02b38a6203b54258b18091ef8c6b2ac123b8ee7b47f6ab2f15c42, '', 0, '?'),
(0x9213cdfbcd6de10db2af4a61d2bd81d4, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json', 1, 0x00000000000000000000000000000000, 0x5d2fb4895b73c57f30b8f9333bb30d9a, 0x772c162685d00d20f74a5a21e8091b32f424cca0d4b347404540881155982bfe, '', 0, '?'),
(0xa8c64d288e41240ae56bdad1c6eea9ea, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json', 1, 0x00000000000000000000000000000000, 0xb39bae9d7a6a265bbc5ba218dfe44c54, 0x7f3f5385fe4255a9c1962495e7b5f36056505c5ca1713b778f30f0ba7ccb437b, '', 0, '?'),
(0x19cf72f78f0fb62ae3917577563531a5, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json', 1, 0x00000000000000000000000000000000, 0xa3bfd91c86e629468c894c406e684bcd, 0xbc99cfb5ad835075ae00d1d498df79f649f04174527085f3fa2784a3251e0065, '', 0, '?'),
(0x67d1e82931d2a7be9608d610bcf5309a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json', 1, 0x00000000000000000000000000000000, 0x4c49e336a3f89e57e3f59540def77c3d, 0x18d297531fa3fb24f8fe1c9d21fedeef9fdb5c474c39a7c92bf81d19c9e00f81, '', 0, '?'),
(0x13bbdf1de84d4b0a9a11c2f025afa0fb, 'wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json', 1, 0x00000000000000000000000000000000, 0x2e742ca6aedc10e7c40ce9b5c34a0f51, 0x562e2a78d786a185eaba836bd66a84322d7264eb6c9560433b3dd3082993187e, '', 0, '?'),
(0x061561c38b3da1d8d30f84825602c7f6, 'wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json', 1, 0x00000000000000000000000000000000, 0xc6a1f8c20a7103c2295bd20ff3db0b2f, 0x3ce04e7fa1f15fe73c1b01938a5324b8d9e9adf082c59cc7f57f54a5946ae22b, '', 0, '?'),
(0xbb7aa19fef8aa1f465d22ec17d2db113, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json', 1, 0x00000000000000000000000000000000, 0x61d8a17e81c892efcab770b0a60353c7, 0x11b1f6f193739850b929053c0fba437b5fce55b8f1add95b0978b4f298017d80, '', 0, '?'),
(0x71537cab9dd0fd85cf7430fbfba8075c, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_HK.json', 1, 0x00000000000000000000000000000000, 0xcf98596210d5958e54c22afb2cc92e5b, 0x3c08787276f2ce45f907ffbc1cb0258b17e245632d19bc270b1194e333a8b7e7, '', 0, '?'),
(0x5fa46ca293f05cca51d6c5be41e3b513, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json', 1, 0x00000000000000000000000000000000, 0x4d9bb7d41c29e5066c71eab4f9df3dac, 0xa315c94e3a3efc5ac409beea317d67b5b329fb36e871c86450ac5a61c40a9096, '', 0, '?'),
(0x5fb7f333d705d3981d1f8c49fbe26da0, 'wp-content/plugins/wordpress-seo/languages/yoast-components.php', 1, 0x00000000000000000000000000000000, 0x7499117522582088a771401d17aea242, 0x262135456482ecae6631db53b33a5ada6810701cf39c4f8bb11c49d20f2292ad, '', 0, '?'),
(0x0341e79583ed63ce3b4017ede6ea79e3, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json', 1, 0x00000000000000000000000000000000, 0x7ae11a7df17e1d9173d869eb47dd0f36, 0x45ecebae2b14f56cfdc061a7a7ee047cdb3d65b631fad564daaae607cee78eb2, '', 0, '?'),
(0xba5d73d551007450f2c1f6417cd327d9, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php', 1, 0x00000000000000000000000000000000, 0x056cd654c6a1eab160cc90f6730bc802, 0xb7ee7a1134b984848cbfdd9dcef1938d55718f0e99ca3d755555291592e2a164, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', 1, 0x00000000000000000000000000000000, 0xa52b8128042645ffe6665f3b65ca0a54, 0xac5693f19fcbb9caa14325dee7ce9d9bfb33a709bc5c4a989d383b71a77553b0, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9c72432247b683d0aded0cda8f0befe2, 0xf279112bd038ad2e2f27a6526662d31faed21da1722acd4215648bf1ad829ad1, '', 0, '?'),
(0xa3af5be6dedc8097784d9a47bc4ce8c4, 'wp-content/plugins/wordpress-seo/vendor/autoload_52.php', 1, 0x00000000000000000000000000000000, 0x376260d61d72fefe271f9bce95c8af61, 0x280c30949690d3aaf58a74e2b3d6a6395972379597647062e503df2b2179bd15, '', 0, '?'),
(0xd6bdac429fe56db24fd02a833a71c97a, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x7bcd58ef2df6fe97165bea70fe9c7712, 0x99e2db70eeafab7b2f88d4185bf86af086df901fc2b7b61dfa08a1ab7ed50765, '', 0, '?'),
(0x7f0e68ce3bf0f1e1e6f665dcd671a43e, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php', 1, 0x00000000000000000000000000000000, 0xc8b909e2a65a5ecec42bc17d69f47f98, 0x93d2ee4e7b3ee7855a8ab4a1de81f16440dc6956c8fa771780b35755eb953bb9, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x454d7ab8998b04d1c38116f7c7f19323, 0x0d89809da9c7207f4a846aa32f87ebcbed612a3086fbbd851b0e144484cada07, '', 0, '?'),
(0xdae3ed6d152a9fb76c08029ab02934ef, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x9ab561160ac041b32862919712b55f0d, 0x6ea5b1e2742bc41d8136ce6917eea2a7ddc2165d8dd622b317f63e1b7ff59114, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0xe1e809eaaf9a8e39ff9b925999e09378, 0x72d77f7f2e70c524b1d8d11f94d293a408f84d161826669771d0d81bafeb9543, '', 0, '?'),
(0xe59cd0f6fb38b87c1f4c9f50ef8b0903, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xca4c699c1d868dfbb2a7baeecbca60e6, 0xd3c0a87ffac071ed33faed25953aa11dba61e9ff9653ae518e55d39903ef8765, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x91b3193e9c7536df36a660e4743fbf8a, 0xd30153278ff7e1762749598abcee70cbcea519d1ab666dcea4094cabe47b1006, '', 0, '?'),
(0xbc7d4f11cd20c07db4d76c473a590266, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php', 1, 0x00000000000000000000000000000000, 0xdb16f33a68eab287439cf69c95e5c27d, 0x5a389359d0081a729fc8ca917bc6a11f37bf404e70ad9a6be44c3864b3cbd9d1, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xd367831c87da0b615b5336d45ad0b5a2, 0x33d021cbd942d98f13b245a9f85fdd18c3185f96b5ff0947678e477f3c00328e, '', 0, '?'),
(0xefe256a7aa30ad85de38f184cebfbdcd, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE', 1, 0x00000000000000000000000000000000, 0x1ae51299e61cc92df308666da6d69906, 0x7962efde9e70406dcbbb9b6491ca1e36ae92facb456e30012b7fa52188c3c538, '', 0, '?'),
(0x563333ca725443a94055f77ed10a880a, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php', 1, 0x00000000000000000000000000000000, 0xf7641acbeb0d28763a60fd4ee8fc0a03, 0xb8d57147efdf2277251afc90cbdbbbde8167a4e85c7f02978e1014345e57d0eb, '', 0, '?'),
(0x570891f185759351130a6f3c8f2c0940, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xc8b909e2a65a5ecec42bc17d69f47f98, 0x93d2ee4e7b3ee7855a8ab4a1de81f16440dc6956c8fa771780b35755eb953bb9, '', 0, '?'),
(0x0d8b0ac9763cc6790ddefb4f46bda9e6, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php', 1, 0x00000000000000000000000000000000, 0xe8850184376a60ec9731653d9aaf6a76, 0x84009d04009286c5250ff40b07c8b057c0e50a0008974948b647e81b28fe1da0, '', 0, '?'),
(0x31a48790632849330d7d9a75d11145e8, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php', 1, 0x00000000000000000000000000000000, 0xa1767c649e80bfb344685099bf4ab1ba, 0xb994550b97211e3a98b2d606e9e12e9a70410891f4f35ac5c8346d26463a3221, '', 0, '?'),
(0x3bd58394904b1b1430019b21eccdcc67, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php', 1, 0x00000000000000000000000000000000, 0x96ec370173148c3913f649546e5f4dfc, 0x6fe1100e4f933214ff46018a40e48a8bbec59af50397baa0093337e124303c96, '', 0, '?'),
(0x89fdc3db212073c8a7799a948f490dcb, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php', 1, 0x00000000000000000000000000000000, 0x35262d1c9fd3d5f258c535e19feb8ecc, 0x56a3a052f1c945b01d153a7d59f017b062e0df33c99e9e2e05cf2f7b7a934252, '', 0, '?'),
(0xb45311a7b2c2f31cd40953bdac7f536f, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php', 1, 0x00000000000000000000000000000000, 0x8efa3083e79bd1e5b9e6f393f823b471, 0x20134bc65f69ce3d43eb3cc6fccfad01713a29dc4a2abbcee5bb43ae0cb2ac15, '', 0, '?'),
(0x0c820446b5cd8d125f85b1ec149c7663, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php', 1, 0x00000000000000000000000000000000, 0x347509bcad7389e6c5f81b98324008a4, 0x15dffe9afdb8d1c8a93a1ec6e4131d53ef5050a84bd9afb4ac885d2e889575a2, '', 0, '?'),
(0x76b928b8692c3ae1a5f2941bfd2b18ca, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php', 1, 0x00000000000000000000000000000000, 0x8a07098941ce118f7084e69d0aff3198, 0x300738960213f5eb477ee6572ccc8d16535cb87b61a254c4bcc57990f4d50d57, '', 0, '?'),
(0xf4546ec1c38ac12d9fd369d3bce27387, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php', 1, 0x00000000000000000000000000000000, 0xa3946bcf8b60a092d60744dee1266268, 0x1f2c6b7ed32d310a1729905b9fbebf200f31a3997bbffe7fdf28f56317939f8b, '', 0, '?'),
(0xa910652f8ba5d018b24df91d178e852f, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php', 1, 0x00000000000000000000000000000000, 0x1940b66e883dfc149f811bb8e18ee27d, 0x446bf95b2d69a1cf82b3050b29324f44b382a6170930b421e4e068a2c1a9677f, '', 0, '?'),
(0x8225a97417d7db6c353c0a0ae61368c7, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php', 1, 0x00000000000000000000000000000000, 0x096eddf13bedc0163c62b85d83569110, 0xe5662c0cf212764616041dd4b7f3299f84dbea5bfaac0ff2fb56a4a6366de8ce, '', 0, '?'),
(0xa268eed852c9ed769768b4e9de555b57, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php', 1, 0x00000000000000000000000000000000, 0x2f66588beef914e30cd60451f914ff8a, 0xc68956170e8a0ee2efc881806d576b680303cf73652dd71bbf42473f69ad131b, '', 0, '?'),
(0x4c704e62cf60aa88b0f2429d0da8e8a2, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php', 1, 0x00000000000000000000000000000000, 0xd4809b10e2f9eb2f2437a14ca9e73817, 0xd2e2da4de68fd97ae853df136f2e7bfacdea52126a52f7818a3a6edf13633dfb, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa4797eb1f71b2fddbab44b4afccddfa1, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php', 1, 0x00000000000000000000000000000000, 0xed78766d5af59b6aee16ef014dab316c, 0xab7d72d45fd80c00983ea82ed5a1d2139c1945b5ef46d4c67cf41250cb325e7e, '', 0, '?'),
(0x960becbb394ef9065f4b180b8cc8b0d9, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php', 1, 0x00000000000000000000000000000000, 0x851557c80027139df2f9350125db07c7, 0xa97c47991ace7fd6e651d5a1ad6b4bae0143152bebf637e284e918e37e7fded8, '', 0, '?'),
(0x278bc2316bf08faa402853754add6cda, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php', 1, 0x00000000000000000000000000000000, 0x23496c6bfc015794fa459d7e92ef3af0, 0x5216ae904f0b0c8194d85adcf1fa3c6f237e2cf8f92f5c4e6c12dfb7250de816, '', 0, '?'),
(0xbe4abd39355d49350ee9f40a520ffdd2, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php', 1, 0x00000000000000000000000000000000, 0xc789103a392b78860108f9716fc866cf, 0x00fef067b7cb776f330bfe80c6f5d31f558a0e85c03c3734ab2a88bc554b2b99, '', 0, '?'),
(0x867539b041be5e0b5a5e5da8136d1330, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php', 1, 0x00000000000000000000000000000000, 0x73ee822eb83ebed1ff1a0f638f9aa4a5, 0xa705e7783136df9f818fafb8a1f906fe2993d4c59710fbacb88ac1f7dc7745e9, '', 0, '?'),
(0x60950a34bc20d6746964785bdb2c8357, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php', 1, 0x00000000000000000000000000000000, 0xdc829ddd424801e2bc4bf83bfb5e698c, 0xe43ea9e688fe3ab2e57ede0555673f40e573e9492763115d6d372938b1a6b772, '', 0, '?'),
(0x70ea616848a4f95eebbf9cde0cfea696, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php', 1, 0x00000000000000000000000000000000, 0x351bfee9e04c3c3cc5a07b1bb2158e87, 0xd0e2498eb3241cece86db52a99543226efde6ae96e481d563a7d5bd6e0ca53c8, '', 0, '?'),
(0xc9e6f09af5d3013d02164d71c1a2c4f3, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php', 1, 0x00000000000000000000000000000000, 0xb02d7b9832ea0a3c69d172d264b64d93, 0xfd422f28c4ae36d5711e7695951e40d38f17d0f40f97a3d17eab52dade2a02de, '', 0, '?'),
(0x3eb9338430bc20d68edd430fd85508db, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php', 1, 0x00000000000000000000000000000000, 0xfb4f60d443ed475226b2b5950a0e0273, 0xe8dc98357686b06248a5a975f2880915c8a344416c288b7697b02e95711c8f32, '', 0, '?'),
(0xebcad96b1c4459044eb2e8f9a00b3494, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php', 1, 0x00000000000000000000000000000000, 0x28a5eded74ca33ee82fbb2867bf793a8, 0x9866c1e529a6b90245ddab40b6cfb7809a281cedbab5f0a1fc0827943438df43, '', 0, '?'),
(0x0d98c9d0f719e75725c77b086bcb88e2, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php', 1, 0x00000000000000000000000000000000, 0xe4d006ff7aad82ea3eb234dd60b3fd66, 0xbc58f119686612ff5ac912eeba2e3f595ece964dca5e50f144ba8415586bd749, '', 0, '?'),
(0xeac6a20955d367fae9fc88cf3b7959c6, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php', 1, 0x00000000000000000000000000000000, 0x113120e4596ca5bffd02710e4986b27f, 0x62be3052cc9991c4bf001ed8a3c87ed94490f6f8b8cb8fad21a9956c3568e672, '', 0, '?'),
(0x226f78fceff7923103a5ff0aa2d9aab4, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem', 1, 0x00000000000000000000000000000000, 0x0d806fdc81ab8ec35c05b7dc869dd208, 0x5ecd791ce869134c8b1227821ed472429187d2deba0bab5b28af64900707a3cf, '', 0, '?'),
(0xd09e46c87fcca793a72124d1a59c251a, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php', 1, 0x00000000000000000000000000000000, 0xb384420af6ee85b54d736e678b24ae1a, 0x38ca6157956b24fd20474d711b727787363f06b5a1f321fdf9f1c32fc5bf7274, '', 0, '?'),
(0x90fa51cf0f0745e0c4264829dbaae3ef, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php', 1, 0x00000000000000000000000000000000, 0x4116ceb1e809eaa5ba3b94416a7cc157, 0xea9af9615e0b552b21bbb2649bdf243367a29cf9a2f3a4894c983e903e59ea5e, '', 0, '?'),
(0xb24d7c749b2ff5ed8b8e96a5173fe444, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php', 1, 0x00000000000000000000000000000000, 0x4f19707bcd70b314d27b6685014e5ad8, 0x25ef3d6de62689ad8fdd0ccc3f06cfdec9ef9500c4ea31131746e9ed15045a5a, '', 0, '?'),
(0x2d42afae434980847df38c7e95f8c9e6, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php', 1, 0x00000000000000000000000000000000, 0xec8a0d396772ea1bcbffa730bb213343, 0xd65b466165a3134cc45d3d9fcfce0b940769704ddfbe32c3bf815e162455c738, '', 0, '?'),
(0x6843ab6ac52f5afe7d2539f6bc1d6ea9, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php', 1, 0x00000000000000000000000000000000, 0x2dcb4d2b2b0d00a85671c2bb4e86c28f, 0xa993a1632fa17455a0ba126bb7f9e955cd4e40fcbd79c938c57abd95d5758a5c, '', 0, '?'),
(0x5e9651056a819a1e6a3207c2937c0749, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php', 1, 0x00000000000000000000000000000000, 0xee855b579bcdd34667d4b4c309c6328f, 0x6f65e74065ca1b398aeae932ce185490b8653edd71b60a772990879784a539cc, '', 0, '?'),
(0xdd8012b1aef7a888dc6460d2afa9e81b, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x85c4b645ea77be84d0ed5d87142c8bd1, 0x1b74fdba5c7b6682ba8f15cb675514d81edd8a264aa64cf9e0f0b613bf806ed9, '', 0, '?'),
(0x33de78fc7091a158efe209219d8fcdb2, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module-wordpressorg.php', 1, 0x00000000000000000000000000000000, 0x46a21844f50665c655f40e9864201367, 0x296c9e56a36b5e305685cf7dfd977ee01941530558401dc07684daf081733651, '', 0, '?'),
(0x2656981e690963d8d578ac03ebb2083c, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module.php', 1, 0x00000000000000000000000000000000, 0xec4a37e7b4fde7e10dc57b1ca6679eff, 0x6052774b0413453c4cf1bba9ad9a946cb80044c1e57920797cc9f879ca55118c, '', 0, '?'),
(0xb3ad2ae3db867d69dfc48e883d42ed72, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x9d571517264143a08f4bb6c45c85f7f5, 0x23d7efca931413688291aecee2b9d56852d1f67664f3b5862d886aeeef5fd752, '', 0, '?'),
(0xda13acfaff3bc62d717525f9531a096e, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php', 1, 0x00000000000000000000000000000000, 0x6959d8b20cb57907d26fc9328bfdc941, 0xb4fa83ca7a4038f6ab90291bd5ff91a9e7453deb4f272ee6a349c4b035afbf8e, '', 0, '?'),
(0xb09eead3f0811ee56b384b04ddaf19ea, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa0a5bdb8a9aeab8268752acb7323b094, 0x80c6f966ac949b88157807187a444accc360d575cb04f5a20b5971b27b2d3cbf, '', 0, '?'),
(0x994ffd933a87cf0ba6b9d7e9755f4f70, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php', 1, 0x00000000000000000000000000000000, 0xff4fdc3feb24b32231e6c54e31d14cf6, 0xfd177ef0f3e83ce76507237eeee681b5c384ef96d6f71b01d34f836204b72ba0, '', 0, '?'),
(0x4c20fb278d56e34e9cf47bdf537e629e, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php', 1, 0x00000000000000000000000000000000, 0x5dd9fb8f32fa06da0647f641a18f7fc9, 0xf72e773fe85b7f0dbccdaff80e262abedb843756364fea30103db4a1301fb924, '', 0, '?'),
(0x78d84bff8965a8387c18fdecc3365bea, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php', 1, 0x00000000000000000000000000000000, 0xe37891d54bf902ed794d15d97e67a66b, 0xe2071ef4e2a6048684421d3c181784ad5218c75e33b63d28c390409a43a48507, '', 0, '?'),
(0xe9b8c4ddc8ec647996cd7697838f34f4, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php', 1, 0x00000000000000000000000000000000, 0x1cee95be00b6b75f88ef930e54467e47, 0x4e5873584bf084d6d0377d7c159c9efb01c675f376a1fc17ccb2ecd86cdef094, '', 0, '?'),
(0x43950bc78d2ac271e449c206cfb3cdea, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php', 1, 0x00000000000000000000000000000000, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x50eab783717ab44a2e35f287e5e00cb9, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php', 1, 0x00000000000000000000000000000000, 0x5aa8ee5e09c3b59b61c6e74343633df4, 0x600a1cec6b26400d2047fc19e764db477fb77d78ae790df00cf13c9a5a4f04ac, '', 0, '?'),
(0xf1e31cac104e0fd5c58ff1074b6c51ca, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php', 1, 0x00000000000000000000000000000000, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x523a68b28acf8036aff704a5eb911115, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php', 1, 0x00000000000000000000000000000000, 0x8d8207449c564f4797c7d2703cb6336b, 0x235d313d6e5198847e27fd383c807b33a65e7dcd232fdbc9fa5f8233a73b1a49, '', 0, '?'),
(0xbea7328fe79ebcf38bc5d870e70ddcdd, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xbb2551f7031cce391689ddca2fbfb18e, 0xc3a6de6c1e0996704bcdf4b1cbcde0919c5881e1f6d3e5d6026da33f8569752e, '', 0, '?'),
(0xb4951886765e8f354764dcd93e59b41b, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE', 1, 0x00000000000000000000000000000000, 0x4ea52ba8a6ceef43477ddd01ab04dc56, 0xd87e8886ee8bba5dfc1faaeed6a315ea98331d8151a0e9d865a04f36a46e255f, '', 0, '?'),
(0xb3892df63274463d98868be80e472aef, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/images/wp-message.png', 1, 0x00000000000000000000000000000000, 0x7283f588c416fafc97a289121b65c850, 0x0858ed94fc17d36304a07a12ceeb05cff8078c05633de95168ab7cb6d0b1f8b3, '', 0, '?'),
(0xdf235956389f8060fc606bf56ca3a09d, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/phpunit.xml', 1, 0x00000000000000000000000000000000, 0x4ce90d228af33e1370af475994d7b672, 0xafb3e5b0631c11619da8d37be6d67895c4cc8b6474aaee2db9beabf2c8f589cd, '', 0, '?'),
(0x59f7c959118761af5dfd585ad5add999, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php', 1, 0x00000000000000000000000000000000, 0x77275260331fcd1769cbf0751be780af, 0xc19539fb6746a645d7468cb7740790ad937a347e9f69d54c18af6fc69e35f5ec, '', 0, '?'),
(0x22c2fdd46c7a31e221b216d2d3d67846, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php', 1, 0x00000000000000000000000000000000, 0xf89f8211d0fea178a026b16603cce7ad, 0xcccdb306ebfe1f14121f5227107c2e277d412d33a5628c7022837a430aa8136f, '', 0, '?'),
(0xb2af23d1019cba6f1a35e5a6dfd1eca3, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php', 1, 0x00000000000000000000000000000000, 0x5157f316cd1b0f5c8e0742ea51a6bfbf, 0x1424cc2cf9dc5302351439070ae7c1c67136890af5c6c969d1b4862f298d56d0, '', 0, '?'),
(0x4b04f8362cf57a45acf11bbf8957cca8, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xc938a2ae2eef01e88ff4bd7c6d2c67f5, 0xb0e3e2be0d80f8d7b8bff211bc11f25287c01748623934e13bb332c6fcbd8c82, '', 0, '?'),
(0xf3fb40010f1d706e56fb511ef3fd6538, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php', 1, 0x00000000000000000000000000000000, 0xedd49a3414097331385e920117389589, 0xd02e19d9d51197ab11e58a60d62ad7f2e1ce65875b1f65a1e141e560f7c0ef1a, '', 0, '?'),
(0x92638b0ddee811c7bbbbce71b7a9a9d0, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php', 1, 0x00000000000000000000000000000000, 0xcd75528937b5b28da7eae94f41154f48, 0xa08fe13827505252a1c35eda7f85d0bf24705d72b1469319248fb34459fef93c, '', 0, '?'),
(0x988c05aa91af1a6eab20ee5cadb02bc6, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php', 1, 0x00000000000000000000000000000000, 0x01c41abe0d4a12d6f5b1299e4de44ff7, 0x89a037a8f3ce8a4e2c867b8cbe5917f56a5db9ce3cd8964b9dc94a66a268d171, '', 0, '?'),
(0x264f74626da3724d95739db5a84ab66d, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php', 1, 0x00000000000000000000000000000000, 0xdc84e967c85bcbcd9ff11b6530421c07, 0x724f6e4a551a384501e5756445e76f4811b13d91764ecc930b7e7138b0060d89, '', 0, '?'),
(0x2507fb9c80b7b1c134c66c940a9c773d, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php', 1, 0x00000000000000000000000000000000, 0xacbc1b55430eb706aa3bdbd8bcb00519, 0xa4f4fd85cde1b11ca2561a42ed187daf7411198f72f0714e1563b0fd56b13141, '', 0, '?'),
(0x5b08c112a43a2062f097cafe54ea562c, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php', 1, 0x00000000000000000000000000000000, 0x3ec7aed499320cccb0afceb97648d636, 0x7abf109fef916dab254dbed3424307c0c8dc21093dba685e7b943b4cc2b0fd51, '', 0, '?'),
(0x95678440e02d46038fcd253d35c2b9fb, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php', 1, 0x00000000000000000000000000000000, 0xef7f8c357030520da199e5f32a238fa4, 0xe901070146e304acaef519b0232d7e71b724a4bd614351e66e2202eb27f4c6e1, '', 0, '?'),
(0xff9c735ea3fb59f8a5da8b218f9eb6e6, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php', 1, 0x00000000000000000000000000000000, 0x5705189a90162ce428eda5b8fe59bba3, 0xa01a58e0cae14c5f9ffcc2cb67ce138020daddae562b9cf14fa9900cd3b4e418, '', 0, '?'),
(0x1626c6bc3e45157822835519cee6fa1b, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php', 1, 0x00000000000000000000000000000000, 0x60b0a7ef3248c4777f3b76681d95bd98, 0x35b8b78e6ae8630f920582b62ca0d7dd1884209822739f60c365f6d1c44f8207, '', 0, '?'),
(0x0c985f2daef195ebb0b50009048ff7cc, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php', 1, 0x00000000000000000000000000000000, 0x8e9da232b5a968d266db94edec0b62af, 0x24f96200da82790eb458923b0d59ac33a48047e4e3104132c390f9d8b3c9a059, '', 0, '?'),
(0x5a3feb23512c33ef906aa2263727fe86, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php', 1, 0x00000000000000000000000000000000, 0x3caddae9e847efbe2d2a7728f872e37f, 0xc8f6c21949f3c8fca050124d8ef59dc34ff1cbac017add19cfe8aecbf3d23fa0, '', 0, '?'),
(0x89509acd3eaded9319291244f903e3ab, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php', 1, 0x00000000000000000000000000000000, 0x860f7f102d697a5b0ebd802337e871b0, 0xb0a51ccb1338a0fee8bd55dfdeba63ffbe9a7819346bd04d1e362d2c2f630a9c, '', 0, '?'),
(0xa70e8a2c0f20a77056d32295a4245374, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php', 1, 0x00000000000000000000000000000000, 0xc537fb396b0a7b46b2a07e57db8deb5c, 0x6f4e136b9fd86e586d49dba8949d3811650837970b9c9b0183292d525a8ba890, '', 0, '?'),
(0xfb9d88c4db7b465c46eaaa67704f3c08, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php', 1, 0x00000000000000000000000000000000, 0x5cc79015617f62b8765133e8056c76bf, 0x65f6e558e48eaf20a95e32d9c12ae8ca6daf2086c19245012dc2b365617d8c9e, '', 0, '?'),
(0x864d392e5adfeabc9b9d880421186397, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php', 1, 0x00000000000000000000000000000000, 0x2f9c9dec2af5b5b860fcb7ae69ab177d, 0xf48db1ed9e8530fcc7ac12bd0018787d9eb436237a88fd39406fd7be2365ac9f, '', 0, '?'),
(0x1448d57f03a302996cf9a3b2e9b3e82c, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php', 1, 0x00000000000000000000000000000000, 0x2757e1b8245d3a29047a685138b243d0, 0xb26568ba5cf6ec5694a33230e21891be6166de68abac70eac4dcec2c9a7080b1, '', 0, '?'),
(0x90d6d75e6f9b85d9eac4216de3289ade, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php', 1, 0x00000000000000000000000000000000, 0xc3d5ad2dbffed31717a9f46d7b23624a, 0x3afac57da90d0c12dcdbf9e21d5e58e40b809231bbffe8db305cb7e369e96b88, '', 0, '?'),
(0x445c24290741283eedaa2c9d5b87bccd, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php', 1, 0x00000000000000000000000000000000, 0x03c3081c3780d55591e0e22c482bf8ee, 0x48024f490f1e3a810c6efd9f6e60ef15a28487cc299bd9fd36b91b0a7a9166d4, '', 0, '?'),
(0x1d36bfcc13dcc5f914d6f2d66bc443d7, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php', 1, 0x00000000000000000000000000000000, 0x5cfe417ad2518d2f374ae21d3f33a789, 0xb21bc854976ec35207019f468cac2f3925d29717cb04160502da1bde5eff5dbb, '', 0, '?'),
(0x1faff9535e42d7be5c4e206443aa1cd7, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php', 1, 0x00000000000000000000000000000000, 0xe4c4164e2d3025eb0f206ec79ab8a8da, 0xae376037e19b1d2b83fc90617f1261541be54c599d4651466de4ee93c4ee214c, '', 0, '?'),
(0xc7e75d16c1424be855fccad57fcd77b5, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php', 1, 0x00000000000000000000000000000000, 0xa049e8579eda259fe99ede23106ed2e0, 0x191f838800f94d7b22dc9f6be1b9111aeeadf93e5318667d5f44e754f3b1b7f3, '', 0, '?'),
(0x0471829a34e0d7307c5d3cf6aea6596f, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php', 1, 0x00000000000000000000000000000000, 0x6e397b5cf103380b5c5a25d5f4c15cc6, 0x7d79eed5ff7e2a4702a94358a00082ed71273131edfe0f78384f5920e64b99a9, '', 0, '?'),
(0x09627bcedd3db6f4a3284a459f11c995, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php', 1, 0x00000000000000000000000000000000, 0xeacc908617eaa7fd6dd2b9208e5488c1, 0xa2370de4cc5f3256c52d03ffb00cfc808c9938b9de5a5c68f1ffccefd8964940, '', 0, '?'),
(0x91e0f79c88e36f804d52b6e3b00e8b5e, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php', 1, 0x00000000000000000000000000000000, 0x54ead40731651ab0e976e0ded31259d5, 0x9017049142b2a6f7f3dbc5a070d21f0390f59b71b501064177e80d34dee0417b, '', 0, '?'),
(0x48b4d5efa9870d404813398f5fe039c8, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/ConfigurationTest.php', 1, 0x00000000000000000000000000000000, 0x39ea22c718b179519129e8aa5de1d694, 0xdf106b2789cb90116a3d55cf2a9f0a39c94745203fa810dacc9fc8c1a2097d05, '', 0, '?'),
(0xc6f7c446645dcb314e6d416513d2c2f5, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessageDismisserTest.php', 1, 0x00000000000000000000000000000000, 0x94a1573c29cb4c8c6d7421fd1f5cbd94, 0xc4895a4a3c977b85a6eea4fb5a3a059fb14faa171395481c40b005229708e1d5, '', 0, '?'),
(0x040da80bdbec2d88b907656a30de079c, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessageTest.php', 1, 0x00000000000000000000000000000000, 0x3d0ecc27cc8c9999a189214f89472657, 0xba176cc85e64846e87ee718709091102cef6d6dd91e4ee62ac6f37e248bff825, '', 0, '?'),
(0x15939ee35911a47d5a7fada1ea929bae, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessagesManagerTest.php', 1, 0x00000000000000000000000000000000, 0xb95de7685c141f1a5432492859f0723d, 0x915d46447880ec256244f1164f29a9a32b7695e8d212a7f283e6b7002ea27bdf, '', 0, '?'),
(0x5086f6e0b2d1b02a0f32d82e74bd560a, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/RequirementsCheckerTest.php', 1, 0x00000000000000000000000000000000, 0xc74bb19033e08cdb7196fa68667a1a0d, 0xca72ed635cf3ef9a3b8bbc7d674d3daaec120e18d82cd788bc9d943cbd065c51, '', 0, '?'),
(0xbb9538e84eb2edd61ef02dfe827fc6bb, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/VersionRequirementTest.php', 1, 0x00000000000000000000000000000000, 0x35e3c7b489052a8279f77de1980f47a2, 0x0399a0e181e5c94fba7327e7a68feedce64cf5c75423b62456a9807f86565e60, '', 0, '?'),
(0x1664dab3a5d1ec956e0cd4750a514545, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xf0eb59fe6cf589922b58c054f72d5de8, 0x830a9143e50c7bbf664a1ea3ee108baf9b6890508a58c693da7b3f2ab06935f7, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0x70af21742f1f02d399fb14676ab0a997, 0x64f798c6f2b414bd018048626cc5311e319e1afc98d3e94d551e4c08e7488821, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', 1, 0x00000000000000000000000000000000, 0xcf98a0dd95b6a28983ff46cc1c8ba260, 0xda07e2bdb75e8f21d37c8387c5868f6e97360ea785a30ef63089d8e4658bc613, '', 0, '?'),
(0x9bf321f1ea9f34b519af72e2e2015dd9, 'wp-content/plugins/wordpress-seo/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xa3f0555d429ac59ab4896cfedeb4a10d, 0x8cb2200423fb8ad6e3b797987535b9d17b3080be56a50376347240622be42874, '', 0, '?'),
(0x38ee5507d36c616799f66bcad55936d6, 'wp-content/plugins/wp-fastest-cache/css/buycredit.css', 1, 0x00000000000000000000000000000000, 0x4662c7a64927455433a9fe06418d0f82, 0xef14d336319d05e9172de4caea14d9f3aa0d24cf3783e312123b907ec0d698b7, '', 0, '?'),
(0xa0c36147135505cfb3d940d141e90bff, 'wp-content/plugins/wp-fastest-cache/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xdc39353264a7cb4b651ad53a5e99e7ec, 0x18312259d09234f8e0a366c454b51740083f44ea0de221d496885893eeb7b4a6, '', 0, '?'),
(0x2ce2cd4da2f44711671b1eed93e4e592, 'wp-content/plugins/wp-fastest-cache/css/flaticon.css', 1, 0x00000000000000000000000000000000, 0xb2811b32d862322bdf36178b3c7eab3a, 0xcaad2c6f852a5698d9ab8ab74d14c763c61abc19024814d2cc2b2afa99ecb65b, '', 0, '?'),
(0xdfca819dcaad96ff8295aaae24ea0735, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.eot', 1, 0x00000000000000000000000000000000, 0x0b7a2a4be4bb768849647e840bbae8bc, 0x5fb16a4b8b273c7cd0d3ca25b579427a55957c69d41088aabc1c98be6fcd8e30, '', 0, '?'),
(0x2d65dadd32872d9ec89ee91aba086e93, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.svg', 1, 0x00000000000000000000000000000000, 0xefe3cd208de314da3236c5bd8fe918c8, 0x857ed4c49c61448fffa0e836d9049c9afaef014a472f0d20b35a70334f24e6ca, '', 0, '?'),
(0x16da6f4961a4223fdb380a8288b7b371, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.ttf', 1, 0x00000000000000000000000000000000, 0xd4228e89eb87b83db47d409fa68e626f, 0x1f5e240232cebd43cbf8793175ee77d2fcbc852b83102a6140300a96003f46b9, '', 0, '?'),
(0x0abe2480043bb853a49d82142ba2dd82, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.woff', 1, 0x00000000000000000000000000000000, 0x7d7f658c7e53c91696b6e5e240e797de, 0xac4a0765bfaec2eb2639cdaa996a9d8fb3355274b1673c275d2b7a6f8eb41471, '', 0, '?'),
(0x39b3f69ac94e4ce91f0b5520f6e390d4, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.eot', 1, 0x00000000000000000000000000000000, 0xe4f5728f8f356643cf688d03faa71394, 0x808145ffe9fee339b1d09e77bcb630fb6131bfe9750978e598cd0772a7788963, '', 0, '?'),
(0xccff3ffbd0aa143d98b3c5e3a0f00f90, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.svg', 1, 0x00000000000000000000000000000000, 0x7f8a04423d1fbc9cf42df14da397aca0, 0xc1913dae316ed023a914ce7aeeca2a6a47c6a4f32967dccf4a9b504872e21bfa, '', 0, '?'),
(0xbfc43d74347f8aa3289f3c452ba7f134, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.ttf', 1, 0x00000000000000000000000000000000, 0xeb2ca66320d5c773120510c5fcd3abed, 0xf41d0dd7dbcfae74c09319b291a8e18ed1c1f076485253d4990f454c38630511, '', 0, '?'),
(0x1c0e433cfcf9ddce383de99db9466944, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.woff', 1, 0x00000000000000000000000000000000, 0xe493a3c7a6b777bdf724a712ec4cf1d0, 0x76fd6a79153a20952fd7d38e0ad94bad2a313a18f47dda2dc946584b8f67a8ca, '', 0, '?'),
(0x821f107762530dca6123ee9f3d16f261, 'wp-content/plugins/wp-fastest-cache/css/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0xad9a47a70ce702d4b6e4e0f04f173b0a, 'wp-content/plugins/wp-fastest-cache/css/style.css', 1, 0x00000000000000000000000000000000, 0x5ad61b98b6271299ab8b9c73a236e690, 0x3346235e201ed3261d3f82b7dc9edd5d384bdcbc16d6c5546981bdce68d44814, '', 0, '?'),
(0xd9761dd8373d052420ae3ba3090b094f, 'wp-content/plugins/wp-fastest-cache/css/toolbar.css', 1, 0x00000000000000000000000000000000, 0x42711cbcbe97ebf9a40a927e5eeb616d, 0xbe60022db76caaf5ee0bf361e6c72790bbca9d3a840c8da663d0001ec2747d7d, '', 0, '?'),
(0xba12bc8c2d1e66185220c4079c1a0715, 'wp-content/plugins/wp-fastest-cache/images/button-back-green.png', 1, 0x00000000000000000000000000000000, 0xe4b98b73ae6ededf4ba25930deb46e8d, 0x7c2de867a721ab1ad9c780bbd931ca182e058e0e5482387417bbbb33edc6776d, '', 0, '?'),
(0x23f0ad42bf2b2b0c71c0bae7951a1204, 'wp-content/plugins/wp-fastest-cache/images/cancel.png', 1, 0x00000000000000000000000000000000, 0x4013cfd462523c8cd774e7ad86ed5888, 0x283171ae64b8146e5c1edffdae5307c75202e16db2a67ad606865431a0cc72ac, '', 0, '?'),
(0x31d550d3ea7cbda0a1e30326294ca544, 'wp-content/plugins/wp-fastest-cache/images/close-wiz-sprite.png', 1, 0x00000000000000000000000000000000, 0x361478a92bd9fdbb5d163745fd4d7bad, 0xfe4075fc2fb57bc1e4966935d9cf833bb16181090a647ba447fc6f2fa56b468d, '', 0, '?'),
(0x7a530f47db4d56e6cba04e902bfbd967, 'wp-content/plugins/wp-fastest-cache/images/cloudflare.png', 1, 0x00000000000000000000000000000000, 0x789f7e0c04c30adcaa388a427aa2eef0, 0x84cb764213db60c4bd84a01f86fe719816995067e5fe49128484657df65484b7, '', 0, '?'),
(0x1ebd4e6ba045c19bb729f808c58a8c8f, 'wp-content/plugins/wp-fastest-cache/images/dollar.png', 1, 0x00000000000000000000000000000000, 0xb99d8f0c11f375c3578150cfc7caa7e7, 0x6e6678ee9be20ab95b5bec54b7acaf0c4ae7e3040482ef1092a25906a703db4a, '', 0, '?'),
(0xc6fd341001103612d0122e3c3b4d0a0b, 'wp-content/plugins/wp-fastest-cache/images/download.png', 1, 0x00000000000000000000000000000000, 0xa3b4b4ed27b5972cb2f7bbd1d028072c, 0x8feba6f6247e67883c21e759260899bc968a03610c9fd5ab6458a1ba78a3c88a, '', 0, '?'),
(0xe088683344357b16f4d50a4782eec566, 'wp-content/plugins/wp-fastest-cache/images/facebook-like-xxl.png', 1, 0x00000000000000000000000000000000, 0xee2636a7e1827e05446761622e4607c2, 0x51ea21e26666e19f9f5659c39c8d6318b2613a7a542b1c44f6b427f2f68dc8e4, '', 0, '?'),
(0x7b6f3331ede5cd162bc74829888187cc, 'wp-content/plugins/wp-fastest-cache/images/icon-24x24.png', 1, 0x00000000000000000000000000000000, 0xce386c04b0f8c7485abdac84aa06e0e0, 0x5e231894584bf2bc1b44da71a2806cea7354f0575dfff92aa9f4cc04bc44ca33, '', 0, '?'),
(0xccaefac01f85934b657dc8cd63e11aeb, 'wp-content/plugins/wp-fastest-cache/images/icon-32x32.png', 1, 0x00000000000000000000000000000000, 0xf22b8c6cb4a0efde2a34393ece297d6a, 0x9052dc6d02f40526caa2bf3b10189cdfbc402d55b43cf1488bc984aa393c81c4, '', 0, '?'),
(0xde68b999153317f90d78ebe8bfcf48e5, 'wp-content/plugins/wp-fastest-cache/images/icon.png', 1, 0x00000000000000000000000000000000, 0x85d39463339e399c55c0aaf1ae77099b, 0x0b810a675c478c5342040da05b9e395430a792fd4061ef086c48ebea35d3b4ff, '', 0, '?'),
(0x0cb793cbc1af9fde27b35b2e69789fe3, 'wp-content/plugins/wp-fastest-cache/images/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0x6d409ca4d8d0adeea3ad428ab6be609e, 'wp-content/plugins/wp-fastest-cache/images/info.png', 1, 0x00000000000000000000000000000000, 0x6baf40caa00303f6ea6f2b7766237d78, 0x62bde635fd4e3feb151e4114a13b44f46fc991c7843c82855bbe3be80dbfbe5f, '', 0, '?'),
(0x1235452f9fe2c1c9ff4762a30630c014, 'wp-content/plugins/wp-fastest-cache/images/label-bg.png', 1, 0x00000000000000000000000000000000, 0x8977c79c9e4417b3cd99e88941e2e032, 0x9b1c1bbe40ba4ad815e713625678c2df7172058b96daec7c91d8e54bb14636bf, '', 0, '?'),
(0xc82753edc3c3f0ff7cfb3c841b0c399a, 'wp-content/plugins/wp-fastest-cache/images/loader-statics.gif', 1, 0x00000000000000000000000000000000, 0xb8e54e5507000d1204317e4d9e7172c7, 0x9430ed244c263b76313fcf3d24508d4b0c76a8d76063bd85c3e4d6b4be6a46d2, '', 0, '?'),
(0x77cc2647965b7ba22e885ff8b4cf6617, 'wp-content/plugins/wp-fastest-cache/images/loader.gif', 1, 0x00000000000000000000000000000000, 0x3ba78308452ab4ad44d11a510ceffa9b, 0x4a6f59b403deeb6f544a1396e27dc4897af44be128eb576b37f9368d2eae15ee, '', 0, '?'),
(0x3937ee86e262e9c09953325371efa58c, 'wp-content/plugins/wp-fastest-cache/images/loading-circle.gif', 1, 0x00000000000000000000000000000000, 0x494c82c26696c17b6f893e30f21512d0, 0x8b70f336fba6248da74eaf2899d279f20b12b36f735aa0a6bd00e53d4eea5dcb, '', 0, '?'),
(0x9d60b3a7251a7276c9cafc4b21944cf0, 'wp-content/plugins/wp-fastest-cache/images/maxcdn.png', 1, 0x00000000000000000000000000000000, 0x0307578a5db62f638d1ea275e294bd45, 0x2d1447c15a859271493c4f12a89d71da1a8ed1a0a10b3286cf15c0f57ffa4871, '', 0, '?'),
(0x90c7d63e2a76a7086d7163bb8cb9791f, 'wp-content/plugins/wp-fastest-cache/images/no-image.gif', 1, 0x00000000000000000000000000000000, 0x6c2160339d84f261687d3fe7a3114687, 0x3f385c2e09669756cef21764bd72721494e6ff2205e34b09a8a502d124a41841, '', 0, '?'),
(0xa6dfc0387a85993fcd2ebd43f6715d9b, 'wp-content/plugins/wp-fastest-cache/images/othercdn.png', 1, 0x00000000000000000000000000000000, 0xae9b1ba3df3f6a9974b07d187f04725d, 0x6458b9648000bf470a2c81d89b4483ac591ac5fc27d6d7d896a8263b009e547a, '', 0, '?'),
(0x124be00eee8be61df6a71222822fec5d, 'wp-content/plugins/wp-fastest-cache/images/photoncdn.png', 1, 0x00000000000000000000000000000000, 0x1d7d7209badd1b765aefe8eaadb6e7e6, 0x909bba22d0216f0f08c90b4b45e0ff3077c1e7e18aec85adb0a5892a69598424, '', 0, '?'),
(0x7d36a929ad506a04471e0c89ab84dfc6, 'wp-content/plugins/wp-fastest-cache/images/rocket.png', 1, 0x00000000000000000000000000000000, 0x3c80e0031d7d682a49b31d65c9b5a1c1, 0x4455759df98649696015ae6d251df8845d0bd586b150bb236ca0477f266297eb, '', 0, '?'),
(0xe335c4ed5b532e1739612a2edf686fd1, 'wp-content/plugins/wp-fastest-cache/images/search_reset.jpg', 1, 0x00000000000000000000000000000000, 0x16985e825ad81fae7bd0b5d9fed02591, 0xc8ec7d7633261f18fe5bfe5bc36dc47010e96572a3b86eae3195d487994da2ab, '', 0, '?'),
(0x4c49a3673009e89a9cd96e9a48610d1b, 'wp-content/plugins/wp-fastest-cache/images/tinymce-wpfcnot.jpg', 1, 0x00000000000000000000000000000000, 0xec899d190cd54ae583b64033091e807d, 0x88edf09520b6665315d7b7cbe62450ad59127e2636d67783ae92295e98bd63e6, '', 0, '?'),
(0xbaf160428075071ce32defa00dc792fc, 'wp-content/plugins/wp-fastest-cache/inc/admin-toolbar.php', 1, 0x00000000000000000000000000000000, 0xcabe6aed217b8232af351edcaf7d5e90, 0x606d87375717dab56f31918d1728d2b187587b92478ab2551892a8ba4af3a205, '', 0, '?'),
(0xc6f936dfdd72698f7cb728509e40de21, 'wp-content/plugins/wp-fastest-cache/inc/admin.php', 1, 0x00000000000000000000000000000000, 0x85301a1dbf8c71b9d9b7ec2cd822607a, 0x4523e5c9c1ee56e8db6528595766fa862a24c7a5ab0977975fc256ec226e9fd2, '', 0, '?'),
(0x5e25a3325152d0da54e38c27f364a2c3, 'wp-content/plugins/wp-fastest-cache/inc/cache.php', 1, 0x00000000000000000000000000000000, 0xe3ba7e81703b2e12506aaa6b537c33c6, 0x5561e13bcb1c0c102168266766f893787b3cedff868e736e08038b60194bf72b, '', 0, '?'),
(0x748d8ce361c038feead5578cd0353801, 'wp-content/plugins/wp-fastest-cache/inc/cdn.php', 1, 0x00000000000000000000000000000000, 0xe91298e4218acc3bb53701815da6f4ce, 0x91a7ae97d32c2786e4303d9553c4c4041307a5cb543e3ca05f1b1b8af84b1a16, '', 0, '?'),
(0xd1f8994edd203a2a44311bd2ffba5563, 'wp-content/plugins/wp-fastest-cache/inc/column.php', 1, 0x00000000000000000000000000000000, 0x85ee28aa5e0f7995cfbc909a7855dd0c, 0x03d51dbedc3e22e99f622fadbb5494cd4a460d6fcf6e333f19ee029998fe17ee, '', 0, '?'),
(0x7d115e9ad17e35f0d8d477b4ba1c1001, 'wp-content/plugins/wp-fastest-cache/inc/css-utilities.php', 1, 0x00000000000000000000000000000000, 0x18a13ea02d193a16d466da498a5bc4bb, 0xd25bd3e97f5bfd1dde497890e6bbd95a33108418957848b360f4600dcbd2d358, '', 0, '?'),
(0x67be83f1dcbf974d2224a1edab4ab6a5, 'wp-content/plugins/wp-fastest-cache/inc/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0xf8060c1c2fcd7d072529aba0555ace74, 'wp-content/plugins/wp-fastest-cache/inc/js-utilities.php', 1, 0x00000000000000000000000000000000, 0xf48f6c5a0e2784e8ef604f19456d6e9d, 0x139320d905653992b2bc63444480a6cfb6720261308f422816cec90f36ec8fb1, '', 0, '?'),
(0xb82fc03079c34da849ccc507a07fff56, 'wp-content/plugins/wp-fastest-cache/inc/nonce-timeout.php', 1, 0x00000000000000000000000000000000, 0x05ea638b6471a17a71469d12f3a453ab, 0x0a13a312ec76c555daaf6b3872de97399057e6a22d3e9d146758abd988717a99, '', 0, '?'),
(0x149bb2467d83d074d0b137bc59fd6b15, 'wp-content/plugins/wp-fastest-cache/inc/wp-polls.php', 1, 0x00000000000000000000000000000000, 0x907c99f11e5718daf04bd1b9622453dc, 0x2a0ed2a546314d79ec373e1b7147c56a589534e789972c25a35e6e6d452490b0, '', 0, '?'),
(0xcb42021c9d0b6efee0379fb3278a8de0, 'wp-content/plugins/wp-fastest-cache/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0x70824fbbcb538d7b7288862e1bebbb72, 'wp-content/plugins/wp-fastest-cache/js/button.js', 1, 0x00000000000000000000000000000000, 0x873565e097285b8e9fc4847fca7309d8, 0xbc95f460661a3dbb49859025e64aae1bcf5c5efadb3f5acfaad156ceef3255d3, '', 0, '?'),
(0x4ebd9c072085d0b9b1ee06e20930d4cc, 'wp-content/plugins/wp-fastest-cache/js/cdn/cdn.js', 1, 0x00000000000000000000000000000000, 0x918fd2d4ec19ebe3c943db8fbd55c636, 0x2f8f3ae2769823357c53d9cc7a0d9acddd301bdb176c59e07c755b6bc4f6d2d3, '', 0, '?'),
(0xe6628dd5acb6da2a8ce0d433dd1cf3a0, 'wp-content/plugins/wp-fastest-cache/js/column.js', 1, 0x00000000000000000000000000000000, 0x8b0896be939bcde33b75d33d93c8ece2, 0xefc5b59a3b921e863ea6e68282809ade5e042f9c9416a87ef31a750c02bfb91d, '', 0, '?'),
(0xdc24f696ba57c02a7214b869dd7546a9, 'wp-content/plugins/wp-fastest-cache/js/db.js', 1, 0x00000000000000000000000000000000, 0x956386fe36090a93e99982722ecfe0b3, 0xb60f9ebf4c2f5a96c73b3e618c6e09c04fd040d432bce1f38d05961e6cac7e26, '', 0, '?'),
(0x830e24458d694fb3295571e087ad325c, 'wp-content/plugins/wp-fastest-cache/js/dialog.js', 1, 0x00000000000000000000000000000000, 0x393310dfb2114f4b921107cce70ff648, 0x7efaa67a7cbf7f2196f04a0ff5f3c6e11cf3dc69bbcaf12cc2e5619597a82c60, '', 0, '?'),
(0xe546cb70158713babe6a801595629ad1, 'wp-content/plugins/wp-fastest-cache/js/dialog_new.js', 1, 0x00000000000000000000000000000000, 0x65096a7e81bee735879cda7a1322ab3f, 0xc031a3f63a65b9c785cc18fe4856b5fa01b91a0f9a1085f0db527bd0d16d6833, '', 0, '?'),
(0xe6a49edf4b49ee90a6d08f1ad8c69783, 'wp-content/plugins/wp-fastest-cache/js/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0x44e1ad76588395900aa60e8a207799d5, 'wp-content/plugins/wp-fastest-cache/js/lang/cn.js', 1, 0x00000000000000000000000000000000, 0x3af2683873b06e65f06b75bebc0b348e, 0xe8b6dd06ffc964d226e2050019ae65bc4d14e0d86e3e5841c353d2046182994e, '', 0, '?'),
(0xc7b2fec464fe099d59247785cb4ae9bd, 'wp-content/plugins/wp-fastest-cache/js/lang/de.js', 1, 0x00000000000000000000000000000000, 0x03ea88be867948286d2688da53b5e44b, 0xf464f39c9dea703eac3cbc5e9b800fa1781b28103b14274b9e644fce8585904a, '', 0, '?'),
(0x7008e6ffc520e2fce4b47cbda7e7e7f9, 'wp-content/plugins/wp-fastest-cache/js/lang/es.js', 1, 0x00000000000000000000000000000000, 0x5031c6cb854e6a467b04047aa3fb751b, 0xa521df798ae92f08f4b6d445f55fb07f81edd82d525dd91037fd2bda97b44374, '', 0, '?'),
(0x822e8e3728494c8b66be61354afb9da1, 'wp-content/plugins/wp-fastest-cache/js/lang/fi.js', 1, 0x00000000000000000000000000000000, 0xb009df65fd5371bfac3d35bc3a2b2a84, 0x38d2c895e2fa406e3a22aadfa22b5adb1818e9ef07e4e11b7baac09511eb0fd9, '', 0, '?'),
(0x47fec6dc4923769a1cf52894a9c23572, 'wp-content/plugins/wp-fastest-cache/js/lang/fr.js', 1, 0x00000000000000000000000000000000, 0x4e5a59ed3e2d31495cd4f292d72a0ebe, 0xd009cf0fdc2117def7684eda1d717031b0ec3fabca363e47ed88fbb03f4eaea3, '', 0, '?'),
(0x15cec13cb8b1cd40c394ca7d3b227456, 'wp-content/plugins/wp-fastest-cache/js/lang/index.html', 1, 0x00000000000000000000000000000000, 0xb3d0fc191946c887b6feb04d728781a7, 0x3cf23d3816667f53383233f89bc226bafd4119086f930dfb22c932a3bc0cabab, '', 0, '?'),
(0xf580b643da9d7f9865af53d45c274561, 'wp-content/plugins/wp-fastest-cache/js/lang/it.js', 1, 0x00000000000000000000000000000000, 0x7482c2e3ad986a97c8a941fa9a11ffd6, 0x9e8db196cd2e26d69b50a89bc79d05b273bc3836724835163adf3e94ed19ef47, '', 0, '?'),
(0x74478c2ff2c886bdab7a03a8ac555b8b, 'wp-content/plugins/wp-fastest-cache/js/lang/ja.js', 1, 0x00000000000000000000000000000000, 0x05b4fa9c34fcfe487c3a242668ba5725, 0x3f9b215269bf2789416af159b63bd966f36f24b22adbb1216ecfa06f74f5dd2b, '', 0, '?'),
(0xf142981eb58cf7c76701b1813e8ca774, 'wp-content/plugins/wp-fastest-cache/js/lang/nl.js', 1, 0x00000000000000000000000000000000, 0x81056e02c927e77487d9f0f7f2a5b073, 0xf006b4d7842f4dfd8b7a0e05302f2da66dd4c87c8f07317d8a01b20ff1c1e99b, '', 0, '?'),
(0x77e8e49163f9015783690bdfe0f48ffe, 'wp-content/plugins/wp-fastest-cache/js/lang/pl.js', 1, 0x00000000000000000000000000000000, 0x0b703f164637fedf9d0f460604f58398, 0xbd77955d6b9d73d1b6725069bc2b2fed46c27b4b6eca07a715af2529887fd852, '', 0, '?'),
(0x34fdfe6b2a14e0685aecdf987e296b1a, 'wp-content/plugins/wp-fastest-cache/js/lang/pt.js', 1, 0x00000000000000000000000000000000, 0x491a8f48c34c183531f7b83fa97e8047, 0x9fc65a57c5fcf5d1a2d80dc9d8a170c4fcf27e31d6862abeb5e09d04ec489bce, '', 0, '?'),
(0x4ad9f6f1eb21ab2b725796797a03a584, 'wp-content/plugins/wp-fastest-cache/js/lang/ro.js', 1, 0x00000000000000000000000000000000, 0x55c76b824fe6e2b2fa0a8c6d0f3b0ea4, 0x660f1d9966186b44533149423ad6c84cbf364a46b178996073437ca93e6dd6f1, '', 0, '?'),
(0x92db3c74fc6c7365cd00c0fe575cf2b2, 'wp-content/plugins/wp-fastest-cache/js/lang/ru.js', 1, 0x00000000000000000000000000000000, 0xe32782f77207a7585983cfd29f36b012, 0xd5b6d033d6489f23f671332e10c118a3ede667335200296f940da308bebaaaa4, '', 0, '?'),
(0xf3f7242501245a118529e60253bce052, 'wp-content/plugins/wp-fastest-cache/js/lang/sv.js', 1, 0x00000000000000000000000000000000, 0x9f3a6987cc173c081a2fdae3a0ee6816, 0x45e6c4cad9c01eedd01230df54ccff6235931946669789fbe85e8460facab0fb, '', 0, '?'),
(0x2310fb169d85c03987907cbb324758f3, 'wp-content/plugins/wp-fastest-cache/js/lang/tr.js', 1, 0x00000000000000000000000000000000, 0x002d23af7ec25c1bee2b7e7ee2648a09, 0x74513380dd4b23687d39ace75f85c717b9259ee1d5f0520c2ca349c46bacece0, '', 0, '?'),
(0xd2ab330080719f887146799959a055c8, 'wp-content/plugins/wp-fastest-cache/js/lang/ukr.js', 1, 0x00000000000000000000000000000000, 0xefbb12df36fab794f3237b8ab5245c62, 0xaaf707bdfb980bf3902b8d91029d7b25c3cd846a446b5cbd72fa0b4c5de3957f, '', 0, '?'),
(0xda8dfeaab3ff1eec6162a815b8e1401d, 'wp-content/plugins/wp-fastest-cache/js/language.js', 1, 0x00000000000000000000000000000000, 0xb28f53d6bcb12e8b5dbf1df199e85295, 0x8a48e3ef4311cc9cc53c8aaf9105fa6c9f872d3edec8778ee424127bcc89b741, '', 0, '?'),
(0x635d242579b0468914659e7dc0de1d57, 'wp-content/plugins/wp-fastest-cache/js/schedule.js', 1, 0x00000000000000000000000000000000, 0x2977dcb511a823247963f848e6227304, 0xf3cc7c5d0bf1bfabdc5f599fd560b242acec42150ef4a13f59f862d2867a70d1, '', 0, '?'),
(0xa059c352e075f3ce96a6cd1befd2ebfd, 'wp-content/plugins/wp-fastest-cache/js/toolbar.js', 1, 0x00000000000000000000000000000000, 0x1e6b3cae74f3b794ea99de7d50e7d1e9, 0x2f2d806db921fed4228775199c182db5a0720ff466e4f14d41d6d0211556f2d4, '', 0, '?'),
(0x25b4e7baba2b6a4df51fe38fc7d1376c, 'wp-content/plugins/wp-fastest-cache/languages/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2681bdf40d4706648ed1659b5a835edd, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x84dc5fed4a19d6b46bd13fc0229a9116, 0x207db78d90ebf7e8f78292e0d3c586e5783a0f5576412921ef30af2805803f11, '', 0, '?'),
(0x03c4eee377df87568e7696a444dfacef, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.po', 1, 0x00000000000000000000000000000000, 0xfad3674809d5cfa2b09bb0ed9dfe85c7, 0x70480c44fdc2f72df413a1003cee97f490f699dfdf4b2e05083bb51fff527451, '', 0, '?'),
(0x3523745f219c5de223bd5b811e91f2d6, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache.pot', 1, 0x00000000000000000000000000000000, 0xb6535eb0f9f51abdd96f189aa67412c4, 0x002a4c18e3ea843f763d2d7d5d2d75bb0278c61f9fcdbeeeef8d6a02329e9491, '', 0, '?'),
(0x141c314ce88361ac73f30e8cef7ef395, 'wp-content/plugins/wp-fastest-cache/readme.txt', 1, 0x00000000000000000000000000000000, 0xeafc74e954a9087358824089ff67c295, 0x99113b7c5c26f3d6033bbe0c24170f77886c85e62b8e360e29ab90270503a5c6, '', 0, '?'),
(0xdefcd933061b3dde611a34462d4ee0cc, 'wp-content/plugins/wp-fastest-cache/templates/buttons.html', 1, 0x00000000000000000000000000000000, 0x01de8bf2c7ca744213f0cbdabd88f456, 0xf082b4dd0a51d1089f59ba77da43dcc84eb723a0f720cca1ddb4713b108f2c06, '', 0, '?'),
(0xbf485f3e39760e9c0a00e07d4e2151a4, 'wp-content/plugins/wp-fastest-cache/templates/cdn/cloudflare.php', 1, 0x00000000000000000000000000000000, 0xda17b2977b427645c01e84eea6174e0b, 0xaf366a38188e7082476400f6aa70b0a4a4ceb72cc2acc77b6854730e6bcab0b0, '', 0, '?'),
(0xff20c707127e11613b3da04f812ed86d, 'wp-content/plugins/wp-fastest-cache/templates/cdn/file_types.php', 1, 0x00000000000000000000000000000000, 0x5df2b1c6e3bed3463ba083fd2d0361a5, 0x9182da3310126b04d16d7e10788b3890cea753cc92370c6d673f87a973c02933, '', 0, '?'),
(0x5454ee139a5b1866639c8b2d36ae1da0, 'wp-content/plugins/wp-fastest-cache/templates/cdn/maxcdn.php', 1, 0x00000000000000000000000000000000, 0x5b9aca2736a0921a2dfcbdca13b54f9c, 0x172915093582b99bf4fc64377657803debb7aadb124c942ce6df6f9c0511f7e3, '', 0, '?'),
(0xbaec2c499daed1bd4a0d7a528e146a4e, 'wp-content/plugins/wp-fastest-cache/templates/cdn/other.php', 1, 0x00000000000000000000000000000000, 0x7affce133f86d97d137b7f954f70fd2b, 0x286945ec87f30f5c4a499850b030230b5c8fdbc9d510ea338e229854e01d628e, '', 0, '?'),
(0xa05e746e341ae187503dee5e8c2d8b72, 'wp-content/plugins/wp-fastest-cache/templates/cdn/photon.php', 1, 0x00000000000000000000000000000000, 0x6f1bef82cd096642c93d90a2b38a9b6a, 0x018b474cbedb2f62e26fec8fb29eef9502d82cda732f263997dd3491f276fb10, '', 0, '?'),
(0xec9bfa6a120a24b7f39c7deef5a1bbdf, 'wp-content/plugins/wp-fastest-cache/templates/cdn/specify_sources.php', 1, 0x00000000000000000000000000000000, 0x4cd7ab85452bbedf629a17621afce522, 0x3f79ee62f37cbb26180206b45aa540dcbb64bf37024fba6c121cfd029259d41c, '', 0, '?'),
(0x284c6cb743f3feda60af2061260fddfa, 'wp-content/plugins/wp-fastest-cache/templates/download.html', 1, 0x00000000000000000000000000000000, 0x111588c77d821ab23058925e4a89bb78, 0x1d60a1892d00309f055420383875ee46203597513cd388731fa97b47fc6a05b7, '', 0, '?'),
(0xb51206cbeaffc3c35af827a8482c944b, 'wp-content/plugins/wp-fastest-cache/templates/exclude.php', 1, 0x00000000000000000000000000000000, 0xcc3017ebb6696d550d8244774475d94d, 0xf8651b43d87e4a7071d1a7e7f0ae3fc709751ee3144b290c2c557f1d4cfd9ab8, '', 0, '?'),
(0x56466fd36f82db82d001432acb7d2b13, 'wp-content/plugins/wp-fastest-cache/templates/htaccess.html', 1, 0x00000000000000000000000000000000, 0x8ed5c96c0e1033895ebd933318f87218, 0xff4d5057c37feb40f21fecb5d93ea563901ab76cb43ac6b4994ead1c50ada2df, '', 0, '?'),
(0x170afb294ac7605f2ccbd710f3b0bb4a, 'wp-content/plugins/wp-fastest-cache/templates/lazy_load.php', 1, 0x00000000000000000000000000000000, 0x713c76cd64bb7df83b460e4e1417d935, 0xa177981edbfd1421ee61e3fe1cacc37bb486498652a7785b11939de0b868aaee, '', 0, '?'),
(0xea093065cfbd65cc8ef017bc9b83352b, 'wp-content/plugins/wp-fastest-cache/templates/newpost.php', 1, 0x00000000000000000000000000000000, 0xc8a8b8e62fc7f035e0778565dd546646, 0x124fa4e5a5416c037f9e7af2709fe7b351ea65ffd439433f54ce8784b6721630, '', 0, '?'),
(0xca8f5b7e4b80012f3711af06ff78e64e, 'wp-content/plugins/wp-fastest-cache/templates/nginx_gzip.php', 1, 0x00000000000000000000000000000000, 0x8ca4ece8c113c8e62a8d8eafc2c87750, 0x65340df52f7c01da257172e56fe1e2b042b4cbc829bbb34dba671dc696eb2e73, '', 0, '?'),
(0xa04ef4e0fccc1b5d7b99fc55716886f6, 'wp-content/plugins/wp-fastest-cache/templates/permission_error.html', 1, 0x00000000000000000000000000000000, 0xdbdd1335df51dc41a8c3f78c4ad7a14b, 0xc7146df28708cf0ecf5dac90627dd00abe4dc97d347efb5a9e7cda6349a3aef9, '', 0, '?'),
(0x0c3d9d765905c34af28bac5cdca4560f, 'wp-content/plugins/wp-fastest-cache/templates/preload.php', 1, 0x00000000000000000000000000000000, 0xb6e15daa5a22d4f84bb34e8f49914f3c, 0xf520eb6b3316c87feff63e6d78328e48dde30ac1aa9cf53d62bf8f6d5764349c, '', 0, '?'),
(0x271c743229ce4b4498c92d7be9ad18fa, 'wp-content/plugins/wp-fastest-cache/templates/timeout.php', 1, 0x00000000000000000000000000000000, 0xcf05799bce1436d0bca39e0e76332ebe, 0x1f3191f6cd94c702c78363d803f9d31958dd1e68cfb95c5a2f0a9f25d81d9397, '', 0, '?'),
(0xd907bd26f33141d61d0a2a35bfc2a1d5, 'wp-content/plugins/wp-fastest-cache/templates/update_error.html', 1, 0x00000000000000000000000000000000, 0x2af8ab117610c6a645f73742fbc7ee9b, 0xd4f900154479bb860fa5e0976d25e89c37ddd73c064367f1b135a2209d75329b, '', 0, '?'),
(0x8f764218f43f3dff1c113c8188702eef, 'wp-content/plugins/wp-fastest-cache/templates/update_now.php', 1, 0x00000000000000000000000000000000, 0x5f323d9267ad1bf3fbf0958ed18e2de2, 0x41e65791ca808807726f8276af07f27eccf726726442e2ab9a301cf76634116e, '', 0, '?'),
(0x98210c2da28508b2a6f7c942ded8b913, 'wp-content/plugins/wp-fastest-cache/templates/update_success.html', 1, 0x00000000000000000000000000000000, 0x6e958b8223f5b244aaa5f36fbc61d520, 0x6bd34b5d62a4e23162d976c3d061a2e0998922fd7890927dcc7ad10aeaeca682, '', 0, '?'),
(0xbf3cdba362cf102f69b42021076ca08d, 'wp-content/plugins/wp-fastest-cache/templates/update_success.php', 1, 0x00000000000000000000000000000000, 0x6e958b8223f5b244aaa5f36fbc61d520, 0x6bd34b5d62a4e23162d976c3d061a2e0998922fd7890927dcc7ad10aeaeca682, '', 0, '?'),
(0x11908fb96e233349c3ae108288563119, 'wp-content/plugins/wp-fastest-cache/templates/updatepost.php', 1, 0x00000000000000000000000000000000, 0x5d20ec8c5378dc037a7cd0ac7db5fb9b, 0x548bd2fc66b646f31fd0efdb8e1702706532ad9810af620b7d585bc87916624b, '', 0, '?'),
(0x4b5dcfd149323381649224910a82c4a2, 'wp-content/plugins/wp-fastest-cache/uninstall.php', 1, 0x00000000000000000000000000000000, 0xc74db4d45805d54126620e98744b99fc, 0x7e59bce2f2984288cef87700e6dff913a0f4b59ac064d4066d04d918840f79d7, '', 0, '?'),
(0x4774cf527baa320da307e4a0d3d7036b, 'wp-content/plugins/wp-fastest-cache/wpFastestCache.php', 1, 0x00000000000000000000000000000000, 0xce9dc4d50dab4b8eaf665463f2fda55e, 0x7714fe4bcae5ac55604e68fa91fa2fe0b6d85bc41dbf5c06fdf1551b41469bf2, '', 0, '?'),
(0x60efff50c5aa02b92905092bbd8ad95e, 'wp-content/plugins/wp-mail-smtp/assets/css/smtp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x7e05eb9bc6702a7299134605e6ced7ca, 0xad9dfa6bdecb46e62388a7c00ec0df8bbe60c9488aff25c48a518a599e99f5f3, '', 0, '?'),
(0xa7cfa4d0ca78e6f57a8ba36355314dc3, 'wp-content/plugins/wp-mail-smtp/assets/images/gmail.png', 1, 0x00000000000000000000000000000000, 0x33b23863d5e247b4b182bb7889193ce4, 0xc0a42a861882712fc762a83be390ef65cc6163ffaa8e308b9cb70de8737f5113, '', 0, '?'),
(0x45f322debf169ff2de507d19536a747c, 'wp-content/plugins/wp-mail-smtp/assets/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb4c22a4ae63174d15b1e201be647793e, 0x8b43b479522bbdfd90c0ace01b88215f938e2dbffcbd4856fe7dc11d7f8344bd, '', 0, '?'),
(0xbd16b145bc30b95903fc610f36b31304, 'wp-content/plugins/wp-mail-smtp/assets/images/mailgun.png', 1, 0x00000000000000000000000000000000, 0x019030ccc1fc15cc81923fdacca13616, 0x116770981acd3bc17127ddbaba8201b3a707bfd303b91c8513b583f851db4228, '', 0, '?'),
(0xaa661d50ab44531e75517f8a386da7da, 'wp-content/plugins/wp-mail-smtp/assets/images/pepipost.png', 1, 0x00000000000000000000000000000000, 0xfd49195893ec0749eb4e0958ad36983c, 0xb51a46b0d7d0bfa37ba2158bc9a502928082211b8f2a5784978de540b72df5fc, '', 0, '?'),
(0x6cfec764f235ca355db65edb51317d87, 'wp-content/plugins/wp-mail-smtp/assets/images/php.png', 1, 0x00000000000000000000000000000000, 0xe4f5e982e78c99d1c7b417ab816eb7b2, 0xed16d5b10537003e0300f730d4a1fd72a269ac6f364d5e5c9514b32c6845700c, '', 0, '?'),
(0x96531e5d1d89550c871b77430221e1e0, 'wp-content/plugins/wp-mail-smtp/assets/images/sendgrid.png', 1, 0x00000000000000000000000000000000, 0xc1075d2cfb989ce842b3b0e29fbdc3b8, 0x0788dbae04572720cdbfae420793b63afb6fde21c63507cc3c9944b82ee7a045, '', 0, '?'),
(0x0d99227e3f336142af0729c9310e837d, 'wp-content/plugins/wp-mail-smtp/assets/images/smtp.png', 1, 0x00000000000000000000000000000000, 0x59f71ee9e0c8898f0d7153b2e43a8f19, 0xbff1311b417a53b980b7a8fa89b6ebb0b01d9cf20ef630d5c3ed6a344ceee575, '', 0, '?'),
(0xcc480355a6af1c95e9c8edea2bac5db7, 'wp-content/plugins/wp-mail-smtp/assets/js/smtp-admin.js', 1, 0x00000000000000000000000000000000, 0x9ce0749b9790edc21cc0f83500cc6d5f, 0xf83bb6b1a437a24935ab1cee6b9d5a8e4a2034db6b20fdcb44ae752d145f04d1, '', 0, '?'),
(0xe7c8cc2a5162a32df9c3efd7f49da8c7, 'wp-content/plugins/wp-mail-smtp/assets/js/smtp-admin.min.js', 1, 0x00000000000000000000000000000000, 0x00783c5093e4496c04c4b4fbc738eb5b, 0x9c685cbc410ce8267eb0cac4a04ba0ea50640d49c0fed37d5b095448591ca04e, '', 0, '?'),
(0x582da6219357db28070ad277458f8fd7, 'wp-content/plugins/wp-mail-smtp/class-wpms-am-notification.php', 1, 0x00000000000000000000000000000000, 0xe4c89ad220747f38ef2bdc9caf945a36, 0xe6ef58bdb262f8aabea9777f1215fb38e1feb0b64367771776f50d0ae6afb488, '', 0, '?'),
(0x089a1cd0576af3405ebf5c2b5315d235, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp-he_IL.mo', 1, 0x00000000000000000000000000000000, 0xe743599bf09ae07aad1b7cbcd330464f, 0xb1bfbf1d1bef57011c01cdbca530e8f4cfad57c80f0de5c9f3ca769d86f091fc, '', 0, '?'),
(0xf8c8b505acb9ed9f4c949ad53ff40ff2, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp-ja.mo', 1, 0x00000000000000000000000000000000, 0x8284e964f47c23b9dbba19f5f9b59119, 0x3e8d8a645e578b1adc5e894757f03a67ec0d65bc867e1dc1130578ebbd1e04ae, '', 0, '?'),
(0xf2d9d517eb4ad6a331418fbb8143c14a, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp.pot', 1, 0x00000000000000000000000000000000, 0xf8b5b2c8ac963de0c412130c002c0761, 0xd4c89f25cdc039eb8fbd97fbc0e75168ce76a8c8bb350a4d6f238f1559124d1e, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x23debcfcdd471c9863dfb66dead11b70, 'wp-content/plugins/wp-mail-smtp/readme.txt', 1, 0x00000000000000000000000000000000, 0xfbf5b5d0691527c8b9938b8dd0e039e5, 0x134b62630d886660f5b195ef38d658496f1a1277dc459f4d0a97249058680516, '', 0, '?'),
(0x92822f56277868642244f548d3a6e8a2, 'wp-content/plugins/wp-mail-smtp/src/AM_Notification.php', 1, 0x00000000000000000000000000000000, 0x502ada36416ec5dea69709a49410596a, 0x02b6a2a6b7ae6cafda2064b0d74660bac9ac34a2bef2125b6d675ae9e4487cfe, '', 0, '?'),
(0xc093b190dc0de92a7df49746c47a78c3, 'wp-content/plugins/wp-mail-smtp/src/Admin/Area.php', 1, 0x00000000000000000000000000000000, 0x582d24f2b9170b00ec4500221ff5205a, 0x09013763c358bf1de836ea51c7715da7d785c42a6ee448747565efd2e63bb28a, '', 0, '?'),
(0x16b7882041fc96ffa31aa1486c6323be, 'wp-content/plugins/wp-mail-smtp/src/Admin/PageAbstract.php', 1, 0x00000000000000000000000000000000, 0xd7654ae54b7eae50e15a5e220c1fe821, 0x493890fbf08a6eccaac9c586a52bc092aecfe17bfed18f6413985b8fa1b824d5, '', 0, '?'),
(0x62b2e9a52b65d67a3fdcd44dc51f3d69, 'wp-content/plugins/wp-mail-smtp/src/Admin/PageInterface.php', 1, 0x00000000000000000000000000000000, 0xfeec74911e79d398b0fe284e79bf133a, 0x525dfd28c8a846b13066bac8e688bc6c592033e84c03395bde885f8658112661, '', 0, '?'),
(0x7a50968963c8fb31c6fb8891bf63ff83, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Auth.php', 1, 0x00000000000000000000000000000000, 0xfc10c77f7c96470b6181c3a242920b57, 0xe66c3f4328513189e7db2d9b0b390cfe4bb509cb073240358c333ce9f497002e, '', 0, '?'),
(0x97524f8c42ffe597a9cf75f707fce1b8, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Misc.php', 1, 0x00000000000000000000000000000000, 0xc371a3b35d46c891e87e258ebc219bf2, 0x77a505e1f87303cddff74489f6199f9837596d4ccae13ee336db0099bbfe8e34, '', 0, '?'),
(0x5a87cdcfd54070112dea1ba2439ec183, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Settings.php', 1, 0x00000000000000000000000000000000, 0x0302866166bd85c8246ff3be7e935889, 0x972789a1f10920b54b4950716ef799134d9cad52fbefc69b93231236223f96a6, '', 0, '?'),
(0x95f4a591ddeaca0760e2c619aabfc531, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Test.php', 1, 0x00000000000000000000000000000000, 0xbc1498e430cc8cf816805031b9c21f47, 0x319bb843873033974c98da33fe8530a85e8f00ba5117baa5e302059275aad783, '', 0, '?'),
(0x280dd9abe1ee5c7956b2eb3131fcb36a, 'wp-content/plugins/wp-mail-smtp/src/Core.php', 1, 0x00000000000000000000000000000000, 0x31904397dce8ec1b30ebff2768a85730, 0xa6695571e6c2adcd620f10ab68d99c41e1e23a210acb52eaac2a8b92b65336e9, '', 0, '?'),
(0x96aae57a6e39921a1e5cf89b975a2c0a, 'wp-content/plugins/wp-mail-smtp/src/Debug.php', 1, 0x00000000000000000000000000000000, 0xa8f93b58c5d1e858dc98ea041e7f6303, 0x7db393e7e04d28faf92a3dc3efb808509b87e45a7b0688f4a810b17e51cfb44e, '', 0, '?'),
(0xe3a122fe02d13ed00750dfdcf11df0c1, 'wp-content/plugins/wp-mail-smtp/src/MailCatcher.php', 1, 0x00000000000000000000000000000000, 0x059c4216dbd9cc13dd4856ccc9bff0f2, 0x836aae3fb100aaa764fb919f875143b09b57c6f59e353cb125a50358b3316711, '', 0, '?'),
(0xbb53930252757829b56c6530af7e4b4b, 'wp-content/plugins/wp-mail-smtp/src/Migration.php', 1, 0x00000000000000000000000000000000, 0x376bab02fba059af14a9130964399713, 0x3a8ba13752d15483d2261e00c1e2f67f815cd568cdd8034a0059f3d64e76ac89, '', 0, '?'),
(0x27a9c0c2bd96bb16021e161d09bf2935, 'wp-content/plugins/wp-mail-smtp/src/Options.php', 1, 0x00000000000000000000000000000000, 0x292f285f68d1b3dc3e7ff4a8e88c82bd, 0x0fe79691e24a300727f7016a2f7dd9eeaebe21645aac7f4daebc8331746f51c3, '', 0, '?'),
(0x4a81783470d3cb74b0d93d90fc6f0b54, 'wp-content/plugins/wp-mail-smtp/src/Processor.php', 1, 0x00000000000000000000000000000000, 0x5f8d46945483f960153d72b1393d261e, 0xb24b339abb2c6dc3dbaa5619859ad979436d5591a97a58d80c53ef61640ece59, '', 0, '?'),
(0x1c47bb92aef8062d97acdc061416febc, 'wp-content/plugins/wp-mail-smtp/src/Providers/AuthAbstract.php', 1, 0x00000000000000000000000000000000, 0x86c4c6c3eed3cf4c2b110d682de765d1, 0xcefc5420d6050e41b0f7a917bb575646eff30b9b8c3232276f84a71f8cfae4d5, '', 0, '?'),
(0x32f673d5556514340b4d46e37b162bdd, 'wp-content/plugins/wp-mail-smtp/src/Providers/AuthInterface.php', 1, 0x00000000000000000000000000000000, 0xa5e055c974b794465968c62545bb2e48, 0x6fbb91a5bfb0bb0e7fef74efacf84f603b7cfd06039cb5e82c899d499415388c, '', 0, '?'),
(0x1f0d0e81764ef3dad4991481a4ad3270, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php', 1, 0x00000000000000000000000000000000, 0xa7cfd6b819d48588648d5536ec081265, 0xc8a5da9a3bf22fd9c7120843391e328e5f0bb9df98063de03a998756ea80c15b, '', 0, '?'),
(0x82f1fe2ef83947816cb6e43b3fcc0e52, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php', 1, 0x00000000000000000000000000000000, 0x9d7e0f9f006fc5b9e00bff0e71e1fddd, 0x66a8db2fa87b87f27e0dcf884c9c10a935dac2862a6ace2300bcc37da4dadb10, '', 0, '?'),
(0x8490d372a677610f5bab9b7086fa8392, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Options.php', 1, 0x00000000000000000000000000000000, 0x3d070db3936aa2b394e6291dfc0edc82, 0x3e5953bb4ad96ace6b7b429b2446c5ef404b062eb9af9fcba9a056153c1edf89, '', 0, '?'),
(0x6d9cf3dca9a63b27d7c17b5b713a6eca, 'wp-content/plugins/wp-mail-smtp/src/Providers/Loader.php', 1, 0x00000000000000000000000000000000, 0xf30a8c9f1effc5219b68e2e15810f9fc, 0x455a79565939689222b9db5dae1497c6446afb369b1b43936984ebc66364f4af, '', 0, '?'),
(0x0d0cbb4df5ad64605f538b67a4e6fa7b, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mail/Mailer.php', 1, 0x00000000000000000000000000000000, 0x08c624c63c0cf2a2c38d0c2f8d4e818e, 0x90bee27327b3cfaffdca796a0f9cfa1361f2087921f7bc1a8dadb3992b7cd16e, '', 0, '?'),
(0xac5f8dc30f4b45fabacc243305b921d4, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mail/Options.php', 1, 0x00000000000000000000000000000000, 0xfe7fec7d1d9583ecffeee0237caca460, 0x65bc0475e1b90bb0b85c4710ed5af15ee2433b65c910cb1167ac255a2111d429, '', 0, '?'),
(0x3af32acea87d6fd99a915788d5c4e3ad, 'wp-content/plugins/wp-mail-smtp/src/Providers/MailerAbstract.php', 1, 0x00000000000000000000000000000000, 0x23c518d4938a732c64fe16eb9d92c525, 0x44ca1e3c2d9c60d398663d44788acb68a1b2fb92cca03c2de0e6741fcf8099ad, '', 0, '?'),
(0x6fed35ede7e9cb7311fef89ca83f93c4, 'wp-content/plugins/wp-mail-smtp/src/Providers/MailerInterface.php', 1, 0x00000000000000000000000000000000, 0xde168c4fecb06ee8940681eee03613b6, 0x819179fd5b1c6eb45ea7a9d2d595f7353448e5176312f064c56ecf54be672e4c, '', 0, '?'),
(0x849d8105febae7d64636d1e8342ee404, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun/Mailer.php', 1, 0x00000000000000000000000000000000, 0xab055f88ee6de52dc9890bb3793662a0, 0x35ea67fdd8de076eb92b7206e08aa82d6b0b3d704b23f3f107293536642ff015, '', 0, '?'),
(0x0a8ce93684522a46672aa87868a579ab, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun/Options.php', 1, 0x00000000000000000000000000000000, 0xbadaf5ac40d007ab170cfdcc4882ef82, 0x724cecd6aae4cf52a391c27cfb3d5393d5ea0c5e9fbd883c487d9ebd5512f113, '', 0, '?'),
(0x1444187016d052828ccfc876e581a540, 'wp-content/plugins/wp-mail-smtp/src/Providers/OptionsAbstract.php', 1, 0x00000000000000000000000000000000, 0x69072c5ddd0770d9846467428eedddea, 0x93879f617b497f03645048800f63073280f66f0f57f5748243ab9a989e0c4258, '', 0, '?'),
(0xf62b0f4e587f4d5d26cd06fd2ae8df68, 'wp-content/plugins/wp-mail-smtp/src/Providers/OptionsInterface.php', 1, 0x00000000000000000000000000000000, 0x64f59167decee3261cfdce5ae827705a, 0xdbafc028431d4cfee20e16fa5bcfa69eb888d698417d09494520fe85ab69379b, '', 0, '?'),
(0xdfd43dcd8e3fa9dfd829226fd021729f, 'wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/Mailer.php', 1, 0x00000000000000000000000000000000, 0xdd2237e9251c4a2ec0b3b7e8ade9fe52, 0x1bcafb5268f581631df5ed3b2f4f9740b5b2c946812cb9e0968300280c3b8075, '', 0, '?'),
(0xddc5ff0babcc7f01b060a924dd4663fa, 'wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/Options.php', 1, 0x00000000000000000000000000000000, 0x4efb04295efe3de534f2d3ef7cb2915a, 0x7a532c7ca1ab61ad70f6484e4f179741e7d769efee0bec6899b01adb4bb1bcec, '', 0, '?'),
(0x9698686edaf8a6bcd26b633150c86c5c, 'wp-content/plugins/wp-mail-smtp/src/Providers/SMTP/Mailer.php', 1, 0x00000000000000000000000000000000, 0x9c11762efe89e9fd2979a84a01d74848, 0xaa8f5dfbc94d0734acfb3b26901f7d5a0595a780e6feb954c3b48f6fd9fe33f6, '', 0, '?'),
(0x8192cc495f938ca5004d2eb775209562, 'wp-content/plugins/wp-mail-smtp/src/Providers/SMTP/Options.php', 1, 0x00000000000000000000000000000000, 0xd253a3ddbc11c2a3049e64e1d91a95ca, 0x0d7fd08c8d0b274c18be51b24c5ba270bed568449253de37b2321cecf608c0c9, '', 0, '?'),
(0x2b31cab324a8e77f7cad3b217b51874e, 'wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid/Mailer.php', 1, 0x00000000000000000000000000000000, 0xf0b61695188fd72c4a12db08803ccd08, 0x13ffb854cc446345deba0ba04eb7d54428806780fe859960074c372b3552c1ad, '', 0, '?'),
(0x3b15adcf1c2577b737dc28b9e47a2a31, 'wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid/Options.php', 1, 0x00000000000000000000000000000000, 0xf5d699f9479cd0c72576cc895b2ee09f, 0xefec06fe647610752f3a3e231db1b7c2dc45256bbaa9b6804842de96d28597f2, '', 0, '?'),
(0x478b166254db796143ab7aec7a571c9e, 'wp-content/plugins/wp-mail-smtp/src/TGMPA.php', 1, 0x00000000000000000000000000000000, 0x53150e586b2c373afcac2a98554d6a55, 0x642efe688dcf111eb885b3a1b81adda85c72f9b6aa8636532e3c5e39fadec70e, '', 0, '?'),
(0xc0d6559307137051a076e409e36b3e81, 'wp-content/plugins/wp-mail-smtp/src/Upgrade.php', 1, 0x00000000000000000000000000000000, 0x4b2538b34b31c7f84077f5b59775ac19, 0xbe9fd08dac7fc8426ca7f74a6326c726110a8707af416d100a6b3a2c79a7e837, '', 0, '?'),
(0x195a8b0e7d8872684fb8d0fffdda6683, 'wp-content/plugins/wp-mail-smtp/src/WP.php', 1, 0x00000000000000000000000000000000, 0x4fa1e672efd6234289ee054c33b65d55, 0x7e304ea36911f9dfe3e0256349c6c0f5df9965efac56070f46a4c9d28f96347e, '', 0, '?'),
(0xa9d2d745d4ec998a6bcda861e51ab364, 'wp-content/plugins/wp-mail-smtp/uninstall.php', 1, 0x00000000000000000000000000000000, 0x8465dc7ad92f6765651db0a5c54dfa13, 0x4d6006f9c20ae0b7299b4baa7839e99ceae7fa9cba00043ac0e6400e96ae733e, '', 0, '?'),
(0x0a8534a9331d90d11a7a95f7e5c74b88, 'wp-content/plugins/wp-mail-smtp/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x42123eddb3057cfd419b42afb2bc088a, 0x890beff4fe81bde461cb4d561e74544e05d51377ea9ffb97857d963880b31069, '', 0, '?'),
(0xb18a327e3dbe19afbe0387cb03f1282d, 'wp-content/plugins/wp-mail-smtp/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x7bcd58ef2df6fe97165bea70fe9c7712, 0x99e2db70eeafab7b2f88d4185bf86af086df901fc2b7b61dfa08a1ab7ed50765, '', 0, '?'),
(0x6f90638e214f408df488a8379db3cf70, 'wp-content/plugins/wp-mail-smtp/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa8c77b022ff76dfcb0e5b83266154c62, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xe0a00c97ccc326188c69f17ead841fce, 0x2352e0019e7a8f423074c9eafe512035b7d7a56645f466366a1b9ab40a361310, '', 0, '?'),
(0xa2bbee3ec5de94dde78e74697c3ef15c, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x5109ff0fc04ae6bc6c14ed2d90fac7f2, 0x25511b68da7f12d65128c6906bed238734b55fe6a58102ce7039d32b83cc49fc, '', 0, '?'),
(0xdbbecfc6c4b73aa58485fa60edc57d27, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x1fbaad621b729d7e615f2e21b4d4fb3b, 0xac36aca65db603c03019e1651711744df481611bbcdd4a8291bbaabf3de5b24d, '', 0, '?'),
(0x259d1d0e0091ff785bd164ae1a227db9, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x2b054ac86a512c75445b8177dc8f30f6, 0xe28eecf3bec4737b590971a9ece4c3a0006290815d1a00d107e6c9d88410cf7a, '', 0, '?'),
(0xf3e109d160f093ac32f359f083beb1d7, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xe1e3aec38c26e0502ff6f46d93b4151b, 0xe201501c9ffc90cca5d8d34128219638113854605d67695dfd66a3e1b815e0b9, '', 0, '?'),
(0x946d1b5d8f8233e98af8a6146c9d465f, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xf0474cc21161d60993e21b46556efaee, 0x5bd55b8ed3402a1f760a0269089720966a27b8159f47a617c8279ad6a21e98f1, '', 0, '?'),
(0x7c218647d02dd984245ae9cef8f99bfb, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/LICENSE', 1, 0x00000000000000000000000000000000, 0x55e7ff97994f4fedbd443167523f7e2c, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x391fba11da0a2152ed007cb805702e46, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AccessToken/Revoke.php', 1, 0x00000000000000000000000000000000, 0x943dd8edccdada6bec4031b4cd865271, 0xa6b51575ed946df652a7ffb34590e706a9fd1517b4cb344a6ed248a25645d034, '', 0, '?'),
(0x0897bd9dbaaecba9b8fa9d2f5102e1d9, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AccessToken/Verify.php', 1, 0x00000000000000000000000000000000, 0x57051c5f47a9afb34a6d0f80bb3ced03, 0x0174867d3ae300587955c88b9892fd52921820792be49dae37c4ab5263db77c2, '', 0, '?'),
(0x7100a596fcbbc4654b1181c62aa6b6d2, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php', 1, 0x00000000000000000000000000000000, 0x967bcbda60b8ea4229c5a2aade4ecb5e, 0xc683248c71ee3baacb2a85df0465ebe1f07365667266536983ddcec36d3a75cf, '', 0, '?'),
(0x734d04639d2b52a0c311b9d67cabab8d, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/Guzzle5AuthHandler.php', 1, 0x00000000000000000000000000000000, 0x0a4cf394d6c952175368a1e797616aeb, 0x99cbc5e72a511470bbdd2a62465127e2d264f288bc94a3b6c0ec4eec1022f15e, '', 0, '?'),
(0xc262b8f37a0e760e4e40dc945a1786ab, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php', 1, 0x00000000000000000000000000000000, 0x875fd11e7954db05b7312f395d4748d7, 0x59c3e53e115e123f75d27dc256e26d30f9f0a6e9a022962022d02d28528a7330, '', 0, '?'),
(0x2d0e77c0fde397158f201462e30a97a9, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Client.php', 1, 0x00000000000000000000000000000000, 0x2eb4c51cece30435e4d6a30c0e7fc4a0, 0xd75fa5ac933e6aa974432c7d17c1da2f8e8c4adbda81a4da5b89ff68f5551d67, '', 0, '?'),
(0xb130eb8307d38548a86aedce84a8e4ff, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php', 1, 0x00000000000000000000000000000000, 0x8586a42e3b39522ccb466fbdce87957c, 0xb8b2a6172eef8e2e6484d50148048806890638b89f68188fe6dbe94bacb1c7df, '', 0, '?'),
(0x95c091c30f81c215ca003d4197d01fa3, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Exception.php', 1, 0x00000000000000000000000000000000, 0x318afca9f008d35a174bfd9dadc02ff2, 0xc6b72d86e629dbb5d8a5ddf4957a39aebcc7fbc849a0702af5e723b60c49ea09, '', 0, '?'),
(0xd481fc420a30f08455b1ed861a421d8c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/Batch.php', 1, 0x00000000000000000000000000000000, 0xde204696614ba8c5cf74a4fef0800dcd, 0x9abbb587622c800e78ba72337a9e3e77c4f68f4f760a35dc7732ca1fd5361f7f, '', 0, '?'),
(0xc7b8ba7430702ebef37cc2f3d97333bf, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php', 1, 0x00000000000000000000000000000000, 0x2311c1fd516a605eaf6b168bf66e9640, 0xe2a694242572a314dc2e65f5302e43b6d24e862ce1fd74c2a8b267073deb7165, '', 0, '?'),
(0xb39d78e914fc6349ca538d6e085c2bea, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/REST.php', 1, 0x00000000000000000000000000000000, 0xc4bdd9c0e939133ab9cf6b366ed5c917, 0xcdb20a40cbbcd4cc14864bdaa104e8e766db6c5c4eeff514af12e28e3de4df85, '', 0, '?'),
(0x5446a0dd4b93f0b9c7ff32450a35655a, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Model.php', 1, 0x00000000000000000000000000000000, 0x5c5b15102b02ab34a84fa910f6f790ee, 0x62e175e294714c41c0cc72f80b251bbe74746d9ba2f214390730bcc7c8e38376, '', 0, '?'),
(0xec955598ae04997f843faa6a304bf007, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service/Exception.php', 1, 0x00000000000000000000000000000000, 0x4facc4ced7c4f11d673b009cf38856a0, 0x8eb7e77e86105bd727c27beeb4be5db8dd42ef3f9681ac20ad52e6332d6580f5, '', 0, '?'),
(0xa24d8b441e65046b7f84daa6d9edae04, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service/Resource.php', 1, 0x00000000000000000000000000000000, 0xdea71b1c432e49a12a50c53db5c2a04e, 0x7fd46cfda3f72ad21444996d781f239bcc65a7cdf95cca0540696b4865660a3a, '', 0, '?'),
(0xf78802557be9e1188fe1e7d4ab2c77d1, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service.php', 1, 0x00000000000000000000000000000000, 0xf0166f133fc2f03e16b782483ecdb53d, 0x27ac19266613795bdb51a7bc26aa1c9d81db7b282006503d5648f6df63bb4ef8, '', 0, '?'),
(0x42066f7033f4fae4db551c657072dd99, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Exception.php', 1, 0x00000000000000000000000000000000, 0xb26aa5158aabaa906b34769ec3471b61, 0x2e96fe30bf514761600379fb9a619420ddd31f71294cddee12db2057f60100d6, '', 0, '?'),
(0x39c03ee4c270157967c3252f0c145ff8, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Retryable.php', 1, 0x00000000000000000000000000000000, 0x2c42448bed5ffda01ef74d55af915ad1, 0x093d533ee20e443145a854a36694311bb54edb06507a9da60596bf7fd5238b3c, '', 0, '?'),
(0x6e966bd2d40a28c54720cde7b9097df3, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Runner.php', 1, 0x00000000000000000000000000000000, 0x690a3da40469a543240d95b81a5db5b3, 0x5fb52ef4c069e05f1456a8a79689f33ae5e5d54510e9cd3929a193876015b83a, '', 0, '?'),
(0x7204398c74c53f22df256e7f6238a945, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Utils/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0x6ff610cbb4b1ec1af4e1bf3b521bc29d, 0x4b54870df340d1934e6c2410ff571d8221605852afc9ce6f98cdf282433b8da8, '', 0, '?'),
(0xc59bcd13c8aa9929b53a7734aecc8ba5, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/autoload.php', 1, 0x00000000000000000000000000000000, 0x1fe87b945969ad932d6aa702d7daf2ad, 0x5a09bb553a293ba1573d46a5812684270c72a9c5ba9f909511137971b8330342, '', 0, '?'),
(0x4564781c7c5a78cf5f5771fae935e973, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/LICENSE', 1, 0x00000000000000000000000000000000, 0x55e7ff97994f4fedbd443167523f7e2c, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x8b3e7fce3f9f2fdbbd8444d20343a60e, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.php', 1, 0x00000000000000000000000000000000, 0x864559b43bcd9c550cbc6c0ed6d44859, 0xbc31ddb501b54e6253a7eb4c25e212ceb5b7802b407d68d7fe15c49d05b223c1, '', 0, '?'),
(0x4e036ebb1034c05d58c73e2a6b1e1552, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.php', 1, 0x00000000000000000000000000000000, 0xdc066e6ddbecb78e4b8544fd202cb843, 0x4a555f8f099e9eac77c68ec75caab66df8f58061051d3e4d915deb50d14a0573, '', 0, '?'),
(0xc42df997d3ae29a35448fb3b45a37f7f, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.php', 1, 0x00000000000000000000000000000000, 0x96de1c58362d8a18ed55d566a8f011b6, 0x89d24f04daea414c24f060b3a0a5c12cf1b906bc7e797a913abdbd1de1154006, '', 0, '?'),
(0xc317284f4f9b914037c51a01d53752f5, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php', 1, 0x00000000000000000000000000000000, 0xef16ae9837d3b827713daaa2eea819fa, 0xc00b6452f6592a66166f030ad17d90073434abb2a87cfb75f3b4d0fda34d8774, '', 0, '?'),
(0xe6f57c20ad1b48992151feb15f646c8b, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php', 1, 0x00000000000000000000000000000000, 0xc99edb36c8d72df78e354923c8f073e6, 0x4b89d43a12a0d870df2f7ab4574c624bf0b6166d1466dd8e426df2bd803c39f3, '', 0, '?'),
(0x0cd35b3b1c58419009363ed72af59e73, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php', 1, 0x00000000000000000000000000000000, 0xdf1ecf3287efacd1ece1b30425110e33, 0x4df915981c215f82e4d7e1814b9a585dbcd59909aadd3590f2e583755095af9a, '', 0, '?'),
(0xf4a878d4bd7d0c26c2f92e2fe3ec19ed, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.php', 1, 0x00000000000000000000000000000000, 0x14c316c043c05672d830e21360de8653, 0x8c7113cd7ec9ff1818d0469c4ee704f9631700b25895b734c95cc16204be8bec, '', 0, '?'),
(0xc313ddbc992b57094cc83ed417358539, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.php', 1, 0x00000000000000000000000000000000, 0xccc63f1130c23e38f1b2b6d57e953bac, 0x486aed7cc71e8d9dfd52c5d117411c07b26891003a20b3535a43baffd45d09be, '', 0, '?'),
(0x95d0dd2227fe35a96482c8670fbba785, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/History.php', 1, 0x00000000000000000000000000000000, 0x4dce6da23965db66e80737802a792220, 0x5bb94a36ce008a5a843695fc43474ca1629114dc1926aa76a514ae2c4f3c660b, '', 0, '?'),
(0xa501d4c59b05e5a7d1868268d7d4d1be, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php', 1, 0x00000000000000000000000000000000, 0xfd4f58550dd30651d1dc490280f95439, 0x643b22a076235e607baa817b18a8e90bafe50ac4c1c446c9e4b87c705afe0596, '', 0, '?'),
(0xd1ca55bf105560bd8241d54fae6086f0, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php', 1, 0x00000000000000000000000000000000, 0x72a3773caa49000737c72a41d6caf62c, 0x3b1a0adbc113b36df1f6f8aeaeb17437b57a03f866cd20d00f2f22dc43dab894, '', 0, '?'),
(0x16e1ead64e86acee176fbfd01c7be200, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php', 1, 0x00000000000000000000000000000000, 0x127d845d212cdfa8627f81d50f9d6f4f, 0x7a767c9fec36286e462eb0a47ddc7d2f8bd41bb178155706687e4d28ce52c1b4, '', 0, '?'),
(0x8abf10c53de15ea82393c130bd2b5eb3, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php', 1, 0x00000000000000000000000000000000, 0x986728d043974b32e5ee7e421264307e, 0xe248310b05ee2d09ce051b1c0888e8b21a88eb5b55adb21a53fee56b9dfd5ecf, '', 0, '?'),
(0xa459fc616cc0179866dffbecc00aa680, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php', 1, 0x00000000000000000000000000000000, 0x9ad2db4adc2880d18a2ccf912596c026, 0x19468e4f49688d6224eea91da9bf29672808c130451acbe8ff7464cd724c9edd, '', 0, '?'),
(0x5970195082eb306dfe24e012891a1a25, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Label.php', 1, 0x00000000000000000000000000000000, 0x74266b4ffd2def3c78c5277524b0582c, 0x8e37d2803390749dec3cae68c62f4fc4d8aab8fe8983cc3af5682a0d40e86af6, '', 0, '?'),
(0xb01d767907728a23bda02f8b7683e8d7, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.php', 1, 0x00000000000000000000000000000000, 0x4de043785b8fbdfd71bc0bfc3c72f74c, 0x7d0ef01a473f9b598a5639763b4752337be98ba5ef0f852be2db19abbee15ee1, '', 0, '?'),
(0x44d352e5762bf566f0e259c23a44b5b4, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php', 1, 0x00000000000000000000000000000000, 0xd66de47e5a9a3f75c16e6911e6aa2ef8, 0x9b376a5653dfb585e1a2d8d3ce5c1945ace57b377402be880e45a09b26435a4b, '', 0, '?'),
(0xc3ea167b881f1a4667f56989c185b271, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php', 1, 0x00000000000000000000000000000000, 0x362aff1ac4c752ba012b5a5c2e79b4ac, 0x0302b0b72e684fc0478e294305cb8279e661f8a46db649527ed4f543aceb8cd4, '', 0, '?'),
(0x86a0c9d14f02d971d726051e536d5350, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php', 1, 0x00000000000000000000000000000000, 0x071508d830ab6f3fb6e55a4c7cfb02f0, 0x784899d8e19eec62a48431d0f6fcfa624badf4d7ad2d28d29444751c3f2e4421, '', 0, '?'),
(0x2ccb63abc21fef77c3603cd74fcc21b1, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php', 1, 0x00000000000000000000000000000000, 0x2b8b89ce288b600feeecefa31da8a957, 0xcde5dc2e5de5617a7a6cd741f2f34ba2948fbdad835399fd54d71d9305696a48, '', 0, '?'),
(0xf048052d6bc1e76139042cec3a723e12, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php', 1, 0x00000000000000000000000000000000, 0x92d10ba53a2de8438dadecd814b77024, 0x2d4409426153bc9111a0267b5febb75140e3e4105c6015ecbe2bb1293f5ea860, '', 0, '?'),
(0x7d4a8289872eab566dd8bcebc5a03d0e, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php', 1, 0x00000000000000000000000000000000, 0x6b57a081d8699055d3510d111fd2e245, 0xcb08fb2812e69343e75aabe1ad84e0b937a3cb7a331a50e99ff2530b340240b9, '', 0, '?'),
(0xfdfef24b49613879e5436bedfeac32d5, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php', 1, 0x00000000000000000000000000000000, 0x0554c6667299b2824ba9b718afaee934, 0x99b60b941fee1c18af46bea352361d1b0a868bfde487f45bb14ba219b438f73d, '', 0, '?'),
(0x51a1a63be6133fd410908dba8468daa3, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php', 1, 0x00000000000000000000000000000000, 0x2216b055e3aaf1689c761a465c7bb4e6, 0xb0d018f0e04b74ed05be5a919717872ca390ae1e76c7bb06634cc6fd11436eec, '', 0, '?'),
(0x2c9723c732a62167a4d0bbde4c3b8ea8, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php', 1, 0x00000000000000000000000000000000, 0x5bb6d5949972cc996de1652b255bc77e, 0x4a19819503fced9524e1a5de0670229acf0e9dec0d51187197722a800389b88c, '', 0, '?'),
(0x6e6865c70e142737f50fb4cc363bc704, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php', 1, 0x00000000000000000000000000000000, 0x7a6a5bf4ade487c72739298b82e16c54, 0x8475cde5fc9009a16a9ca9280fd9ec1f4449e8c158f43cb59f1bfa366b34c2c2, '', 0, '?'),
(0x2d9ad087051d66879d485d27645f4b5a, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php', 1, 0x00000000000000000000000000000000, 0x79c3dc5de90b45a4f59c2c0636c9bc56, 0x0181f0204ec552166fac2fabdee59629018832fd668d81928de2f7b4ce525d45, '', 0, '?'),
(0x044ed52b20405bf44acafc57ea9a398a, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php', 1, 0x00000000000000000000000000000000, 0xd695341a506ba809578d64067f6361ae, 0x32e49a274bc07a8aad5fe768450cd24df9e9906f1566e6362b37520fe7c3742d, '', 0, '?'),
(0x9001e258e68f3701973f556ccb3db00c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.php', 1, 0x00000000000000000000000000000000, 0xc7cc5103e57c6531da0f2d5ad6c9378d, 0x067ddf6d1d0ca13d082b0fcaf2adf514721eafb8a479efbba74bf03d42895900, '', 0, '?'),
(0x167c4124d13cb31feaa80465b5d9b742, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.php', 1, 0x00000000000000000000000000000000, 0x87b1fee736ce99cbf50d37431b8d3ff2, 0x8f89d5d0c560c217185dc0d8b87770bb3d106c9cb999f96794f3d3e30aceefe5, '', 0, '?'),
(0xd33297d3c3c8935163f869229e1b5d9c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyThreadRequest.php', 1, 0x00000000000000000000000000000000, 0x59b144e9836db0a39e24efb9ccfdd183, 0x505346737a7a74ea6494a353dd3467ea5e343ceb9a1178e99ff76940f9e0437c, '', 0, '?'),
(0x0ee7a2d072cd1a404ab43bfcbbc3f20c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.php', 1, 0x00000000000000000000000000000000, 0x762586fba9bb5dabdeba2515922fa6ae, 0x8199ba52e33dcdc55c080363f9395dc02054923bbda90084d9b6da0d82f1556f, '', 0, '?'),
(0x4f840d9e7b0fd6aa97d9a686c017ff62, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Profile.php', 1, 0x00000000000000000000000000000000, 0x01781b3a95794d6cab108fc261563711, 0x5b31cbe4ef9e03b48f40271ccbbaa2583b5c9f20172dd205c49f6e71a4646936, '', 0, '?'),
(0xbb0b2606f982bc43237ced2f2128a9dd, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.php', 1, 0x00000000000000000000000000000000, 0x3d0afcd880817db33647692c6cd47e71, 0xd95b9e8eff1fa8f9d21492a6ee7a0f07f034c92f13e62dd98b6c268da4cf78d7, '', 0, '?'),
(0x02ae4a72479728a8013467413362b0fd, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.php', 1, 0x00000000000000000000000000000000, 0x0e2368ff8d5beb07f8b7ee4716ae0df8, 0x067781dd8822aa6c50640c705d34280245d289e6a087f11d57991e302196ff04, '', 0, '?'),
(0x59ee2081a0806fc63b8ffd64d3f80718, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.php', 1, 0x00000000000000000000000000000000, 0x6a6f2f3956a43bc7490b02d8ad4a5190, 0xd7d1069924d8f4ed55e13f867df6b338e8ba56c02bec065591f80c58e1aebaa7, '', 0, '?'),
(0x819a3610afebcfb57a5bcb999be530bc, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.php', 1, 0x00000000000000000000000000000000, 0xe68767ba12b3587dd0a7d35c46429309, 0x02a4cf1dfccc994650aa794d08b92145eebf678042bb41c8c8e80593baedaf4f, '', 0, '?'),
(0x0dfe5fb2e2ba1c8bbe030292ae3fff0a, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php', 1, 0x00000000000000000000000000000000, 0x5f7bd1ec41f22f3e79ff1acb1f8d8eb6, 0x4891322e92d9cb4c7d82cb3e0cf7d89d6d3a0de9d80d2b136c6e4568928bb0eb, '', 0, '?'),
(0xb757d8930ce7c38714b5265bc44155e8, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.php', 1, 0x00000000000000000000000000000000, 0xb4ec904ec451efa4a5953d9f7c09223b, 0xe35f0c1024af83c74960f1179db3d2e3f9a257f066abc6c30ebf28d25d8dd4f7, '', 0, '?'),
(0x6e0986a270467db860db9034bce12c20, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.php', 1, 0x00000000000000000000000000000000, 0x4867794829c09c5864387f33399f0f0b, 0x69b51d650cde2b54a8116d876ba9e5db41e46a48313b4822a5587e214c32a8c0, '', 0, '?'),
(0x4d917502366bce5b38983c7c0292adea, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.php', 1, 0x00000000000000000000000000000000, 0x1878a8c92ecd7460af3bb2ef4a06f654, 0x3f826cd7a62610cf1b0307be32b93d1ae678ca81a4d808e8562c334a3c1e8533, '', 0, '?'),
(0x584b6c6825306a52be36933763cff01c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.php', 1, 0x00000000000000000000000000000000, 0xe6582d6b573a81e3a6778cadfcfb5ac1, 0xdeca770795351f5dacb4e1c20fe8bac390e83ca6d6189ed122924d6a66394ebf, '', 0, '?'),
(0xb2d697c8bffea09428f9817352f68e96, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.php', 1, 0x00000000000000000000000000000000, 0xa16d15a3c72b787faa479a8340e4688b, 0x66708ddafb85e67ed6c2652d316db6a3e39515498091ca34d2bb09ba89461e68, '', 0, '?'),
(0x42d5b502428e0fd0ffd0ed812c1c4204, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.php', 1, 0x00000000000000000000000000000000, 0x636019c4220700d6a5d4dbb984d1f11f, 0x4349199a395c774f9bdbdefeeb813d04402a3e57f7f59c0b0a997a5cc6b7532f, '', 0, '?'),
(0x42b575cadefb8c1e81fe9af5f1809f5c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.php', 1, 0x00000000000000000000000000000000, 0xae6653478ccbfa8fa480867c52c3b306, 0x7441aaec00847d0b62fc4adee69e98cd0ac77d8ef1930b4d2beedac60c044ed9, '', 0, '?'),
(0xe29a1862aa634ae5532989687b91678c, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.php', 1, 0x00000000000000000000000000000000, 0x55a21e2758bcca0ae88530d17d6d8a89, 0x045177b9e422ee0355b386a7c1f1c8f433bc6327b80d44e3c8757c5b59cd6941, '', 0, '?'),
(0x4b60598b5d76d9b93314d8393b51d52b, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php', 1, 0x00000000000000000000000000000000, 0xc804cc4b81a9cc4007594cf6389f3349, 0x1214ababf5637972d29c01e94f1c8f05052eedaedb8b5b3c1b3e1bb71b6c98e5, '', 0, '?'),
(0x23eb9d31b7d35591a575b6479457e7f8, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.php', 1, 0x00000000000000000000000000000000, 0xc03490f63347b2e69bf7819003bea8ee, 0xca8ddace5bb6b266adca00de7ef7e5acbd5d257a1f2962293fc08f50aae40501, '', 0, '?'),
(0x67de134e924c239e43763fcd9847103a, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php', 1, 0x00000000000000000000000000000000, 0x0a2dfebc867ec170eb04fbee5b8ec3fb, 0xb181edcf32bfe7e3084e52e4d4d5a02c1cbbb6d7dbff571c40bf0c15b7c749a9, '', 0, '?'),
(0xcbf47180a68a9460a7bde1ee9ea8f823, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php', 1, 0x00000000000000000000000000000000, 0xa8c288ba351c38e4d058aa868fba7e25, 0x1424e2e6d77edfe3dcaa56a437d70de5bc25e9760670ec50d2411d976e5c0a27, '', 0, '?'),
(0xe28eace94b5740ab51c040e5644f9409, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.php', 1, 0x00000000000000000000000000000000, 0xeec1d4c884f8bfa6de227f5f275b512e, 0x7f85c2f7fc7ddfd346305d46bf17607ab9a9b38237a86f5563747dfb75bb5849, '', 0, '?'),
(0x94dcb6d8b9025745de6423df03d06317, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.php', 1, 0x00000000000000000000000000000000, 0x961e7784e42580e0789843990503f56b, 0xd2203303dc9d9748cc7bb19aa71cd301970994a836548516e8f9fe9f367ed1b6, '', 0, '?'),
(0x64f2d289af7e34c181341b3c39a151a4, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail.php', 1, 0x00000000000000000000000000000000, 0x789a99e1a82201d81e7bc414c5c1e744, 0xacc4a00dda15255e67fb5dd76e528cdcbb049eda1a1452b4fbf3de36f76b023b, '', 0, '?'),
(0x9e1a99bfb8b7c6657ccc28db1815531c, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/COPYING', 1, 0x00000000000000000000000000000000, 0x10c2a85445c418fe8265c4ad0963535b, 0x6fd83ccefe20a2463519f7f55b9d19ff815721453dc50780a6ac8e6b13ad2fd0, '', 0, '?'),
(0x308b087c45787841d8491f5c684587b1, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/LICENSE', 1, 0x00000000000000000000000000000000, 0x55e7ff97994f4fedbd443167523f7e2c, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x8e7070020ed3dbead761a06b4f533f19, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/autoload.php', 1, 0x00000000000000000000000000000000, 0xea1abc01a25ddf43912a0a325e3c5a57, 0x2e202ff45d46b70917b9dac16cf60ac7567c6e50660aaa66dbc22f75e17f81ab, '', 0, '?'),
(0x306661ac47c3b07bb9bedfeb35cd8894, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/ApplicationDefaultCredentials.php', 1, 0x00000000000000000000000000000000, 0x00f73e5c470ed8576009197eb70fda97, 0x0d2326b1a8b1511bbaa872b5373a9ff232581775b2b9fe18d574330b0bdc9fca, '', 0, '?'),
(0xb59552fbd0be7d2d476eda79d4e8a108, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xdf10c7db3ae17ac1b9cd44fd480f9326, 0x57e2d8b875b37a63e381dc5393c56fb61e3eff449a0f4634008c58c3bf3235e0, '', 0, '?'),
(0xff5596b6e4a462161f24070df23f7721, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/Item.php', 1, 0x00000000000000000000000000000000, 0x1798ae243eb56566b7f58ecd751b9e14, 0xe58e6d24b2d0a9147447dfb9bd6061e1c9b39fd4a2741bdbba0e9a99a6862b5a, '', 0, '?'),
(0xcc5f6a69007b527e96fdbb12cbb6936f, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/MemoryCacheItemPool.php', 1, 0x00000000000000000000000000000000, 0x4d0dfe5649042c1d7d2e4ffa85713eed, 0xdbf561eb2c1b9fc7eb8c43352032e8f179cbba04d032480e360ed0ff826e8fb9, '', 0, '?'),
(0xbc31e783108e022a87c16495a21426b6, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/SysVCacheItemPool.php', 1, 0x00000000000000000000000000000000, 0x7b48a9d1af34195c5b450217a676b6d5, 0xdda3d00cb95a83d804170f751af9e9e4e438541dabb93092b59ccbfe6fc9e39a, '', 0, '?'),
(0x15f3b5716c8c7ad04e9d1706ee2173a1, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/CacheTrait.php', 1, 0x00000000000000000000000000000000, 0x25b30ac315e3ddd44ac3f453c478e7dc, 0x0739e97bd578ce84d624561e4b20dd319ae0753f7117e300c735e7cdd4de1f5e, '', 0, '?'),
(0x5112437e57ab5a8967728b4f2d6318e3, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/AppIdentityCredentials.php', 1, 0x00000000000000000000000000000000, 0xe5156e794127671637ef8ba17df8394e, 0x41a5594e8a53567fba878d9a113b6dd2d8ef5ec6b8560e9d56835d5497f7b794, '', 0, '?'),
(0x1b03f05408b8e55a9677a66363b53671, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/GCECredentials.php', 1, 0x00000000000000000000000000000000, 0x0acc308e712b770c3f7cd36510e25893, 0xac9a9a6d9f58520ad67ad612f64342f2fbb11fcbe5a027b80bb344217b0add52, '', 0, '?'),
(0x2f4202981d61d97f02de5f6cdc2b4ed7, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/IAMCredentials.php', 1, 0x00000000000000000000000000000000, 0x9bcb759d82cba3fbf3c7dcb4c1271c26, 0x578b3a3bd76868a185a03e224fc4e891a5d253d851ea51df82195b3950a8b25e, '', 0, '?'),
(0xcd74f39689b1dd1123fb44b185a68c9e, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/ServiceAccountCredentials.php', 1, 0x00000000000000000000000000000000, 0x9b55e4f94b30e1c4f0f62241f88e7640, 0xd13ff8af9bbf74316689f38478930b7a90dede49fcef33adae05438d7cec8b57, '', 0, '?'),
(0xe295c9f6d769bb042b1935478728bad7, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php', 1, 0x00000000000000000000000000000000, 0xe66338ed8b43a43c0f6e3d114c9b9e3d, 0x1399163db85e4db25f248da6c9acf7769c0071134be99ad71fcf485ac0cbd144, '', 0, '?'),
(0x42dbf30d4baddc467ad545286bd277b9, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/UserRefreshCredentials.php', 1, 0x00000000000000000000000000000000, 0x6c97853e7a6f953d74af1d6f8baa5d94, 0x729876af35151668e87139bf759a4ec84cab53e1b881e3c4464fa9a86229e416, '', 0, '?'),
(0xbecd7a2123c05735446e4ec3fbb54fed, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/CredentialsLoader.php', 1, 0x00000000000000000000000000000000, 0x208a20ea4a63b275c3168656df5b38e6, 0x62186b191a48f789f89352489bbece09ec32508403dbbe242c4abd21b57a4674, '', 0, '?'),
(0x7f64ce3a366492fc91de1728cf3b411b, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/FetchAuthTokenCache.php', 1, 0x00000000000000000000000000000000, 0xe3411699caa5043a969dd274f0f36810, 0xa330a5b8ece951992ebf23c7ec301e677e342eb8a7c31d25f1a530a744b7876f, '', 0, '?'),
(0x57a93ba6fe54ebb1e36eba30623f692a, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/FetchAuthTokenInterface.php', 1, 0x00000000000000000000000000000000, 0x0b6046cc646f086a6403e42f0b8db57e, 0x70e5e81f148b6a1e33b79b4e238051ea5bc205fb4011d90573983a0dacc5c686, '', 0, '?'),
(0xf65b1e260353e1f68e358482f8d854ae, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php', 1, 0x00000000000000000000000000000000, 0x38d4c18967c68d182bd770216818bd70, 0x0d07683da6d7621c92e5cf17272e8666c172ca2d94abb33f4d49bf13b85e9cf7, '', 0, '?'),
(0xd2ca66bd7f2466dfbf79815ef8c9063b, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php', 1, 0x00000000000000000000000000000000, 0x7d5e977c27d8e131a14a35529e83ef7c, 0x0f61dd3676e1debeceffdc077a48d45fd8021b5225f07134af4b85a25fa436bb, '', 0, '?'),
(0x349958b94a52e737becb22cd314f0605, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php', 1, 0x00000000000000000000000000000000, 0x8057ae2f53b929737e3e8a8c8e89324a, 0xe600f94a9d21cde935aaf248bd3023b283c64daaea1c25f01a612ec1ca274a80, '', 0, '?'),
(0x5b8615158e161e36e8e24971383b6c0a, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php', 1, 0x00000000000000000000000000000000, 0x751dbc9bfea791a4220cf7c3f61bd4ea, 0xac22fed57929b5c052ca5f64cea530fc83e05e4460f362d1102f859155ede8f1, '', 0, '?'),
(0x1cc43067e689b488f9f8a4ee5da88f50, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php', 1, 0x00000000000000000000000000000000, 0x5b4dccac53064dc4476abd5f06e48885, 0x6c3fdb362c65129282aa454c8e3524067302cce7a10aa09d1064d071e6c128a6, '', 0, '?'),
(0xb122a6721972d22c8232c5d3e40bf9d5, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/SimpleMiddleware.php', 1, 0x00000000000000000000000000000000, 0x28056828ddfb282856de5a127896fa2b, 0xec6990ea690f0b767df6b3c730a0e04548ca5006457d5eaf322ef9e49b375443, '', 0, '?'),
(0xe455a3eb218d5a86e747c8fcaa1f0f3a, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/OAuth2.php', 1, 0x00000000000000000000000000000000, 0xefbe17d1c9d5be58e53aa8222ca943ac, 0x9f88e8ccd7c2ba6cc344091ecfd824777ca55c0211d5e4598b72d2b8793892ad, '', 0, '?'),
(0x1730d28cdaba1ec6ec8d891f3a621822, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/AuthTokenSubscriber.php', 1, 0x00000000000000000000000000000000, 0xd75d8343b2af539516e15b6591f2865e, 0x3554f07151ceac2e2c887d4d650ef9e171ba44a6484f94c0e5c532cfe9b9ee07, '', 0, '?'),
(0x837e9e04dab4a30dc7beb515f208fc47, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php', 1, 0x00000000000000000000000000000000, 0x5feaea8aca3dd47839d996ad2cd99661, 0x9d772d4d2bdfe53a3e56ad1503af41e926d32b6ba893576b585e71c243f942ce, '', 0, '?'),
(0xae37e19627b689066604b74c59514689, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/SimpleSubscriber.php', 1, 0x00000000000000000000000000000000, 0x09dd6f36332a3f8c7ff4b61ab169d0c9, 0xa0454958f0896c9bd515e3b7059741c0b5cbb95454f2408bf2a6f39cbd3ba4fa, '', 0, '?'),
(0x1a5f107fc5a31d16b2438180d7790e1a, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/LICENSE', 1, 0x00000000000000000000000000000000, 0x5de578bad5eaf55998cd4fbb17e4c47a, 0x1d7878e040705a7853a127e6bbb943f2b00f13ab56b8aa5bf6fbd9f6593016b7, '', 0, '?'),
(0x680177d824d31b3b0fb08711d95d8dd5, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0xaba701163c23952e53cffa4ad7b6ea1a, 0xc58a2a3ab8365828eb5be6afea3f0244ed7813f070e3ff5f7dc3f4952aea4724, '', 0, '?'),
(0x66bdf0081d9aac67e6a466ab5ea56046, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x6c43e0ea14ef033063c97b775acd0091, 0x8fe139cdc82e1152bfc2b70807066b243cdded7223231020b271405d982604a2, '', 0, '?'),
(0xef4653070ccf5e29031890e942cf9570, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x980dfd8b8d24ffdf55dd5aee16f4471b, 0xf5865ddcd283635aef4d0e84bc643fa978ef1716e363fe1160eafee8b5bb3674, '', 0, '?'),
(0x6043b8430d8d72bb30385778472a05e8, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x0cd2c557aba26246ef86188f882a53b2, 0x509a539d3ddc32d7ae72eb0fa9c529f6418b0be426c3a26b2d087595eaae81e5, '', 0, '?'),
(0x81b9b97cf983a0a0f0a727a700081034, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xecdc4a51c4285b588284188cb51ba212, 0x76c6f7f297c75b49ef02cbf979256d636f86128b085563e977d22b0ec4fd567b, '', 0, '?'),
(0x7a2f4c78abceddb15f99e33055cbc321, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xf932938065310f16eed0470d02e41533, 0x2e4e10f3673d7e89505cdcfa094105534d1664e1c64aac5339842cf436a0c497, '', 0, '?'),
(0xf67ff1ab1833124689041248fbd58572, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x1531581db7c96ddc30a10b6e1df1cf89, 0x85bb00b92bf71bff8b549e9df1ad235a04894ef93f7a65166ccfdd92760364da, '', 0, '?'),
(0x0876295995ce297e5bbe25cd15814527, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x7e1c1332c6434c46725456a488ce3302, 0xfb3d3549ffeb3b928a3ab0b855de52a578b0058a7a06a6967ecb5eb383928995, '', 0, '?'),
(0x076a3dc9ec465ce7dadd99c99d8c2d7a, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xd1c7f54a71cb105131c0c22b20619bcb, 0xe9d783943b5a1e29a5acc1efad2258ac8213f258f89ccee2bcb4a49f6ebee8ea, '', 0, '?'),
(0x2ee4b7f7e258fa6b6b3c41ea0b1ecd4a, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x848162d595f0d1be36e2e44db4b5a877d21fa1958b1cd55559bccab27a9cb0cd, '', 0, '?'),
(0x759a224c44104da3abc9c7889b7aafed, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbbf7ccd675e68efff43ce37bb0a25c7e, 0xa297691fc2732cd0c6c6e441c517f5db8eb4ad8571a04eaf9572057ce18f063a, '', 0, '?'),
(0xa7cc22797e4b9bbba1e976838f38d7c4, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x6f338b7630aafc862d33216dd64a2430, 0x144421f102a9c87d4f4b61f77699cd46ea9cfc3dc0a3722d2cd9e22e2b1f871e, '', 0, '?'),
(0x44ad6eccd2ce1724e0e53df3def29073, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0xd3321b4b634f612a98acd08e08ef6e74, 0x233ea5c7925c18fcd8562894ca4dc5065e234552be0adfab49d8fba5dab8bb1b, '', 0, '?'),
(0x5d6ee0f798e4182b3c378b2ea9f138db, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0x36ecb7a8e416e9633b10e677fa5a639e, 0x4e45a47c0b8cde6eb064cab63dc4c68434d51d93c574ff39fcc126cbae86708b, '', 0, '?'),
(0xb778f58b9bdcf208a7b1c950ab4e194e, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x9952c5877077fad22bed15fbe04a1ca7, 0x563af0b484016b3968071b26fe76b6979d16bb8806e3e4de1a5cbfbfd367a197, '', 0, '?'),
(0x082d29d8b79b41907515b3aca4061339, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0x67921f32b8ca0b62c1640262b48a1055, 0xd03f2f2b7f4203b03a543cf05b166b126dffc3d52ac7c904a6a573e26dc03006, '', 0, '?'),
(0xc4d87bf571d98cf97848160540406a6d, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0x5e3c419e4f8e7648764eb17994799e92, 0x933d68f0323e1a07282beb110ae1c01d238c255b15c95c0b07f8a66644c88b0a, '', 0, '?'),
(0xc6482a1e0457eaef5e2011ce5c453b65, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb4dbdca4de39177941fbea19855eb74f, 0x5eb72e4f4694a052d7150ff96c9f91eb024c9c76172eb9ed48e6a2f3483a7d87, '', 0, '?'),
(0x5351023b71c7ffd14d2a8430257080d7, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x18c8727a9457cf6d1f382b4cb394979f, 0x3cbcb2a3a77962e2e8d6c58afd0906c8add29263b358fdff98db9fd81a0c7f34, '', 0, '?'),
(0x04070e90124ec9b1447fcdc4b186095e, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x05c56fd9333579c08e4f00cd337fd336, 0x17514ae306b034cf8bd8394fdb1cc5fe9b7081a973fd2736604b51005a13e44f, '', 0, '?'),
(0xfdcc23f4ea3b9f803e71c98c38a4d2b1, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x08c37d2c428e6970be2f5d19bd26578b2905d070eebe3b1fed0bef1da52a5882, '', 0, '?'),
(0x09cd93818c70163617753499a543dbc4, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x051eb154eb8774661bbe11885d248323, 0xe8d14eec10876102da3769037686a291c5ab63445df325aa31eca7cffc31729c, '', 0, '?'),
(0xa316d7342dd17d9c786c5d93aea54247, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x0eade7e36c32b1b98a70483348ca98f9, 0x02bce69946632a475f95703067d4be2270a2118544c6f0c402b2d6fca20b35cd, '', 0, '?'),
(0x1498eff3ae0f065d0e6bfd27427d795c, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x76758072b78fefc86373ff1161d814b8, 0x4245b107d5c260e669c945c0403566c7e97a8bf826a8f55a05ac512036a2fc42, '', 0, '?'),
(0x6a155c0a642f9ccf87f5579f8862e840, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0x9880abac1604291747cf3701bee45b4a, 0xc431326a1fbdee13b7b8ad4e1908769f03baaad8c937e2ae88310bb5b18d6ef7, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x62d912b7bf35580ab24fd9715d66dde5, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xf01b7ecfd5c277c8632f518917fd8512, 0x0107180b5750112dc764b9379cc02f4e773e593b8623eb29460555cd95da61be, '', 0, '?'),
(0xe7f8614436663671edb548fc56e478bd, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Middleware.php', 1, 0x00000000000000000000000000000000, 0x52e7d83c9bc8cc573ba37ff770b50cec, 0xe6b367cf6b81d72ef4bacab35f7789634c54a75732d141e3253d9f5485bfc1b9, '', 0, '?'),
(0x076d8af387cd3a4c26bb89b5d6c26111, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Pool.php', 1, 0x00000000000000000000000000000000, 0x05269a24991f95c28cead841ac0b7a13, 0x7bf590e978e3599a04e28d41603611ef1e02ca6c107578d4f22601a0219127e3, '', 0, '?'),
(0xc2b6ed7101d72286eedf19f9ff9d16c9, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0x82333ce1878d75b9393251cef74c33ac, 0xdc9fdbe79ea8556f74ab1a28264f7c48072c0467a2de83e41756a258bcc44b96, '', 0, '?'),
(0x794513c76e97e0eedc9bf84212bed910, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x5f7cef791a1837874c931193e307e5d3, 0xc23b2ba6fa179fdd1290c99e9351b76b538e6e20037ae03ab45ae99ec1aa66fd, '', 0, '?'),
(0x22cb7f67477e1ccd22ac2a6d1b592373, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x005c78d855fdccf1cfa30af985495c46, 0x4402fd59e9655e9d9d3a1c1c2605cf5e08523cf67b76643aea19fd55927bad38, '', 0, '?'),
(0xf20c65b3ac026944d84cdf1273a49518, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x219f4a97616fc7f9bffcc312fa6bf1b8, 0xf2a1769d19247cdf936fc320afcaadcd74dbedafb84e449c45011049dd287af6, '', 0, '?'),
(0xce7b24d23b76f07a48cf1657273c6e06, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0xf94bd1d051bac09f9538b8b8720084e6, 0x543efa980c214c2f34e7209249e65306dce52f642a060eba3678aa14660af271, '', 0, '?'),
(0x83b800ed01b71fd9d54ae9bb4879cc78, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0x1915a39780656e4b1966b450778549c8, 0xf131f7462e67e8ab8294b49d43c1a806b783d42007ecda1235263e294d0dda93, '', 0, '?'),
(0x0bf4f62bcf73c1a3dbe654e3db770a1b, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/functions.php', 1, 0x00000000000000000000000000000000, 0x3dfd2e47b2642ccd99508bfed0a34a4f, 0x7f4a0f0d22df6aad3c3bd3143426410ac3e4fcc099143579e215c99c837c27e1, '', 0, '?'),
(0x1c78080f095a11c4c83d470f28b61f48, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x99297e57b8a04372a0ceba0fd6da3fe295ebae242c605db440db4431bdca7070, '', 0, '?'),
(0x97b4157e80c0adc43964fa0161e70f35, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/LICENSE', 1, 0x00000000000000000000000000000000, 0xea21094b920dfbacf39b9ce046e309c0, 0xabc7437b8490255c6548a61b8ba17c084b843e82a40b411a4fa91ba6c76442ae, '', 0, '?'),
(0x034e6cf54e0024b5499bd4cb067791ce, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0xbabe9fcc334d0b4fea85e9e05f4d552e, 0x52d7c1aa52b7e281093fd8c031c97c7d359366205978ef033faa37d748522b65, '', 0, '?'),
(0x9ae41ee9e4452dec696168846ef44cef, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0xa9a2fbcbd5dcfb0fdfb3feaf5c7b4324, 0xff6ba9b33ad40fe755520479e763dbf943f3a32d5a460e5b8560bfef5c16c950, '', 0, '?'),
(0x1fddf16477aa70ed15799488026a8914, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Coroutine.php', 1, 0x00000000000000000000000000000000, 0xe85129b6991bc6e91430d638b94acaf2, 0x33c12a6cf39dc8bf179afef552b2c4fbbc7b6e0c9049abd7a1a7ac70dd9140dc, '', 0, '?'),
(0x17a025909543c4b39aac93ba91a9bfa7, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/EachPromise.php', 1, 0x00000000000000000000000000000000, 0xdf6789b4bd35f2bbd68cb5faf46d79ad, 0x8ae5d81fe9622dc017e9e8c11696fa302b0bafa3d658a8a501764f94e8f09546, '', 0, '?'),
(0xa25f1cea8387cc2197fd508fd72efb9f, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0xd6001563130d4d92f1b58eeb714c117d, 0x730cb4d7c3c98d61975d109a27fb99343e6ea8df2c8c53e6ad20cc451e087586, '', 0, '?'),
(0x3c5ac4e35a1415d78a0f1faceef0be0d, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Promise.php', 1, 0x00000000000000000000000000000000, 0xc04d0b15ab275748b0d51ad596ab344a, 0xbe99c773d49d11ea0e36a0e958f987c3338802b135efdb132c6d7850e846c9f0, '', 0, '?'),
(0x03db9a8917e4f6836fa72a8eb1b56a8b, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0xd89b4dc299c87456f210c253c6b94e22, 0x6bd6eac10d8093578a241de5376d7e2eeaf478765a27809ec78d131e686e9756, '', 0, '?'),
(0x9cd191660f27b1c37c1242e143cc688f, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xa9d3c230da1e74e747cf37099bbf3dfa, 0x60a6529fcdfb68d9d45e6e74f48e8b0b6173469c1d0b3bd102bc7d9ec5a00188, '', 0, '?'),
(0x9a0d82a3f2715ad9440fc934456fe9bb, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x0dec3a7152df237c1138075adba8f77a, 0xaca4addef4808c8a31ea2df145b974b0457e381b5afee564ba14b9d114233ade, '', 0, '?'),
(0xbcf2fa700cd1b1e62823e1780012ae19, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0xdcf7b821573f91b31bf52e9f00e494bd, 0xd54afa50d39e4e8431ee2bcd6997d1528eec9b04ffbf4da3e042911420a46787, '', 0, '?'),
(0xd1c8cb49cbf6733dc855bf26fc4a4139, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0xf689afac69023ad70c4239acc0594760, 0x096f0c714b7808ec278404e8631a31110fbeeb0c95b632fa5df3f989b4622f0a, '', 0, '?'),
(0x95534e486744043f7e8c3744dca60eb9, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x93f20d7dee241a3a2acfb9f378d0446c, 0xb3f1fc75fe536b4998909e75b7da3956758126f66b08e45c93d743731e711043, '', 0, '?'),
(0x6d579240c3f511bdd093cab41a464e5e, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/functions.php', 1, 0x00000000000000000000000000000000, 0x2ff33484d4b21748efdd577c6b6a45c1, 0x6bf948d696e9e0e93df038deaeb19891d4db940bee9c1b1da40524c38c138093, '', 0, '?'),
(0x6d00a8deb8bc7f275d3591d8b45c4b22, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0x90409935d22122e6718ee684cd3f6e18f85e7f7f8fcf66c570fbbb64e2785e6e, '', 0, '?'),
(0x8df4fa2a06a28862416d8661657a26d0, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/LICENSE', 1, 0x00000000000000000000000000000000, 0x582d7d97bab524143526a38575956e46, 0x0ebf80b5d53e90b43a4e209a8f6057427169a562e3b03d1427a836d24a6d1f1a, '', 0, '?'),
(0x3805364301c546cd01cd69d84507d5a6, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0xc3a6a4c089d769f6c2f48587f2ea73b6, 0x496f50f8f3e94b277ea56f0f414745766deb0a5dcc6069f765395a19b3a0293a, '', 0, '?'),
(0xefc22c0714546149f842703083aa4214, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca89bcf988c8e4d13a39d5febb985331, 0xcea78ee0e5e1a2271127cf4a425685e19596b0791101da10c0eb564db064c91c, '', 0, '?'),
(0x76e7b91217ffa814b4e8f51f5c0de159, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x9044f074880bee4ad2d17f1097055e68, 0xa964714e728e0371602e90780f3cc8941ff1845c168476efa78f864f8951bfdc, '', 0, '?'),
(0xdc1c329907bf5761aa0df7db29e16383, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xadac9db8a35c6892151e065e9eadd8ac, 0x213714de07bf97b8c95575df11f857099cfdb48d08b2e4b789b3116a6a0b7e45, '', 0, '?'),
(0x16b206acbc78a021aaa676d179a45d0d, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0x8c73770e5baa5e7cc4df48ee852f63c1, 0xb4f508664bbe76aa1c354963f25de3e7e8af358025b68bb98ccc44e6b914f227, '', 0, '?'),
(0x01f6719f6dade5f6bcf91875d17eac3b, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x3b09783825c0a3d024bb1b8f4f99b476, 0x44328d0a0ea0edc34c0172418fe6dc76b3880ca938d08953f3f907ed45720e67, '', 0, '?'),
(0x377596af1156e701411694229017ec70, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0x2648cdbb073317f8ea813383393aee2b, 0xa71a4a3a5655810e4f981fd9fc8ba52ebd3a350e7fee01a89cefe60b4a31b406, '', 0, '?'),
(0xed9082335f6a617cae8e35900842122f, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0x906713cdee957a679c0c14aa26c8a580, 0xbe3430980abd9f024554f4430f5ba5f8dc75011c260fa0cf264257530083b4bd, '', 0, '?'),
(0x105842658d6f193086905c1b19865912, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xa6b829b5cc2644e0af0e0cc7a55a5b95, 0xf18d6b3fbb0005f0811974750235de60200ea7853c5b531be3b6aa486a8d733c, '', 0, '?'),
(0xf67a9e635d3febd7d860da9ddd7916bc, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0x418b48dc402a57881438b3bd5b22473a, 0x26476e772bcf1b55c125f7cfdaa1e136ff10bfa2c2aabe12581740a6e9368fa5, '', 0, '?'),
(0x40a77a8bac38791e7f3d5d11220ec395, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0xa0717a0ab4fe202dcc050b0aa46e375b, 0xb29fc8e37ff32c2ed4ba806fc2a64b7fd65f754d230f183401158f164644cf56, '', 0, '?'),
(0x434206eb676e090867a9cf631d16ae9e, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x55ac4bb5f9a26cd93e5fa10a1f5132c3, 0xa30cd4151193bc1f4cda6df9fa36037ab935df89f1861e113accdf886ad28756, '', 0, '?'),
(0x521b943802c874a7cdd2ae78a55b850a, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0x1ff83d4930326b05b43333d531476645, 0x2809da1cda71f0e7cea79174629c8d63b9b7e1d3ce8d0d10d01305489566c96b, '', 0, '?'),
(0x53c82cb6463d52f3049fba515fe7d598, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Response.php', 1, 0x00000000000000000000000000000000, 0x6db722a0f7d73c785bb04830761ff1af, 0x2ef46b1124c8aca014803a815ba0f81e1b1ab01a4dd7cacb4b224349f7cf016f, '', 0, '?'),
(0x47c130740774a595135343023781b7bb, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0x7d2f188df6a58340e042fdfb9d9782f5, 0xe72522c3ca2da919875a7f209b7d82c3a97c6e11d98ac17144e530e263809b2d, '', 0, '?'),
(0x2bbcfc9e5748a94a3771fa970a57bb88, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0x8c2937a7c8e16b32dad7a5fce4b1fa97, 0x3e8bccbe5e4c6b34cf5212f96b66d8cde49ae67922c1bfa7ed08d41758342185, '', 0, '?'),
(0x0221058f695f381b53b8e09d97e242d6, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0xd4b43ceea144a8327ee0ef440c83bf8b, 0x8e5085a59b41cae4c92ddeb8678b981156f105b99bf37cfe81c2ce60e9544b77, '', 0, '?'),
(0x00706c16ab7958402929f16732080fa8, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xcf8a930a24993a423894f705ad7825a7, 0x2e8542464de3b953b187c20429e1ed6ce9aa6410dab3f29ed552030c5c086ad0, '', 0, '?'),
(0x32a4196f37efba6d856ebd992faa7a7d, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0xa36b94212547cd38bb7857f030258a01, 0xfd2e60199892c876190ebfbcbee0e03573f3052b32cb7f86d3c407724d5c40a4, '', 0, '?'),
(0x4bade3a74aac25d157fe7916438c0aff, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Uri.php', 1, 0x00000000000000000000000000000000, 0x5c6a29d40da904957d6d2ff2a65a30a1, 0xa3e5c1f21fe4722ff84360932bb1d9401e6e88553767656e5896f13cc0c0f3f6, '', 0, '?'),
(0x607b587c52fee33a4dbe44f1dac1f06c, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x0c59600f6357c91a23038769fd848810, 0x15337c6923ababbf0b3244bfa0756a349c9ea11064c5b002f9e95406cec67d3b, '', 0, '?'),
(0xa5c897dd6e790c5948e7ba6349c327bf, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0x726fdbffbc9cf405810e5c912e281465, 0xf9948c9eacdeaebf5a37549201b4cd226e5d81fa14d4915d9ad410169dca8f50, '', 0, '?'),
(0x54800cb4c19259d54b4dc86b2ef156a9, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/functions.php', 1, 0x00000000000000000000000000000000, 0x2b160c56518bb95822cc1df49f27a7cb, 0x8ea88974a7b9f9f0b50e44997c1dee00d776088b86b83382a927cb5130110013, '', 0, '?'),
(0xeb7076ea46457cb312ff9f3a8d253c68, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x847190da01ae741e44241753f23cc1da, 0x2046a7f9e6a8b94fa0389d60b135bce38ec69abe71697ddee65791ff6208ddab, '', 0, '?'),
(0x3c2613bb19dbde5b78c3245b71269e8f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/LICENSE', 1, 0x00000000000000000000000000000000, 0xb9ec4658695d81c2087bb974eabc8adf, 0x5b4df5da7c76d9450f978bc142cfc5fd93a2db46e120464defd4a9f81dbdd2ab, '', 0, '?'),
(0x66ff2526f6064065708765456fb1cb85, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/ErrorHandler.php', 1, 0x00000000000000000000000000000000, 0x1a6652f526f29b846a17a8ff0ad55b27, 0x1923a400dc36f0151d7c14c148b68b930c307123a38e95170788b26b6fe84d3b, '', 0, '?'),
(0x4432844b8eb896f80329c20de5301b54, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php', 1, 0x00000000000000000000000000000000, 0x85f1ca2b1e239ba8d8c0e55c1d6e28e9, 0xb1d52d8862a3bc928e7e807d18758e1bb94d309ae9437b3d76f6eaed87fc8a8a, '', 0, '?'),
(0x71ba43b1ec6b894977615c4babc4e60c, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php', 1, 0x00000000000000000000000000000000, 0x8be3318942ea2a823a0508c2f3df9795, 0xaafbbe713b02adf671e3e010c794e375e44dc51236d7a703cc42ed94ba5c585f, '', 0, '?'),
(0x688f4b9e5ce57af467b5aa85488feae7, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php', 1, 0x00000000000000000000000000000000, 0xba10a9093d8c9fe1a2b2acbbc52803fd, 0x07eee7307d66fef1996141cefe895e0b20307efcf7e32c7d901fd34e16d83362, '', 0, '?'),
(0xc9c7a5897e7fd5f2ef8c07cf3c206d39, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php', 1, 0x00000000000000000000000000000000, 0x1f0b3e58944eb0559d597ee0d69b4e87, 0x7b69038af5a57fa32527e39680234da3a40c19c84e0f7e04255bcc6d7b08ca91, '', 0, '?'),
(0x92639d8d2f77202af2b398a76548d629, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php', 1, 0x00000000000000000000000000000000, 0x6393c1db9899b0f9e3fc4ad3d6a898dd, 0x107293a1b4ac8bf49fbd0ea4dd02313be8da231b0493b4a5eefd05caf770dc87, '', 0, '?'),
(0x792f1a42aca1fa7ea6f0443418bcb318, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php', 1, 0x00000000000000000000000000000000, 0x83aaf607fb20ee8ea58ccba235dc2886, 0x272d35f27f162fb914d62fe9dbece3fc2ef9260b3a54fd2887aec5a657cf4809, '', 0, '?'),
(0x2e206a1416d2ac436253b3a0878fd3c9, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php', 1, 0x00000000000000000000000000000000, 0xa5b4a26aca3f7a6cb00b4f425c76e4fb, 0x08ed7da4855384d4f8020027c135506b69c55fed6be1979dbcea5e33f7ff852c, '', 0, '?'),
(0x4bd55e08af0e16a137ac14f5d17a53fe, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php', 1, 0x00000000000000000000000000000000, 0x733b91d5c41ffa8803eb7abdcb195ee4, 0x222134dbfc73b8ee6bfb64762e06a4a50434e0dce133e415cf51d8d9e6b1f5ce, '', 0, '?'),
(0xad3908864f676279176479be66dadfab, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php', 1, 0x00000000000000000000000000000000, 0xf41c3f5c579e3622a02cb710b2766e7e, 0xe20434ad9ff2b2a463c1f55e3840d783d1f68b679ead7b7f357060224f6a3a07, '', 0, '?'),
(0x4a129a44f69d0473c9a5b73ca648fd09, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php', 1, 0x00000000000000000000000000000000, 0xf5a72f125c3028e31dcc502c74ddc8e6, 0xf3fd2f8c117e889ef0aef86b9d4f96b350bc52a98922ec85176b316e8be72d9f, '', 0, '?'),
(0x07060ee75aa919898f690de0ee21f47f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php', 1, 0x00000000000000000000000000000000, 0x73bd07ce780cf8deb8c4216c8b0f7829, 0xd63ead28c214f34f58ce267ead0dd8d3097da8eec2f4060ae4917548a14f96af, '', 0, '?'),
(0x23802fff5cd2b2bc07de614c76db939f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php', 1, 0x00000000000000000000000000000000, 0xc9de870b2087e9881756ccddcb751987, 0xf8ed8c4af1bda3ad3d84976bc6421a6d82a1d37de5762bd2f4490330bc295bc7, '', 0, '?'),
(0x33251170a7a4828223fae5ad21501d72, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php', 1, 0x00000000000000000000000000000000, 0xf118fb21df44b7eae5c1adcbaee62e6c, 0x9f38f9f57816d6818e1d61250fd24356ab829937ee5ff314d74d37c77d12dc3d, '', 0, '?'),
(0x071bf9e8ff0875b1c8a071c7c5b67a7f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php', 1, 0x00000000000000000000000000000000, 0x9934bbe7fbf1a7536cbabf0bb31fac8b, 0x9ec2e88c187198d95cbb63db6ba30c08b08d851559dd683ed688ddfe59860afb, '', 0, '?'),
(0x3603bf9bff57a3cd93e4c2e6c5e62912, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php', 1, 0x00000000000000000000000000000000, 0x0a57bdcd42584e1b41e4e093631a22f6, 0xfd261adecf704452082b89ab12dc0f0d5e0263a70a64e09f736381943d58c07e, '', 0, '?'),
(0xa5c4229ac9aa05a7c169856f16433d6a, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php', 1, 0x00000000000000000000000000000000, 0x192d0bc5c21357baa70679e33c60b367, 0x8d82c43fb6d1cb66d599660a7faa78412131fb88fc38f541fa8c78e6c692ba58, '', 0, '?'),
(0x37cadae7a575ad0b0f77b0025b62a8c9, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php', 1, 0x00000000000000000000000000000000, 0xcfdd846fac8ce3cb15afe9188575ed37, 0x0120ad17251db13845ec9e948a8b60158989c64b88239793f5b60009b533c7c4, '', 0, '?'),
(0x8d4c6572deb369a91bc2742b7f4106cd, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php', 1, 0x00000000000000000000000000000000, 0x419b9d3f1d66192b544349360d5f596a, 0x238e7fc270997ccf273d39b573a56221bfb7e86a3c7be6cc3bff372056b1732d, '', 0, '?'),
(0x104cfdbdd13c6dd260afea17ed46e250, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php', 1, 0x00000000000000000000000000000000, 0x89ef97bd70a1876bbf0a151914a4ce26, 0x7e32d6c32a185edb6897a7bb651edb03a353ed9110b0589a06a7168ac6a4ee84, '', 0, '?'),
(0xa0d61f723ba42c7e2828f3e4645a37ba, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php', 1, 0x00000000000000000000000000000000, 0x19d5ce60855f39471630cafe255ee938, 0x6a6e3ffd4fc3baa1ec96cc2315868c53003ad45b8a9873e46ca1357cfc22fc5d, '', 0, '?'),
(0x71d61fa1b0840331485e8ed1918892ab, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php', 1, 0x00000000000000000000000000000000, 0xf64f45ca53b64e07477f016859a71c01, 0x9b9acc89a24923fdd73230569774773b1074c1e43266d5a3a58de95612959487, '', 0, '?'),
(0x339f022378b50abf056b7fe611cd2d00, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php', 1, 0x00000000000000000000000000000000, 0xf56371a7764ed6c3fa23fef99c7aee2b, 0x8bbac62d45c65d578c3f7ae3553a62de3b4522a2a0506694291978811d0e12ca, '', 0, '?'),
(0x9b3b8e30b75508984aeedbcf5288fcb6, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php', 1, 0x00000000000000000000000000000000, 0xdabb90eb921328aeb4d8a0c8df2b4e2b, 0x167c20f3311e523cab0a6417e6a812950d153cd351d956677839d065cb9f766c, '', 0, '?'),
(0x28f68bc39f9b1e95daf4872ca7e6d677, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php', 1, 0x00000000000000000000000000000000, 0xc73840367d25bd3fd774c84e0b791aa2, 0xfc9514b21c286f051f1669ad2e5d5bde6ef6dd2e62ea6bbdf4044a0dd95a61b6, '', 0, '?'),
(0x83881070f91ad4e217fdd27bf0b0df5c, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php', 1, 0x00000000000000000000000000000000, 0x03a2418311682d52f8ac22ff5652cd4a, 0xa40c1b31bce0f8ba12c7ade6242278e99353201ad06b7d8db7f4c83e2471f3eb, '', 0, '?'),
(0xbf680c297d7581f91e22893dad407648, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php', 1, 0x00000000000000000000000000000000, 0x692cccc47444ef63aae294fdf2b7f0fc, 0xb4181b582b9dee52a2e3affe7f35022f5b57965498ec45294dc4cdaaaacf5874, '', 0, '?'),
(0x5c46153d628bf2d04ca050bae85a904d, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php', 1, 0x00000000000000000000000000000000, 0xabc48686f395a089e55a2ec1a4fe4b78, 0xfb1fd21f6cd82e3f4fff0c5a766e52da6aa4ec0e86d1bf85943c9df20ac4a79b, '', 0, '?'),
(0x71a7fbde46a3f64e652e0a566ff12e3b, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php', 1, 0x00000000000000000000000000000000, 0xf2dd1a8fce0c3bb7d81a858af3ce9e8d, 0xb0fee0d5245961e6afe9c7497abd2ff3b19c7ec4eb4d9ec487489b4aefc685b0, '', 0, '?'),
(0x73b1b88a8fe2a9bf81a98c9800bfd868, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php', 1, 0x00000000000000000000000000000000, 0x58ca3a8bc014f0be79a7354227f964e2, 0x43c14409d2f4d8143d1ca98aaa38ca014555b949f02d3add22b7f9083d792b0a, '', 0, '?'),
(0x58c1d24e1d46fda87c110d2719cf977d, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php', 1, 0x00000000000000000000000000000000, 0x37847810ed77b04118563b8b6119f9bb, 0x1aba5c95bde76d2655260bd8a9905251dc08dac94cc4527c919912d3b2c20ead, '', 0, '?'),
(0x64e7bbc8f804ade7e022c76f6c8bd9ea, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php', 1, 0x00000000000000000000000000000000, 0x5016e02e25a92c129d1f6bc98d2bc0b2, 0xd307d855e30205312dd178cddde04fe017f19f45ceaa561f1d163fbdcce8599e, '', 0, '?'),
(0x42284a599c2905d76fb533b20bfe5600, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php', 1, 0x00000000000000000000000000000000, 0x6bf84f27f4b7a0016afa63430cf6f8be, 0x82d2309d675776668cd368162106adf31ab6c587f5ba8ab14e51ecce512f26b0, '', 0, '?'),
(0x7ba3f2a5feee5be08a865f02402436c6, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php', 1, 0x00000000000000000000000000000000, 0xb0d0c657952bc1d8a8337a6516abd097, 0xe4e3b87f083e00e8002ad23ce39450b21406c7f5aa4c9fd66f5cb09d45383665, '', 0, '?'),
(0xee0adbb2020b92144e988b3b6c8411e8, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php', 1, 0x00000000000000000000000000000000, 0xf31a9ad59022efe0de63808d275a0031, 0x2de46a973284a463037065705024c7c018bfc49dd1abd412f6ab0a165c042d8a, '', 0, '?'),
(0xb866d348402b92c33a38ee71825fd9fe, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php', 1, 0x00000000000000000000000000000000, 0x8eeef28eeacbb10cf7fdb5c30af3c570, 0x634af3f47999b327e9c24eb800f543d2a6fe5183af1d6352fecc4b71d4e96ef5, '', 0, '?'),
(0xf529d1250ebabcd0659e6070017a7273, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php', 1, 0x00000000000000000000000000000000, 0x8b326519d23fccc55225f797f5f499fc, 0xa8b27430af5214d5f7718e1590eb5ef424d547333293824bb0ad5a715c5c7b88, '', 0, '?'),
(0xcf789a2fb996ce443fa35985366b6e9d, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php', 1, 0x00000000000000000000000000000000, 0x0c3e3f8711aa3641227a7cfd11dfa100, 0x6a13259d5a3c128cf84c9f58c57d6133ea780d56de54ed3484663d9bec486d50, '', 0, '?'),
(0xbcefc02900dea721134e40509e0dab7e, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php', 1, 0x00000000000000000000000000000000, 0x94c7a4507949751276a6fef75b92a529, 0x3c81d73a7bd5803d4adb5d8a350b09d608adb170bc38202f742c3a9d12b169d2, '', 0, '?'),
(0x9e36a5df9246e4a7bc186a56437b4005, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php', 1, 0x00000000000000000000000000000000, 0xe32f7aaa760b3d6588a1e68593688f00, 0x0cd3e73a6cc298ad3b87093280d5100dbd337e0a98284973829c6e91d94d4977, '', 0, '?'),
(0xf059441e94ba2b2d30607f4c4fde7ea3, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php', 1, 0x00000000000000000000000000000000, 0xdb3293982024bf324cf7d347ab153820, 0xae4319856c75870dca04486d887c57ecb376604f0c928335a1c499e43be6422e, '', 0, '?'),
(0x094006feca3564a1d4dba127d130fe29, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php', 1, 0x00000000000000000000000000000000, 0xea71b279940a8c6b3e8bec2f8ab73ab5, 0x49b49f4f0fbb2cabdd8cfbc79eb8d9baf0a3eac58aa75c657934793950631649, '', 0, '?'),
(0x965e5865d60947849cc932c2fcb86398, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php', 1, 0x00000000000000000000000000000000, 0x4b707e6f234ad6494d14055b2e64bc25, 0xe241027e7c900a2a892b1e2adb6afc0bd0654b20306ec2abd088ba454e6f6cb2, '', 0, '?'),
(0x84d79cfc52767ca7f61d5da00c5cc151, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php', 1, 0x00000000000000000000000000000000, 0x98453fb30eaa5be7cb986d17f07e0e1b, 0x821f4197bff4ddda73c9854dd86e77bac18ed1a60c77999cb2c17bca93476a18, '', 0, '?'),
(0xd0cd78c8fb5ac0ab3130c48339c209e5, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php', 1, 0x00000000000000000000000000000000, 0xf228627f0c6c32279ed2cfc88ad85508, 0xe1b32885f21986551345e958ab033119d88598d29775ea91e84da6dfd1f5c340, '', 0, '?'),
(0xf86238e7d51c1df76baefe55743b2cd8, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php', 1, 0x00000000000000000000000000000000, 0xea1daef687dab2b5fc7bfc8cd45efb1f, 0xdd3d1fe64504ecef48c823fc3fb3912ab654c6d168763640c58f8b24d3bbb62b, '', 0, '?'),
(0x0b1896927e6befb7e7830648ad44c54b, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php', 1, 0x00000000000000000000000000000000, 0xbeee53f1c85666d49978d0d8c0324a2c, 0xb712b3132d23f8b522cb359c4dc78e55653050d7287938aa189a4eb7da4d055e, '', 0, '?'),
(0xc62177a5d1b592e9d1621b471dc52b56, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php', 1, 0x00000000000000000000000000000000, 0xe4702d256f19f3a3b6ee8f61c84d3a2b, 0xf3c8e88d9bbbd2b658b592fb829dc8e8bbfcd46cd2ff7d5b970b1b0d1fe5571e, '', 0, '?'),
(0xf3d9242ff7c0373a5800ba98a5337941, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php', 1, 0x00000000000000000000000000000000, 0x78e29bea75748298fd60bf50de41c99f, 0x47cf29cbd085f89854cd247ed5d58a38294107b401218020d10845087404b7ba, '', 0, '?'),
(0x3bce7550e1d62b42d91fb99d2be08396, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php', 1, 0x00000000000000000000000000000000, 0x99ec7108652f07752a6e4585f781ee92, 0x425112101f6591626da2743beefe0e1bbb3669598f21fdde3a70e69f74bfdb41, '', 0, '?'),
(0x365bc6a3dbe279b609b86e08eb242dc3, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php', 1, 0x00000000000000000000000000000000, 0x44ade8a7a6002a6210b36c26c89cbacb, 0xd61764b9f43d8e455e8f3b1db72efd6041777aecb14c3e8363f27f938a089f2c, '', 0, '?'),
(0x87ce4ab71e18af997a0c37787ede1ac9, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php', 1, 0x00000000000000000000000000000000, 0x119019e45d2c65cbe85a3aadc28771fe, 0x08f75dce8d6c28b515a8587c058464ce8430098a97423eda395d44d49e8c35c5, '', 0, '?'),
(0x95f00b4119104320e64739332a1d44a4, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php', 1, 0x00000000000000000000000000000000, 0x3362ae5096db7d8c6e44688436ccf1a3, 0x6257b39e3ab918e0baec86b5af3c6e393e11e5d3add25cb0c686a30735c05908, '', 0, '?'),
(0x648237ffb32ae1682b060439714d2ec5, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php', 1, 0x00000000000000000000000000000000, 0x252c1e7aa89297f3b65138c5aa12f222, 0xfa47859b2a966bfc4b9d48fec279fee79e85eae6eec2e01f00722cb13497b2e1, '', 0, '?'),
(0x352ed5ae8af61c0ac62eb0925645e127, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php', 1, 0x00000000000000000000000000000000, 0x31553b7fa8087df65179bdc673d678ae, 0x1804f023728a2592ca29faf26507666fff0d9c8e3bb4446abddd5eb6080a75b3, '', 0, '?'),
(0xdd715e7499a44cb80f64fb5b6080bc49, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php', 1, 0x00000000000000000000000000000000, 0x541ce4f4b61a8531b8fdf5eaa0328fe2, 0xa285e936ab2f3ffa0624ac5dbb4141003606fc55cb831e4ee2b34fec387d17bd, '', 0, '?'),
(0xcfb3a54650f01185c6c66a27b6ba2614, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php', 1, 0x00000000000000000000000000000000, 0xac5af5689f119eab6d96c2f55f745a32, 0x4cf5623b5fd89afbd5082b7b40f3ec2b475cccf6c3b6faf90f114967b0124b6e, '', 0, '?'),
(0x4c36ac9b2a569710a18b1b2d57637e82, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php', 1, 0x00000000000000000000000000000000, 0x4bd3beaab6afb86e1fc717fffa653089, 0xd71caf53730c47a669b0acebce130f098bf72525cc51b7efeb49f88a78130050, '', 0, '?'),
(0xde689ecfb3bab76b04e40ac521657317, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php', 1, 0x00000000000000000000000000000000, 0xb94192bac0cab9928cbce17b8dfa9d6f, 0x6d01b84f9b9f704d924daa4ff63f77dff6e374796e145a07319d84370f0ae525, '', 0, '?'),
(0xf89814ce1c86b7d841e838f2efaabdbc, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php', 1, 0x00000000000000000000000000000000, 0xedebb45294ca2c3a45fe9d0a8aefd2f0, 0x2e3f1fe0964ab47b30895afe4dedf1bfdbe40f868dd9a0277d91abdc97c41891, '', 0, '?'),
(0xa0531bb4f72c8240217ce54ea3adb62f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php', 1, 0x00000000000000000000000000000000, 0x384e8bb76c3f3c97aaf7e0c150d344d4, 0xd542d2ca7c9afc1daecebb2fc6d46b5bcf9afb408ef726f36d8281b5b78720fd, '', 0, '?'),
(0x10e4ea3082ff3ed10da5d111c2bfae23, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php', 1, 0x00000000000000000000000000000000, 0x85fc2f7a5cf4f34749aa70cbc8c732e6, 0x07248054909db9b004720f0d1d1660a02cc5781814dcca763c59de235a9c7daa, '', 0, '?'),
(0x2080ae4e3d53b8d58bb747c5f60e029b, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php', 1, 0x00000000000000000000000000000000, 0xbf14556ec778e246393952b614ac2357, 0x87314f8b0c07f1bb6c45355efc198e2de2f68f5f024995d94619c86e2e27fefb, '', 0, '?'),
(0xf10be7f98584d5e7710b31718bbc5243, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php', 1, 0x00000000000000000000000000000000, 0x8d0da5f66ffaee1375de8192a88896f4, 0xcbb27a73a8352fae0a4412128d1a55c2f2f439853f50401654e58790c064f32f, '', 0, '?'),
(0xb3cc9a1edcab362f7d1a35c6299311da, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php', 1, 0x00000000000000000000000000000000, 0x896c0146b5bf6ed6ecd9451f0c32f004, 0xccb2cb5d768a46ee0774818ef8570f4184dc08f66c54a8b6bea27384704e90e6, '', 0, '?'),
(0xa00627c0c52c9f0cbfeb2880732e6ac8, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php', 1, 0x00000000000000000000000000000000, 0x2229f1f8a0b544bc9d6e4d8810150b0f, 0xa484b254020d33248aa0000f9b310dc63d04e6a9c1eb1268ce26cc7f142c8c46, '', 0, '?'),
(0xd093984a7ef662262ee62b1e67bc514b, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php', 1, 0x00000000000000000000000000000000, 0x5de192a882a0eec09d4c90c02d431cca, 0xef47071e1907fa9aa7a74ec24d2e73b5af2ad70b3c6a6a61b7c6db36eeb7d344, '', 0, '?'),
(0xcdc86a90a823a609812a4577da842e32, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x17a9b3e47aff0bce5d9f885e8c8f4912, 0xf8690b390f865b6830a17623dcbdfef4e42cdcddd6736d522cb48df58b0895e7, '', 0, '?'),
(0xeca6c4fbf92d1324ff629e6dbb2e8d1e, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php', 1, 0x00000000000000000000000000000000, 0x941bd2ea6425784cbc83486418a79a2d, 0x2e86aa7cee8e67cc81363f8dc9d1c5ac73b85b78ca0d267a949f7dd019a2fde3, '', 0, '?'),
(0xbe8c6ead150d2c4414e46e0de4de379c, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php', 1, 0x00000000000000000000000000000000, 0xf9fc349c2f96f36efc1c6dba8821aa1c, 0x2ac80867d799a5f887023b1d2826c36e6ef5bc463dd652e219432a2b6bf7981d, '', 0, '?'),
(0x0dd38003a6649392ee1f1711c210d241, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php', 1, 0x00000000000000000000000000000000, 0x3585d916f9c3280d9d2c61abc6aa8c0a, 0x8459b633bc8677fdecdb26f2511ffac27b0757404dfc95d5a25d5807a8c6560f, '', 0, '?'),
(0xe07037f5a658751896f3c7245794c691, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php', 1, 0x00000000000000000000000000000000, 0x36968276aa8ecdd6e0a0f644b6cc7b7b, 0x544d6d34390da7424beabff6b4b31dfb2a7ee5822c162f25d3f24cb5fd00ab78, '', 0, '?'),
(0x01c2cd2e2405b2176222159c5126470a, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php', 1, 0x00000000000000000000000000000000, 0x3a656fd939777aff132efae323578453, 0x946c197c58b608f588246be966a54cbf162d951f201c5211528b1c3c1af6a7e0, '', 0, '?'),
(0xccaaafaf176ada857e09bbd435ece80f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php', 1, 0x00000000000000000000000000000000, 0x68c774705c46c594733f572b9a90acb4, 0xb9b43c19bd3d0126d01a1ce3604cbdefb82593be12911d618c732382b559e663, '', 0, '?'),
(0x4e937a86aea5f7743cbf8b4103c966f2, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php', 1, 0x00000000000000000000000000000000, 0xdc2ee6716c9dee2ef3d420c41ac0dc2b, 0xedb38c9ed57773896dc4962bed83b3dbb5567162f4b684bc682aaacbb553cef6, '', 0, '?'),
(0x0c87754f91a7a209faaf183023d6357e, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Logger.php', 1, 0x00000000000000000000000000000000, 0xb7cc0e815fa832fec05cc6a882a6b5ca, 0xfb773e4411e684127b7c5008e6bf828bbe9ebfcbd11d075ea262dcb75b36e806, '', 0, '?'),
(0x17b9007675f86f75e78d076d865ce6bd, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php', 1, 0x00000000000000000000000000000000, 0x34832c01dc9cc6500d9cbc0ac648c276, 0xa21f90228a63f755745fcb18b3361b031fe7a7962641c7d6112ba6daae2f5c35, '', 0, '?'),
(0x3f22760d57e9c17874daeebed6e972b9, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php', 1, 0x00000000000000000000000000000000, 0x48dfe77e45e00af18ff9a40b2a591a09, 0x256f132013b9e9f54e83d9253386f56c0b0ba68701d571ef736214b1d53af57d, '', 0, '?'),
(0xda5c28b1e6628715838df3a79f7462cf, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php', 1, 0x00000000000000000000000000000000, 0xb753a93665221b4ec3bb9b7e673a94a6, 0x2d96003df4184ee9d7a5d9029e6e57840ee6916788d97de7329ab5cb8c96cf09, '', 0, '?'),
(0x951172e6eee3e6878c488c1015418a04, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php', 1, 0x00000000000000000000000000000000, 0x641b3694d84dd8e147d7af31af6c15fb, 0xffa58b7e8461525f2729a62d522858bf1f7cb81c5ad6fe89ca60f992d97bf79d, '', 0, '?'),
(0x3dabc08d06b8a5a8edce21c5d699c608, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php', 1, 0x00000000000000000000000000000000, 0x6497ea95b20d9ae90826819cbc6d0676, 0x14d1f831691821b6330a73b49b1d94bffe721f543e21b11b14f333b9ced8ef6b, '', 0, '?'),
(0xa58817ebd51e356c84d833f9a339905b, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php', 1, 0x00000000000000000000000000000000, 0x38c7af08c91be3992c0d61a7931d2fee, 0x0a8923fb83496e854278224455429fe5c21669db06a231d010753f718e06dc90, '', 0, '?'),
(0x90d11a52b2fe8f7aa76be46c20dcb4cb, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php', 1, 0x00000000000000000000000000000000, 0xa8b0bbeab67f2bfcc0712d369357fefa, 0xfb8a072249e86771124e437b21488831aa633a045eb84d195b67fce2cff0e766, '', 0, '?'),
(0x5b5b4d7d3d9e07e4371712f4da34fddd, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php', 1, 0x00000000000000000000000000000000, 0x2511e6abb86e0eee16edcf818fa68d57, 0x007204e9e438f1cee6c94021e7d1d0226459ab02ee1017d49cd6ea8bdd61ae49, '', 0, '?'),
(0xb42de66ed970e613c02491a51f79fb7f, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php', 1, 0x00000000000000000000000000000000, 0xf4abf7ee4c7b8fd5afa3b44c4e7e665c, 0x4d7109eedf5aeb2272cf52fbdedd4cffbc98e3e9569ac062dda094d48ee73df3, '', 0, '?'),
(0x830d933864d3bcf9d13a2e6d5e272c3c, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php', 1, 0x00000000000000000000000000000000, 0x8872a7a39362441f4deea3ef866a0b9f, 0x6dd3f9cde634b0fafc890dc9077e55b3c5d0c3bc40f46029f99f3670706bb0ba, '', 0, '?'),
(0xfd9ced2052a49b892ac6ba1a3eea1e65, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php', 1, 0x00000000000000000000000000000000, 0xab3ec75d510108cb496d3a4c36f76e48, 0xe2efc4a58e8b70e8883ad06a2ba0fb36667aa673b070aaa6b0ff75d3f23da12d, '', 0, '?'),
(0xc1da58b560f7df097a4319b9837da035, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Registry.php', 1, 0x00000000000000000000000000000000, 0xd84f57e474a31a4285ad62a37ed8fa94, 0x43b420fcc05d4d204160748da7f83b8824b64ce9d2b715034cc7f588834253dc, '', 0, '?'),
(0xf304bc5379b0ab3a5cba7efe6f2aa7be, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/LICENSE', 1, 0x00000000000000000000000000000000, 0x1f6cdbace73c11fc23ebe3289a2ead0c, 0x8d8a7d8acd2b982a437c710d41a8b597130901fc8ba62732b279bedad96a84ba, '', 0, '?'),
(0x149b4381c0b8df400cb09c494a1577a4, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 1, 0x00000000000000000000000000000000, 0x22d0024134a5291b96ba1e04ff5706cc, 0x4ea81a6c5d28e67297aa611a58dd82b23d05c131c6092b4c15bb9523cb76c18d, '', 0, '?'),
(0xce31f2d22b29ebba474e58243e65b68f, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 1, 0x00000000000000000000000000000000, 0x450260568ddca20f50130fb54f3907a7, 0xdaeb09ca964f91c8fdd101df7ea04259a24aacacbc531ae584d043c6b8dc3540, '', 0, '?'),
(0x7744aa4c9dc9b717ab2b8ec37ab93d0b, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 1, 0x00000000000000000000000000000000, 0x93193a666526c63ba95629cd71504aef, 0x5660a8bb40b60dde14385cb60cd13ae69e0456c742095528986aa091ed3e7b0a, '', 0, '?'),
(0x35d25020e93c5e791a40a3aa47f372ee, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 1, 0x00000000000000000000000000000000, 0xe695ed56c5178ac7ee1f438e728f1f24, 0x28d9a58ba14ea35a33383f9b241ab056377383e108be2f334496298aa1fab85b, '', 0, '?'),
(0xf78a1494b3c560fb9bb8a2b9ad3bde17, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 1, 0x00000000000000000000000000000000, 0xac5a5a2c4575e74393c3137cc76e0919, 0x32e0aa6b2e13fe6ec95143ffb8e92722d3f5727145124315e01f4e4f22c070b4, '', 0, '?'),
(0x739a2c8be3e282ba0cbf9b35734d81ef, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xb3f535931ad7ccaafb5bc67555cd14c1, 0x78e7d26feae4eb002167f333febb5b9065f9415391d0bcc1383b262a1d731b37, '', 0, '?'),
(0x5a155e0f04e4007de1e926ec89168ffa, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf', 1, 0x00000000000000000000000000000000, 0xb4409823562c617107907cd04d67c8fa, 0xae04019c83d63090f95ec2aa237670863c20a62c789ce5f8b9fb492b2c8db15c, '', 0, '?'),
(0x69e141b7ef016caaeb072447b027a604, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x16185f0e38f573358ff5fd48be944f1a, 0xf0fabd387b3bcfcd72b3732198529ba935630b7e6f50462b72bb1773b04384d6, '', 0, '?'),
(0xba872ce6bce98858e97109a9e323a0f0, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheException.php', 1, 0x00000000000000000000000000000000, 0x1a60b5b8a855d81fdf394ca1923668cf, 0x91ac1d3fbc9b7535d7782ae26685c1d297f981c0db160ecbb972dc91998e972a, '', 0, '?'),
(0x1a8a7068cd651d64d9fe16ce201d15d5, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheItemInterface.php', 1, 0x00000000000000000000000000000000, 0xf002ace379a7ab5c034751bcf1ba1e31, 0x44262c32d1004b75ec5bafb561295862af52ab9a783011349a7a5d8041943d1e, '', 0, '?'),
(0x3562761c0b98f508795ae17cb31bc88d, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheItemPoolInterface.php', 1, 0x00000000000000000000000000000000, 0x9e16dab28c6052b0a234ad5c0d929daa, 0xb22cb69d023d15d6dafd57655b8e36bd8f3b1ce0c38b24b08088ce74d7f1d309, '', 0, '?'),
(0x6607b71c5e61532def31e2210c287221, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xa91bb63c56eb83de54f58917ac62970e, 0x6c5088dc897542b9546aec6749704edf6a22923fc7c84c42e68319cc4211219e, '', 0, '?'),
(0x91f0dd7de804c4348e84b3679c18b932, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/LICENSE', 1, 0x00000000000000000000000000000000, 0x1b0b156bcf7972a5f131e1e461e84b30, 0xf78c0fd56118993389a9b4a664f3b5f827347523170fe5dfd2837669254a715d, '', 0, '?'),
(0xcd22212e9c16e4a4a5724c4dd387eb69, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x5b86144b4235dd435ae390a2d2b497e1, 0xa169ee3ea5b608132ceeb24e3b16226bc2f5cc442d7d83f583b574e27a8ba04a, '', 0, '?'),
(0xccbd61a4f03d28d4f2d3fe6bf1a7385a, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0x9f968a5accc656ebb969b6a973f43610, 0x619ab8f7d8bdab55afa35a22283573dd67e300f3d2755944175b04c5f705acee, '', 0, '?'),
(0xd2e17921b4f5851feddfa95ee4d39ae5, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x3a902ea57f57a8250e371ba6ea40c3b1, 0xeb7140f88c77a80610ec348528d65d9587723483f57792cf7eba23e00d1af2de, '', 0, '?'),
(0x351e5581e3e3a15eb1520bc3a4578056, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x8694cf6882b28ef2c24c444d290682ea, 0x30643fb08664ca1bc3b1e2a053a10261e8e297640ce9a40e3fe4de8f2a866495, '', 0, '?'),
(0xbe31222d38e37d32ac88a66ef8137c40, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0xdde87a38357aa58a17128df6bca5a554, 0xe0c5a621ea1ac4457ca0047389bd03bcf5499dc5670bf5df9856a434e171a74e, '', 0, '?'),
(0xac2294b43e662ca0c495f7962adbdb74, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xbf303071ee88d14c0b9f4482002698a0, 0xdfb8830c336b3d34b444d253172f1116b26f66f4e9f16a020512c40869edce16, '', 0, '?'),
(0x9a40e0b9c6d61a3459778e04a015ddfe, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x77f0ea01e2cd3a2848d1dec182b2c9eb, 0xa289a39c2e78838532d0b6fbf8ed3d3222ee7f23d085a64afa2111e17b690951, '', 0, '?'),
(0xb864edc9ac473b77138c04f842f1ec60, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/LICENSE', 1, 0x00000000000000000000000000000000, 0x1a74629072fd794937be394ab689327e, 0xda4b8b9691d4bc8f16c5698045a9bd6cb631b339475203beaca54d19f343de0f, '', 0, '?'),
(0x3a7bf32837b2d8e7b4066052f262c87d, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0x26eb607e5318188016615326bd89a9be, 0xaaff37b00b905a3fce9941e575a62a2fbd8300d04723a80cf5fa9cac3246e5fe, '', 0, '?'),
(0xd500ef21bfc83e2c96bb81857f96bc79, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x7d2f0bd1583524d739fff12f0507de65, 0x053baafe3562b0bd4714ec53a3a6423a0f657da2e8ecd1d621717c7ad236f4bf, '', 0, '?'),
(0x4b49733f920384fa4f0b68191f663996, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0xcc226142fd5d390d030b39c61cf97843, 0x6eaab35979cc18912200f78106b490ff0a64232e656735fa36c4645ca4cb3e5e, '', 0, '?'),
(0x0fede11699d2641d4e5fc4e69aa08e40, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xcfac6d4dc3ebf2c7f0e49f74d1bcd44a, 0x66f0fee9822efd25f5012ac69a100f1f0c576e1fdd43e305f3f21b73ec5369fe, '', 0, '?'),
(0x3316f0f032af100d2a7afed3fd9a719c, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x221f47ac7d3da4800d2c0e26cdfb351b, 0x6008a7f0d9bf11efd2ca46603d66a5f379a9dc60b9ea34c4196e4900ef4e2507, '', 0, '?'),
(0x69c0d7567cf29b049c9ed83cb04d36fd, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x1ae09682227159416a299d0ea940d34e, 0x5b59d86f64f98d6123d902c3504224bd282098d75d989cd728e3c242e604a61c, '', 0, '?'),
(0x4a6cbd3cab21c3565d7dadc016f64ef7, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0xd1152080b1b7a8812f6a3023b63f0fc0, 0x387217fcbde23d53db877ed185cee626e93cf3f579f0c999a065d9c5a86fd7b8, '', 0, '?'),
(0xd5695a78498b6b063c78c24308ee5475, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0xd66f51c1fc729b09e54fd8821c7dfe46, 0x19efcdae1388910660e92966e747643d64208cb33e10e07b55d08bc43676cc7a, '', 0, '?'),
(0xc291137b670dbd2188254c22bc4e4dfd, 'wp-content/plugins/wp-mail-smtp/wp-mail-smtp.php', 1, 0x00000000000000000000000000000000, 0xe39a5a490dfd26a6f5c0de1ac8a040e5, 0xf5e6d7f10bdb692b270e3bbc8166124b5be7a65cbde9afd4837126759b7d886e, '', 0, '?'),
(0xc361e3259557c24fd0412b0e22c963f9, 'wp-content/plugins/wp-mail-smtp/wp_mail_smtp.php', 1, 0x00000000000000000000000000000000, 0xb2b909a95c3d76bdb16e2c8af6068761, 0x5d6bd8c560689c6cf1c9faf068cb73947d41c12da43133a795758d65367d47d8, '', 0, '?'),
(0x05fd7c0fbf9facdf12fc422311c64994, 'wp-content/plugins/wp-pagenavi/admin.php', 0, 0x9dbc521767e1ea448494b19ad712fe85, 0x9dbc521767e1ea448494b19ad712fe85, 0x9b521b3881bc0c57d91db5220cd4418c84f0db5a942d2446076227aeade1a8ed, '', 0, '?'),
(0x0c97d0bc8a738ed0fa1530283f801eb0, 'wp-content/plugins/wp-pagenavi/core.php', 0, 0xb45deed2d2c55edf993ec17db9e74695, 0xb45deed2d2c55edf993ec17db9e74695, 0x7e5751e809c1a5e1a0d29eaf76a194387e86270c798d24ab9aa3005e085b684d, '', 0, '?'),
(0x1c738a93572996bed603bde9d6fdec90, 'wp-content/plugins/wp-pagenavi/scb/AdminPage.php', 0, 0x2a4b335ccfadac679cfe09c7534efbe6, 0x2a4b335ccfadac679cfe09c7534efbe6, 0x32070f2033234dacac9294af3efee01634aee51cbabb0f56e17edeb16e5c6304, '', 0, '?'),
(0xd6e9c14acc98d4aa92856c6dcb98501b, 'wp-content/plugins/wp-pagenavi/scb/BoxesPage.php', 0, 0xb65a900d85d052bc58348863f7765ebc, 0xb65a900d85d052bc58348863f7765ebc, 0x4e2fde8dc70445f7f649ee3a322b5c68d748dc9308a13b8527078a3ef2a1133f, '', 0, '?'),
(0xed306aaf8f20e435b0e734cfdd2b458c, 'wp-content/plugins/wp-pagenavi/scb/Cron.php', 0, 0x1628a4f51c33eafc3e6e05a9eb557929, 0x1628a4f51c33eafc3e6e05a9eb557929, 0x518dfec5b8471264363d52ccc8677c3f656e0ab3e114971f52b59ae2553e398f, '', 0, '?'),
(0xd58c172ca1aad23cd491dbe2541e100b, 'wp-content/plugins/wp-pagenavi/scb/Forms.php', 0, 0x857e2f2cbb584342ff5187b02b71e2fe, 0x857e2f2cbb584342ff5187b02b71e2fe, 0x9b641b3e29b4f79cf3a894f4c097ff3286c6bbd72040a1be24a3172da2cb4965, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x278068b961d1850e8e6577c686a1d094, 'wp-content/plugins/wp-pagenavi/scb/Hooks.php', 0, 0x1fff59d7602df3e848d847853f2e3450, 0x1fff59d7602df3e848d847853f2e3450, 0xae3d9843058bbc7be7fd8782d5c5a633fc8f24527806d511e50c39490e9122ad, '', 0, '?'),
(0x06982b1b43820ebf549e853eaacc51aa, 'wp-content/plugins/wp-pagenavi/scb/Options.php', 0, 0xc1724dba0ff03eabbce7cb3c3c191265, 0xc1724dba0ff03eabbce7cb3c3c191265, 0x8ad88e9864d0cf4ba1f2ed52e44e78cd8ed0598eb0054f8d360cd52ee00fba7b, '', 0, '?'),
(0xf94064d3ec5bf22fa3d4a7d2447f713a, 'wp-content/plugins/wp-pagenavi/scb/PostMetabox.php', 0, 0x47073e8fed8a8f8fa3b255df83380ec2, 0x47073e8fed8a8f8fa3b255df83380ec2, 0x813726b8daa29e33f9d74eebffbe6065b86412afd36aa9c6b999097164ba6f83, '', 0, '?'),
(0x18ec57c4b5114f6ed2a01e38ce4ca244, 'wp-content/plugins/wp-pagenavi/scb/Table.php', 0, 0x974a42534e14274df0d24f04a0f8d844, 0x974a42534e14274df0d24f04a0f8d844, 0x0c74b9bf90b133dc8bceb5ca0d957dbcb761a8f81ff3ab4915bf5fc1a9896113, '', 0, '?'),
(0x8787943862e26aa7ee3c213b4b658f69, 'wp-content/plugins/wp-pagenavi/scb/Util.php', 0, 0x6af768004afcb1b1f68b727dbd343d12, 0x6af768004afcb1b1f68b727dbd343d12, 0x9510d157841ced7f6252fbdd4d0761074b963723271f1753622113e42c1d62fc, '', 0, '?'),
(0x597c44cc6c782f94fa973c01394c37d4, 'wp-content/plugins/wp-pagenavi/scb/Widget.php', 0, 0x232c465672d737658aeb4f86cb30536e, 0x232c465672d737658aeb4f86cb30536e, 0xfa81cadaf1eaec7b8424b0e140b27273ff1b16e10117da25e20a26aff2b36301, '', 0, '?'),
(0x1e3c293a199e0caf90060b9ec45b674c, 'wp-content/plugins/wp-pagenavi/scb/load-composer.php', 0, 0x717949c90a431ed32db1ff64521a7f49, 0x717949c90a431ed32db1ff64521a7f49, 0x7038d91fe645fb080ee3206236d1da327065065b22525e7d531cced77cc9a502, '', 0, '?'),
(0x6abbbe71a46013847fc6b2fabf03545a, 'wp-content/plugins/wp-pagenavi/scb/load.php', 0, 0xe6276e413eda85d1bcfabef844775268, 0xe6276e413eda85d1bcfabef844775268, 0xac2ac7df0ad481c9e79a9032581dfab34714d600262820c759fa4ba85b457fff, '', 0, '?'),
(0xed76ae3aaadc936f17eb9cd86f73d9b4, 'wp-content/plugins/wp-pagenavi/test.php', 0, 0x9a58cdf7c328be5bb0f68b54bbe4f62c, 0x9a58cdf7c328be5bb0f68b54bbe4f62c, 0x63d5b4f8759fba05e564f56518b6d8e398d94e0bc0604d6f351022c15d3f0dad, '', 0, '?'),
(0x750a3b314fe0de3889a2d4a3b5149d8b, 'wp-content/plugins/wp-pagenavi/uninstall.php', 0, 0xf337332c0bb53ef1cc79c272b62a9b36, 0xf337332c0bb53ef1cc79c272b62a9b36, 0x7ebac5323da826cdf25173fc2e7f8ea7a239912f9f478063aa7ce6fe09565365, '', 0, '?'),
(0xbfd69614ba242b3483c66bf288da5e98, 'wp-content/plugins/wp-pagenavi/wp-pagenavi.php', 0, 0x0c80641140931eb8a1250a6c7a438101, 0x0c80641140931eb8a1250a6c7a438101, 0x0e0062e0cb10667ff43779fd49d0f0a77d6ceba1d3443e7b70af609d5daf4772, '', 0, '?'),
(0x01b360e355eee79305b9f905551f79c9, 'wp-content/themes/anaclin/cache/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc1eb3563b3fa56834016da811ebdd0c0, 'wp-content/themes/anaclin/fonts/fontawesome-webfont.svg', 0, 0x912ec66d7572ff821749319396470bde, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x0cd26b0bcbabbd0732fba1862bfa6dc2, 'wp-content/themes/anaclin/fonts/glyphicons-halflings-regular.svg', 0, 0x89889688147bd7575d6327160d64e760, 0x89889688147bd7575d6327160d64e760, 0xb497faebae24da36920260e492017cb4b8792b0bf40e5e09386325b289fc6bf4, '', 0, '?'),
(0x8ce3f45fbb4209bb6391a67e9f3353e2, 'wp-content/themes/anaclin/footer.php', 0, 0x5f143bcd21964db0f97afaa45911631a, 0x5f143bcd21964db0f97afaa45911631a, 0x24bb4e3074dbfa18c36931a874db5d045fece0b6660f488186dc32512ae3e4b1, '', 0, '?'),
(0x81ca6205b405bf1d6729ea9942544d03, 'wp-content/themes/anaclin/functions/dev_posttypes.php', 0, 0x140e905d27c38407846f8a141921bf0d, 0x140e905d27c38407846f8a141921bf0d, 0xc84ce9f32de6a8f25c82916290cbd286cec41323513d012afcb31cabaf0a0d5d, '', 0, '?'),
(0x6d80884abdce6c2e3143d330a117c3b1, 'wp-content/themes/anaclin/functions.php', 0, 0x969879c5402937d4b3d350f0bf1b2061, 0x969879c5402937d4b3d350f0bf1b2061, 0x87f5c73fc0e81bd499c8e5691c805c7b613897f15664468bfd23290d242e5151, '', 0, '?'),
(0x4346ea54b35d969d34ce776b151a9529, 'wp-content/themes/anaclin/gallery-metabox/gallery.php', 0, 0x70ebb42a26381326f9f4c15ec669e312, 0x70ebb42a26381326f9f4c15ec669e312, 0x3c69c23dcace2fab63ebad777292ca637e9ac9f53cc7dc2ef35f8550fadfef0c, '', 0, '?'),
(0x53af373616c29a8568725fd5b45b74a8, 'wp-content/themes/anaclin/gallery-metabox/js/gallery-metabox.js', 0, 0x57f6845f5600c310097a3869d690c6e0, 0x57f6845f5600c310097a3869d690c6e0, 0xed53e6218cd50de9aa9b87654d0f263a91edeb409963a6867f8e2c2cd32fa3cd, '', 0, '?'),
(0x4b6a778811cb2716842fb19cbdc6021c, 'wp-content/themes/anaclin/header.php', 0, 0xa127541521af9c7d9ea4d466577bd15e, 0xa127541521af9c7d9ea4d466577bd15e, 0x1d48230e8098a16d22e3a42554e4de0120650cee44bbe55e135233aecfdb38b6, '', 0, '?'),
(0x07441dfe13a39e4a19f29476768d6255, 'wp-content/themes/anaclin/header2.php', 0, 0x019bee2b177c06caf766e0396ee62ebe, 0x019bee2b177c06caf766e0396ee62ebe, 0x23e4174529a1f2333044cf2453723c5742cf0c22fb6e915218989ae20f8150e6, '', 0, '?'),
(0x0a7a6525b859be907465c09840581461, 'wp-content/themes/anaclin/includes/dev2_metabox.php', 0, 0x611a4c6ce0d19b46c544d57afb3c3999, 0x611a4c6ce0d19b46c544d57afb3c3999, 0x738a1d9ce50b15da8e5811a2c705cb1bb8346d1192986a226f1d9e4fa9ced008, '', 0, '?'),
(0x573f4ab6174e256a9ec0828a33efc7ab, 'wp-content/themes/anaclin/includes/dev2_newsletter.php', 0, 0x9ccc0454f0ed06468620ff8f5ce7fc79, 0x9ccc0454f0ed06468620ff8f5ce7fc79, 0xc6aa468a08c9798736af39542a5d40472095cb81d060abfaceecfbe8d0db7c88, '', 0, '?'),
(0xcbb80d8cbb06e373b3e771a8c753c837, 'wp-content/themes/anaclin/includes/dev2_preferencias.php', 0, 0xf1b54a3e124c729bc955b39836fb4a0f, 0xf1b54a3e124c729bc955b39836fb4a0f, 0xfe4c2403af20403cc716b4122eed81cdc23fa2d997d6ff59810fc17758835036, '', 0, '?'),
(0x607ee0a9c73cc6a19f36fbdccdbb913a, 'wp-content/themes/anaclin/index.php', 0, 0x59dcad90257c8e9cd854f003e87ae71f, 0x59dcad90257c8e9cd854f003e87ae71f, 0xf9d6e07230f39472d3045679295639e5793b847dcd316f648c65b886c3d5e3ed, '', 0, '?'),
(0x463e584d6af776829db255fe75a602b7, 'wp-content/themes/anaclin/index.php.old', 0, 0x287cdc4d35e6243df19a0b64613d8674, 0x287cdc4d35e6243df19a0b64613d8674, 0x1aa2caf6f5f7f82c20b623b731030e9d62a204fd1994e32eeb82b39f1856fecb, '', 0, '?'),
(0xb3a1d9b7a2b2926478350aa78130cc99, 'wp-content/themes/anaclin/js/bootstrap.min.js', 0, 0x5869c96cc8f19086aee625d670d741f9, 0x5869c96cc8f19086aee625d670d741f9, 0x17da48f8176f2ce138d04a7ab293a7ee16dafe38c4666dedbad09e5670250333, '', 0, '?'),
(0x3e6633ac9ea19ceeb814f76a2bb14dcd, 'wp-content/themes/anaclin/js/jquery-ui.js', 0, 0xae78792e356e44cb37f2f248d4bb7a94, 0xae78792e356e44cb37f2f248d4bb7a94, 0xa504b41388a7363d81988ae9d760b3d2b42d13884ee1f54371111adadc69086d, '', 0, '?'),
(0x865fc099242a0378b3217337c85273d3, 'wp-content/themes/anaclin/js/jquery.fancybox.min.js', 0, 0x3c9fa1c1199cd4f874d855ecb1641335, 0x3c9fa1c1199cd4f874d855ecb1641335, 0xfb9cc01a524f6409be1218c3bfad3ce81525d1909d78443b551b468f32280ea5, '', 0, '?'),
(0x983f7c6ab177e9b21bee09da9232a99f, 'wp-content/themes/anaclin/js/jquery.mCustomScrollbar.concat.min.js', 0, 0x42a368e95b4a38989c8984c672d29ec0, 0x42a368e95b4a38989c8984c672d29ec0, 0xeb4d54f8a315bcc23acc7be38043804a14fb600638cdd45e6efd013accc2a7b1, '', 0, '?'),
(0x027727c41f7db5e609461282054bb36f, 'wp-content/themes/anaclin/js/jquery.min.js', 0, 0x0fca26b5a37a66d68d0f4406976be4b5, 0x0fca26b5a37a66d68d0f4406976be4b5, 0xbbb6beac4e1370ca5b7397227f604103f65facdbba73fb286498e7bb33e598c6, '', 0, '?'),
(0xbaceeb4e5f9341d78f3cd02aab62f0bb, 'wp-content/themes/anaclin/js/main.js', 0, 0xfd509eebb9c9cd4b356a06ed89d8a806, 0xfd509eebb9c9cd4b356a06ed89d8a806, 0x7315a58e3cfa76f5ddfd97d4f7e918c2d11e27b1e7d90d8a2f0f251010f96515, '', 0, '?'),
(0xf5211b8bdb17cfc4846c85ef59dd64de, 'wp-content/themes/anaclin/js/npm.js', 0, 0xccb7f3909e30b1eb8f65a24393c6e12b, 0xccb7f3909e30b1eb8f65a24393c6e12b, 0xcb6c88670cf5651b4a8e78ba218ad546aded81cd175b33164c7807b70b875e40, '', 0, '?'),
(0xb9133ffc9d0d9ac502b0141ac1c4fd8f, 'wp-content/themes/anaclin/js/slick.min.js', 0, 0xb53bdfc29e18f4d493d775a8023fbdc8, 0xb53bdfc29e18f4d493d775a8023fbdc8, 0x38c9764aa65d4efad946e8eb22afdd56bf3ed1395056278f52320f96930fe609, '', 0, '?'),
(0xbabf559c44a8e69879f1a7fab13b1567, 'wp-content/themes/anaclin/page-a-clinica.php', 0, 0xa1f2d3221cd37a9773c54b266f8fc756, 0xa1f2d3221cd37a9773c54b266f8fc756, 0x3ee852f463e7ba77f9dd19bdb26c1349ca3c8ab9f3aaff6e966262ab56e1d7de, '', 0, '?'),
(0xe1cb2b3d5c958dc7cd3cff8b5bf1fb75, 'wp-content/themes/anaclin/page-clinicas-credenciadas.php', 0, 0x5d9a8ba5c2943d4f2dec01507d3abed9, 0x5d9a8ba5c2943d4f2dec01507d3abed9, 0xdc1e41fa15dac5a159ca9f0b2c63f7270cac749aeda3c6c6a13287567bdb3c83, '', 0, '?'),
(0x8eb68d52c7fd2c81e280383be3a85644, 'wp-content/themes/anaclin/page-coaching-de-emagrecimento.php', 0, 0xaf1fe3f48244b392e8468271ecbf1871, 0xaf1fe3f48244b392e8468271ecbf1871, 0x5ca8d4796f841d56520698c20afbfaa3c15e5a16c5cad0e0b437d9b59846fd90, '', 0, '?'),
(0x6747dc5ba9b986308158496e5a9a1606, 'wp-content/themes/anaclin/page-contato.php', 0, 0xfddf5dcffd8fb5d509c2a79bc0e59d42, 0xfddf5dcffd8fb5d509c2a79bc0e59d42, 0xf2d7ff4c0b5fc93dd6f4db9c2af293cb68c8793e9ebfdcc29247d0a80e0fc53d, '', 0, '?'),
(0x8c74f53eb0b61224fefcba447bd6d9e5, 'wp-content/themes/anaclin/page-depoimentos.php', 0, 0xeac4873eb088bd738c44b3b231b91884, 0xeac4873eb088bd738c44b3b231b91884, 0xa849c33f0df3bf719bbcdc3e641b8af9af3dcfe60fd478c5f5ce3f4cf86baf98, '', 0, '?'),
(0x67ff366399aaf6b471d6bbb7a9fde0c9, 'wp-content/themes/anaclin/page-dermatologia-estetica.php', 0, 0x68cd904934b9ff38a4997a856992c4d5, 0x68cd904934b9ff38a4997a856992c4d5, 0xfac6f48fd3d2cb869d606f23a9d08b23a847a5b1dbefa9862b202d45af692904, '', 0, '?'),
(0xdc9caeb86a41abd1798d33740b5aa2b4, 'wp-content/themes/anaclin/page-especialidades.php', 0, 0x706ab8d5a90c3e4f56a34ea586d2c792, 0x706ab8d5a90c3e4f56a34ea586d2c792, 0x1096ceb16842b3669cc810fbf63006a0142f05827cc3fa7008815579a7f3bf58, '', 0, '?'),
(0xe4f6f7ccc730feeba7058d2b18871dc9, 'wp-content/themes/anaclin/page-exames-cardiologicos.php', 0, 0x3b1eee1e88d3103029f6356da94b98b6, 0x3b1eee1e88d3103029f6356da94b98b6, 0x2d99c29cba36c84dedeb062cfa52c932d0b4e2f80404466ab4edcc2afe1ca065, '', 0, '?'),
(0x08694f3d2321776f11766f1653616c12, 'wp-content/themes/anaclin/page-exames-de-emagrecimento.php', 0, 0x9dcfd2ed3b04e15006050c399bce744f, 0x9dcfd2ed3b04e15006050c399bce744f, 0xe3993e80c56b9c197b3a9e01a5705ef1809af5223c88c8744dcfb71ac03876ae, '', 0, '?'),
(0x8a29381b060fa36ce258d2d1f7259c7a, 'wp-content/themes/anaclin/page-exames-de-emagrecimento.php.old', 0, 0x55c9d0a770f7321c10c96d12f837d673, 0x55c9d0a770f7321c10c96d12f837d673, 0xf5f7eff805299d5a1b82a734e6d81e95734f94bceb12e7f729ab29464e0ac745, '', 0, '?'),
(0x66c0b40b2eb4b8e4a4d86afabc2ad01a, 'wp-content/themes/anaclin/page-exames-dermatologicos.php', 0, 0x39fa67b7cd240a3482494b5d850076ea, 0x39fa67b7cd240a3482494b5d850076ea, 0xb3af625d21a56cd68739b9d3d9d303af29652d2d0c4246881b6bba8bdd7a919f, '', 0, '?'),
(0x772ab1b0e80b6b560a31b74b26fc2798, 'wp-content/themes/anaclin/page-exames-oncologicos.php', 0, 0x427edb6eb9dd12c6ea7fa86a72e71186, 0x427edb6eb9dd12c6ea7fa86a72e71186, 0xd13cd396a6d4603cb259f4dc7cbc56c9eb1ac40ddbc4160d7059ef4b6f0db1fd, '', 0, '?'),
(0x6d9dc3444ed855b7edf4dc04d5de7e5a, 'wp-content/themes/anaclin/page-grupos-de-emagrecimento-e-cursos.php', 0, 0xe67b4720cd30b760f6da0c7dc1b27bca, 0xe67b4720cd30b760f6da0c7dc1b27bca, 0xb5c9b7c2a73e4b0345c62b709cc11a5ce4d9a4375a764c7a166e5a32cf976125, '', 0, '?'),
(0x6a10d230aea5b27cfa86a1b165018fc3, 'wp-content/themes/anaclin/page-noticias.php', 0, 0x61ea509f73443e1fb571d99981ce0c6b, 0x61ea509f73443e1fb571d99981ce0c6b, 0x635943c6e126ab35d676408717b11ed39cc20de59015f59b9adac59b84e70bee, '', 0, '?'),
(0x1c1384ed41f1c18eefccafe684ca5a7c, 'wp-content/themes/anaclin/page-nutricao-personalizada.php', 0, 0xd0f06fbe79872d323efa3f1a255e1b6f, 0xd0f06fbe79872d323efa3f1a255e1b6f, 0x1c01879903d54ecae289fcc6a9527dd2494c949b6e6983b3382c75e9f612cc53, '', 0, '?'),
(0x205222e5109b188dcdc692ac1cdfa566, 'wp-content/themes/anaclin/page-paternidade.php', 0, 0xf7cae404ebd655f67273e714ce12726d, 0xf7cae404ebd655f67273e714ce12726d, 0x4659fa9dfb60f4e8fc5cfdb5c4473d1a99a3f8a8e94ce188dcc5e8e5ea59fae1, '', 0, '?'),
(0x4468684f73c17cfe667f8bbc14dadcaa, 'wp-content/themes/anaclin/page-performance-fisica.php', 0, 0xfd283ddd464df74d973682013939a7e4, 0xfd283ddd464df74d973682013939a7e4, 0xb645227698cd3dc9e7a9a1325e0478305fa1ed5a1c7ddc0fb740f82ba7b361a3, '', 0, '?'),
(0xac7c02b04e61694872d0d387b3687a3e, 'wp-content/themes/anaclin/page-prevencao.php', 0, 0x60244a78770fd23e3797c7bea3cd01c8, 0x60244a78770fd23e3797c7bea3cd01c8, 0x07db7a396783e8b378a89ed8a51a1fdb03811d0413251772f116cd70a785ebda, '', 0, '?'),
(0x964f2b523ea8b483d347e3a1192f164a, 'wp-content/themes/anaclin/page-servicos.php', 0, 0xdc56758d75742437103913cdde530a31, 0xdc56758d75742437103913cdde530a31, 0xbf06d3808beb5f6aeccac306f6652b518934f604a24bdadd34ec9d9c563a429e, '', 0, '?'),
(0x340374edea80c64f5ce00e5e7da95fa9, 'wp-content/themes/anaclin/page-servicos.php.old', 0, 0x7b5b602684ed932105a790a363f04e13, 0x7b5b602684ed932105a790a363f04e13, 0x49b1243fef40329f1a9ef39e5abdee8e05ecc0ead9ea7f2b9e1cc16b39a9a69f, '', 0, '?'),
(0x98269f0beb72090bba409211837ecbae, 'wp-content/themes/anaclin/scripts.php', 0, 0x9a09c1dcb879a446ae45c946151b0028, 0x9a09c1dcb879a446ae45c946151b0028, 0x5f1665072fef2b9c10962cff82d48ed1b0b9e4ce60bd871a070704ac5cdfadf7, '', 0, '?'),
(0x5172a54d74be0c097f667b312ccc5001, 'wp-content/themes/anaclin/single-especialidade.php', 0, 0x35f9811c103fe511c83093907e92b821, 0x35f9811c103fe511c83093907e92b821, 0x8a935903c25df6443e8dbfd56b450036db8ccd68acc9b5499598ac8e575aeed6, '', 0, '?'),
(0x9fdefcd9d88feefd2bfeea2036b1335e, 'wp-content/themes/anaclin/single-exame.php', 0, 0x045bd47999bd216d2b15910fae7260c8, 0x045bd47999bd216d2b15910fae7260c8, 0x48012325cb9f23f666e2e4c9fa17d1565213c0740ea122bf02c07cc1caa2d461, '', 0, '?'),
(0x153a17fbb2565000174dc0eac1a40d6d, 'wp-content/themes/anaclin/single-noticia.php', 0, 0x9d92d1c71573aa8893abbbf813e53d08, 0x9d92d1c71573aa8893abbbf813e53d08, 0x6a930c9a7ea89775e3fe2dc6662e41f2eadd51ef151b227af1ba3567cd68673f, '', 0, '?'),
(0x75a8159d326b383c36a208bae1cf8528, 'wp-content/themes/anaclin/tim.php', 0, 0x842454b1c92562ccec5050d668fd38d0, 0x842454b1c92562ccec5050d668fd38d0, 0x6299c049a5a37727f15a988e8bdb8864ec8954405c099e7eeddca1906e032e22, '', 0, '?'),
(0x1db0d743ddd885e9f96c12804638f3c9, 'wp-content/themes/anaclin/topo.php', 0, 0x97b28d4c79b0da3ff670e3015d17c192, 0x97b28d4c79b0da3ff670e3015d17c192, 0x370906ceae2db942146abdf210334e5c8f20019e9b5487b0782ea96233ea0587, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', 0, 0x6a9b0922f57e0473cb3e6487792a658e, 0x6a9b0922f57e0473cb3e6487792a658e, 0xf52904d2f7e82c503008810d9b77e34847c033d0f94a9f08718a012ddc3e3617, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', 0, 0x32659507eb098c1d5bd1e3d0c6389b25, 0x32659507eb098c1d5bd1e3d0c6389b25, 0x5a7a55a5b9f78dab63f36ad3355b2d2bc1eeacaae999336a9a67f19f810f011f, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0xd757d0ea6ee22b647e6acbdebf00683f, 0x6b5433f9cda61f9ed09792abf48802f4339a8f9cad3946a0e6f8ec5418f70ee3, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0xf86631036038031d106377db00ccef3a, 0x80cd9a422ed674be866da3f89ed9932fd31667d1c962ef18474464c8175a5893, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x7d8c0db1e4b777223e17d65819fb2b6f, 0xc38a3fe08249cdbd2af7012f0fea820c281e5966963885df260fac6cc2c8b077, '', 0, '?'),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e, 0xbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x35d98aadf8f7cc6851336651f7a66b98, 0x1f3f0a67cd07183dcc32f02edf551e905b7a69bcc0e8cd174bfdb086e0a1f3a7, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x0a250d84a4380f86fa833b65d67d79f3, 0x38c77d7c1e40170bc073ccd0db8c5c7d0b58bb867fd1ffcce30a3d133d8ee948, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x082564998a44a982b1f3417a69c41433, 0x3ab45260023e3a9c140b0b8cedb1ce2c3f056864432090986b667421e3c632e1, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x6b93f4b72b38b6d104e7b8742c415ef8, 0xdd8a59780ef71cfbf2f429b61474de1574a483978ddc19617430384a3e739148, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0xa58663536509747b6ed7e69b911fb99a, 0xb8cf5af07f0b9285cba49506b2491ddd1d4c5ae37e62b17ce01b7b108709ab89, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0xdd5477fe1cce0fdcf760d8e33c84ba9b, 0xe2311ce78168fe00a98d917fa94595fab9202ac73de1abd61ea6da78cd05d004, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xae54c9744bec8480b9310907b3db2374, 0xee877e1eef82f954276181486c11119dfcb0d13e007c63ea41b460111c1bd08f, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xf3ea566007c94c03372eb6f46c5d2001, 0x3c790a034b963fbcd1f5508d04eb7236e1b9b2cb7623f212852e48378f2ff294, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x055003ea7c0388fd73107113d3ed3bc3, 0xf280ab16828ed552d455b8a2e8206fd3c748f6bb847e72ed9ca2c99508b1f181, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0x47e2f789a9cdbfe8067190b4c50086b9, 0x78c0b8458e1cd280f55a03d2254cfeceb7bcdd8b4bb4b7af70adbc01bd37f6ef, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x59843dc0f4115a9e5652eab6811f9184, 0x6ade8875d698a0b4c9fb20153e85970eccb007cfe9fa00b5e16b96f8b2d84bd0, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0x88e2806267563bea7074de278a84d4bd, 0xe122b69d3c7bd0511260ecb8a4af7e44f44abb52d905e27011ffe54c55bdf986, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0xe84a7a19422594d35b6790ec582380bd, 0x6afa6c4762ff1f1f90b25731d30caa6358c9e5ad60a38ddc23cc4961e32a6a8a, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x7a1f61c7ac9d7f2f5f05f39c9e1acaf3, 0x2d1636ac1b9e2cc2c837ca8eb98e2ace66d3cb61c3acf2d28e104653ed7a5fef, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x89bf108a53e0085638931aa56755bc3a, 0x94df861ae3f10d0fc516379f3924458e3633e40d8f0ddf7a848dc23e8baf2542, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0x9396dfe1c69c938eb17f564c4e5bab18, 0xf6833e9efebe1d2f667190ae04a401ab9853a23323538c12a18ffe14554fb70b, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0x51c4a34bce41cfb25dda8e75850e5951, 0xbc90821f5581c64699d32247f24d117c4c26a906384b3a3a1044dfd3dc6fa174, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0xaf10903340b8ebc353a5050a5face990, 0xf180cdd4d20bf59610219959fc4d78aae51df46debf1d592e9a94ff3b0c5f9bb, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x8aca0e3dff273d632ed8a7861ca16967, 0xbe60ed9948beffd5145fc92bdaa66267e1930344836aef8c9d1664a10e25ce2f, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0x4338f6e55074b146d1416eff55db7078, 0xcc899cba8bf86237fc83498d08bf8198a42061948da6d34fa60078775eef4b12, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0x91f377af5c147854983e9fca3aa7ff19, 0x99ef5445bfa955c89aa9352459aaf2afffb8e11c8d9ebeb50cde160f6071b3b2, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0xbfb8f7f25ce84d05bc4df8462fb11349, 'wp-includes/Requests/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x67fdd878cc84df15093455d6096b2143, 0x2eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f, '', 0, '?'),
(0x4aa23e1fd7e6efa301c5f81022cde42f, 'wp-includes/Requests/Auth.php', 1, 0x00000000000000000000000000000000, 0x3197d2529dd957b2acc3944f5bfcd64a, 0x624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c, '', 0, '?'),
(0x186931fc9e457e4eac49e241cd94e0c6, 'wp-includes/Requests/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xe9300c5fb1f52670a0b52234d95c9510, 0x63f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d9, '', 0, '?'),
(0x53e75ef9376a4b3549364be60e322112, 'wp-includes/Requests/Cookie.php', 1, 0x00000000000000000000000000000000, 0xd19d43afe99bc52881322b927960a4d3, 0x543cdd218b194dd1eb2cc57aec5b867e3e56dd32f985237d9115cd4529f7981d, '', 0, '?'),
(0xb5c14fc2ad0a098455c9eda097526212, 'wp-includes/Requests/Exception/HTTP/304.php', 1, 0x00000000000000000000000000000000, 0xd33b4634ce4113db49ef9dddedf754ab, 0x76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c, '', 0, '?'),
(0x203c40be73819486ee0dc3c546a88c2f, 'wp-includes/Requests/Exception/HTTP/305.php', 1, 0x00000000000000000000000000000000, 0x58f8f700904bebe62f60a11c2cfbab26, 0x48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c, '', 0, '?'),
(0x3850d6a71bea1a05bc4847457d1538da, 'wp-includes/Requests/Exception/HTTP/306.php', 1, 0x00000000000000000000000000000000, 0x57737a071fa1754e50db6adcc9f25875, 0x348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f, '', 0, '?'),
(0x480ff1fd598d03665548e87584706401, 'wp-includes/Requests/Exception/HTTP/400.php', 1, 0x00000000000000000000000000000000, 0x51e56e878cbb564ab852c978fb35fcd0, 0xb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701a, '', 0, '?'),
(0x2fb2fe7de3a6bf4c05fa3b3fca14775c, 'wp-includes/Requests/Exception/HTTP/401.php', 1, 0x00000000000000000000000000000000, 0x3b2ab80eb9cbfd87baa23fc1648e9940, 0x590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0, '', 0, '?'),
(0x2a5c541dd29d29255df3aa791e69442b, 'wp-includes/Requests/Exception/HTTP/402.php', 1, 0x00000000000000000000000000000000, 0x60f859d55150da0b0a7a959ac9f347d6, 0xa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863, '', 0, '?'),
(0x9c9f176cdbc0332e09170217584e8202, 'wp-includes/Requests/Exception/HTTP/403.php', 1, 0x00000000000000000000000000000000, 0xbcd160e8f70dc76ffbbf6b33b7fe31df, 0x8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499, '', 0, '?'),
(0x3b0223bf096ea98fe5dc25221bf59df9, 'wp-includes/Requests/Exception/HTTP/404.php', 1, 0x00000000000000000000000000000000, 0x1ed416cc6311835900857973f8923c4d, 0xc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28, '', 0, '?'),
(0x59159bb4b68a62daa77f2cc5fdf74a1f, 'wp-includes/Requests/Exception/HTTP/405.php', 1, 0x00000000000000000000000000000000, 0xdd38d182de6d21b2d2ac18b381adf97f, 0x6a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de1337992, '', 0, '?'),
(0x8c0ef2466a5d70db20d2eddc41630d70, 'wp-includes/Requests/Exception/HTTP/406.php', 1, 0x00000000000000000000000000000000, 0x4bc8cb6cef688c729edc3990220006ac, 0x2c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e8, '', 0, '?'),
(0x94d7e8ff4e74bb194bf4a35505f285ef, 'wp-includes/Requests/Exception/HTTP/407.php', 1, 0x00000000000000000000000000000000, 0xc2c817e9f5d8768bbde4d66a26e6c6b5, 0x3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af, '', 0, '?'),
(0xbabf87000e6e3a548b717d4b2013f840, 'wp-includes/Requests/Exception/HTTP/408.php', 1, 0x00000000000000000000000000000000, 0x403e3164844958c5144f98ecc8b77689, 0xe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634, '', 0, '?'),
(0x589aa406be76961ac692af8a0422eb24, 'wp-includes/Requests/Exception/HTTP/409.php', 1, 0x00000000000000000000000000000000, 0x995a1dc469e67e2a3d0b8f9bebfea9b6, 0x91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca7, '', 0, '?'),
(0x85fd1e9b0e54d7ec9691b53a745ba6df, 'wp-includes/Requests/Exception/HTTP/410.php', 1, 0x00000000000000000000000000000000, 0x71be4f3437dfbadda52f38582184e19b, 0x97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f2, '', 0, '?'),
(0x29118d04f8947cfc7b34e62b5dc25828, 'wp-includes/Requests/Exception/HTTP/411.php', 1, 0x00000000000000000000000000000000, 0x27a552a1e4160c4df61b2eca5a604796, 0xf61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154c, '', 0, '?'),
(0x862981c0d2e25968a82ef23bbce8c5a1, 'wp-includes/Requests/Exception/HTTP/412.php', 1, 0x00000000000000000000000000000000, 0x25b88449dcb7a1a83dd906378aa556c7, 0x53f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe86, '', 0, '?'),
(0x09982ea6d90835077561ce576b4af898, 'wp-includes/Requests/Exception/HTTP/413.php', 1, 0x00000000000000000000000000000000, 0xe9963cc15dc99059b7d9ff584c17bfd8, 0x0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c30, '', 0, '?'),
(0x5bc559c1d03434f34f72b6956c0230cd, 'wp-includes/Requests/Exception/HTTP/414.php', 1, 0x00000000000000000000000000000000, 0xbca65d55e2409ef6a5291ed8e6a12368, 0xa58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789, '', 0, '?'),
(0x8cdf7da55e3732c2080712828488b7ae, 'wp-includes/Requests/Exception/HTTP/415.php', 1, 0x00000000000000000000000000000000, 0x0258cc0fb05462ea8f11ccaea34a55c3, 0x762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f3070, '', 0, '?'),
(0x9e67944beb3bfb7146bb56497dfe51ed, 'wp-includes/Requests/Exception/HTTP/416.php', 1, 0x00000000000000000000000000000000, 0xf931824e39e39617c9aac661804478f8, 0xda28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158, '', 0, '?'),
(0x50265f23cf27dc047a54e20b868e0873, 'wp-includes/Requests/Exception/HTTP/417.php', 1, 0x00000000000000000000000000000000, 0x4270026a1b8e684f5ec0635c47201c23, 0x8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4, '', 0, '?'),
(0xc54480ac9043e819e8d4c346137db1cb, 'wp-includes/Requests/Exception/HTTP/418.php', 1, 0x00000000000000000000000000000000, 0x4a21bae298f1c9feda5b0e93fe348af3, 0x053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16, '', 0, '?'),
(0x10de5d50aa4a51c680366fd6a2f7953b, 'wp-includes/Requests/Exception/HTTP/428.php', 1, 0x00000000000000000000000000000000, 0x9a97bb0369f70142e4e57da75eae742a, 0x43ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc, '', 0, '?'),
(0xbf4f2fb411c3ac11ee607c67a8075f00, 'wp-includes/Requests/Exception/HTTP/429.php', 1, 0x00000000000000000000000000000000, 0x53f0dd257c04462ec3a05a6485b38fcc, 0x0ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad03, '', 0, '?'),
(0x8cca9abc7b068028fa8bd05c699f372e, 'wp-includes/Requests/Exception/HTTP/431.php', 1, 0x00000000000000000000000000000000, 0xe0e3737c622417ca08d5d1933c1489d9, 0xebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7, '', 0, '?'),
(0xa80d17b266a0019090e668cf38b01521, 'wp-includes/Requests/Exception/HTTP/500.php', 1, 0x00000000000000000000000000000000, 0xc0afa9c66b6d830a094815f2124dffda, 0x464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f2, '', 0, '?'),
(0xd96c3b0b616ff2b498e2b97efb47d6e1, 'wp-includes/Requests/Exception/HTTP/501.php', 1, 0x00000000000000000000000000000000, 0x650cdab83034f22d3fe803f5d791a835, 0x936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31, '', 0, '?'),
(0x08e7e262196d8025b2878adbdaadd6ab, 'wp-includes/Requests/Exception/HTTP/502.php', 1, 0x00000000000000000000000000000000, 0x7cc83a6c80cf7af9d5217b17fb47ff69, 0x150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571, '', 0, '?'),
(0x6ec5a2a829e1ae630e889bde71145e22, 'wp-includes/Requests/Exception/HTTP/503.php', 1, 0x00000000000000000000000000000000, 0x3906f7520861c39f43f46000d45554b4, 0xbe7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134f, '', 0, '?'),
(0x4f7913997d4d6190cd13885fd6fa9349, 'wp-includes/Requests/Exception/HTTP/504.php', 1, 0x00000000000000000000000000000000, 0x02d76d8cccaa446293201112908a2aa5, 0xf93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031d, '', 0, '?'),
(0x20cc0d2409518a5e4328d8c081ede4f5, 'wp-includes/Requests/Exception/HTTP/505.php', 1, 0x00000000000000000000000000000000, 0x8e5d4109053303e65b2f4364c1ac12de, 0x90cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c, '', 0, '?'),
(0xd5754723fc29b97cc35eb4acb8110636, 'wp-includes/Requests/Exception/HTTP/511.php', 1, 0x00000000000000000000000000000000, 0x03756e9a4e3c4b77f8d09bb9918fd140, 0xfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06, '', 0, '?'),
(0x879f89fba6af3e1c325c6f8629acb7d7, 'wp-includes/Requests/Exception/HTTP/Unknown.php', 1, 0x00000000000000000000000000000000, 0xda646c02e1ab81b632af41fbcf0a57ac, 0x1740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946, '', 0, '?'),
(0xcac4fc8357e53ec4d29fa2cfeffec85b, 'wp-includes/Requests/Exception/HTTP.php', 1, 0x00000000000000000000000000000000, 0xe8d5fc68b3c6fa15e4526c161172dae5, 0x6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e85, '', 0, '?'),
(0x881baf178d1149792d820ab7c5848d91, 'wp-includes/Requests/Exception/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x853654cd672a1a9b3a09af077837dfe1, 0x18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d5, '', 0, '?'),
(0xef724982e5edea96c98035200ec14690, 'wp-includes/Requests/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xabbb6cf8da7ae8ea204a0118ab5ed101, 0xa6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470, '', 0, '?'),
(0x15549ac498355648abacfc501c7bd6f4, 'wp-includes/Requests/Exception.php', 1, 0x00000000000000000000000000000000, 0x879bac9efa180085ab33e90e1acc5249, 0x2d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc, '', 0, '?'),
(0x0ce013f9140f08d42e517d33d2d95489, 'wp-includes/Requests/Hooker.php', 1, 0x00000000000000000000000000000000, 0x0f08c5401425a9615bd19e2f34a5e107, 0x740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779, '', 0, '?'),
(0x5896ea4dbeb79ac378dab3fc4af0b9f6, 'wp-includes/Requests/Hooks.php', 1, 0x00000000000000000000000000000000, 0x2c15a0a520b9a8976778a169ceebd919, 0xaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8ab, '', 0, '?'),
(0xa5d420ed5c8fb9dec28594546e80915d, 'wp-includes/Requests/IDNAEncoder.php', 1, 0x00000000000000000000000000000000, 0xd77dada232f0079b1412e0d050b4d8b1, 0xdc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298c, '', 0, '?'),
(0xe98154151d7fe14233ba9b0b47f6de7b, 'wp-includes/Requests/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa5df4b884e8a07e81703f1ac6b6e54b1, 0xfe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96c, '', 0, '?'),
(0xaa887d7ab29aee81a423b88099821e1a, 'wp-includes/Requests/IRI.php', 1, 0x00000000000000000000000000000000, 0x183508325d839c7bf27db5f909600e58, 0xc9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281d, '', 0, '?'),
(0x7f77b4279c5065befa46c32bf5905600, 'wp-includes/Requests/Proxy/HTTP.php', 1, 0x00000000000000000000000000000000, 0xffd0e62f32db05bdbda6bca407d7f029, 0x4ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee68, '', 0, '?'),
(0x2379f79ff174102891244e548ffc74a5, 'wp-includes/Requests/Proxy.php', 1, 0x00000000000000000000000000000000, 0xb5406b1037b500d7d374b85c2a879947, 0xa4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690b, '', 0, '?'),
(0x47205865f4b778efc577305cc96f0338, 'wp-includes/Requests/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1ad7c382d2b68f19412da7f43e63a960, 0xec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1, '', 0, '?'),
(0xce59b58d15662ff7707799cd0e8c7fa7, 'wp-includes/Requests/Response.php', 1, 0x00000000000000000000000000000000, 0x11ce7086bbb7ae52e6abb7c4fd270b47, 0xaef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67, '', 0, '?'),
(0x55862024413da94865d87cee7ac89628, 'wp-includes/Requests/SSL.php', 1, 0x00000000000000000000000000000000, 0x265067eb274136ac28be300b37540c4f, 0x130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f83, '', 0, '?'),
(0x633401321f6a9ba7ce78e563ecc4641b, 'wp-includes/Requests/Session.php', 1, 0x00000000000000000000000000000000, 0x37f8cadd86fcbfce9602b5bcf67d6c8e, 0x6560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829, '', 0, '?'),
(0x9060d84087aff0fcd7da590f45ee2104, 'wp-includes/Requests/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x0ee4801d08da383712136160435ae0d1, 0x6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24, '', 0, '?'),
(0x66bfb8d9cc0f429c0844ea46720d0d9e, 'wp-includes/Requests/Transport/fsockopen.php', 1, 0x00000000000000000000000000000000, 0x1d21ee4a4f60ad1afc48f118483fb73f, 0xdb1b3f6c3b8c985dd6cb294f3d6294b99516118af1d7d6b910920a8f9990bb90, '', 0, '?'),
(0x95d21d2ec9494f49a250b2b325158f29, 'wp-includes/Requests/Transport.php', 1, 0x00000000000000000000000000000000, 0x019c993bce6bed178baf4b5c566cc617, 0xc9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2c, '', 0, '?'),
(0x7e418b488467e799e9fea64b0b5480e9, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0xb5f03ac8c752b34b9e726f04d548327a, 0x3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d, '', 0, '?'),
(0xd0d62f81a81c3f9fe096dadb55f187ea, 'wp-includes/Requests/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x10f9a2d9618ed678b72541aa9e0579d3, 0x4ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c, '', 0, '?'),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x348071ed105ff0418b25964e771ba331, 0x6e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c1, '', 0, '?'),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x9443eda189bbd9325d0c9c045d237c6a, 0xcf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33, '', 0, '?'),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x0659bf084f55a303f5922edc62bcfbf6, 0x03c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac81, '', 0, '?'),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xa33dbb0540ecc29cc6425b14100953d1, 0x913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68, '', 0, '?'),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xf69d4a55b2a1168531535107ab843fb6, 0xb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5b, '', 0, '?'),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xe8911ece15df42ca43991a48d5785687, 0x74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b, '', 0, '?'),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x79fc9017a23a836f4d0f68f7764ca734, 0x7721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6, '', 0, '?'),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xbdbabcdcca426a4dadf6675bc4c4ebe9, 0xd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacb, '', 0, '?'),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0xba7ec8cc3f13d4f27f2e0adcaf64bb2a, 0x133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36, '', 0, '?'),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7c72c3f369855562d96c77ece1c7db33, 0x36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7, '', 0, '?'),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xbd7fbf68b954a9d50955cc808db7cb6a, 0xc11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094e, '', 0, '?'),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xa4ae19a923b890f2dcf7e2d415fd1ad2, 0x85fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c08, '', 0, '?'),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x0385e4a14de78c8b2a167f3e0aea197c, 0x18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd12, '', 0, '?'),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x45975e2fcf0d428691a55a2394252f61, 0x002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef, '', 0, '?'),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x122e861f42eb6e01ce8d4b0f11fb735d, 0x4d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c688318, '', 0, '?'),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0x094bfd76269c9fcc3c5cda8f05d05335, 0xfa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35c, '', 0, '?'),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0xaeba08ad6b558736ea0aaf2beb2925b7, 0x9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454, '', 0, '?'),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5725c7d0fb347f1c08df3690a58f3609, 0x454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c8, '', 0, '?'),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x6e16ff20d3e68692cf3b617b875f36f5, 0xe1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2b, '', 0, '?'),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x104510e221fa08437aec008e633cdca7, 0x314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c, '', 0, '?'),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x8073a4c6da1bb33b877576665ef5eab5, 0x3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f7, '', 0, '?'),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xcecde679c62dd50207d8d25ece1a4b89, 0xec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1b, '', 0, '?'),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa546790e216abdd9801795949fb6b40f, 0xb769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cde, '', 0, '?'),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0xee82d2e70dc8afc6b96510d2b9cff45e, 0xe29c462501362b45177b23ec495c9506de918261162f10e4116a71c5a6b85892, '', 0, '?'),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x52bb2ee462e7e414a77efdc7ebf52bcc, 0xd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77, '', 0, '?'),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0x3d7013a46d09c74b0ee3d8af617412fb, 0x970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d91, '', 0, '?'),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x1cc8a2e6c0b5dd3176398d6400f0d9b8, 0xccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ec, '', 0, '?'),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x2a191e7168116418817388113bd57914, 0xfbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7cc, '', 0, '?'),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x42d8b8c0cf46b5d8a511e0ae48b88f75, 0x05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f5396375, '', 0, '?'),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x8e83bb1de3e018f0537bb32a8c9617ff, 0xaea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4, '', 0, '?'),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x8fb1da7028c385bb9d4203c9f6732362, 0x0b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c, '', 0, '?'),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0xc538e2bc0e866197db616c17841134d4, 0x1a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df48, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xaf53f6d50c16840d93189e01247fd454, 0x53cfea0034e2a17640ddc5b1609b44472056cf75c065cb52fd9242e7ab87338c, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x5adeb5d2b61c5f9cd3d14fc86faa5543, 0x754e8a2fa949aabdb5a824f613cbd5edc6eb833e67ff18d667c44941fc98c124, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x3a11b1933d17fc4da9c3000cacef6929, 0xc1a408e1c66499be5bab25ea876e1e5a1e52b9d7600cf3941b018db285e90bd0, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815, 0x1efa5b3ca130b0c48597bf614429744afb68edbf28439b5b75487d73d2986984, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e, 0x58e8552e6be2bbbae6402d28109515b635a1051e0c1e4ebd8be30feef10e560f, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xfc8720df4330b50f59374fdc40d94753, 0x4557056ae12be51be3b55ce2dd3dd1f0039203c917187d2ef7c1310db416f67c, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x6c70d59e9e9a6e9bd11537719313e32a, 0xdc37c6e509bc69eb48ea9793e7e54d3208dcfc3333187daf20451280d2888ef6, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x270763acae4f2859f4ae45a052652ec5, 0x0fe9b0111805ea8bee0e62ecbfdaa5c8d29ee3dc135ad221aa9d1101c908f9e5, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x624a338dd694e5ae656b039565d6275b, 0xdb7bca29f9ad0f1b4ed5524bcedfac07ee3cd9ca9ad045590e478acdd105c9d7, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0x2c1e1da5f025e38d21e1530ec65ef7d2, 0x18314b8e98a67a6af5bb926fa4ff6a46e3b10c23fa732ed7affbd305954f721e, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xb4675b6c675004098ba08c353522ea81, 0x8fa664b801bedec9174e643d95339b0ca7add618aa1348832196200ca01999c0, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xaf7f91328182a0f0dfb58aa349adba3b, 0x25e3243064e282373481001a75bdaf52379e093740fea4265dbd3a2da926f3f1, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0xf70029cf783aa6828b1132a1a1605d6a, 0x46eb77d16300150e33a05e5ce59de0c50758969380bb112c6c5bd0f4079dea43, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x1574303ede803ea9c99da43554ff9b53, 0xb9aedf230d98eea25dc22059d107fd817cb59decb2306e058d105b4430982315, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x316eecccc89232ed7711e2866d3c5540, 0x57956c9b9a536deec08a24fc03ddd16ae6e7cba274ce1b81ed60af972f90c165, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0x03cde3efb0474cbfb408fe043222f1e8, 0xb122921c75a844dcadd6381168df9e84b57aff89dda17bf2fdb0faf9d3374590, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0x9362f7ac7218e1ba2bc3a89710f37819, 0x9e538662af650cf92b2b3fae269852bed81a92c72eb7a91823acbc9f018bf095, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0xdd1c7bdebdfc411eb8a336e3d758692c, 0x1e4c23020c56cd4f8ce384205c481d19eebdc8a8e500294bcb380c011ffe2949, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x32ac76bea2307022852b2f7a62c60c2b, 0x80014f3076d857b5e2572e4e25ea4cf8f0a3ae0360da14587030746a5c0dbbc6, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0xcc29246ba6bf335c20a212b3f73245b6, 0xceeeab48a0ccbc5f257f25803a59de11a4af336afc4d38190ab7576fd121f91d, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0x7e85690772e7ba5913ddf45a6cd404be, 0xdef3e34c2f363fd07db63f568e79ee66c898c8aacb7fd64a4c8a3c083ff92dc2, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x808a427ba07643d4deaf4dfdcf418e6d, 0x0288323c570c80574fb96b77bbe5d87ec3906f0c1194f6fa72144295200b2ba0, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0xb3c1975b7756be1736b432d8037f1342, 0x1b7b172c6d7cb23c23f97fb9449221cfc7ed4d4bd3afd574ad6bcfc43e8efd3a, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x03191a210ccbea54cb07dedfedb7cc42, 0x5ac3eae1199281479f151b64fc2fa709d1c2f127b0fb9c2aac5579a1f4942859, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x3eff9ed4b6cadf990b4f238ed91c5ade, 0x077d5e7e876f1aa362d5eeec659855b783dc022642725f407e63c5a6b1470eb5, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0x154b5451c8a93a4f21a74054be961d79, 0xe368399c34e17301938c19d6a49016010f9aa74c93a29a7e246094902d898221, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0x3965aca1181b2fb6ec75617ab4d4223c, 0x2876c88af24630e798c7596fcb39097f358b639e1ff7671841550f2b66567fa0, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x0dbef394a91127f068ac8fdd587d4895, 0x673251c6b65a36f3fcc3edfbe92af58154f554b1d0a2a00f94155fc45338eeb0, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x12c62b22075a3c4b74ebc8ab3a98d295, 0xf1e78ca18560b823d7e0ba281b54e49164d8650fa7011f1c2e73a49038787436, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x73b05cdec5859ff6edcfbcd22ebd0960, 0x8096f334092af200d1e289fe05e8fca80afe86e03b3072a3fb9db5fac9b7779d, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0x85fbd07026b485679d7d552520bc280d, 0xca42fe64f8138e29baeb118e337fdc181a146e4289ef72ff64bc4b18200eed4b, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x690a8fe1afe8ade7cb9f3a9679945722, 0x2fa215f9f4bbc86fc96d5a0c9e4483b76518cd257f40e8e5eeea15065487b84e, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0x20c2bcb24bd33b5cc11da9e9d579f0c1, 0x8a23455631434734cceecf69a36ce2bcc67e1023d774573fd45a4471f6397b26, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xbd3c76b53f1671f2f9fa99ed97d08fbb, 0xd8e46048a029b7ac773cb932063c00d61941b7f397cce4c4febe12061c9014a2, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0x642f0a4f7c8436ae9f68c4006b793e64, 0x29aedb3fa2a1b5b822df4f7df3cd2046364cc75b063b6dc14c8f2c02d96e9520, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0x2feb8781abe406731f03817c8defd8a1, 0x3f0dfeafe010601a12d8abb1ad858dd128156ef5715da3f90e86ff18c0110fb5, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0xa6a67e81b768cfde9feec87b3aac5689, 0x5ce0d415d24ffdccd79f42f94f2b90280e771a4bd367d7a78288290fbf6d70f8, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x34c6876f7f5f919de1ba69960cddc32c, 0x5f3dc6917cbfa73ac8d62237d08871a83e3fa9db06d259f03480432e95a574e8, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0x17f062b58ad400f7cc51926d8357a06b, 0xb695636386df44fd424581447a4720f9efa4f1e24962500d0af46c247257865e, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x39788514d1c2de76b526f17f4316427d, 0x1fbd2231f168d9004342b57d2f62d7a281260a2e73056d63363b1f47548c7e29, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0xe4cfacdd71317334185d2779da1ccde9, 0x4c0792da4d9465e8c532555bd134503772b8fa608e02e08e971e5a9e8f9da856, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x1e2063b57fcc1febbb4b8848011f9cb7, 0x76e5a8650ecea86b2aec33eb4ca186cadc34517df28d7b0c2f1b050121d0c58f, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x9d03b20e4fb708acf1060d2b706a74a1, 0xcfeefc24797f7eb26a953fcfa0269b5c78b39fddcfbc133254d1d8d756f0bb0c, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0x68d82acbd85192c0c93b40f2fc4fa85d, 0xdb97dd3ee6ed7d48a2a478e97ba88b8040b56a6d4b8b38cc48b07ca1a9837514, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0x0a310f6f65755f654cf37b0fe6c972b9, 0x8fb6dddd8b356d7a260379b5100aff66ec3a3b7d1279145bc192982c077667d5, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x56eb027b927ffe16bb9381252a03c9ac, 0x36aea3edc7ef588be01e3019d06336315613bc89d048da66c3038089575fc626, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0x5560a4bf3b860622f2582d491556b193, 0xb29c032b8ab008628189edc6aed5c4abb5ef96a08bf4928cdca3e3c5eb72b5e8, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0xf0c5504362928192160cb142ef83c1e6, 0xb2ffa4d58ee2a005c13da0f96b1f71539228bde5745f19d699c89fd0f2caff5a, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xfceb6dc49dfb5868a6e38c5f81817636, 0xd94c4c65b08205764ceb54c6591f383ac67eb170d47ce85dc3cf9ebca2c15323, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0xdc585b8ff55341bd21e573696ea76192, 0x1446a16153a5e6990ced86187655a5adad895dd6ff2f1f80a905fcfe957f512b, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x7f85d13e9ec174c25c8a9215b0e1467c, 0x2429c89baac62cb87ff37f317dcd83b2eda683bbf516e53454c2bd6383f41cf7, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x84a3ba1bf222b54061ed4c0e572840dc, 0x3a98cc3b0268d3217845d41b7afb0313af502ba66456a4021d30978ef9b944b5, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0x3ad14084ac4bdffe838e4cf6f7dff8af, 0xf32f9820ded7ddd2c86ab88119c1121c80f65a92bbad5537666e9cd4c159cc5b, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0xab7c1eac9f4a1faf66083ecc7e91562d, 0xed17522168ee7914bff1ac7cbe4cdfbaad036cd92a35e77056ccb760fc35cfe2, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0xf9c4062a7720df433521084a72f5a571, 0xc4511ab67db0b7c0e9e6b3354ffa31004bd95bac855373ba31d118799ce40345, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0xf9aa055cb00e668c796a64c36bc4c8b3, 0xd5df6176f1a92fd707c9212e9fb978a5010a344d672c47675ad6b48273573e4e, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0x6bd6106b97e662ea37e568da5e233cc0, 0x00667cb141cfbe5e432d12d15890d4a7737dcb073e40a05a61f9d6150aecb9eb, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0xc1d5c63f0c6f615ad83b6cfe96bd11ec, 0x3533881653f032b867861d4b804b2705909f42b856f2d648cdcd636ff883d425, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0xc03d899abae74d1a7ba338297605bb1c, 0xdd06602e3180d22747ec228e273054326743454f10fe5c407c21551346ce70a9, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0xaa3272d047c217607e311ec06ec308bf, 0x3fa7fdd02ea37acc835544dd8bd4c38e1fc1f9c5612e8dafea7600edffcc8997, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0x884bad87875d890f9db7637bf383a47a, 0x54d8d5fd070015b1b18b35d89bc3d7c9c943213069bbbaebe39bf53ad9691aa5, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0x2e5489b7340c2c5b4acedcd186a940da, 0xeb56a7265c1709098210b8434e988bdd9b85937533ce884d1905a2f7e51c404a, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0xb924109730aab06f1c10f393fec08df3, 0xcff1012097899684fb4e2259f46e23a37c1f643e87a2bc30396de790a0b0fddc, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x6f940ce8709c2f9a12c099fbfec9c40d, 0xc73b10b9f19973f8314e82c92d0ca4b65098fd549d0294f5fa7610a28e35cc2d, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x6f88af28a8913e543d88d64488a7bf45, 0x252b09c1f36f3c78820a4c7c02add8e72b8cea82b5d8e17696e593f7234e433b, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x5a9e860edef9e7d194c870afbfacc6c6, 0xcebacada044ac7bbc1974830200fc91107f316d2eb44bd8d2298b0bae260ae1b, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0xbb4736b9c88a291e2c8c6b984b03fc46, 0xac5797c5d2e59f902075bec45f433b5581b97df35657c4798569ad60b6c20456, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0x577f20fec5dbb79531074b1d0cb60820, 0xbcb1c0c5c71150090a84d1eaefae58b745ad31cb7120ba6fc37b005527249fa3, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0x5a68f1d5624265055c796ad6bb3feabf, 0x6ffd16d2e50f92a187153a80279a5ac3a1d0f59e549b3ec1a0a7bd64297f1a0b, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0x255bbff32eb95e0b1407e3a1874d9079, 0x94e794bef9c71f6527b6e28d615dbc84e182afde5ad7765cde986e6a5f0d01db, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0x94b9553f68e9dff51de633359b5e5aa8, 0x8956b83ebcc292fd020a42c469d32b81bf0db28fe4ad561389774e3cd675c0a2, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x7e2505199b2eb779583ad9f4ae566502, 0x1c3d06d46f1eb97e7493023c69ab638ed506fe22cfb0f6c2c901ac73ec76be32, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0xb7c4feafc5739d78402c01ec14660710, 0xe2893506b063c0f5cb7380282f1211ea7f9171585819832daa27032ec14bdcc7, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0xb68743cc298d35f2edf6b06bb4b545ce, 0x2456b21324bb2a49c92e7ac77e70deffcab44126d7f4db33daa560391a28966d, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x1515aa347c02255906b984028b385468, 0x3434cf0f6adbf05c42336c93eae61a79e7bc7981ef54bee1b687a12bb0733d96, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0xdbdc2efd2457f8d2fe01366566ab0c9f, 0x9b3e8732b1c3879f4c73ab67a0558378cf65d2f94d6faa43dd57c165225ba6d4, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x2f305d61314ad5876ed5e3035cd7e61e, 0x771253df8952b6f6ddd09e48e68e567d6de0ff8e6d27ba80d07785bf20328289, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0x8f7e2dff2a10a3a88e5fa54681d3b738, 0xd3c91bdf48c319b266c769ed0662a3a41df261caa4ec654eb33ba84149c335b1, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0xa1f93fbcfce5b8be8d14f28d94dc703f, 0x40f1b17740d2a4eeb8b0e3fceb90ea3d863dbd6881acf3bcd8a30bd0336f38b2, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0x2bf1747124efad32400b254e0544bb11, 0x22dffbbe150a56498977913e346c9c15b63c2fad34edcc80d7f8880e8d008d8a, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0x7f5970eb72e65adf62a20f0ae4027031, 0xda969ae76377e4bea6ff860f256593933a5b12d63f2738154c4c84e996236a5e, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0xe106ddd93b21ebb5666e37def369564b, 0xd3f40d558e301cbaf8ed8af306bb6b9202b4fd4d45e993e3f403859bac07b6d9, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x78d130d682823e6f0c8aecf5aa323fe2, 0xeed2e2284a3a27b35234cfb13cab6565c0ecad188b163cc4fa8ee651ce2d4f3b, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0xe17821fe4623f1d6608fb11794d89703, 0x9d12eecee1970e79b6b2d9dc1072a6d182eb91cc272d250a3028249f2d0782f8, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0x06bfb24bf1799cfd981bd9edcbd5a0dc, 0x189ee2b8b8636e663af7e06cf4118d9aa5cc51b1e92ccffaa9891b81abde6ec7, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0xc4e55be944f6bca3d2c58ebb4e19bc9e, 0xc81f92c7bb1fe04f7e5bc597dd9eb3dc4a3c6c25dbd015956b7eca5d74b0ff18, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0xd9f7d0672d3e0aa29ed1d6ea68068129, 0x2cd14ea8ccaf3de607aa65cc8fb845542f26c2cb050030f7ccea7e59e1458b0f, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x7d2c5249413cbac724b400e500f2ab64, 0x084627ee876f3132791cf146cdd2809e524e2fd7ce3020461e8b6c64367f6e60, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0xfb39cf4939e5271379c8e5cdb06ffd19, 0x2942cfd893b4b10e97f72efbdf5b87282031448fb0b0f37c12e50cc2ff900364, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0x4faafea3dbb8b264dc1f98d359f5a9d6, 0x52bf98a63bb26f725b0e31043be4353f3a7ec098fb5da0059208d47dd4048b9e, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0x994486a99255b5b110d9551bbf763fc7, 0xb6f2d7a46d65f4fd2c96cd568484ebce39f3987d83d1e6f303097994bbed7697, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x54929b0795fcf09f257567987c6d7c83, 0x40e3aa2498d19f974bba7eab3d5cc906b6b9a1490f02f12ab090ebd0b8905bbf, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0xeb7787ea2b581b99144c3b7c0b2a31c3, 0x62260e86d14c658a30ef11c537ace3844d6564de38ab430c9be61abfdc3e3f9e, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0xadd59e473d63ac2edfc3175a147d3aa8, 0x7bf48a595472aedd644f7af5678eea89b6a276abba4d181f997d0ca8c30d78bd, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0x54106aede33366dc98524079f015df35, 0x7af0cab267d3b1930e3e4523e3f05fa88a930bc6cbaba6780b768753196468f5, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x90459b5ed478eccee96402c919d2e45f, 0xc2c80f50c03788207adfd18bb06c3e16e2f0de60f0b90e17135ae22ede6fa318, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0xd1250b485bfa907c4ed10b8e9aaf00f6, 0x5bbd71f2dab520725f2ba72635daf1a9edf258148ff78ee7a283bbc438da1c96, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0x4c90b9d7dd0bdf79739e50c98aa25095, 0x3322b4d33b2bdd51978e683b5351729f87f721744f3d32deb3dd9ab6ce31372f, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0xd8592b30a4f80781bce9046616720829, 0x8cb9cef3fac9db3116037963c5b72d3e5f931f9900c7f69533a5b6cc64a07700, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0xb9752c08766732d4e2195705adf061af, 0xd47efe297a2a75aa21076fa9e1cdda10310b93934c5eeef8c8fd87c0f6dd37c0, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0xa6e207d40c8e46e3f928ffbb1a3cd2e8, 0x577be7d7bfb43eddb434a1259da7250ab5fbdd44e80333197a32a52b14d47a11, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0xd57b6a1487fd91db2494c7feaf332f22, 0xab8b4fb8c92e71cdd24c39077ad6791016f43241fd2760c554f897556f795eea, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x0871fb89da5faa0d28ece8109aff9e36, 0x3b4b3fc7ebc6ae3e7147de3f0bb051528198a8eed8ce668191a67fad2bce6a49, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xac1b427a904bbf1b500d3e0de5f2dcc8, 0xbf40c74e3651e71269d6a5872804611a2688e0e331518947620b809cf8e79e0b, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0x5e960c82a8aa6ee845d6e36e6fef5cf1, 0xb2f4f38d61e3b23fe7a636a813f05dd8ea7f77fdcbc748d98758628afc2cb647, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0xd0045ce13c7cbdf82c36865d00d8f736, 0xaf18fee1e94af96cc6e8b239628e656b35d4bb7bf6c06f0f65f73e92c6802494, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x5642b1ed9adac782921c052e05595a70, 0xcebd8d8c3a37ea4b82515f59dd7e7981c327eb747f6064a1c7cda43920121705, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x61e1f842e15b437df71484f51c83fd55, 0xdfecb208b63cd02bb0787680461ab7b322cd368dc6c493aa87cf76d0ee179344, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2c292b337230f342125bc7488b38bcc, 0x2113ac61046c1bf1eb6c0ecbfaf2826a7a214275afee1a01dcf7785ea175527d, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x51348baf610df3378679eab862ad5e55, 0x766f1051d1569ffcc7796135e2f27a5ec928858380b75eacf043f1e2eb257ee9, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x9ea3eba803004cf0fd6fa54f113fc2eb, 0xee2b219a5a5f677d307b3fea1d21aafb095aefc1c882d7a730f8c48971f3cd67, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xed0357294791d25a02ddf53eca1c55da, 0x34136f8c4b46e61be6c45333b92b8035c46a4e7f028847cbcefc72f6ceb74833, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x4ec02ca83e210f35bbaf97fb4ed2a037, 0xe7c8e9669ff0bbf8d20965e8b9097cdc64a12b8a89eafbfdd3121d0187a12687, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x435b5693ad907629c93126dcf63e28e5, 0x2f5f70dd2ccc10a1724d08de2b4e988236365ee5f01e354b283e357804bf6896, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0xaee0f4d3fa25115fde88df47238509ee, 0xedaf773b985dcb89746aa2ce737831b58507e3ce42aeff4eb748be3669afe865, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x24fbae22f91ed2955d47b47f5b556935, 0x6d67370b85403e7fdfc057bf743d22dd94191d05eda71c4984a2e124a1d3c529, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0x085c8450a198ee8d1e655b4864056777, 0xe4db1ce96c14fb0c2e25c1b5655e25109472b1cf23ba38c55c1db32a4b5f46ff, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf2c05a610b3d909c6aa8d4babd48537b, 0x4098fb426bcaae0fda6ee49cf62cc3bee392c5097ec7fa44a438baa95b4c8efd, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x98c2c3a588daf7cde40f226ac67f2ddb, 0xe737c05480c25abbfcbeaed8a6626191c8f91c01c1f1d43f14ffedf88b726f99, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0x8774579bd6b94878424d338bb07b743d, 0x6376a88ec9e81b423dfde130997470802229d090e57795a4e56c83d8328b9c99, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0x5d6b5071186dbd3e8af754f6a013ba18, 0x620b4ea36a781da734d203b96f8724dd06cabb2c392419678500e43c2bc4e3c8, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0x1c364e777cd2b874ea6cf09100861c6c, 0x1fc449a2643400854f50f01ba69923176b9f4c5b6ed4722eafc2e1fe5aa637ee, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1e90009269f457bd921c66553d228318, 0xea8d1c9f6120e44254992993857262fe685e4ccbbd2f499e80bcf01c71a82901, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf3c72ab81488215a91b0550d202a08ed, 0x6469ec43e748330737966668529606fa767370ce768a954df19bbdd6a5373d37, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x2ec44853d924b9eb24ff3cde0986aaaf, 0x59cefdb0bf40e9f8250a214532a206122aee10f3341ed021b9af83add7754f48, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x34785c29f6816b0e2def5d1425d684a4, 0x2508bf3fb73d303d069c1a4cd0cfbfd6dacbc41b4ea5ecf820be95ba2ad2385f, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x927ba792f9f6603f5f8906f6084d50a6, 0xa7c12cad18f5a788220b7df4173129bf9e30176e1ea2d3dafd0cdcb4a7a7ac51, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xce85a25b6c4c9c30611b6ffc0ec63c31, 0x510b1a18839554a6be6b665c5facc35da64cb974ce10a87a2ccce5c6d9728ecb, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x0fd5180cf4dd696a5ddba82caec422bc, 0x4dfd912a42a6d2f489b6d123e3c87878820bc704c8562777b5ac7af4354ff903, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x7689c288d2a1039dfca195ebb1cbe01a, 0xfe68042c805e1aab833da9ce65e79b1ac93428b9e29a7f0a3b0a4471b05a3bd6, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x03376b367c5b4d20cf8b8f4bc57f9899, 0x2d79e9bd341f4e37578f1457ab81071d62bd5ecccf2271fe58d116e3dc27b124, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x43dba56c280798e030a3eb57d13d117d, 0x9f52ee7660ad317e33d4bc3e89f053d9f2977db03a5379a0df08442882ffe1c1, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x49800720b23abe08b209608f73d2c60d, 0x2fa6c707f98015eb46e38c44514ba092d0799ccb46d2a20d280cee53a0ced940, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0xf85ffada1056f95bb4f1a7454c2a7a55, 0xc0db422932a7ca9b4d7722c0bdfe26706a541b468ffd4637c22b8a01929ef110, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x7cb42356da59917aef639d39a31ff6e4, 0x8a9cb5773c3843ae9018e114d344d0511446b081166ead34e7076bbf37bc85ad, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaebfde61667894a8e13fec6e3485bdeb, 0xeea997a733fab1bb82d2ec0001af3399353a1d16dd06184daa66f722dfd43a86, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0xd319d9d88ee8a04ea37abc078e8cf9b8, 0xf5b5617fb76112eb5fd5e898b07e59cd480996571c05fc63ab1ab22fc4671f74, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0xb7cbb99a4dcb90b4b6014ebd3c706226, 0x5f46ca7d004e1c885a0f7d10f9b693fd3f0a92563e1f6ca113cd3940b140c84c, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x61723e2c0626c3699227340874240412, 0xfaf09637598dc629955e87119b4bb366a7c39d9e589c032af5a9d158b3994311, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x4aa156587449104f531647e71df6da12, 0x3585b3eb9e155b4e3955de032736c7e46fbbc1414b4317e9e1d8863733a62833, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0xe186e8b2e5b4ad9ef0a083ca5886e1d7, 0x7464c1af2100f9f1f06390f9c8bfa138723fbac96558b367d04f8f26bf61d6df, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x013fb2b4de66e81cb7378f931fc93ffb, 0xd7aba29fd39c982cb1c41cb9bfa2b921952785df1d1c4de7ecb289b997162420, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x8b0b4f07ee0da51fb5b48944e20b4c11, 0x65b3959d41bbfb23cefe848333f87e17f995868916a28e0bb2b0638654c0e697, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x9ee1087f5cd30436a78f4ae1ef9e53ae, 0x2ab7aa79f5b9b6a2cd74cd0c848996372cfa1a0e0057b12c66fb476680455ed9, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0x700fcf87fa150f061f909dd1747cce33, 0x52da7633fa9fbcbe7e05c4d0d7def0c0dd7c2e4ff44c9f74d04e1260d1ae81c6, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0x29d940877494fe6a123233b413e39d57, 0xe13403a683d8305e2bdc1b752ab03ade9334715b23cad3144f8db26db42611c8, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xc46102b8c28fad2f7236cdc635536f7f, 0xdd5457df5bfd20c0bb1afe1576dc5eb54244b05fe1183f80b5272eddcb4e4041, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0x9d90cd972b5f9af3c39646581228b5eb, 0x1391a4bac30a06412588cde02c4d512125a3582d8f64b20d69bf887a2e1f5d7f, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0x73d858a26f49960cb4eba760bc384e08, 0x43f39055ba5d18734d75c166972d7ade498d00ea3df93b7086f0c372f0cc8eda, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x47e1705be410717d79fd0504aa310f87, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x756086c833e414618d2187182066286d, 0xb5bf6c128a7217fa4b21b65ad4b51bea6437d13adde1258bf13c03f37debdbd3, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x5c3e92678c6cc72a342b8909464bab8a, 0xb3a31f2721cc8ce70b00915511bf7b31801231a0976437274d6238b750a714e1, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0xdbb76b23c0aefc58e9ac06224e9a2528, 0x01a8e00f8c61a42cbbc827b46a793ee7aaaddaabcb72ea19f9f96dbc6f38e8a8, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0x33a7a6cf0c70fcac180247c9739230a4, 0x79705c2cf8babfcb8db61f177f25a5de75d835dc611228c31388561704ae5325, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0xe531cecbbb40f0e08ac2bf5d08e9447a, 0x61060a0dbb7f2416dbb1058c7985130e9c71f82ae5c19cff132471bfab7bd2da, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x1860299cb2fcb56823b70966536198c3, 0xfb5dabb5af3c1135eade6c8063f9892d28e5c9462c58017eea8c80c8387793e3, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xbf973f33aec3eed52e169af4663ed808, 0xd2eeaa6df5e1835c57a55cc9f652979f65711ec6da26df470748f8f4d38c5d7d, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x957346b461eb1f744bd76aa5cc44a2ca, 0xa40033e8cb3ae59e1e35b943a0af8a59023813c0d208c7aafbfe2a8242925b7f, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0x405657b600f6f8b9c2cd436aa0586ae7, 0xfe4f9856aa5053b9845aa29dff51722ab5439c38c6761f961dd005acc169a507, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x66ade1bfa0332f7ee070d29843d839bb, 0x3670bc8ffc9b5b781a16db881f4c49fbc4fbb5b9cbc13a349e26d750f890632f, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0x41985d56d92a75d38eab0b0cb85ccc2f, 0x8049822eb60af1b5fc2506e87439e0d4c205f3548a9bc751013d0c65d6a5b004, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0xc571084374460964a0630c789aae4613, 0xb0cb016c90f5dd09f39640c858fba7aac46e306685fe085e9857b6a6f47113f5, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0x8eca641d3e98443f12e88dccece79e70, 0x21544751a24bdd3bfa329db5b99bb993405e7e20000e04dacdef5290d9a10a65, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xed5669548f3fe593f197f235880e3897, 0xa27c357e08d956b894acb6164157b31c6f2a512f69583d93efa2911eace54153, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0x0c19f24ad5601b4cc608b4d259b35d86, 0xdc9c495327b0f1b5fae0bdba4fcb4c819acb8605297c3870cfb41c1ff40fafbe, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x0877fbe085baf4d1ec76cb449aa38b62, 0xe2dfbfa8dd2e1cdafcc065151548a7b071eac422383dcbb9b9eaad084124ce50, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0xeee895fb6cfb741733581d66850574e8, 0x7bac1b3e0eca7fc878bff7ab819f48a692d60a0602a17c4145dc7c53634f732f, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x1cf9296cbdcc4346270ab717912c6697, 0x5463e931131b68fb8013554e925a7f75989b89132f5ac7bbbb8d4ad8d7c7a824, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x12c5054e37c488e4a3f09dc80ef83ff9, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0xd8918dfb7adff2adf6fd97c8bb0f7199, 0xc49877c35072af55697457a509e13247edd7b72a42d5a2ec828032537145826e, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x912138f532b191aeb06f2d77af7e4e1a, 0x9d51dfb6652a8a9349ada599147bc46e13b8c6c39712d767fb4bd08cdc4d71cd, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0x7f537619b685fce5c2ac4644f094d611, 0x6c600550ab0e5144caeaa6fdf7fca9e5be76ee4ab89bdc94866a8196ca287a45, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0xc4e95b71f5fe5edf819ce9b09ccb5ce2, 0xdafe623235dbcb8434ab453973b8186b487a246eb9c94b1fbcb127eccae28ecc, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0x4aeba7d8c346f71e79c5bea97240937b, 0x45d44ebdc5e87bf4a7744d6ab058a649c441b8c7a75f93f2bcd17d6eaf6f5939, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0x931675e7cdb90f973773fb7199acb2b0, 0x3c90f076a08de1447e81259612e7ba9981a7c5e806ceef0fd817583c0cffcad4, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0xae10fa13b7203e976c64ff14b8e87067, 0xa088eab0cb9848bfb30602b05afd4168b65f9cb9036cc22badab1383b33f7dca, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x698a2e5cccfb60f95659db9e8ef5f0a2, 0x0caa7e10f7a51ba2e67cff178431b608a6d5b82c580362c4099a7a1c893059bf, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x1461d73f8aaa78655073f09dfc98867e, 0x36cfab081181f20e1c7b6662abbbd5c696bb033db91cd5198a134095514dc1ed, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x8b8fd8d9f859e6b115c35cbe96f6da0f, 0x77268fedae1e6760880906551c38f28ff220a3e16f13a1811393152108f38a6c, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x1aa4e034046b70de77e83f2a80c31cc6, 0x052c41fcd728cd26614e0bebe4e1ccb672634746c784d075a573d83a8e4c43a4, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xc4b10559a6075adf236e14e3569b870a, 0x98f995a6b4f9a31aa8e5aeea99ebde7eb3b341644150b71770639abbfd8b528d, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0x880c0f3ebdef45564a7b3b1536ff212a, 0xbbfbe14f585b09cba9850da7db194e6dd02d938c5c55fe9563f6474040fcbc65, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0x2530af0100aafe63c5324e2faea9ce3b, 0x799c522f00cbe0d831eaad74dc8a339043777aff052c6008d5c33ea71d8b9954, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x6f31ff43e2181627e7a80145ceee279a, 0x62186eb2e77cfbe20f2f79ab820527c4f1e845632bc9b9673b1ac7a5e7c66c71, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x18d0b3c5403170bc59a0ccda505534fa, 0x40de8a3e95db39935dd75e074a11362b279de550ab0a670840e31cc663f68ad5, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7c15976464fe989a6136beaedd27de9a, 0x18b1041ce1c3132037521db201a5e87fac20175f308bd63a8638151669af3831, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0x4dc733d73fd9ebc810a067c12e0e420d, 0x69976267bdadba9e462b9b1f303684bb277056eae8012f9d9b57551d0913c801, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x58d4e6d98d48cf9bb5d891174bc64525, 0x0c9bb35fd280673c5da25a711437a062bab26392df1c6bf1500a9af163da1989, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0xf1222c983dd4009dd31e0e64ec7b0537, 0x4c5017886c26266e16dddffd93e6e02d55c89ccfa0c88d0f8fda4e4b8f173d9f, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x0745bf40fc80d30511bf83c7c55a7ee8, 0x64eef925696119ffca5ea88de5aea90828a832747136b8f9069140a985428711, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0x30e410c715c6215fa7faa1c979b6480c, 0xd2e35fe53de9f59a4cceea9d1d941550ad6915b9841b1a620396299f2aa4352f, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0x780e6968cd0e378b1f7723d89fa59ab5, 0x0ac1e099f7fd181faec8be4740146b4a09e8273b8a36b23c1e810b1c229704ae, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x8fea1fce46bafe469ba2f101fdc583e2, 0x205e62d133ecc734a2820ab614a27444e66b6b119c2aab80ad99266ceefba47b, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x689ccf6bebd5ec35d4107ce5d94e3625, 0xf90f4eddb8fea8648ea725cd912b2da55d59c9643ec10fc5a54246b162870f61, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0x2c1d18dec4332b90ca06646358d9a4be, 0xf0754e551a3045715b68ed7fc8d7af155703da1eeedd61df2b6b4ab6c892169e, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xfa0bd887583d897c7ddc0fb381258555, 0x2e28d7ac862ad6cc0242f4a44d875dcf0da36d5fc2687725435c6d0dea651089, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xe665e24a159238e25a805717db32fb98, 0x6c765d793102dbdb1fd1743f53f992a705a19dfa641d90e9425418a58d52df31, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0xc32173d8f5767fa8bef32d7970355868, 0x13cc5b102b58aee8125d100c1914cd749f0981c14b121441e3c6627666011168, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x6a6a3766b98d39fad2eb614ad8a4f441, 0x71e98639a68e2262c64bf1334dd889754141c05418b60a4edc5ae4250057741d, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0x48bb2baaf4353109f7c2665d96aa390b, 0xd3a1eb3a992cf03b7d265ac44ef813a1ee594b4da827f14b4621a85b560fc2fa, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0x208faeb3b6316b227a6fb437ab0d33c8, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xa073b8a1ee9b2482017f3628da40a861, 0x9e4cb00afef941e5b77d5dd8b28243c65ca069af17bb95946a86e8f74ded055e, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0x65dcc85d3a75ff5776fbe3df0122b7e2, 0xfcd71910c79852ed654fac3a6e91ab7bf8b7957b781137e268f18e8b506f64ec, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0xbfcab5090b1280bbe495dbead4d2281f, 0xe10ef2d64ad311b3cd5f4b60e062c19ab48787661932009f0476a8ea3cdcff01, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xc7597052fe2b16db307d6bd14e7b8c6b, 0xc758711d0ef71057d7f99e13b76403889f2506c2b182c536c0eb021d5595e268, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x7fefa473594650055a36b9e3062c9a91, 0x30118efb5d8d007291d32486e14f7f8fbe74a380753c88e02ae467ae82218767, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x96467eb5ae18dfa22ea1c0fa3e74380e, 0x597ddd630dd60df4a17c264c9b2849b6c201cb94e29eb1775ae3a496d1ffff07, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x453e7a3f8bbb417008f06d576c41d060, 0x174d6d2f5518fa6d39d3d93ddcf0e9dbd8b9d22ee20b82851ca4f6d13f4099ba, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0xa6c65fa6ff738ef6c46a4e80a65f7aa0, 0x1cf3bfc62ab0be4d2d0c728efda3e8fa856dc6e81bc2efc537bad97417c71a5d, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x63bf101bd3d4f7564d3cf31822218d2e, 0xb3a9bd061deadd0236e2d0771e42fb40b9a904f7bf3423e1ead598fca0c01ec3, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x5ce371458c1a2148595f5f3daf7b5fc8, 0x120b7c9101e87d72b7682858b147558ed4bc5d5c465e57e74d529fa3d8ef82e0, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xbdb3226d2568b8c1edf8f453b1e872e6, 0x8c07415780e893dfec5928acf7819555851b294a31ce9472a265249ae775dc2a, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xd4f04dc65a387ca9b8c0f22ca8c0ec8c, 0xc36ffaed3276957a7bb8919dd5f8987f363ee77eed46f0160536d89ffca0aaca, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xd7be08b669651a63080cfe7b9004d330, 0x3b7b670312c8d2bdba2a777cec267ee14e3aa683eb7a0c3eea57aa330d43e723, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0xfde9e44a8aae0e89bd527792b4779aca, 0xd80f5efa08d7186d7e00a1c1e01ce2eba16bec4fed5b1a99f4fbebc4143afa60, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x8a95dbfaa99809b0150687ae0cb45aed, 0x76bc992c28af5fcb98738dac10fbf8e61419aab57ff7ce4fae0ccffa07911e8f, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xd22775b2e32645907141f788c36d4e9d, 0xccc4c866d4339c3161b404095972be409d50a847b3ea8ae8cdc0dad955ebf27d, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x17cbe5cbade2b4ec3d85be4ac9409add, 0xa158e02cb87ed847b60ee06db96c29778c59c344a4731dc626a04a24a05a37ca, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0x1c6d8b101c821641f983175221346112, 0x2f205d2c6644f44ece8f0f1f2c09a777ae9861bc62f107af3f4cfa87c2e9833d, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0xafc8bbc65fcbd2b82a3e2c1ab41a216a, 0x715fecddb75eddf7657d86b58c09864875aa4489e8a59e0aa4691859ac1a4666, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x1a273db3c34f6afb3fed75417ca5e7b6, 0xac4bdd8458a464f26f0b8dfe261f290aa4348b538158332ee4ec168686df8ec0, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xb2984729c3b6cdc07508b88b5c0a4d1e, 0xb083492b780490139dbd81c923c36986931fcb543b5790cd97f731a84578dfb1, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x299972b5cdd1f1e0690dd95e4038bd87, 0x8736a84d806a03109a321c4f38f50b38ac8e172ee6dd567df42af2b18bafe1ab, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x62abd50ca92eb2381a7c60e351f64c46, 0xb0868003742f0d48ecae46f3c9e99c54d08963654efa44eac0d7e44b0b084151, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0xd01a4f87055ac0fce8a66739d80434ba, 0xd45bc56d484db2521f9a1aed8a364a62854bfce472a8adaaa26dd94bdcdef24d, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x5c1371bcb4392968647852a9c9df5d6c, 0x5ae45c8f114aac0fcf29cf079303ad713143d8e7d2e2e79da4e73997cd7e267b, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xb0a3dde331637e27aa6476d476481871, 0xe949dcc1392590fb8e2d8f153743ad8caab950cf3c8472ef5c63aa220f78d77b, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4, 0xae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93, '', 0, '?'),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a, 0x02352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1, '', 0, '?'),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x3b9a87754d6ddcad447c89778e93c544, 0x03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x7def33aad959cd289d49ddf2a41f076d, 0x394eb9f8ee2af2f4b538291910ca71c658e82d1819cab46f6fb179850c5496c9, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0xdd4e6dd268a70ce4c1c5143b1a4092dd, 0x6d35a2aa885e7f0bc3ad25c5176ef8343c45226bf88058037ad1d3a7d53d11f6, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x8fb0729c541cbdc4609faf3f4ad02fc7, 0x2d50bd076679f7bc24bb71cd5c5f78928512beb2628963abb3e6582ed11f0c34, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xe5012902a358fbb96031acdcf048d7ca, 0x7eeb769adde66687de7c1b0165a55dd804bce700c8c91b541a05cc556c28a100, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0xd97a1899a7f641e693928f5a47c33de4, 0x3528206fd4fe4ba37f45ba0ae57b457bbc43f6dcceca029f3cd5c4ee4acee5b2, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0xb2e733f0c117e30ac8974dcc69ab11d8, 0xc393f01c7346552a821249abf6068c06fc53416b6bf758faf332b436e17bd5a9, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0x8bab6e7977d3198174f6773395f2f570, 0xe8549750e579b4ef62eb403fee0fab8c72c5f5830fe12187d03099f78a67792e, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0xeb5b88948b1755a4bb607c33f63c0096, 0x55c60dcec24209d92082dfe915b56200f64569a86d553610a011866bf6b42a69, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x9b1d754d27a657a24b8268d87a4a96ad, 0xa0fd1138e2f7174afc7b90e2be6936b2f4003ef4acd24d0c8971f5bafaf77fc5, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0xc2366b7de7027d09661ecdde0c8d1025, 0xaa90103a8dc1e213206a6a8e7b490ef7687931a23e052b37409b711343d33263, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x9263ddbe52f85e7be13301ac26889c8e, 0xcd9caabf5149b519a97bb778215fbe2baea1000bcf6696642af715d4ef22d69e, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0x3b030c08672c57d2eea2e98f0c1a888d, 'wp-includes/js/codemirror/jshint.js', 1, 0x00000000000000000000000000000000, 0x9d84f61dfb50fa0321ec52716301cdca, 0xfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0xe186209dc41a59f2fb627c24e640712d, 0x232c9828556fde8b51df02cf720d024c4617ad934d3bbc1fd6d29498ca88a4b1, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0x01183853cffabcfc771e87e405727059, 0x6daebc52091217fc10b92a19c3b5627534e304335ec9507555f3fe9a7a167f77, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x56bc2726d829207bfa802f957aac0791, 0x185a391abc01a784e41864abcc59f1d686bff05e85073f27a0cd4b67c007a587, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x44c9ce1c5ef5e1516a8bcc08f42931a2, 0x0ea1636b62263f532e29694f64e463ff9ed56410b8c4a99785528fbc90f9e5f1, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x0bcc3681daa40ee2e0ecee241388a898, 0xca4298472f2cd4a80400aa6e99f5c09e5f76b5b3f2826caef6e6bc1170c0e633, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0xa2c8b624e5fad7d54a01eb87471d66b0, 0x75388e9615a149f9ccb8f8b244cb667831a1995cbd2e2ee128ab3e58adb56d92, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x31d9f8e828b08e3de1c3922fd12161ad, 0x7d50d6802cad9ebb59d6cf7678e5dd0af703c806b98b588600ec58956d9a99b9, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0x28a921114915381d0837f90180e29f9c, 0x2bf9cdac1f4ed43375fe1c3b78222f595e3287e501a0f4e376013d2ec8195d3d, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0x1f1c22726066146cbe889da7288dd45b, 0x4eaee8ced0b77f1dcba611f45b853712075409d154b65f83def60c823296a218, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0xa475fa643ad31db4aaa72d48169ee109, 0x59857ecd1a779e0e39039c65b4ecfa8fd6bc64534a02c60c4044b80970dc8ef7, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x526952e7a87a339b276f5dcfc96c5176, 0xa0b723528f51a7934c8faffeb05c90a485b544b327eacc6c2476fc54b3e2b325, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x8ff9fe7ca1dadd92d11ffa20b353c518, 0x6d2edf68e62074a1672ae78f89ef32e681d86a1c1c24a40c691a9d4aa7d383a3, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xa5f3b545a796e07e300f08d3c1e5386b, 0x102f7888cc843806a540856f9d0bd5febf0ca4132be9fc136dbaa5fbbc69d58c, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x8ac9f2b666eaa82f047005ba79834f95, 0x947744107f58365ec039b9cdf189e3893fc470760176a51404732f66ae049d23, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0xf4d0c657b387dd0a32fa0f98d7cf5b04, 0xb6bc3dd3beb4efffcadbd6556e2e07eceb08542bdf621f290cac7f646c10e74a, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0x527d1e0957b88a45d872f4a318e8ec13, 0xcebaa5f0e787c0a5abb0857cd5cb05c7c1b09abb652d6cba24b2083a05545355, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0xaefff2962b2f3da789019ca890e97f83, 0xe880c393337b1c2561c9624ac1d2fc0388decff4a3a10f23a1583f427cc81c0a, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x1e619b769bf8f798e13112e221949e02, 0x49c75867ccb1e1651e4a1a228972ebb8737ac65887d8e67257a38c719a42880a, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0x000d91b0de96556e03c3053f728b2987, 0x7f240b7c16d3e6875fef8a5545ab53f34656cba93ff4a76dfb27f23ba876523b, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x38b33c94f0739e506b38ecbb9c62beb7, 0xac5205cff47a2d801d275f1c634f495966f48567ce105f8952aab833888c3e97, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x364c2b9d670cdf41e827a627eb11b04b, 0xd8f9d4af365a55469dea5606059a0b5dcbd6abf156ab62628f1cfaf5929eaa5d, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xcab3598b438a9e63984f1c6e9dd79b01, 0x85a4a2fa331af7b1e138cfd5edefe8070923cebf0e1513599fe821d0bea8a95a, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0xca500ade854c31417faf5762e31b9d00, 0x925cf95438fe6966ab9e890551d0301a69f0d2f2b3b660ef07dc4d98f778eaa8, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0xd0c2c0d7e37652e66657c8c8d6376442, 0x76786580d5ad72b5a9294cda7a7ff2b3992f4055b12d40f32229d71d9b7d5c1d, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x63ec4a65e41151dfd5c85e88fc98a42c, 0x26a2dfb27a11cf3d5297d8548d80bcc19d67e09762d03024e7da9f9d337d2942, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0x959b49d52e2ff3abd7b9e48440679dff, 0x0e6e1ae26ea8cfcd18d2d8d8cac54d5c442e673f50c8d56ca00e098a3c8d80e3, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211, 0x0fdd32ac539f5bb13644768935627316f4d93d8bd3c74e4ca57705f5be0f91b7, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102, 0xbbfa19b7cfb7dbe57964fd6978977bad702b03c1d66e10dc65da81aaa91666a5, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0x6c57b762589f13ea5b3579ca5e6c369b, 0x4fcdad7a85e72528cb73213f2c11c6659e9fb4b3ac0a83f8b4271ac9808fa52b, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x7121994eec5320fbe6586463bf9651c2, 0x15de7cd602e503e300bb16efa232e88b2b9aeb4175f3c9f0646d11e33584c789, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0xff2db8dbf145ce47f31781eef33e764a, 0x651521881cb9717032c520d46a552a5709e7b9f8357d44c9119c0d1e8f265ff5, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xd08a6e3d69ffe1088166ae1983e2355d, 0xfe35195cb0273d1627a42a6d03252c15a87f6b431b213cb8f7853283146d3deb, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0x4534fa47fab86ef0aca5345e30ddf509, 0x32e797013ba02cd60eba6b988e3f4c70ee073907331e4ccadd9c47e6441c6b5f, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0xe29483a8ca26a0dd8b0d1146c6b0a6e9, 0x5d068fa70305c12147bb8f33b89c8fe95b23c83a4ca2130d3a7fa09c76b5433e, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x8610f03fe77640dee8c4cc924e060f12, 0x9ffcbffd90bf2fffcb851af0e0940daab515ef7f2a314e285399f61a09cf99bf, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143, 0xf41775c8675e88e5e4882b15ff9b69b9ab6db0c8ea470d46a8789569f0581494, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0xd15c29a18d9ffa8b9b4ae86c3c0cfa22, 0xeeef447b7a70bc0d5d8db5ff3ce6b005d1c0a78f89cb407f37023e302899bf68, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0xa706ead694231e74fd6750b1670580a5, 0x3a91ce150f4196e618f166ae1578d7820814babae5f3b2dccbeaaded64833723, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x334c2ffb0b086ffc0f6f192ea120f3c2, 0x72088c7f304a4ada79133b9a0a16f338ceecaa0bf52893507502f5a327364e71, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0xd0ff3eba6258651773c3a5cc909efde6, 0x9a6e9ef4847d7c1470efd4396a98c6e542fd3f012b2a7f57f721898b46255289, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0x2ce99e1ed08df351e6a58eb4b6bcbfa9, 0x69f6d94f88cf9e292bfaeafd62d5fdc3788ef3989bc02195bcd103e4b835e68e, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x9ce4e157448487d4efe0ca538f656a71, 0x3d7d2a56465dee18854f133777ff80ccdec037246aea54bd88ed0f895e4b339d, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0xcfb63dc18fde53fef4d4fdc19ddfdcd6, 0x0b52f81e165037c89a4d51d4d38dd48af6ab5c97c47012ed21ea5eff8e652c52, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0x3ecd9590aac778514f4e69975ed91a62, 0xd038066d1c314ad3746a7d8323a016ecc67ac78fd49241c606f864f9761a642d, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0x443c277789baf69c490019d59c1b36ed, 0xb850527f416035ac3ba605f05bd743622929892a93206b4db7a64c659e937a20, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0xdebf5224c4162887d1a6e3198ed953d8, 0x57fddd28e7cf455d46076ebf144772f72f8f85a50c0eb2ec987ff2167d4a8ba6, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0xaddbe09f173c4f1bd86d41ac5f3b4f4c, 0xb68c8639538b01fcd40a875e886ebe548cfa49cd59ab5a644223550807b47d7e, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x4bc4c97924bea4bf7b04d7b46ff4f64c, 0x01dddafa3ab64a3d2f83c0dadd6d0fbf9d117b719dc9cd8632fc5be000a9904e, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0xc7939457e8ab231b951713475a056173, 0x4311d5050635a4fda287729643820ec1f75bfa35d1005ffe6dadd3958197f7b7, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x57fe560887cac7a5b2598188463290e8, 0xa50cc36aaacc021845dbc0e93a4b65bd3e0dd00c195045ffb5c27b171d3dd3b2, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0xc0df625cca418cfd803a11514a3dd1e6, 0xfe230c19e56cdd64643cadd490500bbbaa89c562bbda259a34b09e123975c92d, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x9f6fd64f4f5ff5893b7b72a235246d0c, 0x18950a76884f9b49e61288464bb4433cbe22cbac6a3fc770b2fdef36d5ff207a, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0x8d365ec1b3a7ee82f93c9afd441e456c, 0x1f65be11aa4336485499c007100c91ee38f5de1617d29c835ffc1e8c17f47feb, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x95e8ebe62adf187fb4c3b84eb5bef821, 0xb59b79b2eb8257b2c4370cfd174c91a6f666b62f72e8fc26d8a7f01b6c874adb, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0xfe496d6c9d63bc47854084c8b3fc20d6, 0x0344fcbae809311162138730d824996eb401c805c16e6de44da0287a1b2ad759, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0xbf836f20530440115a2a8487ca7021c5, 0xeb1e6d09cf21e1e6c8bd9e19a8d453b951465fff18c7508b8694710e2221810f, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0xd57d0830652c29c3e0e301b02b6db754, 0x968ec4826ae8687691a6e7f072c32606fda8b8a661a7da000dd179a3b364e07a, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x260cbafcbcedc23348a371cb80083112, 0xe2089c482358b17b902482fb54e738a765784298f210513ae8f7c739ba870af3, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xb00e3dfd6eebccd5ea9aeb3293d85a25, 0x078af909fa30f58a5bbfc89473c4aa6ae5f615276fda39f236fea4b1ae8a78fe, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xfa23475fb01c8f4d56da98ca0c1179b5, 0xd288675270663deefaa1f1294126a99afec2ad510ef21d5d6a413d9cc30f5666, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x07e5b0dea800777dd2108788b56ef90b, 0xa9868fb5f4555485d524ce46f31174dd7575179185ee0b936f4f02199c04ce84, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0x3f7161cf139d5a2c5e6d34e1c0026f9d, 0xfc9b775f0baf7c2b22e292d53203bb35a14e5d5e4b0f15723dd7f923fdee1ff8, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0xc91cfff50715441295fe7463bb5d3894, 0xf051c985726ecb59756ecc2e6b8d885f02da4e787cb221e6a911a6cbab1291e5, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0x82835a8960ddd73020389dbfa45c39a0, 0xe9e3fcc05bbd3ada4aaa556dbdd7353ce0129566a84c4b49f7f6b5545a85e794, '', 0, '?'),
(0x6e6566beb3b04140b4ffb952873fa4fd, 'wp-includes/js/jquery/ui/position.min.js', 1, 0x00000000000000000000000000000000, 0x1c4a13edec1958817e83433aeaa42f62, 0x5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e73, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0xb94d71da54d9b4413ffa4c7d792269c5, 0x9c1bfc277813d1c5ac4af4162c7eeacef3251a03e836081c0b613db51193ff6d, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0xa5001032177c492cf0ff7c86bc01169f, 0xc833007b69e832259945b6b5c51c802d1fe334c1b2809be6a8a2816ad680924d, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0xb632add191ecae92e6a7b6b97212a640, 0x08599b68273c76c08c6f397e002703ecfa6c2ac2d0731f3aed59054da6760536, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xcb7db4cbaa328e395a680c78692236f0, 0xed31ba56fa5e1f16ba8446374a3c004dbbeddf1266aca658d3526eaacf9ca135, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0x9408efe2ce5a6b4364f34cbda02f814b, 0x2766650cea29264212fd6fc5b784f3cc6987f69d8e23035d26984ada04a7a4c7, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0x2896e90cc17e9abc160ed96bb86b07e3, 0xf5ef69ef2f5508d59ca3936a4b0a73893eb67a5461c173b0d514fc55755ef176, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0x3acf32da612bf35221c09394856591dc, 0x49d12960dfb92ae44eab8e56f56af9a6641fccb282ca1f84f063865ae69cb853, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0x5330c83425ab1b8f67ce63f741427adb, 0x353845b96878e11025493da8cbcc6075f9e2dcf198fb2cd38cb5791e9f4432e0, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x443f68690d84eee42cf3019071340730, 0xabc4c084be5e89ab78f2adf47460833068e5d7eef34b58ade3ef0e2b5d620e2c, '', 0, '?'),
(0xca2126f869c6295efe57adb2f406529c, 'wp-includes/js/jquery/ui/widget.min.js', 1, 0x00000000000000000000000000000000, 0x8cf7f36bbd79bc0664b6113f7a7837fe, 0x8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada9, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0x35d899a81986173f44f9bbe686cc583c, 0x65f94240f54d11cea52540247d067417d0b693c95b0c0af5b97edd980c55cb71, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0x5420b6516c14245b504e7240a8310f2c, 0x27b4d105cf44bf1d160de3ca3cc4a99aeef203e468c0823dde74f497fc2997c2, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0xf2e51a6cc3a8ea3f6d149602645bcb91, 0x115accef0b914965f8e8ba44bc309fdc65b085adaef89f2af97ed8f370462a8b, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x280263cbe063651d578398c8d4046cc8, 0xf7df30253faf226fc5fb6b155a5313c9c790421f9bda8840330e3c21017a0cc0, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0x9cebbb22b93c5354519ee9a29b60e902, 0x3a3b9fbcb116c4e648ffdcb76f4dd7de6a9ca4457f5a5b8dfedaf991379d2e90, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x12489a4a2667144f42dc607e77a2c2f6, 0xabd0716ab7e82f1f0055c308d217b698c6beb584ac49c3b77d90c45fa072c198, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0xaf1d6c3eb0ea441600d4a7f2ac4c7c4e, 0x1a090316517408cc56026259097901cd0984631334ac65ee596f10f1936db017, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0x79cf51bae2593b7ac27b73789e43646d, 0x7429fcb6b21c9338dcbf2ae1a069da13bca487e785e74d5094e0b89788b7444d, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0xe9d2357fad91f0fa0122b21653d2b283, 0x8ade822b939ee68d37508ad49acbef7bffa8e28044e74a67a09a945f10ee38c9, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x1fa1bd41398fffc5e65332ee0fcb4ede, 0x5bdf0ac09fda986cea345cb741d350d0ceec2a675f8a2800bedd32e23866f469, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x529e91f5ac6fd14fa38d85082d4aeab4, 0xec2ae0308f62882611480ffb9d90780a45da9f80f986b22be404115862610d62, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xb631c2ad1ed6830c14f1b5b746cc33b4, 0x52907b62309a77b0f8eda7e8448bf5544244c0bfec2db4cc5f53a5c5284bde36, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x8a3ff68fbf1fc580d0429d07ee55caf6, 0x87854706e88f8756d2f5251dccca2fc6d89a1b017595596c1ade22d90a5f5d3f, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x80b33095e5ba53fee0a8f993e1bffaf9, 0xff2135ddbd25badaadb72b12c43ca199ac709fa4cb0707221cc767aedf58ad42, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0xbfa6a78578b3e436a00cddf75420469a, 0xc2003c82261500f0ea3c1a4a2136d7f5718b51c9c56d02ad1302aff638e3ef49, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0x0c279a4de1ca848917f96892e58345d2, 0x100f909e4900a2657737542e248209a4615a53b79600eff4af317d7603be222e, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x3fefcdeb28220a3107a61ca3af3070f9, 0x382b1b87498f9aa6f604a16fa0c84ff09cf33afa5eb16a96d8386790c951818e, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0xf3b0e2379715e4ae6d15748d14a6dca1, 0x00166a52cc6967477f873483a33d499bbd352252b27df71d08b4d17d6f04c745, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0xdec8fc8727389a7b012257960f663dff, 0x99c9d19097579d6b42abe93202a528498fc210e0f80b6d4d91c45d8d051ab795, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0xc4eb4f7315c64a37361986e2e5d3314e, 0x7b52446feb8ff95ddbda2139b698db27475c36d226eb1d8af6ce7eed39afcb70, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0xa7f30f0c309921a487640a98569cba90, 0x32d0690633ff1067259a524eb40524b784a447a39cc3b12393f60676c480d9ed, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x957da4b922728f725cb6369cc9f28957, 0x62ad3089218e4fc81e8c61b9e9ee329eb921dea9649aee45d715f5360332d886, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x3207ef8ba63ea7671e48d937393967e9, 0x5e8a4918eb055262a2c5689d69ab36eec9b42ce1da027075f3f47ec7a9f07a53, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0x5c12dccb796dfc0f9bef9745965cf595, 0xb8ff7d23c334dd59f6a1519fd963e1b2b49e376b240a09b4d35f2d0079a20427, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x4e3e1ef6029d44a9362f7ea746b87994, 0x1e7c3eeccc0dab3cc0562f04832d429bc97d837ae9e97aedd48636cd8309e43f, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0x6a350c561385084ca1b185cd812e7f43, 0x7be1645edc012f044533bf59c3a047eb27fb4400474fe4cca3fb1c6b643a3588, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0xe781b3e173836b68d9c9d16e24fe66ac, 0x21db04abb6fc5fe307cfc397fe1a60ed436dbc1b8bec0009921b67cb1835f053, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xad088d44c475a26d541c1b3988a8a274, 0x85e7079c65adc34dd0850893cdf3e07162d3714fe8b4b17f76928d30f9adcbb3, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x5d06470c0ac27ec77a1a6352f0558e35, 0x5d78d5d64793abbb7c41260ad81ecb177ff54a0d851399896a1aafbf1287a6e5, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0xb135057e7d04c299ca1e9b7d6055f4ed, 0x860e26af4defead42b12d62c1feec3e39d899ac0e2425bfb75bf41395bba7bc2, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0x5fb749f8adce337f9f303136821bdf5f, 0x6a8621b1fb55ae03d519fe5acb94d89cccb9ef0d8d689f16000d81ba62ca0aa4, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x7a8494f68ff136d5bf92a075fa61dfe0, 0x5ef5c18ca03c4bd78fda2b89730965a9956c7bbe3b0632120927e6617b29c8d7, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0xa08d4288293bfbcd0d198f7aa3eda619, 0x2220acd4319188be187a94b49fe433e98653e3020f373904c5fe7872639b7f8c, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x68dec65b1e80b2b66994f4700762b65c, 0x05d1e0adaaee50b4826400f7257f06f230ee1cf60f785440fd33366d99ba51d9, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x47d38d462d5fa882a92dbd2b54d5d747, 0x56f2247f5fe43d97fd061dfe120f38023e3305534fbb82b8ce70cdc0f74effbc, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x723a6f72315da6e688f995bd48d4af5e, 0xb0d554cbd2427f8ffebf1c7caa000dba34d8c843d38e03411f17bd50dc6a33e2, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0x7c74a0f866c5dfd1dc9a45474651f6ef, 0x2c2b7e7f48f6bcdf2cdd424aba5e3630ef32eb26b8d810261840d25b64deca9c, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0xbb36c516f8fd9ecc5d05b750f92cc1ae, 0x07abef667d2f996f16564340bccfd60d3f2ddd88cf8206a9a8e60f149275b16e, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0xf371f1d8aef9c3cb12cbdfa97cf7bd2f, 0xab903eab47e236762777dc816c9ffefd4bec2d49ea21de1671b1a4e66c77a522, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x6e3848c6ea0f681f669a0c8f942bf41b, 0x141c169fa7514d8984706733c9d75d2b351ce2050efd8da355f32cdc6b244832, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x1c041f7f933a23946e80dc51b5e1c938, 0x4d0fd284e6e6d40fe31404a487c247ee2de29be4e118b606db1d572c7be1caba, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x69d6aa1f5bafc0d02da2d4470496ea12, 0xdb19311df5e10d10a3d4634599af5e6541bb05944234ba780c7a1fab8f1b955b, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0xd5d248a8730754587b4224c2d9ad36c7, 0x3b9640d2dbffb3fb84301b28a57b9b6f9f6915660e4bf5cfa4914551f7e29902, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x08f8669f7453b17563a62e6bbb376137, 0x8dbe7b68c240eefbb7449a30f84bd9e5d263782c544d4815643fa60c14412dab, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x15acd8a331dbf71d226342b71258b015, 0x2fe81009fc34ca92a49ac8b3fbe4cd0f75e8962e999a41243e475986ae84df50, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x783a6e647e90523f40158eec5a12f999, 0x8aaf826b6bc0a274d7d7c4e78ad4d112c7a0ab5fac98dfe19f6dfe5fb4fa7449, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xe5313168fb2b657a4bd2f5e06b931a22, 0x2a1333c655fb02230a5d9b5d1875686f0d039c8a18ceb2e10d3b3510196aafe1, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0xc7be1a485e0a213bbb979352c97e497a, 0xa411c206540b116c795e365da053996be42d83a7e7cbb6d2524405b1f2913cd7, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0xfc97c80e6a890c6b30837a2b7ccea115, 0xcc1b60ae23f6549478f469fcdc649d844d7633bd285696a199d1616d9b6df0f3, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0e31542957a5ced3fb021a641359a902, 0xb77f1f897fb9ef897547343f6d3b60f5c39f3784a32df214dc46930cab950d20, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0x22137a5439e008cf130d8a0c8e335795, 0x3902fe76d0ef5738628d3d795f78efce9cf75ca63c661869e997e858af727580, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x9ce288b4d2a341ae1eb77b53360e3c89, 0xe6ac3d44fa63fc67351a1f1f25b4704571629fec2d69067ba7390ecb4e15b1b7, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x251c380c1f052e4653a01b7888237d7d, 0x982cc58bdede8fb013e5d83e2dae47b17e974eac7226b563912b5c57682f5e98, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0x8abb2c35fcbf0e1a3819704181a46f44, 0x3de1725f9f8622a941b8aa34a838b04f4b99dd0bb759d853b3bb5bf0a87f7253, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xda71d62b165ecde69d1b7afb554ebb79, 0x8423a6a257b22b4b4744b3682d66a17e641a4d14795c4e45c52eec05dd9fe3c9, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x49dc5b57b14ad1232a5ffb37d96370d3, 0xb2cbec4d7dd20a413718ff5bee0810b5d2cdab410d04381e0973577ae5464cb2, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2c8d42c1cf6305ee4da6c9a8f1ae3a5a, 0xc0be3a7916b3cafa60b12376a3d1ab5ed61a9fe3c296d50d712d45cc90ab1fa6, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0x537cacc621649c9c258110c56fd8d230, 0x933a4fb007cfc8f4794c8887cf916cdbef9c8b524a133a502e7c819ebbdde5ee, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x111e5c52d4d0f2d41fc16f65884954bc, 0x00fab4bf36d2af625352df1a3fa045acbcce4fd24f141cabed23bf62b949a1f2, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0xb6f7e5f622295267ff78823f687e67ab, 0x34f36e8caa4aa3e87b3daf3038e5f03504a693c605c31e052e5f92639f6dc1b4, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x190f98d73b8e7550e7ec69370bf48b6b, 0x880e258b563e0fa0b0eb5cba318d431887657525ce8c07f16bbf20e0755847ed, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0x24aff27983cef631454c00e6c77ac213, 0x60706c6dd5cc7cef1c5f5e8e88df4f7bec043175add715b25348bf1fa004951e, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0ff73636f81476df81569e7ea7877b00, 0x6973edd93922a246012035e1b3996b1bb96c994ade29d6b016b75ba0cc08480f, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0xecdce896b4d8a990f3e4cd5dba46e4c0, 0x31f466aaf280a5a45ab9c618fc8d61a8023e84b947fc33e17570014cb6c5fc64, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa8755e1442ead9a4d91bb150338cf406, 0x4b8f3357590ce6729176a44f03e9688bb52ae2da9610e635934a348e589c326b, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0x1bbdc179b04731a40281f164ae2da2b0, 0x1f44f280a9c7535a0100aafe89a5438b2048207351760f62a8636f3e12a78149, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3f6ceb77ea8c1b75b748179215519ec5, 0xbbcf9d7058ec2adabdbfbbe72a93f7ec23192040089cac1cd484d6e0abc0e8e0, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x640cbc0058638c4fb0400370dbcf25a3, 0xd06f4c944e1feabca8e54f94b7a928a1531eb8cc93cf772d178c51076994a6f2, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x8607e87dcbb351d067d1a54485e8a357, 0xb0dc0d49d37a8efc6206e06f9a276976a86868c6197f6454721a301bc3553c9c, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x06f7aecb5bdfa28739eea0a498d15a81, 0x0c24921e278b8fe88d76aaa120b54437c73748ccefa4c46c5fc1639464ab904e, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xeafbb1478981e337981d287474e240b8, 0xdb8e91bb2fd48ab56bd34fab62cec73c0b90acf29f38b5d74fdff7676df6578f, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0x510900bd2c55baa38079d9fac576c515, 0xc8f462d42a0ca34c89fd0538976c86857ca8bd839dd6bcc5f48c731399e7f4b9, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc048cf6c4dbaaf122fbcad50bbb91eda, 0xd782fed1483ed33718d1bb35f6d1e7e5865ab453f656a31be8479606836325d0, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0xf77a6131c150653ddfa17a568a1962d0, 0x790cb419a69224a49d5d77cff023dc947fe42a84f290b2235515b5e2c97d63e4, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc6cc2ce4842cf34494b20855418ec7ee, 0xb8fc9e2d2613e048dc7d4c0622442d372673f49c042b2ec2c64b73f3dc194bdb, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0x9d48345044e6111fbeb9d2fb444d5c49, 0x9b236ce496f1bbfc0cddd74c78ce290eee249d33b17852d1ba2a0b5c392d9e11, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x04fb37608ef94f9a747901b2f98b4fce, 0x3f5898ff32058e639fd45eddfc47f32c36d8e7a1f414a95a9ae43e3c2cef3288, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0x13a70cb0ee2bc1c745056c543f394b54, 0x5f293338b362db4955523efc4e24fa143fc6b2b1f0c165ad87023af703870167, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa2995d1a4e10bf66e1d0a36b6b449424, 0xbcef7ee6367f081816d9bfa9063c94ad60a9562b2388ac5f3207d7a6b47bbeb1, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0xbbe31109bb4a2955ac73c0b0ac1e8d8c, 0x15933273467f87eff5cf7c873a55f195347b6ada28fe23346f482e6af8189db1, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xa92e4569e92450776f18e0bb6ddae1b1, 0xfa1e60b8375f6ad784b20a6caf760583822b6655ebb7ed7d87efe7b82ba68c58, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0x74bbd59ce4185f4b61f493f25badfb85, 0x9fa52646071252af751ebd01e5bc26b5f198fe8f174b45a7c4d1338c2d4378f3, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xdee21a1f544d4781bece558fb6a34ce8, 0x5653ec56a22df7c1fe2fe7077187da9761168644c99937bb66742f4346061357, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x67300742f2ebd668e53c3935f4a80964, 0x943425b122d5fd0688937c159e05e5a70f858f7c336c5d45fb1751acad3d4091, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x8e445bfdef94a7238354f616c071602a, 0x50b8ff4eff297e951f2f6af11c39746ebe393dac6d29323a8db4474eec1e71ae, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x6401227790b9e544ef6b8d749cd0a358, 0x57e232a8f960f36a543b5a61cda864135db7fb71dcb1db584f82a51ce75afdab, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xb84225c5a236c3f6cc1aded9afcf48dd, 0x91ccf68ec8ef4c99da71c0d20e8e081719dce3bd4eba451ce0ab02a78e47daa4, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xf8d2925604a55d7b8604a9875b8e70d3, 0xb7e21b15cd35d1eedef39b570177188b71a6340be22926dd0a64408ec7fa6681, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x9267f79bc730290c6e2c90f9353d3ccf, 0x17942d0d6e224334771d5a1ef0f226f0172651f7c1930a823c5704d2fa36bba6, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0xd46efe6ed170dbdd5b1b09ca55a35569, 0x1f0204d6434490ea61de2f04c06a9bfaec240ba6eb2834973937dfb8215211e9, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x78379f2a26af532dad0097d4521508e1, 0xebec0ce37604792135365f2bd83c52b5a07c4cfdffab62e34990360b7d14a254, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0x45eb0273b92eb8cd42cf66d44e2492fb, 0x4422cb312dd1b3abbc48b94420ed632ecd65b10ebf047a39c5dc3175c62288b7, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0xc5e532252df4da20a8fc47f2398ae693, 0x2f4881bbcf85b48b9d9b79f9e35f62d9e5e497816dcb05389191e4fbc72426c2, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0xfb330860e2aff1f458e129ba84ea1fbb, 0x947e4e29d42bd10b84f61ae2b069068a5d915ee074d3dcc0929f677b9c50c622, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0x5eaa758e147eb8c84507d2671cb0eb3a, 0x8be08b43212de74af19b18525eb03bd28ae4f35e7e98b542d07c80c8b34226c8, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0xad598feb4b2b6ce0c38d86f89d2f3970, 0xcb301586618552f2d903ab0439ade960226d95388bb7e38af11bba217181f2d6, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0xbf88fc6ca25582825493849f19fa4c69, 0x764cfaa2e21b75733c2a72b957d2aab50c89a3db2e007cf55206679fcae5b4e6, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0xfc1127f1fa9983e6b3d77db5908d9d30, 'wp-includes/js/tinymce/wp-tinymce.js.gz', 1, 0x00000000000000000000000000000000, 0xa8c67704a82b41a42524d020b12b3b89, 0x78918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x8a620ab81dc7307f7072b1d312924876, 0x8cb7c7e0d9bf58542f461bccf0d0f49951c4af27ac216d697985caaf001dcf4b, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xbc4487194e1f88126b8a500ad47e6889, 0x2721022c728893882171dcbace16fb705d5e6b2c2ee441c30d4d97a114965ff8, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0x241425f7ffff6596f2d19ced513b1f0b, 0x5c9340adbcf10fb2b377428386765c8a73ed7193f790fbbaefda254a0afa549a, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0xa149011cef16cee2fe0507a94b71d466, 0x0916395d8a5a59ea080c11a4c1270d0c23527ba237c47b747fea989a5ff178e1, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x6a3a434a1360cc744341e97de9177bc6, 0xc08d77717fc5f9ca1620e52b6bd6519529f569dd467d158473768b8f4bb20c13, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x0cb234c48b5a81baaaaa30f570199d9d, 0xa8b246a8e265496c2878932c07cff40b213158f3a8d85fd5267b300e010c3144, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0xf6e3d57217de41fa3243331155452bb1, 0xc3bc33a75b4d9ce4806ddd067b8abbb52065f3dc373a86440e99428f9cc166a0, '', 0, '?'),
(0x13dc30e6bde535cc1fb76d0b6b14e4ed, 'wp-includes/js/wp-a11y.js', 1, 0x00000000000000000000000000000000, 0x711c49a2ed00535aa8aa3fc7af0a2420, 0xc2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9d, '', 0, '?'),
(0xd12f13b8873080de0a2a37b866289bb6, 'wp-includes/js/wp-a11y.min.js', 1, 0x00000000000000000000000000000000, 0x7fb5f1a0757b4fc79ac7c5b1920e0f8e, 0x67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a6114, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x4134afac564acdd0f18f6cd705ee7759, 0x5f30b63971885c5b78f85fddabc9411ce22d6b2e2779b6dcffdf1a7a8dea6372, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x20d3d94221f3642fe34a6e578c435dcb, 0xb8cacc9cffeb386015cb991b526be065bf18d4a10cb0d0037833e958670e68ff, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x1b243f90dc8ec0cdb34d36d3cb92dcba, 0xdbe8983fccd617758ee11a1e35f6c18c70f5a01bac9866b43d9af944ecea3dc5, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xcfe6bf3aec2963dbdcddb2daa7ed129c, 0x07aee2cf0e268551dd402a3c24549f9e29486b47dfb94412a62a636bc288049c, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x99500dd54adc76769e1a798a9725d765, 0x7b5ae8b8a389c3c7627a4e545cd6672cfda7899f04598ad3efc6b19df84e0ce5, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x99c97a7d6ad9e1ba06bbd76f29ecaad6, 0xf516b50509b834ff5f14d55dcbb1c36ac6e1368e4d2e8de6e53115c9e4713786, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x65105a0048efed09300417b61ad18cc9, 0xffb2dcb2428599c58e3c7e08660abdf7fd4bfdb818053d185197f43e754e4ac9, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xb978d3c20a25ca1d36c1688c298c8239, 0xb719994376f43ddcd8360256157a6bf5a72e8a6aa7d405119f55615ad84a6028, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x3e2d55e5318d81a5281421f688e58323, 0x5f4d20abc23a6b5e3d5ab2bbfbc3d9075cfdbac45dc4cad42a0342c84f09a559, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0x802bee0e5f600483e0247f59b3b329b4, 0x90d2482ab8604b07880fa97a50f059b8876756b27da35357e55b7180458a808e, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xd6c3fb049f657928eac2cd9c7eef6925, 0xf4f2cbae41400b15cdf3899bb7f3b44076e11856efa8011e172f4588911b29a8, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0xc05d678a8197a72c4a44bf540017278a, 0x45bf5f56804deea1a536969ef479d126990e5252aa0b3d24c915e396b736e0ca, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0xfdf2054f397ff2b9a724c63fbe1013ef, 0x7fb485bd0ce36309d87a4940f69e6b3b96a212dc9c3b713a64c73e46a1d1e3a6, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x5a03f97cc479b9f5d7efdaccec31bc17, 0xda73cb72cf7ea0bf612e8715834f587f404424663fe1f16d6b1f93c6d96f6670, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0x2b204cc941a4670d627f549de9293d29, 0xbc33fdbeb23d8888ff3d58131c984ea56745980d7224ebd0ac75ef7f057e79b7, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0xa0ee12a57e464358e104e53446261174, 0x2264dac302262a28c07f8174a92910dd78a50de6c3f6e25979df26f2a3dad818, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xa7c259ac67b3b4002dc8ac4a09765b9d, 0xf5de1901450451c760aba860b1900c92d8ac11835d9ee9e7a76a3639801ad90a, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0xddc49ad0e4b146cc8ff73d976f1298bb, 0x3a2b99b82f6e4cd66fcbb3ecc4a549b726de623e590c36a56d458f8190f3d052, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0x1acdd0cd523695bd920ccc418b0678c9, 0x21444ff5ff5faddf126dfbe2de89878009302b671af68ce257c49796e71e40f3, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x47510d7560d22a974c8c0eec6e24bcbd, 0x6e32b7487104e31b1e41b9c08e369717707a3d5f0a37a5ed092b1f313fc9c642, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0xd252f431d400b696e25ca9fec9a1113e, 0x47e7947d9eb66ed0d996ea125c4ff5183d6b091f3e8dc38333356bd3ee536e3c, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xa3ad4f080bd61da2b9f2f9390b1533d1, 0xde77ada66211ece46b0a6e3db5cd9aaff22849f051f25e7e6ebbeaaac69d9643, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0x7df18b42cbd5cbaa5067c06f57aa876b, 0x01f65db31f7119e7458c9650ff7e0311a8678757259d62eccc98ad725c2ddfdb, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x35383aaf79e2b149c48a6acbc6c83809, 0xdbef5eac13152f709bedff12a9a44d9f1a5a7c0b4601229e145fd8460d57a17c, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x368f987c644d70580097e48066c99082, 0x22210187ef21317523bddc81d81095a9aa8c25d3bd17f7da595a3a8758bab53d, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xc82ddb34090cba66aff7d12291e75f21, 0x76d11d33a3885d903fc88fe7cbdac043f972ce6974ee152162485da2f942221e, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x60b4efeac56fd08f7ba4f0f48e915dae, 0x7ad66a6c6aa494adda782cce8fd8c6adab164c108163666d6a440c010f24cf85, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x3ec17cf08572d621367a0573351441aa, 0xdfe124dbcaacaa9575429d323d9ceb36a407ca16dbbe344f5982a9cfb4e5941f, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x83118aa939b5832dd4e1cad8b186012c, 0x82927366563f1362a0e9c24c2e9e94864fa1c16f81e04286e25bad90a16034a7, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0x72e8395fd44d4039009c5396888fa6ba, 0xd3b0fa306ef2b5bed1a99b950c9d9f6f1c2c2ad39553b387acd2b97a61d92464, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0xd22d9fa5bb00ba0667080da846c4a1be, 0xdedc961d3731a14a2037424101377c6d4cee118f92a77578f306337da1c40a5e, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x6563181820c6b50a36ab7249198bdfea, 0x45dd55fe20c8934d545a40c631f0f2267cb4894f56bc0848bdc2d2027035afa3, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0x5c8ce7c9fc66234e60742bf8d3cf2ffb, 0xb4d43bcf5abc3e40737b67ca1db9832753cb9db378bc6fe405f3cb092f87b9b4, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x97a79e96a815b200139356055d752333, 0x8f1b0565d598671c9ffe3da32c1bb8188431a5a20ca8264c2101d0d10bed9b01, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0x3196e9b61f703909e139ce7e049a7ffd, 0x444de4c81b562189167a1d6cb5b9db969a5ccc89b8f920df6a8b898d07d05582, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0xa0ba2f2c8a1dd2594208e4f45b50b390, 0x4b9a751b50f3be95022095134b1a86c500d5cc59412c51d7a9d4a3f05b19db75, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x5b8963b839fdb61c6347fe1a59dfb32e, 0xaf1c96e89f07c14aaecdb56c0ab6b4d94fa37aa64ab24e1b8aa529c4adeb5d03, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x30d156bc49e0c9c94582d26c4764187b, 0x7395916e1975d6f6e4e83ef2633f06feb97436daf528dbb11bac870cf30f168e, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0xbdd5befb3606a5fb2a450316dcddb672, 0x52802847503aca034bf03ddea6247197a3fe26b5b491ff6c090f2696792253e6, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0x51e64c9dcc610126e4ed203e06d2def8, 0xe6dbbd3ceb3d0fef1a304fb57ecde38481c92f3e01821a5b3f2d79cca12a8625, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x5fac3f3e6e59e2ba781546e0e287f1ae, 0xf64067653b973600f285b3fc5084752e78468c0d050c53df0603d6bcb1acd6c4, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x1f0b0e3d03f1bbfced12992bef5127ea, 0x393713c98af5712dc531e53c2ae09bc524f34860faa6b7ee658464d3b7388a5c, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0xeadeab0a38468e98558364114df110b5, 0x1828845e526df9b1c49711e38b8b0dd3b46891e982d46f4e12f970f327df87e1, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x1e86d25accc83d3074b7553c08acb8e2, 0xdcbbff7d7df179d22be4e8487b78db97cd904ca5404e20620067586a2ab03857, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0xbf9dfedcdd32f924c9b86cc134e9d781, 0x81eb37ed63b342eb1a90b1ed81b2a08b9666e759cb9896778047c1225b30d708, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0x55fad8b8f4cd83131c4841ac4e9ea48d, 0x4fc5c4c314ad26aab4a536331db43884fa1a2ef5c520ebe7e9a2762c83d06f6b, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0x7166b7e216737e2082325570061b187e, 0x2c9b05d9b911cacac5022fd772f26125621c42760f047094a35bcdb06ced306f, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x05b855b6ba4bd1531c75003044eeb2b4, 0xc03250391dd9e7199b88b1abe547411c97ac0e97a3dd96d304387c887b42d88e, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x6e5192e9e3bfbebedc13c62db1f9a013, 0x30809ccd1056c0b209f43285fce43b5bb3471182308afe5831947c3f582c71e3, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0x347598ec1d6512d32f1916404c32653a, 0x0ea3e6850168b342bbf71d7527476890a9f46c526339885ad1f660df3201deaa, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0xe0a89b3f42e20b1705c7f74c76ef75e2, 0xdd9c05ccae4af8014bb617719b32553d8a74eb8ade62eadb0c638a5ae22d310b, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0x7037d87a51c10b9b474b580efea1d4a3, 0x05ae89bff258c7090d48c7d86bb192d14fdccaf061c00be0a2342915ef7dad95, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x90d3335eaffac4aea1f3d9d0967f5c9e, 0x0dea10f047761795fe381b494738d601e4e4a0daf860efcf88eb97d0e04e5732, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x5cdaca092b849167e6fa8f9ce6a3df45, 0x20c8182e5348ac45b28b486036971a9a1ea7c0a267360681b61eea16c2fe55b3, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0xfadc3f42e05cc23074cdc36be2df7643, 0x62f060f37ca4a643bc596649c34b8c3b9dca63bec302119ca94c1bfcc51cb442, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0xe463b18764f9a900ccfe7eb7356a12c3, 0x10eb794a089ca010c20a237874df54ec2f7aff57c5fd6bedd5d59e176181e662, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0xbccd1f7a109cd501e7ddaf848e94fca5, 0xd8cab1df04261e37cfed73b3c38841e695d526e7cd2b44e81c3d12e4e940a1fb, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x3670b2158c3b82c250d15ed952261b65, 0x71f08b1cd7930d66f80f15a91e95dd069ed74beacbc85c8218438243264d073a, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0xed9d811ef0cb13bdc0fa60b8314c8d61, 0xf7b7eeb2829493ba7bf0a27655fb99bc1de2f5e96760355d1e9d5e530c30bd6f, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x1ae9794ce9ca84552e5e7a332f168f65, 0xc2c5aff737ed894e4715e3a7f451a4062fcd02fc6e104196164d168b2a0e43b8, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0xd62335468f20184122e157a9662b01a6, 0x47a2aba493b2b6407687621dda754b824c983c603a34c665f0c339becd0d6a57, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x508c9d35f7ed0f7742b33d445fc6db0d, 0x4618665cc0e408e6645353a20692adc0563e5a39a08192a8bdfb7c1adcb78732, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xbeac73a17cc41d2d138d3c69f1967080, 0xd27e4f8b25ce9cce6c6c2403185f5dd19f7b3c42a29c985b8851729879e66464, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x87e463ca1ad8aa0437dc8e07d8e86d7a, 0x8cbf16cf0cd93f15892182cadbc51ccc2e0e4d7727e97dee26703f9c9d49855f, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0x32d4f4e47b76e3be71a9355d06181efc, 0xbcc59e5f010ac73b9d1b1502dacdaa06f6ddcc93393cd7bc6b3210dd0fab24c5, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0xa66567f28c82cc0111bd22f364a2b18c, 0x769a65b984158e09e03f69cd4ec647bb2d7a80491a4011ff6ce2d6d073b3d2a7, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0x5ea1eb0ffbf42db5d5e81f339996908f, 0x29dc2b9ecff7054cecd5b465ebd9cd15ea41595f697cf361e678ac9dc63f4d57, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0x8aaf161fbd8883f72c0e1f9f8beba996, 0xf8a1ccf82c19a9a9d84955f35126493000a0d4d3f89ced492fe9d8e6405fe2c4, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0x0b0b7245551a6470fa1299605f9947ae, 0x9cc544be7a4cce6e3fa8343fc5002b4b8aa381d7688c14a609d992207962391b, '', 0, '?'),
(0xf64b460a4ff269f17d2cedf6917701c7, 'wp-includes/random_compat/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xfc75c18c95d974a9fdb1b101f66f7969, 0xdef15c55d3b7485951b827a500a46819b3bc247aafc925fbceb99fe07c71f3ba, '', 0, '?'),
(0x87c2d96fd477acdbe5d08ed736393649, 'wp-includes/random_compat/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfa5f76745ac2d63b9466f130d35c7fb1, 0xde089154a178de7b7f13e6cf5c37eb80f552e1c14167a5cad2cc5b3aebd90963, '', 0, '?'),
(0xa810911ba276398562d424131f91134c, 'wp-includes/random_compat/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0xc25954e57e1ae32722fa6c840a55658c, 0x0a235c981de92cc12df62daa1c2a174e09568ad3bb8f2be4d23a46e720d3b88b, '', 0, '?'),
(0xf6146ad8e6b2055ab7133b0a6cd093bc, 'wp-includes/random_compat/random.php', 1, 0x00000000000000000000000000000000, 0x878595e91ef1477c8c315b085f73319a, 0x65e5fef3e74eedf711d7b1c53f1924203565b08a25b9e99fcde720bb6933ff9c, '', 0, '?'),
(0x7481a80c80fb912ea8c39595381631bd, 'wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x52d3240d3549e4c0cd785a62f31c463d, 0xacdb40d88280babb49f7445e54baef40bc409fea56109c70405455db9d72da4f, '', 0, '?'),
(0x3f32795421737cc0a874b0e688f7757d, 'wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x66210ed7a7e6d397af12ee87412687b0, 0x4f9e75ec065c0dfb0d24c52d85d76b7d9233a7e3051b0560c95cae6b78ef0ef9, '', 0, '?'),
(0x9a9e94f3df5b9d89f4443f5f851e5b9f, 'wp-includes/random_compat/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x5c2fca1a67bac0e0e09ec0f2e38d240d, 0x2ae8bd5897d04ee3190fa27be5df7fe244d5f196dd9d6ecbe9a72470b89e4695, '', 0, '?'),
(0xf0a14e20b61ea2fb6904066916daadf9, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x8bf32de4bcf246d2c85d3178fd36e115, 0x51ed990a5a6381dbc81034d88509f067060b6965fb1e2db10c0b27a9edace46b, '', 0, '?'),
(0xb9d42549851189e77d8c50f67a57adc9, 'wp-includes/random_compat/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0x8721bb3eb0be8a239cfec679371ca6dc, 0xe3318f463d83be860dbb22a28d38f0fdd30898a6649acf307bf6c0305a8653ef, '', 0, '?'),
(0xfc5ed6bae3f1930208535eb163d3fcca, 'wp-includes/random_compat/random_bytes_openssl.php', 1, 0x00000000000000000000000000000000, 0xbb38b090812ec48acdd841ee43b411c3, 0xa251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feaf, '', 0, '?'),
(0xd9d6339bcf49ea39385cd9d69bcc5b74, 'wp-includes/random_compat/random_int.php', 1, 0x00000000000000000000000000000000, 0x4fc24fc8f4dd612539e347b210ea8c70, 0x2b83fa88ac758b2069871d96af0d6ed7515c32341865d04b39744d2cf04fed1a, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x1c4b69ca4cd9b8538714b2483d0e5995, 0xfd0daf0e30021a3dd9546330e6bba6b2cd8e4afdadc39c96cecd30a41feedb9c, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0xd4f39e983366ea5c1b3fd4644b19ae06, 0xe7f8d46a242da093689abb9524c4b8a194867068063ab7fd842389f8d61647b4, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0x2d72b1269970f9e07c2de2dddac77bf2, 0x7471d96847f6a3cf5b642429323fba6a842075378aeed161c223cbaf58a467bb, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0x2780a8918cca18e0e9e019b452ce3169, 0x04bf6f244795fa0582bdf3965cb6a6f0f4aa505ed796e94356520010019a6915, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0xb50a28c1c5e1fbc89e516555ea32fc99, 0xd0a81c450611d646953e6f21b7a69ad0378869b57e3a937afdcee017ae1d5d29, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0x337ce28d3fe229e0a1b1c0ca4b1e9201, 0x303e5b970dd873c91935169445dd32c27906756898052e3552069c49d80847c3, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0x1f6d145be72c70daed1bdbd9cd0410ef, 0x3472ef21fdcbbac4110bde878d6c3e797a316c7c450a0a359148c5bbd4448da2, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x317a18fd5bf6b2f52913f3fce2c51851, 0x043e4cb341c04250255f180ecdd9ce761d2c449f05ba19922acd475e2a7bf8f2, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0xc91f5b2244f09b106031fed026ab57c2, 0xe1825a7364bde9633ff946d7fbf12f09b7599a4fea253d6abf93ca9c3f5f3a9f, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x9804c50931fe8795ee863689e4c6d347, 0x8d28e92e9c3450682cc9746f1fbd18dad0ec93ecee25bc56e7d76bcf33ca34ea, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0x0be46b89f4d99e13be591bef5d20242e, 0x6cde65f544ee6dd5b3471ec42d51929c3062e6d3d4494401137fbfa93586fe30, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x3bf5cb2a2e28507279021885594ca1fb, 0xe7c390f8849240b75e9d8af4bf9f40d2a59244e56f091088443e25de4a242ff2, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0xe99255fbec989b6d5a3c3137a4b6bff2, 0xd776c53893d4f9a9e2e9c02ed165067e8a11f253a5b227748c72728c69f60447, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0xd04638010d79338d8ba35cd8c7e3caa9, 0x6169fe203679f47eca736a2fd2818f97acb75b12e044af6103bbf6b3229b72fe, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0x0d930e8e981e47145cc9cf06257d8f61, 0x4d98dffde9960526babf1a76d2cc3a00e3c708f44173c1ccc1f90ee95009d860, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0xe8525dd85e4904fb3544124bbbcdafdd, 0xbde5fdff1ea2b6667139941477d7775eedca5f8f48436fc4e8e6a179f63471e1, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x46040759d0a23baa732725bcf3ca0277, 0x4d7de88850b29ffb2ae7863f92739cc1388ff2ce37b3dbe4228831ea3e2edd51, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x39d7ca16b92a06e21c06f4c6ea6e48f5, 0xcee937a51b637ad29e9c40f7b055e4599b67354ed6229c6a1a24d8cf1e86f17a, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x535d7847b9791cea1b326483da387a13, 0x79605f6f4c717ccde29da9257d29bb1c2bb42c7b4e24b694eeef927280e36aee, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xc25e02ca2745203be31f277c1031e4e1, 0x6be3ba22b53d614d422ac0021b52514b93bf12257e4f54228d7cd11543be4624, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xf670d087a9b963c8df9f9a6cc24b170e, 0x682397cf37709af1b06284f46183df5698428ab1073b6773fdbf57727e109671, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0x5897bc80f408c956ffbbc3f81bb5baa9, 0xe66e1d44d07658056f3ebadffb929efb4731044dd200cb75851c9ccaf3ad1792, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0xa64aac575856cde32fef754fba8df20e, 0xcd7b8450b8ac2ec9d9cb68bae27e1bb5a89e5fdcc58b7f8f62f69fd21277ccff, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x987db80759edfd2aae9316162a3d7bda, 0x2843d9eaacc608e79935d816ed98d2a22b4cdb91f75b993522c90ea5db82158b, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x19ff1fae31fd2d0338c7601bcb4baf58, 0x8929c1e98d5bdfb246fb1ca082a527a2a5a6378102f9c37f38ff24f13c28ab61, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0xc21d6d86e75bef00fa6c4a0ec5e1ca3b, 0xb09003e75e93ba15125dfb2281f015cb8c7c61a93e7cd9c4aab62e80ad704e58, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0xf7d61c92acb31ea58c58fd32b3d4733e, 0x8e1cf1e778891631d68851f308ac944e57d464a6288759dd4dc24bb26ae2091e, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0xd94561cea0c5c13a609b9cde5a7635d4, 0xc0476f6e5e701ba47e148c2177b9bb6b2b9bd719394b41ab98b5a6e1fbd280ac, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x06d4045fc2563111fdf0c9ff17e3e94e, 0x866ba1f518f3dce950a18b1c0a02138652d03012f9477183d761dad130ba034f, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0x5fa0ee4ca7705a26dba5978bef68e975, 0x542e25d226e9b6bb4463ed53954bc293356221fd595de35258749ae6576b0066, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x04e9dcae4fee7258ad43a0047160910e, 0x8142063d9b63e9bd94c9f3c98b088bd1c2c6f679d4ec9c9b418324891aa77692, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xa745024f45f018741479bdcf5518f59b, 0x7956122a542a67c1d4e22f06f78bcf8d60b769aab1eef9f80348edbc5cd30d15, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0x0523871c22646012db8ff498c4bf3194, 0xc5a473ebcd668b12d35c94b9f3d960f71a8a31a8d706472108733027fd1cc2f4, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0x1822ba9f62e4bf3d510a7e4306e67d4b, 0x9cd67891bc523253998f7af50a9ecf3e99cbfe20703bd24e85155afad75ec6b3, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0x8fab25000fafee699fb4e76871ed02f4, 0x5e3d475f977a95da620ded526413322e4a49a48fed21c8e8f946c7e464c616eb, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0x5fbd21787d7ebb346c00079ea298f073, 0xc0454ba8e15fbc9e1054fe93204914445e5cd7f22ecf0b0cfa11b5fed6b369bd, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0x72b64c89bf45f2760c6133f7a3dd3649, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x8c5ff873dc3098a5e46ccbbf909c377e, 0xa2aff9b99879fc339bb759d8fd76de57f0ad90c4e5ac8f092328b7da9a09fc3f, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x67962ba2c878829d26817766d258dcc0, 0xc1d96517a80fe9bf8e1369c397efd716f123a83de134a377e14e7262510c0414, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x304c40bba1dd25870a0bceffefc25024, 0x4b5e0de62d6fa73fe4b9205aa98766b03726a2b966a48053f907989bb38c9fcf, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x8087f37304ad86ff1748b4446c9a2c0a, 0x4ea1468a3f67d71ddcfef841d99d6b9b61703e19b8702bdc0e3b91318fe80925, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0xd2f95211a665c9fb814b9ac89e2abd52, 0x9f0a59ae8660d503edd03b30f7da508dfe2ca2e441e743692fee3c9b63ab4414, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0xe8bcac04d30305f03cba7aaec47fdf24, 0xe6fa423445223e461027b0a5e11dcc9c81ebab72f18e4b012fa00ac2a31ebde7, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0xc6593b4d79edc874f553871921714ec1, 0x091a81be63d97afa72e793b673507602c7aa40018816993b8adbb115cecb50e9, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0xf78cf4adaa3f0a10e41279e96f3794f5, 0xab516ad14e16872a1e2313498f6f1f015835c2191457258bdc70ae68d9c9d346, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 0, 0x7ccdf63da7330702979b6185348e4aa6, 0x7ccdf63da7330702979b6185348e4aa6, 0x9f5cb2d35649d41dafc87d8e462379b576f75a54cf4ced6e10d62e2fa1d84c87, '', 0, '?');
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xff7aa786c75ed03355cfc7f7fc64498f, 0x2c04230eb33ed03cd658cb9e2b62182bee0d144263392b32d364f0abbce5ff74, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0xb73f7fed732ef178344d335b1b2ec6a9, 0x5f2c4dca52c3f6646c43bef6a51e8c133b59e93c63c7827ac349b751ea703efb, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0xe0a81deadf7e5c52fee651410dff9f86, 0x305d1c56859e612cc548796445f4280c366d0fd35d746bc845db127e233d7980, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0x435a4a04f4dca031c14b9f38a3c9c373, 0x656c2686d6c6d7b3ccedae43e5ebca76dca291d61787519508b34855b209df70, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0x92e495da427af67d45420a6d1ee60ae5, 0x319032a1297df5e9010e4757a27c9af4b45724446fa944847082946eae59dacf, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0xa62c1c6a35b50e475f626fa52dc41821, 0xd029a74435a8bace10310527f106270abb9276d21f622ad26ac51c98b378e839, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0xfdfd85dc7c9c9d0f037ae789dd9a24a8, 0x62cc99e159ae855624a50a5b5113ff778f0068f858b60eb051bdd59ad604ad11, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x05dd32417c2270fe96b319770d25471b, 0x1a0b7dfe4daedd283bc9f25cc29a9b9385f8b094c3051cc76b6c20d14fee488a, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0x619179c7e3e00e8a873e07e347c1212b, 0x88b4bf9bbe38b81ab6f36cb6059c945d032766183135ad086af861c486d2e03f, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0x38e269e7c496ee65c39fb5086ac8a9b7, 0x40fc9b24e491da422d27582c05d3afb7f4788163e4760b890fcfd10a52bed4cd, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0xd91920c0386e48744104bf86e1d863c4, 0x7302f2d99ea9471806455c9cbe566127603b1e9aa45f6d26cf0384c11a69f349, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0x059bd0fcfe1b7bda11e79976e1c84465, 0x0180f1ec96322e41ee4b61f655d5bdb5588e2bf348c9ea7b251622b5469f3eb3, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0x8ebb338e15a5f1a2a2ae9ec21dcd1c73, 0x13fa9ec01f0a4af7efbac16a8ae518ea59502d9f1d90fbf236aa43cf061c0884, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0x6f8e23f590c4d32d2eee2b53c70d5924, 0xbf753dc3fbd99d0e0ef8a219a6918083ac2458ef8971e5965302d0e9ef7d6b2d, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x76b598ae8580aa03a80a6a715589585d, 0x02817afa79c9d48e1a412a6143cf29656795f79c82567852e4cbbffadfd83df5, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x8e880fc45940a0c6c23e5005af2af01c, 0xce8a8cea543a87560509367a59b99535afacb8b0ab08c4386716262d586eb1c5, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0xa3e28aa035e37faf6536140564a929c9, 0xf564d8f59389ca04bddc78638bc626deb9981438bb4ea8ba0ff6805bf81b9660, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x37fb7946b672ce58ce19aacff58f8efa, 0x0918a2b728cb637aa60eafc3407c00c1b37bddd89f9c46a2971c2ae71b8abb38, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x89b44ed0a8562d2626140d41cbac1fd8, 0x5fe8214b37c733b01d0d67b1a09878dfa98f0344588180af007dc4b7506d7e67, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xca61a239165dc501804f8a312368252b, 0xd90a8fa4374c8c0233d254d27a38df96880f35e24f245ddb448562845279fa57, '', 0, '?'),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xdfd490b6f383ea02a269031ff05e8896, 0xd5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abc, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x1275d4b2a09938532eeb2ea63d82b2ae, 0xfcee4b9cbf28d0fffe41266794cc0a9108ec541786a00f6d574bf3fbfd37e9fb, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0xb8d2a2f2f34943b684b7e0250d342c2e, 0x5805b415b2749347875ed4cb307a6192001853bd5ba1c0a8af63e666168bc589, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0x55f5eeda4f64271322d249c14685c162, 0x4e7e387d023af521ffcaba5a85087fce9f2a179c02a2efa1a30f92da3033d67f, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0x8edbcbcc51de98432f95aee15a561263, 0x25b0504ecfae54b06979b745562b6da24b02561c764e5f215bb832b660ade16f, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0xf362612f9ffa377119b9d3d22eb43fdd, 0x1f76b3f1531d26094c47dd7d6289f5654a6ee4bf577fe326df2f87f77f8bcec9, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x8d6c9e4dab7697a044a22a96cd787068, 0xbbc170064b3c34bc9a6ceb2841305a9d7473fa7c6e0978a208cd15bc69848ff4, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0x9513d45496670e1ecfa45d9fdea73880, 0x9fbe41dd1bf1522563cc30a4622b2e0bd88022df3b7e6fcd4878cdf1eb4bc7db, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0x1b902775bb00c7996bbe7a0fc8dfd8d9, 0x02e1f2170353e7033496732ce09b06aa80b8cc1c8ee591751e935f16c3564c88, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x1b1908c12e1b3089f6cce5bf8dc7eca0, 0xa63cc5d2549c7311b2dc0912f51b941961db3883785e9ceb13aba83b9ca49d17, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x6c53e2ff076280c5cfc410a3c632c785, 0x45ca27e8ab6f53a6590e3fad9e2f4f7848a96dfcb93747e3ce260faf633e004a, '', 0, '?');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfHits`
--

CREATE TABLE `wp_wfHits` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfHits`
--

INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6539, 1531410168.961819, 1531410168.910100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6540, 1531410168.674738, 1531410168.635500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6541, 1531410168.396226, 1531410168.356500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6542, 1531410168.127993, 1531410168.075800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6543, 1531410167.843598, 1531410167.792500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6544, 1531410167.564324, 1531410167.524100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6545, 1531410167.296150, 1531410167.256000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6546, 1531410167.029806, 1531410166.977700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6547, 1531410166.747216, 1531410166.663600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6548, 1531410166.430051, 1531410166.387500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6549, 1531410166.148589, 1531410166.108900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6550, 1531410165.882177, 1531410165.830400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6551, 1531410165.596679, 1531410165.531000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6552, 1531410165.297461, 1531410165.225200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6553, 1531410164.992206, 1531410164.920500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6554, 1531410164.692475, 1531410164.641000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6555, 1531410164.413492, 1531410164.361200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6556, 1531410164.125306, 1531410164.023600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6557, 1531410163.794841, 1531410163.726000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6558, 1531410163.493564, 1531410163.441900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6559, 1531410163.206803, 1531410163.155900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6560, 1531410162.924243, 1531410162.884600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6561, 1531410162.653958, 1531410162.584900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6562, 1531410162.357572, 1531410162.304600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6563, 1531410162.064126, 1531410162.010700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6564, 1531410161.780355, 1531410161.710800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6565, 1531410161.469872, 1531410161.402100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6566, 1531410161.169486, 1531410161.117900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6567, 1531410160.882213, 1531410160.796200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6568, 1531410160.567830, 1531410160.528300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6569, 1531410160.299617, 1531410160.231600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6570, 1531410159.991888, 1531410159.909500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6571, 1531410159.676456, 1531410159.622400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6572, 1531410159.391172, 1531410159.324800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6573, 1531410159.099891, 1531410159.058700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6574, 1531410158.820535, 1531410158.745800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6575, 1531410158.512599, 1531410158.460500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6576, 1531410158.221622, 1531410158.159800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6577, 1531410157.912361, 1531410157.862400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6578, 1531410157.622147, 1531410157.570700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6579, 1531410157.343200, 1531410157.291100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6580, 1531410157.064642, 1531410157.024000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6581, 1531410156.795202, 1531410156.755300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6582, 1531410156.527708, 1531410156.475100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6583, 1531410156.219103, 1531410156.165500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6584, 1531410155.930321, 1531410155.890500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6585, 1531410155.654443, 1531410155.613600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6586, 1531410155.359585, 1531410155.291600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6587, 1531410155.055140, 1531410155.002800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6588, 1531410154.776499, 1531410154.736400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6589, 1531410154.395314, 1531410154.335200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6590, 1531410154.006391, 1531410153.942200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6591, 1531410153.713704, 1531410153.661000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6592, 1531410153.405297, 1531410153.365200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6593, 1531410153.138005, 1531410153.098000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6594, 1531410152.867232, 1531410152.816600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6595, 1531410152.584635, 1531410152.500700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6596, 1531410152.266463, 1531410152.226800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6597, 1531410152.002183, 1531410151.962400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6598, 1531410151.725927, 1531410151.674400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6599, 1531410151.444882, 1531410151.393200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6600, 1531410151.161664, 1531410151.122000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6601, 1531410150.896343, 1531410150.856700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6602, 1531410150.629717, 1531410150.561500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6603, 1531410150.327817, 1531410150.275400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6604, 1531410150.049378, 1531410150.009700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6605, 1531410149.771218, 1531410149.702300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6606, 1531410149.475602, 1531410149.423900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6607, 1531410149.179110, 1531410149.094400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6608, 1531410148.865046, 1531410148.825500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6609, 1531410148.599300, 1531410148.558100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6610, 1531410148.330674, 1531410148.246100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6611, 1531410148.018687, 1531410147.966300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6612, 1531410147.736909, 1531410147.669100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6613, 1531410147.442400, 1531410147.400900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6614, 1531410147.134493, 1531410147.083400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6615, 1531410146.851093, 1531410146.765200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6616, 1531410146.533057, 1531410146.463600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6617, 1531410146.235693, 1531410146.166000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6618, 1531410145.938783, 1531410145.882200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6619, 1531410145.654936, 1531410145.603100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6620, 1531410145.373643, 1531410145.334200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6621, 1531410145.105712, 1531410145.036600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6622, 1531410144.809555, 1531410144.769800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6623, 1531410144.545031, 1531410144.492900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6624, 1531410144.260735, 1531410144.156500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6625, 1531410143.908514, 1531410143.856300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6626, 1531410143.627861, 1531410143.588700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6627, 1531410143.359770, 1531410143.307300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6628, 1531410143.078526, 1531410142.992600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6629, 1531410142.746391, 1531410142.706100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6630, 1531410142.477854, 1531410142.438700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6631, 1531410142.211997, 1531410142.160700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6632, 1531410141.933721, 1531410141.856900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6633, 1531410141.608069, 1531410141.568200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6634, 1531410141.344099, 1531410141.304100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6635, 1531410141.072355, 1531410140.988900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6636, 1531410140.744510, 1531410140.691800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6637, 1531410140.465301, 1531410140.425800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6638, 1531410140.191681, 1531410140.152600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6639, 1531410139.926475, 1531410139.875500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6640, 1531410139.634325, 1531410139.582500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6641, 1531410139.356386, 1531410139.316700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6642, 1531410139.048226, 1531410139.008500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6643, 1531410138.762150, 1531410138.710200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6644, 1531410138.482483, 1531410138.429600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6645, 1531410138.196916, 1531410138.155800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6646, 1531410137.917807, 1531410137.848200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6647, 1531410137.617470, 1531410137.566100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6648, 1531410137.329142, 1531410137.277200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6649, 1531410137.045740, 1531410137.006000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6650, 1531410136.781239, 1531410136.741600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6651, 1531410136.513040, 1531410136.461700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6652, 1531410136.229557, 1531410136.178400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6653, 1531410135.948111, 1531410135.877500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6654, 1531410135.635740, 1531410135.596500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6655, 1531410135.355685, 1531410135.304200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6656, 1531410135.056914, 1531410135.005800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6657, 1531410134.777089, 1531410134.737500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6658, 1531410134.508583, 1531410134.448600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6659, 1531410134.221729, 1531410134.171000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6660, 1531410133.943405, 1531410133.890000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6661, 1531410133.662914, 1531410133.623400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6662, 1531410133.365409, 1531410133.325600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6663, 1531410133.100246, 1531410133.049200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6664, 1531410132.820795, 1531410132.768900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6665, 1531410132.541545, 1531410132.501300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6666, 1531410132.275666, 1531410132.235500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6667, 1531410132.009892, 1531410131.956100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6668, 1531410131.726569, 1531410131.675500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6669, 1531410131.449947, 1531410131.410500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6670, 1531410131.183409, 1531410131.139800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6671, 1531410130.908874, 1531410130.856800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6672, 1531410130.610173, 1531410130.559000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6673, 1531410130.293662, 1531410130.253000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6674, 1531410130.027150, 1531410129.987000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6675, 1531410129.761145, 1531410129.708800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6676, 1531410129.478746, 1531410129.425800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6677, 1531410129.196175, 1531410129.153800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6678, 1531410128.927943, 1531410128.887300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6679, 1531410128.661828, 1531410128.608100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6680, 1531410128.379686, 1531410128.327600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6681, 1531410128.098749, 1531410128.027500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6682, 1531410127.798653, 1531410127.757500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6683, 1531410127.515518, 1531410127.464200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6684, 1531410127.235974, 1531410127.183900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6685, 1531410126.957159, 1531410126.918200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6686, 1531410126.688873, 1531410126.649300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6687, 1531410126.423072, 1531410126.363700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6688, 1531410126.132943, 1531410126.078000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6689, 1531410125.845837, 1531410125.805300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6690, 1531410125.568885, 1531410125.500400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6691, 1531410125.272421, 1531410125.218700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6692, 1531410124.989620, 1531410124.937500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6693, 1531410124.701868, 1531410124.660600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6694, 1531410124.434426, 1531410124.367000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6695, 1531410124.137187, 1531410124.085400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6696, 1531410123.845405, 1531410123.791200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6697, 1531410123.555647, 1531410123.501900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6698, 1531410123.273490, 1531410123.233200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6699, 1531410123.004214, 1531410122.952000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6700, 1531410122.718559, 1531410122.632700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6701, 1531410122.350731, 1531410122.311200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6702, 1531410122.080475, 1531410122.038600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6703, 1531410121.802093, 1531410121.749400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6704, 1531410121.513046, 1531410121.461700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6705, 1531410121.230054, 1531410121.190000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6706, 1531410120.965487, 1531410120.926100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6710, 1531410119.863645, 1531410119.823800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6707, 1531410120.695858, 1531410120.644000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6708, 1531410120.416188, 1531410120.360300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6709, 1531410120.127766, 1531410120.088300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6711, 1531410119.590853, 1531410119.538600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6712, 1531410119.312109, 1531410119.259700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6713, 1531410119.024611, 1531410118.984100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6714, 1531410118.754841, 1531410118.714900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6715, 1531410118.490134, 1531410118.438600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6716, 1531410118.210873, 1531410118.159700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6717, 1531410117.929663, 1531410117.889000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6718, 1531410117.661923, 1531410117.621200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6719, 1531410117.394820, 1531410117.343500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6720, 1531410117.113679, 1531410117.061800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6721, 1531410116.835602, 1531410116.795500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6722, 1531410116.543969, 1531410116.504600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6723, 1531410116.273710, 1531410116.215100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6724, 1531410115.987226, 1531410115.936000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6725, 1531410115.710352, 1531410115.670800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6726, 1531410115.427482, 1531410115.387200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6727, 1531410115.161634, 1531410115.109700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6728, 1531410114.880308, 1531410114.827000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6729, 1531410114.593709, 1531410114.553900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6730, 1531410114.328591, 1531410114.288500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6731, 1531410114.056789, 1531410114.004500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6732, 1531410113.774673, 1531410113.723500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6733, 1531410113.497218, 1531410113.457300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6734, 1531410113.227720, 1531410113.188900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6735, 1531410112.963441, 1531410112.912200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6736, 1531410112.680794, 1531410112.642000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6737, 1531410112.414748, 1531410112.364200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6738, 1531410112.134326, 1531410112.083700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6739, 1531410111.857779, 1531410111.817900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6740, 1531410111.592085, 1531410111.552300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6741, 1531410111.320081, 1531410111.268200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6742, 1531410111.025168, 1531410110.971500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6743, 1531410110.740231, 1531410110.700900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6744, 1531410110.446765, 1531410110.406400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6745, 1531410110.156674, 1531410110.105600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6746, 1531410109.868141, 1531410109.817500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6747, 1531410109.588926, 1531410109.549600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6748, 1531410109.324948, 1531410109.284500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6749, 1531410109.052685, 1531410109.000900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6750, 1531410108.773672, 1531410108.722000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6751, 1531410108.485367, 1531410108.442000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6752, 1531410108.215466, 1531410108.175300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6753, 1531410107.950460, 1531410107.899000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6754, 1531410107.670131, 1531410107.616800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6755, 1531410107.383965, 1531410107.316500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6756, 1531410107.086787, 1531410107.045900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6757, 1531410106.815363, 1531410106.763300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6758, 1531410106.531948, 1531410106.469800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6759, 1531410106.239133, 1531410106.199000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6760, 1531410105.973015, 1531410105.913500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6761, 1531410105.680881, 1531410105.298800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6762, 1531410104.930452, 1531410104.890000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6763, 1531410104.514449, 1531410104.402400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6764, 1531410104.096039, 1531410104.044900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6765, 1531410103.813815, 1531410103.760600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6766, 1531410103.348066, 1531410103.301800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6767, 1531410102.928207, 1531410102.877200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6768, 1531410102.601111, 1531410102.550200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6769, 1531410102.138634, 1531410102.087400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6770, 1531410101.516595, 1531410101.477000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6771, 1531410101.147966, 1531410101.096500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6772, 1531410100.716361, 1531410100.665400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6773, 1531410100.239406, 1531410100.188500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6774, 1531410099.511451, 1531410099.459900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6775, 1531410098.969022, 1531410098.929200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6776, 1531410098.383975, 1531410098.332200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6777, 1531410098.031461, 1531410097.980400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6778, 1531410097.717372, 1531410097.677900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6779, 1531410097.417992, 1531410097.367400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6780, 1531410097.000514, 1531410096.920000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6781, 1531410096.543117, 1531410096.503700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6782, 1531410096.006451, 1531410095.953800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6783, 1531410095.662894, 1531410095.623600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6784, 1531410095.204414, 1531410095.151400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6785, 1531410094.834239, 1531410094.795400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6786, 1531410094.423664, 1531410094.371100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6787, 1531410093.923425, 1531410093.880500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6788, 1531410093.508742, 1531410093.457600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6789, 1531410093.157479, 1531410093.106500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6790, 1531410092.659582, 1531410092.574900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6791, 1531410092.016439, 1531410091.976900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6792, 1531410091.703334, 1531410091.663100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6793, 1531410091.434620, 1531410091.382700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6794, 1531410091.086867, 1531410091.036000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6795, 1531410090.780124, 1531410090.741800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6796, 1531410090.458326, 1531410090.406800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6797, 1531410089.963242, 1531410089.922600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6798, 1531410089.640044, 1531410089.599600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6799, 1531410089.335603, 1531410089.284500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6800, 1531410089.055196, 1531410088.988800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6801, 1531410088.758990, 1531410088.709000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6802, 1531410088.396733, 1531410088.344700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6803, 1531410088.051342, 1531410087.969100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6804, 1531410087.737924, 1531410087.666700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6805, 1531410087.434766, 1531410087.383400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6806, 1531410087.031169, 1531410086.991200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6807, 1531410086.724719, 1531410086.684900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6808, 1531410086.419181, 1531410086.367700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6809, 1531410086.118143, 1531410086.066100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6810, 1531410085.835959, 1531410085.796000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6811, 1531410085.435414, 1531410085.395600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6812, 1531410085.142181, 1531410085.090700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6813, 1531410084.842229, 1531410084.783800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6814, 1531410084.509862, 1531410084.458700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6815, 1531410084.159301, 1531410084.119800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6816, 1531410083.793174, 1531410083.741000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6817, 1531410083.246876, 1531410083.208100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6818, 1531410082.858862, 1531410082.805400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6819, 1531410082.579403, 1531410082.540700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6820, 1531410082.150417, 1531410082.099200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6821, 1531410081.788118, 1531410081.736800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6822, 1531410081.350732, 1531410081.298400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6823, 1531410080.964851, 1531410080.925700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6824, 1531410080.524338, 1531410080.457800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6825, 1531410080.210338, 1531410080.163400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6826, 1531410079.824410, 1531410079.773000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6827, 1531410079.505221, 1531410079.414400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6828, 1531410079.184420, 1531410079.124900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6829, 1531410078.850117, 1531410078.811900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6830, 1531410078.454339, 1531410078.415900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6831, 1531410078.132627, 1531410078.051900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6832, 1531410077.785858, 1531410077.719200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6833, 1531410077.482400, 1531410077.431600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6834, 1531410077.203445, 1531410077.151500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6835, 1531410076.870991, 1531410076.831400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6836, 1531410076.579318, 1531410076.524000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6837, 1531410076.270879, 1531410076.231300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6838, 1531410075.988798, 1531410075.925700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6839, 1531410075.691210, 1531410075.640200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6840, 1531410075.413348, 1531410075.362400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6841, 1531410075.110418, 1531410075.070000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6842, 1531410074.831091, 1531410074.791100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6843, 1531410074.534411, 1531410074.482900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6844, 1531410074.208242, 1531410074.156700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6845, 1531410073.885685, 1531410073.846300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6846, 1531410073.574819, 1531410073.534600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6847, 1531410073.298332, 1531410073.246600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(8027, 0.000000, 1531599178.566619, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8028, 0.000000, 1531599195.588838, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8029, 0.000000, 1531599212.617970, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8030, 0.000000, 1531599229.637096, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8031, 0.000000, 1531599246.662067, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8032, 0.000000, 1531599263.721641, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8033, 0.000000, 1531599280.708888, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8034, 0.000000, 1531599297.736308, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8035, 0.000000, 1531599314.790931, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8036, 0.000000, 1531599331.909513, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8037, 0.000000, 1531599348.805370, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8038, 0.000000, 1531599365.957331, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8039, 0.000000, 1531599382.854955, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8040, 0.000000, 1531599400.005880, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8041, 0.000000, 1531599416.902430, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8042, 0.000000, 1531599434.060374, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8043, 0.000000, 1531599451.077591, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8044, 0.000000, 1531599468.101947, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8045, 0.000000, 1531599485.126608, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8046, 0.000000, 1531599502.157395, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8047, 0.000000, 1531599519.173972, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8048, 0.000000, 1531599536.198054, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8049, 0.000000, 1531599553.221269, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8050, 0.000000, 1531599570.245700, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8051, 0.000000, 1531599587.270311, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8052, 0.000000, 1531599604.293809, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8053, 0.000000, 1531600526.789820, 0x00000000000000000000ffff36ad2381, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'ia_archiver', '', NULL, NULL),
(8054, 0.000000, 1531606469.096155, 0x00000000000000000000ffffb3b69eac, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'http://l.instagram.com/?u=http%3A%2F%2Fwww.anaclingenetica.com.br%2F&e=AT2bufk3-wUTge3qhjZQdg0zN1rSBsajwwy7sub8UlHyBRDY4t8Gbg0WGN1RncCELHg87vcEzbbgEWHZTtBmFzPqBt_Zlu3RxT4XhaMmevXO22HiBZGgZXUwvZw_lfHRs9yXZG-EFIm6VjHwZX4', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C153 Instagram 53.0.0.6.84 (iPhone7,2; iOS 11_2_1; pt_BR; pt-BR; scale=2.34; gamut=normal; 750x1331)', '', NULL, NULL),
(8055, 0.000000, 1531606507.973735, 0x00000000000000000000ffffb3b69eac, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'http://l.instagram.com/?u=http%3A%2F%2Fwww.anaclingenetica.com.br%2F&e=AT36BC2pPh11n6ILO3B2ac37rwFzezWFSBS6CwicNY-PAcHHuF1xew6su5HiBwDMPyfDLmqs6NgbfQNWp0NiqScw70bogneRBvSUkDE5Coq_i8k2Y8r89FESgENCdU7U7rjw4aZA5XVUUeH7dIQ', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C153 Instagram 53.0.0.6.84 (iPhone7,2; iOS 11_2_1; pt_BR; pt-BR; scale=2.34; gamut=normal; 750x1331)', '', NULL, NULL),
(8056, 0.000000, 1531606514.277761, 0x00000000000000000000ffff45abe0d0, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'facebookexternalhit/1.1', '', NULL, NULL),
(8057, 0.000000, 1531606517.573341, 0x00000000000000000000ffffb3a7ca65, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'http://l.instagram.com/?u=http%3A%2F%2Fwww.anaclingenetica.com.br%2F&e=AT3W3OB0f9ujXOfmKF7QzUocxweyfvNeaFkAlWD5DJdDiTOgnVlvxyurfJ7lPRwvWldRBxyXMHM5xJre1iprGAOTmgE3FAXeW0go5NnPXaf1LRDc5wcRgOd6NbHP-65Rcmf0FhprgvJ2cHLCTtg', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C153 Instagram 53.0.0.6.84 (iPhone7,2; iOS 11_2_1; pt_BR; pt-BR; scale=2.34; gamut=normal; 750x1331)', '', NULL, NULL),
(8058, 0.000000, 1531606535.494368, 0x00000000000000000000ffffb3a7ca65, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'http://l.instagram.com/?u=http%3A%2F%2Fwww.anaclingenetica.com.br%2F&e=AT0pJzQ1a9Rbjc2-2dmGabldOIHkO7sdBumQ_d2R_0D9D7ciILR5VT5oWVbnSW6VKVXUrZNTNpiQKjykpxX_sNqac8s-LFL5Ud5mlerJgQozlzU5vZiU5B5hiDKmdIBl7uZRq5-00fTCCBmFBQk', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C153 Instagram 53.0.0.6.84 (iPhone7,2; iOS 11_2_1; pt_BR; pt-BR; scale=2.34; gamut=normal; 750x1331)', '', NULL, NULL),
(8059, 0.000000, 1531606559.074763, 0x00000000000000000000ffffb3a7ca65, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'http://l.instagram.com/?u=http%3A%2F%2Fwww.anaclingenetica.com.br%2F&e=AT0Lf_-9lVjbi3KuiuMBgpEUu6eapwemYytEmgU7oVo65-1eLRPHK65iFZxKZNhcDRr1QYQ7wYWHVgpI0PKaDKXUosjj0NoAclgW9OY7p5iHdGbpdgWrhHUfrtyLsJBDhfF80kK-U6owqjeIe6Q', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Mobile/15C153 Instagram 53.0.0.6.84 (iPhone7,2; iOS 11_2_1; pt_BR; pt-BR; scale=2.34; gamut=normal; 750x1331)', '', NULL, NULL),
(8060, 0.000000, 1531606638.150258, 0x00000000000000000000ffffb3a7ca65, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 Mobile/15C153 Safari/604.1', '', NULL, NULL),
(8061, 0.000000, 1531606703.429310, 0x00000000000000000000ffffb3b69eac, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 Mobile/15C153 Safari/604.1', '', NULL, NULL),
(8062, 0.000000, 1531606779.461336, 0x00000000000000000000ffffb3a7ca65, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_1 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 Mobile/15C153 Safari/604.1', '', NULL, NULL),
(8063, 0.000000, 1531615688.318369, 0x00000000000000000000ffffc05f1e1d, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(8064, 0.000000, 1531624025.585654, 0x00000000000000000000ffff2e65494b, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(8065, 0.000000, 1531624035.653701, 0x00000000000000000000ffff2e65494b, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(8066, 0.000000, 1531639334.874416, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/47.0.1', '', NULL, NULL),
(8067, 0.000000, 1531639339.012481, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/47.0.1', '', NULL, NULL),
(8068, 0.000000, 1531639355.419726, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/feed', '', 'Rome Client (http://tinyurl.com/64t5n) Ver: UNKNOWN', '', NULL, NULL),
(8069, 0.000000, 1531642957.626584, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/47.0.1', '', NULL, NULL),
(8070, 0.000000, 1531642962.943925, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/47.0.1', '', NULL, NULL),
(8071, 0.000000, 1531642968.065135, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://www.google.com', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6', '', NULL, NULL),
(8072, 0.000000, 1531642978.047923, 0x00000000000000000000ffff36f33594, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6', '', NULL, NULL),
(8073, 0.000000, 1531652840.200505, 0x00000000000000000000ffffc0630993, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', '', NULL, NULL),
(8074, 0.000000, 1531652855.554408, 0x00000000000000000000ffffc0630993, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36', '', NULL, NULL),
(8075, 0.000000, 1531661996.428216, 0x00000000000000000000ffffce507372, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/3i_51038_zxtr/f_9369_kfm/', '', 'Mozilla/5.0 (Windows NT 10.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', '', NULL, NULL),
(8076, 0.000000, 1531662121.759591, 0x00000000000000000000ffff4047c17d, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/3i_51038_zxtr/f_9369_kfm/', '', 'Mozilla/5.0 (Windows NT 10.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0', '', NULL, NULL),
(8077, 0.000000, 1531673913.868514, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8078, 0.000000, 1531673917.440034, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8079, 0.000000, 1531673920.768369, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8080, 0.000000, 1531673924.352596, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8081, 0.000000, 1531673928.194629, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8082, 0.000000, 1531673931.300131, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8083, 0.000000, 1531673934.208037, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8084, 0.000000, 1531673937.920721, 0x00000000000000000000ffffcbcaf872, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', '', '', NULL, NULL),
(8085, 0.000000, 1531690233.898189, 0x00000000000000000000ffff0d39e963, 0, 200, 0, 0, 0, 'https://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', '', NULL, NULL),
(8086, 0.000000, 1531693598.090527, 0x00000000000000000000ffffb185d241, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36', '', NULL, NULL),
(8087, 0.000000, 1531700102.679549, 0x00000000000000000000ffff2ea10932, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47', '', NULL, NULL),
(8088, 0.000000, 1531700152.833059, 0x00000000000000000000ffff2ea10932, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47', '', NULL, NULL),
(8089, 0.000000, 1531712390.553298, 0x00000000000000000000ffff8b3bb39e, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(8090, 0.000000, 1531712399.293496, 0x00000000000000000000ffff8b3bb39e, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(8091, 0.000000, 1531715622.081121, 0x00000000000000000000ffff36249604, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(8092, 0.000000, 1531728318.336867, 0x00000000000000000000ffff67f9641b, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-vint.php', '', '', '', NULL, NULL),
(8093, 0.000000, 1531731434.407130, 0x00000000000000000000ffff3435c94e, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', '', NULL, NULL),
(8094, 0.000000, 1531747390.575306, 0x00000000000000000000ffffb18896fc, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(8095, 0.000000, 1531747519.614024, 0x00000000000000000000ffffb18896fc, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(8096, 0.000000, 1531747647.333256, 0x00000000000000000000ffffb18896fc, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(8097, 0.000000, 1531747775.067314, 0x00000000000000000000ffffb18896fc, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(8098, 0.000000, 1531747880.825424, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ai01NTktdC8zNjI4NS14', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8099, 0.000000, 1531747882.122647, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/498ok6-108/3p-984/mfja/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8100, 0.000000, 1531747889.515121, 0x00000000000000000000ffff452e2414, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?_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),
(8101, 0.000000, 1531747896.835374, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/0-559-r/65320-9/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8102, 0.000000, 1531747919.351675, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/0-559-r/65320-9/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8103, 0.000000, 1531747935.458045, 0x00000000000000000000ffffbd7a77a3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8104, 0.000000, 1531747936.071022, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8105, 0.000000, 1531747936.609063, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8106, 0.000000, 1531747937.868731, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8107, 0.000000, 1531747938.432928, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8108, 0.000000, 1531747938.885037, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8109, 0.000000, 1531747941.533516, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/ei0yNzE1LTkvMTMzODM3LXA=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8110, 0.000000, 1531747963.417097, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ei0yNzE1LTkvMTMzODM3LXA=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8111, 0.000000, 1531747985.158618, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YWVfNzlfeXZ0by9hXzYyODFfNzk4.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8112, 0.000000, 1531748006.680568, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/gqf/646/7f/559/x8t/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8113, 0.000000, 1531748028.029414, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/Zy01OTI5Ni1iLzE2NjI5LXc=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8114, 0.000000, 1531748049.097147, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zy01OTI5Ni1iLzE2NjI5LXc=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8115, 0.000000, 1531748069.993364, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/qk_108/o1b/73556_07/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8116, 0.000000, 1531748090.673337, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ui_54090_1f3c/a_265_es0/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8117, 0.000000, 1531748111.156737, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/aS04OTE5LXYvODcxMDUtdg==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8118, 0.000000, 1531748127.931439, 0x00000000000000000000ffffbd7a77a3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8119, 0.000000, 1531748128.453378, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8120, 0.000000, 1531748128.842957, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8121, 0.000000, 1531748129.531575, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8122, 0.000000, 1531748130.029664, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8123, 0.000000, 1531748130.354611, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8124, 0.000000, 1531748131.435303, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aS04OTE5LXYvODcxMDUtdg==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8125, 0.000000, 1531748151.566361, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/h7x-4044-e9tel-559-066/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8126, 0.000000, 1531748152.060815, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php?redirect_to=http%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8127, 0.000000, 1531748155.923956, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8128, 0.000000, 1531748156.207545, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8129, 0.000000, 1531748160.855928, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 0, 0, 'https://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8130, 0.000000, 1531748161.913245, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'https://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8131, 0.000000, 1531748162.469803, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'https://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'https://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8132, 0.000000, 1531748163.448749, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8133, 0.000000, 1531748163.915846, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8134, 0.000000, 1531748164.114020, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'https://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8135, 0.000000, 1531748166.038439, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 0, 0, 'https://anaclingenetica.com.br/wp-login.php?redirect_to=https%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8136, 0.000000, 1531748171.397258, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/it_7050_yk4j/p_5610_18t/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8137, 0.000000, 1531748171.786803, 0x00000000000000000000ffff42f9405f, 0, 200, 1, 0, 0, 'https://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8138, 0.000000, 1531748176.356538, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 1, 0, 'https://anaclingenetica.com.br/wp-login.php', 'https://anaclingenetica.com.br/wp-login.php?redirect_to=https%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'loginFailValidUsername', NULL, NULL),
(8139, 0.000000, 1531748191.105868, 0x00000000000000000000ffff42f9405d, 0, 404, 1, 0, 0, 'https://anaclingenetica.com.br/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8140, 0.000000, 1531748198.697241, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 1, 0, 'https://anaclingenetica.com.br/wp-login.php', 'https://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'loginFailValidUsername', NULL, NULL),
(8141, 0.000000, 1531748210.566505, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/4ayzcd-178/acs-108-1i/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8142, 0.000000, 1531748286.695763, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/MjRrZHNkLTYzMzE5L2ExdC0xOTk1LXRr.word', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8143, 0.000000, 1531748305.168516, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MjRrZHNkLTYzMzE5L2ExdC0xOTk1LXRr.word', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8144, 0.000000, 1531748310.612495, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 0, 0, 'https://anaclingenetica.com.br/wp-login.php?redirect_to=https%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2Foptions-general.php%3Fsettings-updated%3Dtrue&reauth=1', 'https://anaclingenetica.com.br/wp-admin/options-general.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', '', NULL, NULL),
(8145, 0.000000, 1531748319.748431, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 1, 0, 'https://anaclingenetica.com.br/wp-login.php', 'https://anaclingenetica.com.br/wp-login.php?redirect_to=https%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2Foptions-general.php%3Fsettings-updated%3Dtrue&reauth=1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'loginFailValidUsername', NULL, NULL),
(8146, 0.000000, 1531748323.579914, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/85_9828/5vi/2548_0x/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(8147, 0.000000, 1531748329.886434, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 1, 0, 'https://anaclingenetica.com.br/wp-login.php', 'https://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0', 'loginFailValidUsername', NULL, NULL),
(7014, 1531410022.472850, 1531410022.420500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7013, 1531410022.740786, 1531410022.700400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7012, 1531410023.017752, 1531410022.975600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7011, 1531410023.310190, 1531410023.257800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7010, 1531410023.606426, 1531410023.555900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7009, 1531410023.884871, 1531410023.845200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7008, 1531410024.153657, 1531410024.113200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7007, 1531410024.449026, 1531410024.398400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7006, 1531410024.727734, 1531410024.677400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7005, 1531410025.006796, 1531410024.967300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7004, 1531410025.276877, 1531410025.237400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7003, 1531410025.561525, 1531410025.510100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7002, 1531410025.845572, 1531410025.794400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7001, 1531410026.135224, 1531410026.094300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7000, 1531410026.400435, 1531410026.360800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6999, 1531410026.689451, 1531410026.637300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6998, 1531410026.970671, 1531410026.919300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6997, 1531410027.238360, 1531410027.198100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6996, 1531410027.504749, 1531410027.464800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6995, 1531410027.783248, 1531410027.731700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6994, 1531410028.062401, 1531410028.010800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6993, 1531410028.350258, 1531410028.310200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6992, 1531410028.625894, 1531410028.586500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6991, 1531410028.906063, 1531410028.854500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6990, 1531410029.185432, 1531410029.134500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6989, 1531410029.494189, 1531410029.416900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6988, 1531410029.766057, 1531410029.723100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6987, 1531410030.045950, 1531410029.993900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6986, 1531410030.331204, 1531410030.279000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6985, 1531410030.646551, 1531410030.607100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6984, 1531410030.912073, 1531410030.872000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6983, 1531410031.210617, 1531410031.160200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6982, 1531410031.493434, 1531410031.442500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6981, 1531410031.831953, 1531410031.793100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6980, 1531410032.112712, 1531410032.073600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6979, 1531410032.632028, 1531410032.580800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6978, 1531410032.965837, 1531410032.927200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6977, 1531410033.244509, 1531410033.192700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6976, 1531410033.556462, 1531410033.501600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6975, 1531410033.851518, 1531410033.812100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6974, 1531410034.116516, 1531410034.077000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6973, 1531410034.418242, 1531410034.366900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6972, 1531410034.724311, 1531410034.673600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6971, 1531410035.040304, 1531410035.000900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6970, 1531410035.312947, 1531410035.273700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6969, 1531410035.596701, 1531410035.544700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6968, 1531410035.875605, 1531410035.824500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6967, 1531410036.146519, 1531410036.106700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6966, 1531410036.423342, 1531410036.384200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6965, 1531410036.701905, 1531410036.650900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6964, 1531410036.984863, 1531410036.933400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6963, 1531410037.255867, 1531410037.217100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6962, 1531410037.565588, 1531410037.525900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6961, 1531410037.908115, 1531410037.857200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6960, 1531410038.191188, 1531410038.140000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6959, 1531410038.464237, 1531410038.424700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6958, 1531410038.729488, 1531410038.690000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6957, 1531410039.006665, 1531410038.955600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6955, 1531410039.560659, 1531410039.521300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6956, 1531410039.288923, 1531410039.237400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6931, 1531410046.666636, 1531410046.627100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6929, 1531410047.243085, 1531410047.191600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6930, 1531410046.962854, 1531410046.893900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6954, 1531410039.849916, 1531410039.790600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6952, 1531410040.424024, 1531410040.373200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6951, 1531410040.706639, 1531410040.666700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6950, 1531410040.971086, 1531410040.930600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6949, 1531410041.258909, 1531410041.206500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6947, 1531410041.825345, 1531410041.786500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6948, 1531410041.537327, 1531410041.486700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6946, 1531410042.114212, 1531410042.073800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6944, 1531410042.724237, 1531410042.670200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6945, 1531410042.434504, 1531410042.395800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6943, 1531410043.023451, 1531410042.972000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6942, 1531410043.320462, 1531410043.280700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6941, 1531410043.596214, 1531410043.552600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6939, 1531410044.193943, 1531410044.142700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6940, 1531410043.899999, 1531410043.849000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6937, 1531410044.779972, 1531410044.740100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6938, 1531410044.510017, 1531410044.469700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6936, 1531410045.190531, 1531410045.138500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6935, 1531410045.507182, 1531410045.455900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6934, 1531410045.802895, 1531410045.755700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6932, 1531410046.388009, 1531410046.336800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6933, 1531410046.084215, 1531410046.032600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6953, 1531410040.128479, 1531410040.077700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6928, 1531410047.527400, 1531410047.476300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6927, 1531410047.793913, 1531410047.754500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6926, 1531410048.066249, 1531410048.026000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6925, 1531410048.345726, 1531410048.294500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6924, 1531410048.630133, 1531410048.578400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6923, 1531410048.960062, 1531410048.920800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6922, 1531410049.225583, 1531410049.186600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6921, 1531410049.533252, 1531410049.482100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6920, 1531410049.824677, 1531410049.774300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6919, 1531410050.106489, 1531410050.067200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6918, 1531410050.385460, 1531410050.346200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6917, 1531410050.663658, 1531410050.612900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6916, 1531410050.959565, 1531410050.908400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6915, 1531410051.263182, 1531410051.223000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6914, 1531410051.540366, 1531410051.501100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6913, 1531410051.851572, 1531410051.800700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6912, 1531410052.128296, 1531410052.077600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6911, 1531410052.393507, 1531410052.353300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6910, 1531410052.906361, 1531410052.864900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6908, 1531410053.769531, 1531410053.717400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6909, 1531410053.459170, 1531410053.407600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6907, 1531410054.067782, 1531410053.997700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6906, 1531410054.353541, 1531410054.300700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6905, 1531410054.644041, 1531410054.592900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6904, 1531410054.909405, 1531410054.869600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6903, 1531410055.175206, 1531410055.136000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6902, 1531410055.476945, 1531410055.425900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6901, 1531410055.761305, 1531410055.709700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6900, 1531410056.040840, 1531410056.000900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6899, 1531410056.308356, 1531410056.269100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6898, 1531410056.588800, 1531410056.537500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6897, 1531410056.883274, 1531410056.831700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6896, 1531410057.151511, 1531410057.111900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6895, 1531410057.419351, 1531410057.379600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6894, 1531410057.752170, 1531410057.700400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6893, 1531410058.129027, 1531410058.077400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6892, 1531410058.399524, 1531410058.360000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6891, 1531410058.679643, 1531410058.639800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6890, 1531410058.960679, 1531410058.909800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6889, 1531410059.392072, 1531410059.340600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6888, 1531410059.657918, 1531410059.618000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6887, 1531410060.005079, 1531410059.964800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6886, 1531410060.338610, 1531410060.286500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6885, 1531410060.644078, 1531410060.593000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6884, 1531410060.915974, 1531410060.876400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6883, 1531410061.211702, 1531410061.171800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6882, 1531410061.527038, 1531410061.475300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6881, 1531410061.818056, 1531410061.765700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6880, 1531410062.089424, 1531410062.049900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6879, 1531410062.356725, 1531410062.316700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6878, 1531410062.638805, 1531410062.587100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6877, 1531410063.143739, 1531410063.082500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6876, 1531410063.409152, 1531410063.369900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6875, 1531410063.959688, 1531410063.906400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6874, 1531410064.272412, 1531410064.234100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6873, 1531410064.624195, 1531410064.572500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6872, 1531410064.902811, 1531410064.851200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6871, 1531410065.169899, 1531410065.129500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6870, 1531410065.435401, 1531410065.395900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6869, 1531410065.845824, 1531410065.795300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6868, 1531410066.262555, 1531410066.223700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6867, 1531410066.544661, 1531410066.493700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6866, 1531410066.910874, 1531410066.872300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6865, 1531410067.519557, 1531410067.468900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6864, 1531410067.829532, 1531410067.787900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6863, 1531410068.138661, 1531410068.087400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6862, 1531410068.473509, 1531410068.421900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6861, 1531410068.752224, 1531410068.712200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6860, 1531410069.028590, 1531410068.989200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6859, 1531410069.642134, 1531410069.590600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6858, 1531410070.095374, 1531410070.044500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6857, 1531410070.381783, 1531410070.330800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6856, 1531410070.680291, 1531410070.621800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6855, 1531410070.981560, 1531410070.930000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6854, 1531410071.278455, 1531410071.239000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6853, 1531410071.543776, 1531410071.504700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6852, 1531410071.827768, 1531410071.776700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6851, 1531410072.181032, 1531410072.129800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6850, 1531410072.448958, 1531410072.409600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6849, 1531410072.716370, 1531410072.676400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6848, 1531410073.019656, 1531410072.968300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7778, 0.000000, 1531493430.586206, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/depoimentos/', '', 'Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30', '', NULL, NULL),
(7779, 0.000000, 1531493430.948537, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/clinicas-credenciadas/', 'http://www.facebook.com/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11', '', NULL, NULL),
(7780, 0.000000, 1531493431.331821, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/contato/', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7781, 0.000000, 1531493431.680907, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/coaching-de-emagrecimento', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7782, 0.000000, 1531493431.841973, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/coaching-de-emagrecimento/', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7783, 0.000000, 1531493442.391860, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dC05Njc0LWgvMTAwNS1j', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7784, 0.000000, 1531493459.196203, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZXdfNTQ1NC9lMXkvNTQwMTNfemk=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7785, 0.000000, 1531493475.835109, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OW5fOTkyOS9panAvODY5MTNfbm8=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7786, 0.000000, 1531493492.308256, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Z2dfNDk1NTcvMjl2LzU5NjQxX2s0.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7787, 0.000000, 1531493508.619656, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aG01LzM5OTAzL3h6LzcyNDEvYzdh.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7788, 0.000000, 1531493524.773635, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aTktMTAyODQzLTJ4LzE5OTUtaGY=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7789, 0.000000, 1531493540.769536, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ODNfODkxOS9yazQvMTI2NzU3X3Br.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7790, 0.000000, 1531493556.597827, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YWwtMjA0OTUtdnQvOTM1OTEtaGo=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7791, 0.000000, 1531493562.758945, 0x00000000000000000000ffffd113b20b, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/3i_51038_zxtr/f_9369_kfm/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36', '', NULL, NULL),
(7792, 0.000000, 1531493572.276996, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cC02MjgxLTcvMjg0NzMtMg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7793, 0.000000, 1531493587.802799, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eC05OTI5LTIvMTkwOTMtcw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7794, 0.000000, 1531493603.184979, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZjBkLzU1NzUvcjcvMjcxOC83aHc=.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7795, 0.000000, 1531493618.395297, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bDctNDIzNzQvcGJlLzczMjUtdHJ0bQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7796, 0.000000, 1531493633.500702, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/emMtODkxOS9maDEvNjYxMjUtd3RtYg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7797, 0.000000, 1531493648.389343, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ajctMzA0NjMteHovODY2NTUtMng=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7798, 0.000000, 1531493663.165077, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bzYtNzgyNTktcTQvNzI0MS1teg==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7799, 0.000000, 1531493677.800221, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/v2_62742_6557/a_559_ku1/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7800, 0.000000, 1531493692.282705, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/hf8lvy-9674/i1-7536/9c6a/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7801, 0.000000, 1531493706.637658, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dHEtMzI4MjQvYXRrLzEyNzAxLW0yY2g=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7802, 0.000000, 1531493720.833929, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dWUtNDU1OS8xZXQvMTAwMTQ1LWJyMDY=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7803, 0.000000, 1531493734.901135, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d2F1Lzc1NDA3LzJuLzk4Mjgvb3Mx.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7804, 0.000000, 1531494413.775214, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/8tc-12-o11ab-7673-n6l/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7805, 0.000000, 1531494457.338925, 0x00000000000000000000ffffbd7a77a3, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7806, 0.000000, 1531494458.252713, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7807, 0.000000, 1531494459.060678, 0x00000000000000000000ffffbd7a77a3, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7808, 0.000000, 1531494460.786030, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7809, 0.000000, 1531494460.987148, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7810, 0.000000, 1531494461.315395, 0x00000000000000000000ffffbd7a77a3, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7811, 0.000000, 1531494492.381197, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ucytke-7247/d2-127880/m8ks/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7812, 0.000000, 1531494573.497978, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/xgh/9130/w0/559/508/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7813, 0.000000, 1531494800.597230, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/77_7241/f79/9632_yh/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7814, 0.000000, 1531494832.186233, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/0b_4649/hpi/72744_fy/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7815, 0.000000, 1531494833.583327, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d3E4a2YzLzg5MTkvZTIvMTE4NTg5LzY=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7816, 0.000000, 1531494835.095267, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cW9fNzMyOS93cWQvMzQ3NzdfZHM=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7817, 0.000000, 1531494836.579639, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NGJ4d2NnLzcxMDIvcWgvNTc0MzcvMg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7818, 0.000000, 1531494838.651769, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bGctMjc1MjMtaWovNjAwODYtdzc=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7819, 0.000000, 1531494840.778189, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MnAtMTI0MDExLWE1LzcyNDcteXM=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7820, 0.000000, 1531494842.864873, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eXMtMTIxMjMtN3YvOTYyODYtd2k=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7821, 0.000000, 1531494844.958962, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZHotMzQxMi8yc3UvNTAzODktMHd4cw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7822, 0.000000, 1531494847.273453, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ejYydC0yNzE1LXZhNi0xODkxNS0ybDdz.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7823, 0.000000, 1531494850.715311, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eGFuLTYxNDQ1LWlsYWI4LTk4MjgteHJr.cgi', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7824, 0.000000, 1531494854.017884, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d3NmdG9uLTk2NzQvNXotMjc4OTMvYW96aA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7825, 0.000000, 1531494857.395221, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZDduNDIvMTU5NjcvYWZfNDY0OS9sODI=.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7826, 0.000000, 1531494860.732140, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZmZzdC0zNjIxMC0wOHAtMjI0NDMtcTB3cw==.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7827, 0.000000, 1531494864.069305, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dWFfMTAzNDgzX2t5bjQvZF85ODI4XzN0Zw==.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7828, 0.000000, 1531494867.428923, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/v-9828-9/103484-2/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7829, 0.000000, 1531494870.776107, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ukpna6-40022/g4u-7102-pf/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7830, 0.000000, 1531494874.205153, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/m5ydm/146334/nt_7247/pya/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7831, 0.000000, 1531494877.553484, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/gy8/2998/t2/1106/ze0/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7832, 0.000000, 1531494881.178400, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/h4x/48190/nv/7673/bvd/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7833, 0.000000, 1531494885.079416, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/qza/8122/ma/42374/rsc/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7834, 0.000000, 1531494924.710538, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/v5_21330_thja/o_32824_291/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7835, 0.000000, 1531494925.703196, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/zd_90217/y7z/23296_db/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7836, 0.000000, 1531494930.189454, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cx_4675/mei/8512_uc/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7837, 0.000000, 1531494936.001628, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZTdha20vMTc3MS9obl81NTkvZjJt.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7838, 0.000000, 1531494936.406759, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cHgtOTgyOC9rNXgvMTUyMjgxLWRsazc=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7839, 0.000000, 1531494942.666380, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OTlfODQ4MzQvbHFwLzE5NjFfajg=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7840, 0.000000, 1531494948.950035, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cXlfMzU5NDcvZmU1LzE0NjQ1X2w5.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7841, 0.000000, 1531494955.500060, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MjBfNTcyNS9ldXgvNTg3NDVfZmI=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7842, 0.000000, 1531494961.958553, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cHktNzAwNzYvMmppLzQ2ODYxLWJ4eno=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7843, 0.000000, 1531494968.040193, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NGVfNzgyODQvMDRoLzM1NjE3X3J5.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7844, 0.000000, 1531494974.424380, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OHUtNjUzMy90anUvMTA0NjgxLXhzN24=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7845, 0.000000, 1531494985.330529, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZXUtNzI0Ny9uZWMvNzc3MTctM2Z5dQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7846, 0.000000, 1531494997.700737, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/azRlLzM1NjE5L2E5Lzc4Mjg0L201Mw==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7847, 0.000000, 1531495009.511182, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YTFlYnIvNjgzODMvbzBfOTAyMTcvaXpz.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7848, 0.000000, 1531495020.251186, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Nnc3LTMyOTEzLXRhZ3ByLTk2Mjg2LWhmMw==.cgi', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7849, 0.000000, 1531495026.570143, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/ZC0zMTA0MS1uLzE1ODE3LWI=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7850, 0.000000, 1531495026.976802, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZC0zMTA0MS1uLzE1ODE3LWI=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7851, 0.000000, 1531495031.744978, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/em9fMTIzMTExX2c4c2cvbl84OTE5X3l3cw==.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7852, 0.000000, 1531495042.858493, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eHphZGlzLTg2MzkxLzI2My0zNjIxMC0wdg==.word', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7853, 0.000000, 1531495053.999220, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/2kk-26304-ktuen-3412-pz3/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7854, 0.000000, 1531495065.171322, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/b-78284-3/35612-c/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7855, 0.000000, 1531495076.304363, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/4kjjmb-15774/x11-10556-lk/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7856, 0.000000, 1531495087.508318, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/t8_265/8to/46480_os/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7857, 0.000000, 1531495098.672954, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/2f-6533/1as/6064-zbin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7858, 0.000000, 1531495127.822894, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Y2djeXdoLTQ5NTU3L2ZiLTQxMTM3L3BwYzg=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7859, 0.000000, 1531495132.822756, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aW5lLzkzMTU5L2FnLzg5MTkvanEz.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7860, 0.000000, 1531495139.255757, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Y3gyOWR0LTM2OTgvN2ktMTE0NDk3L2JicHI=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7861, 0.000000, 1531495148.354094, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/b2R2cTNjLTQ1MjU3L3cxLTgxNDAxLzB2Mng=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7862, 0.000000, 1531495153.962883, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bGctMTE1MDUxLWZiLzk4MjgteGs=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7863, 0.000000, 1531495157.563465, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZzctNzEwMi84am4vNzMzNDktMDRmbQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7864, 0.000000, 1531495161.693092, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MHo4aWg3LTUxMjY3L3hvLTcyODUvaHNvZg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7865, 0.000000, 1531495165.789396, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OGxmZS0xOTk1LWRvbi0zMjk0My1ocW8x.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7866, 0.000000, 1531495169.901101, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZGpqYXg1dF85ODI4L210LzEzNzMwNS9q.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7867, 0.000000, 1531495173.558024, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/enZ6LTIwMjg1LTVvdXJhLTE0OTEteDht.cgi', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7868, 0.000000, 1531495175.533642, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aS0yMzI5Mi1uLzI3MzI1LXQ=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7869, 0.000000, 1531495178.131128, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cHFfNDk1NTcvcWhqLzQwNjAxXzh6.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7870, 0.000000, 1531495180.674151, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Z2p3dXgwLzk2NzQvbW8vMjUyMzcveA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7871, 0.000000, 1531495182.615173, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cnAtMjcxNS9kZ3MvMTMzNTc3LW52aDk=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7872, 0.000000, 1531495188.477850, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NDZmLzI3OTQ3L3kxLzExMDYvZGhy.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7873, 0.000000, 1531495200.736052, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ym5tcHpqLTI2NS9ocS00ODU1Ny90Y3Q3', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7874, 0.000000, 1531495213.735287, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d3UtODkxOS9uc2wvNzcxNTctcHMybQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7875, 0.000000, 1531495224.503926, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MGQ3cC00NTU5LXdjay00NTcxMS13Z2U0.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7876, 0.000000, 1531495230.734308, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bmstMzkxLXQwLzk5Mjktd2U=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7877, 0.000000, 1531495237.138145, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ejgtMTgwODctMTMvMzEwNDEtcDE=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7878, 0.000000, 1531495243.709992, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZWVfNTYxMC92ZHcvMTEwMTgxX3Ax.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7879, 0.000000, 1531495250.451611, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aTJ3OGFxLzEwNTU2L3RkLzMwNTAxL3o=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7880, 0.000000, 1531495253.541629, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/819cc2h_7329/89/636/m/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7881, 0.000000, 1531495255.094447, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eHVjOWNjLTEwNTU2LzNkLTEyMDE3L2JoeXo=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7882, 0.000000, 1531495259.933462, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MXgzYTg0LTcyNDEvcXYtMzg3NTcvcHV0eg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7883, 0.000000, 1531495415.974337, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MWlkLTYxMTctbm5hNDUtNTkyOTYtbWJk.cgi', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7884, 0.000000, 1531495517.532400, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/aDVoM3c4aF8xMTA2LzFhLzcxMDg1L20=.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7885, 0.000000, 1531495769.006448, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aDZ5dTAyLzk2Mjg2L2lxLzU2MDY1L2Y=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7886, 0.000000, 1531495769.501209, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eGUtNjM2MTUtOHovMTA4LWY4.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7887, 0.000000, 1531495771.855361, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ODMtNDUyNTcvdHN4LzU3MDI1LWptaWk=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7888, 0.000000, 1531495775.864705, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZzktNzgyODQvZG9iLzc3NDkzLWgxbjA=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7889, 0.000000, 1531495830.608012, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/b3RtYjJpLTY1MzMvNW4tNTUyNzcvaXhzZw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7890, 0.000000, 1531495831.054905, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ei0zNDk0Ni16LzQ2NjczLWE=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7891, 0.000000, 1531496085.770344, 0x00000000000000000000ffff42f9598b, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', '', 'AdsBot-Google (+http://www.google.com/adsbot.html)', '', NULL, NULL),
(7892, 0.000000, 1531496086.247602, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bWZyLzg0MDU5L2NyLzU2MTAvNjM2.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7893, 0.000000, 1531496141.114567, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OWMyLzI1MjMvbTIvOTY3NC9mYXA=.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7894, 0.000000, 1531496141.547137, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eDktNTYxMC9yZnEvNzkyNTctY3JibQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7895, 0.000000, 1531496196.662297, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/MS04NDgzNC1zLzkwODAxLXA=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7896, 0.000000, 1531496388.736218, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/anMyLzEyOTMwNy82dC81NTkva3Y0.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7897, 0.000000, 1531496440.990381, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MHdfOTg4NjkvMXdqLzIyMTIxX3U5.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7898, 0.000000, 1531496642.428713, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d25tLzk3MTA3L2w2LzczMjkvdGJv.asp', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7899, 0.000000, 1531496642.856947, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dGxnLzU5ODM5L29lLzk3NjIvdjIw.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7900, 0.000000, 1531496902.338454, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cmpkaGwxLzk5MjkvMW4vMjAyNS84', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7901, 0.000000, 1531496902.794405, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ni00NTI1Ny1pLzU1MTg1LWo=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7902, 0.000000, 1531496909.770205, 0x00000000000000000000ffff4047c661, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/ra77z/55586/39_4649/p9a/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(7903, 0.000000, 1531497107.476455, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Yi05ODI4LTUvMTI4NS12', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7904, 0.000000, 1531497208.981185, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dGo2LTUwNzU1LzNyLzg2NjU1LWZjNjVi.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7905, 0.000000, 1531497360.309025, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/by0zNDEyLXkvNTYyNzctag==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7906, 0.000000, 1531497511.697600, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZS00NjQ5LXEvMjkwNjEtMA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7907, 0.000000, 1531497512.099030, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Mi04ODU5Ny01LzgwNDk3LXM=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7908, 0.000000, 1531497516.788429, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZGEtNjUzMy9lb20vNzgxNjUtN2Jpdw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7909, 0.000000, 1531497626.125849, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MGhfODg1OTcvd3RqLzY2Mzg5X3Q2.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7910, 0.000000, 1531497677.488239, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Mm1kbS02MjA1LTltaC00NzY0My03dHM0.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7911, 0.000000, 1531497677.891965, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/z2-90217/gy6/50108-e90f/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7912, 0.000000, 1531497683.111448, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/d20tMzEwNzktYTAvMTA2ODQtcmU=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7913, 0.000000, 1531497792.178960, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/My0zMTA0MS16LzIyMTQ1LXU=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7914, 0.000000, 1531497925.418082, 0x00000000000000000000ffff31d4ad6a, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/y-6281-0/70584-e/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:59.0) Gecko/20100101 Firefox/59.0', '', NULL, NULL),
(7915, 0.000000, 1531497998.306015, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/MXFfMjkxOTlfdG5xeS9vXzM2OThfZjN3.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7916, 0.000000, 1531497998.612407, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cS01OTY3LWcvNDQyNjUtcg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7917, 0.000000, 1531498461.183584, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/by04ODU5Ny1pLzQwNzA5LW0=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7918, 0.000000, 1531498659.806400, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/a3RfNTM5NzlfMW5kZy9tXzUyMjdfMGpw.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7919, 0.000000, 1531499049.812186, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cy02MjA1LWEvMTM0MS1k', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7920, 0.000000, 1531499113.496043, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/My0yNzE1LWYvODU1NjUtcw==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7921, 0.000000, 1531499113.833243, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My0yNzE1LWYvODU1NjUtcw==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7922, 0.000000, 1531499169.382635, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YS05OTI5LWYvNTQ4NS03', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7923, 0.000000, 1531499221.845372, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ay01NjEwLW8vMTYyMDYxLXM=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7924, 0.000000, 1531499260.403183, 0x00000000000000000000ffffa2f76072, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.co.jp/web?r=www.yahoo.co.jp', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36', '', NULL, NULL),
(7925, 0.000000, 1531499261.774109, 0x00000000000000000000ffffa2f76072, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/?jianceshell', 'http://anaclingenetica.com.br/?jianceshell', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7926, 0.000000, 1531502736.212957, 0x00000000000000000000ffffbb2fc458, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1', '', NULL, NULL),
(7927, 0.000000, 1531505313.469692, 0x00000000000000000000ffffa3acffa6, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/plugins/mailpress/mp-admin/css/user.css', 'http://anaclingenetica.com.br/wp-content/plugins/mailpress/mp-admin/css/user.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', '', NULL, NULL),
(7928, 0.000000, 1531513062.612463, 0x00000000000000000000ffffc8ee5b72, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7393, 0.000000, 1531411236.516435, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7394, 0.000000, 1531411237.578136, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7395, 0.000000, 1531411237.762108, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7396, 0.000000, 1531411238.469664, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7397, 0.000000, 1531411238.526088, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7398, 0.000000, 1531411239.040674, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7399, 0.000000, 1531411318.960535, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cjIxLTE2MzQzLzJsLzE5OTUtbnZ6bHE=.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7400, 0.000000, 1531411428.014933, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/xa_8338_nssa/p_1106_6op/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7401, 0.000000, 1531411428.386279, 0x00000000000000000000ffff42f9404b, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7402, 0.000000, 1531411460.420244, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-json/wp/v2/', 'http://anaclingenetica.com.br/wp-admin/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', '', NULL, NULL),
(7403, 0.000000, 1531411509.533452, 0x00000000000000000000ffff31d4ad6a, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/y-6281-0/70584-e/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:59.0) Gecko/20100101 Firefox/59.0', '', NULL, NULL),
(7404, 0.000000, 1531411520.671295, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cC05MzY5LTUvMzM1Ny1j', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7405, 0.000000, 1531411551.782707, 0x00000000000000000000ffffb12bf3b3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2908.53 Safari/537.36', '', NULL, NULL),
(7406, 0.000000, 1531411554.229715, 0x00000000000000000000ffff73545c23, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2908.53 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7407, 0.000000, 1531411599.473399, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/My04OTE5LTIvMTQ0MDg1LTk=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7408, 0.000000, 1531411666.543674, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My04OTE5LTIvMTQ0MDg1LTk=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7409, 0.000000, 1531411724.471019, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/9bntkn-108/2c-5912/uoap/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7410, 0.000000, 1531411772.206704, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/9bntkn-108/2c-5912/uoap/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7411, 0.000000, 1531411814.474135, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/YS0xMjc2OS1rLzE4NDQ5LWM=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7412, 0.000000, 1531411849.876435, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YS0xMjc2OS1rLzE4NDQ5LWM=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7413, 0.000000, 1531411879.174647, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ny00NjQ5LWsvNDgxMy1q', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7414, 0.000000, 1531411904.942702, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/3b_638_g7nk/t_1995_crc/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7415, 0.000000, 1531411927.335906, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dC0yNjUtYy8xNTY1LWE=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7416, 0.000000, 1531411945.581652, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bGIwMG1sLzMxMDQxL3I2LzQyMjYxL2I=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7417, 0.000000, 1531411961.506998, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eWw1cWR6Lzg5MTkvcmcvMTgxODEvcw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7418, 0.000000, 1531411975.090180, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bmlmNzJwLzQ2NDkvbmIvNjQzNTMveg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7419, 0.000000, 1531411989.448841, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bC0xMDY4NC1mLzgxLTE=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7420, 0.000000, 1531412017.192986, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZHFxLzQ3OTk1L2UzLzI2NS9uMXc=.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7421, 0.000000, 1531412029.837497, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/28_559/6nb/21280_w8/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7422, 0.000000, 1531412049.833301, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eS03NjczLTkvNTc2NDktZg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7423, 0.000000, 1531412069.572190, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dzlibm9jLzU1OS9vby8xNTU1MjEvaA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7424, 0.000000, 1531412089.523639, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/k4tpp8/45257/ts/29520/p/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7425, 0.000000, 1531412108.529625, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dS04OTE5LWUvNzA4MS05', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7426, 0.000000, 1531412168.230443, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cjgtMjMyOTIvYXV0LzYwNjkzLTB3ajQ=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7427, 0.000000, 1531412237.533426, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MGVhdWY1ZV8yNjUvcnQvNjU3My9n.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7428, 0.000000, 1531412252.045864, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cGYtNDYyODMtNWIvOTAyMTctY24=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7429, 0.000000, 1531412302.339938, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cnlfMzU5NDcvNXUxLzk1NDlfdGo=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7430, 0.000000, 1531412338.685063, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/amxjMHcxLzQ1MjU3L2h0LzQ1MDg5L2w=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7431, 0.000000, 1531412371.983319, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NWYtMjcxOC9nNDEvMTA1OTQxLTB1Yno=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7432, 0.000000, 1531412395.350156, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cS03MjQ3LTMvOTU0NS1n', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7433, 0.000000, 1531412405.397330, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cm0tMzY5OC9maXYvNjMzMjUtbHB5dA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7434, 0.000000, 1531412439.867594, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bmVfNjAwODYvc25qLzg3NDQ1X294.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7435, 0.000000, 1531412887.880852, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aS01NTktNC82NzM2NS1w', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7436, 0.000000, 1531412900.444016, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/sitemap_index.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7437, 0.000000, 1531412913.914187, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ejBicG05LzgyNzQxLzIyLzI1NDMzLzE=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7438, 0.000000, 1531412927.169752, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My0xMTA2LTMvMTkwMS16', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7439, 0.000000, 1531412940.337317, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OXgtMzQxMi93bWgvNDU2MjktaGN1cQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7440, 0.000000, 1531412953.364928, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OGFfNzI0Ny81eDMvMTA4MzMzXzI0.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7441, 0.000000, 1531412966.266539, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aXgtODU3NjMtMHUvNzgyNTQtZmI=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7442, 0.000000, 1531412979.049618, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZmNpY3hoLzM0OTQ2L2l5LzEzMzkzL3Y=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7443, 0.000000, 1531412991.752573, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/page-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7444, 0.000000, 1531413004.283843, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eDlfMzYyMTAvMDc3LzY1ODAxX3Mz.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7445, 0.000000, 1531413016.656753, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YzUtODE5MjctN3UvNzgyODQtbmw=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7446, 0.000000, 1531413028.933636, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ejdfNjUzMy8zejkvNTAwMzdfaXM=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7447, 0.000000, 1531413041.098401, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/especialidade-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7448, 0.000000, 1531413053.156140, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cDhfNzAwNzYvbHR2LzQ1NzUzX241.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7449, 0.000000, 1531413065.080711, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NjAtNTIyNy81djIvOTg3MTctYzRwag==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7450, 0.000000, 1531413076.902127, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/enlfNTcyNS83ZG0vNTA3NjVfY2Y=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7451, 0.000000, 1531413088.595584, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/category-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7452, 0.000000, 1531413100.184676, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cXR3ZmZkLzM1OTQ3L3YzLzY2Nzg5L2I=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7453, 0.000000, 1531413111.659187, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cW8tNzY3My9uc2cvMTYyNTctZW56dw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7454, 0.000000, 1531413123.025850, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/exame-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7455, 0.000000, 1531413134.327547, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/amtpeWFsLzcyNDEvMWUvMjkyNjkvYw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7456, 0.000000, 1531413145.410076, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NGEtNzEwMi83bmYvNDk4MDEtcXg3cQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7457, 0.000000, 1531413156.442118, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cW5xYXNxNl82NTMzLzFqLzIxNy90.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7458, 0.000000, 1531413167.400726, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZDQtMTA4MjE5LTByLzI3MTUtcmY=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7459, 0.000000, 1531413178.207438, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/estado-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7460, 0.000000, 1531413188.901006, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NTctNTIyNy92N28vNzYyMDUtcjBldg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7461, 0.000000, 1531413199.511159, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZXUtNTIwMjMtMHMvNjI4MS0xeQ==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7462, 0.000000, 1531413210.020793, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OGFwLzUzODE5L2J1LzI3MTUvZDUx.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7463, 0.000000, 1531413220.463940, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/page-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7464, 0.000000, 1531413230.730789, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/attachment-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7465, 0.000000, 1531413241.046755, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ei01OTY3LXIvNDc1Ny1w', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7466, 0.000000, 1531413251.045113, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/pages_exames-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7467, 0.000000, 1531413261.096924, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/especialidade-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7468, 0.000000, 1531413270.975312, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/noticia-sitemap.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7469, 0.000000, 1531413280.791708, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NS01NTktMC80NTY5My0y', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7470, 0.000000, 1531413290.517235, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/category-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7471, 0.000000, 1531413300.157472, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zi0yNjUtby82NjktZQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7472, 0.000000, 1531413309.681379, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/exame-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7473, 0.000000, 1531413319.125605, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cjlhd2IxLzg5MTkveDUvOTkxNTcvMQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7474, 0.000000, 1531413326.683489, 0x00000000000000000000ffff8acc4726, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2716.45 Safari/537.36', '', NULL, NULL),
(7475, 0.000000, 1531413327.881401, 0x00000000000000000000ffffb168f29f, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2716.45 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7476, 0.000000, 1531413328.480016, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OS01NTktZC8zNTY0MS15', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7477, 0.000000, 1531413337.741842, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/estado-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7478, 0.000000, 1531413346.914358, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/attachment-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7479, 0.000000, 1531413356.008459, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Yy03MjQ3LWQvMTUzNy1i', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7480, 0.000000, 1531413364.996175, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/pages_exames-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7481, 0.000000, 1531413373.913110, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/jo_43870_a5h0/q_559_2x2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7482, 0.000000, 1531413382.735659, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NS0yNzE1LTcvNjg1Ny01', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7483, 0.000000, 1531413391.477240, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/noticia-sitemap.xml/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7484, 0.000000, 1531413400.133142, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Yy0yNjUteC8yMzU3My1h', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7485, 0.000000, 1531413408.709376, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eC0zNDEyLWovODQyNS1y', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7486, 0.000000, 1531413417.220238, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MC01NzI1LTgvODc2MS1j', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7487, 0.000000, 1531413425.609605, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YS04NDgzNC1jLzI1LTE=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7488, 0.000000, 1531413433.942019, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My0yNjUtNS80ODMyNS1y', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7489, 0.000000, 1531413443.579400, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MTQtNDIzNzQvYzI4LzExOTE3LWNsMjc=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7490, 0.000000, 1531413453.016640, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cC05OTI5LWMvMzYzNy1p', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7491, 0.000000, 1531413473.807712, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Mi0yNjUtYS8yODM4OS05', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7492, 0.000000, 1531413494.427586, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eS03MjQxLXAvNTkzMy0w', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7493, 0.000000, 1531413515.186358, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OS01NjEwLXovNjgyOS16', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7494, 0.000000, 1531413516.395185, 0x00000000000000000000ffff42f9404b, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/sitemap_index.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7495, 0.000000, 1531413529.641292, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zy0xMDgteC8yMTM2MS13', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7496, 0.000000, 1531413531.523948, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ci03MTAyLTgvODY0OS1j', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7497, 0.000000, 1531413594.976369, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bS01NTktaS8xMDQ2OS11', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7498, 0.000000, 1531413599.428525, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NS0yNjUtai8zMDc5Ny0z', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7499, 0.000000, 1531413602.500997, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/rr_2178_37s9/u_6533_ojs/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7500, 0.000000, 1531413609.980816, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NC02ODc4NS1jLzUwOTI5LTU=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7501, 0.000000, 1531413617.368234, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/di05ODI4LTgvMzMwMS1m', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7502, 0.000000, 1531413624.627924, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OS0xNDkxLW4vOTMyMS1n', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7503, 0.000000, 1531413631.825531, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ai0xMDgtay80OTIyMS04', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7504, 0.000000, 1531413638.971284, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zy01NzI1LXovMTA4OS12', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7505, 0.000000, 1531413646.050282, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MC0xMDgtaC8yNDA0OS0z', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7506, 0.000000, 1531413653.060854, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MS04OTE5LTYvOTI5My0y', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7507, 0.000000, 1531413660.004380, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zy0xOTk1LW8vMzg2MS1n', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7508, 0.000000, 1531413666.882484, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ny0yNjUtcy8xNTM3LTY=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7509, 0.000000, 1531413673.690180, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ci01NTktaS84MTQyMS13', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7510, 0.000000, 1531413680.436540, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ai01NTktZS84MjM3My1w', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7511, 0.000000, 1531413687.118999, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dy02MDA4Ni0zLzg2NS04', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7512, 0.000000, 1531413693.738459, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zi0yNjUtYS84NDYxMy1r', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7513, 0.000000, 1531413700.299751, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ny01NTktcC8zMzU5Ny01', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7514, 0.000000, 1531413706.802551, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/di03MjQxLWkvNDE2OS13', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7515, 0.000000, 1531413713.224990, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MC0zNDEyLXEvNDQ3Ny1m', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7516, 0.000000, 1531413719.596545, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ei0yNjUtci8yMTQ3My1r', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7517, 0.000000, 1531413725.913143, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eC0xOTk1LXIvNTQ2NTMtcw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7518, 0.000000, 1531413732.178981, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bi00NjQ5LTIvNjc0NS1u', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7519, 0.000000, 1531413738.352801, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OS0zNDEyLWwvMTM5Ny1t', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7520, 0.000000, 1531413744.484884, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ny01NTktci8yNzYwNS1s', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7521, 0.000000, 1531413750.557701, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MS05Njc0LTIvMjI2NS1v', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7522, 0.000000, 1531413756.574203, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NC0yNjUtdy81NDAxLWM=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7523, 0.000000, 1531413762.543170, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/di01NDU0LXcvOTIxLXQ=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7524, 0.000000, 1531413768.443827, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Yy05NzYyLW0vNDUwNS01', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7525, 0.000000, 1531413774.289992, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NC02OTgzLTEvNTU3LW0=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7526, 0.000000, 1531413780.180441, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eS02NTMzLXQvMTc4OS03', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7527, 0.000000, 1531413785.860380, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ci0zMjgyNC03LzE1NTM3LTI=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7528, 0.000000, 1531413791.515569, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eC03NjczLWkvMjUxNDEtcQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7529, 0.000000, 1531413797.146890, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MS02NTMzLWkvOTE0NDUtYw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7530, 0.000000, 1531413802.725548, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eHAtNDAzNzUtaWQvMTA2ODQtOWg=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7531, 0.000000, 1531413808.256837, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eXZuLzg3NTg3L3ZrLzc2NzMvMGlx.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7532, 0.000000, 1531413813.819600, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MHU2N2tkLzg2NjU1L3E2LzYzNTY5L20=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7533, 0.000000, 1531413815.550668, 0x00000000000000000000ffffa2f76072, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.co.jp/web?r=www.yahoo.co.jp', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36', '', NULL, NULL),
(7534, 0.000000, 1531413816.756979, 0x00000000000000000000ffffa2f76072, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/?jianceshell', 'http://anaclingenetica.com.br/?jianceshell', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7535, 0.000000, 1531413819.157486, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Z2wtOTkyOS9ra3MvMjgxODUtNDRzNg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7536, 0.000000, 1531413824.574506, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MWd5dno1Lzk4MjgvNGgvODA5MDEvbQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7537, 0.000000, 1531413829.863533, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/kvt1ph-79993/kq-4/sn7f/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7538, 0.000000, 1531413835.180087, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NXUtODE5MjctbXIvNDY3NS1rbQ==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7539, 0.000000, 1531413840.373875, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/czVfNzI0MS9qd3YvNTcxNDlfYm4=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7540, 0.000000, 1531413845.547079, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NS05OTI5LXMvNzE2NDktaw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7541, 0.000000, 1531413850.675990, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zm1fNTQ1NC80dTMvMjE1MzNfb2I=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7542, 0.000000, 1531413855.795727, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bDR3LzEyMTYwNy93ay85ODI4Lzg3dw==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7543, 0.000000, 1531413860.822399, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/c3ZxLzI2NDYzL2ZiLzM0OTQ2L3Nhcg==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7544, 0.000000, 1531413865.790821, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MmR1LTU5NzY1LWxqd3V3LTY1MzMtbzRq.cgi', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7545, 0.000000, 1531413870.762024, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cDNsYXMzLTc2NzMvNDctNTUwNTMvNm5kcQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7546, 0.000000, 1531413875.621482, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZWdyLzE2MTU5L2lwLzk4ODY5L3JmZg==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7547, 0.000000, 1531413880.491688, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Y2R4LzQ0MjQzL3FrLzU5Mjk2LzhrMg==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7548, 0.000000, 1531413885.346695, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My00Njc1LXgvNzA1My1r', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7549, 0.000000, 1531413890.082230, 0x00000000000000000000ffff42f94049, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/sitemap_index.xml', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7550, 0.000000, 1531413894.784864, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ett-138948-gd9s2-8919-jl4/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7551, 0.000000, 1531413899.455588, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ett-138948-gd9s2-8919-jl4/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7552, 0.000000, 1531413904.102928, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NWY0LTMxMzUxL25uLzY4Nzg1LXN6MnJ1.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7553, 0.000000, 1531413908.690600, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Nm5senUyLzU1OS9lMS8zNDMwOS83', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7554, 0.000000, 1531413913.225465, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MDF1LTM5NjY3L2hkLzcwMDc2LWV0YWQy.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7555, 0.000000, 1531413917.734383, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cnpkMjIvMTM2NDMvMnVfNzk5OTMvaHV0.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7556, 0.000000, 1531413922.301996, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YTc5LzY4OTM5LzhlLzc4MjU0L3JqeA==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7557, 0.000000, 1531413926.645943, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cmJ5LTU4OTg3LzFrLzcxMDItbno1OXU=.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7558, 0.000000, 1531413930.995963, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NWVfNTYxMC82bHUvNTE4MV9uag==.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7559, 0.000000, 1531413941.958817, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bC0yNzE4LTEvNDA0MjktcA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7560, 0.000000, 1531413956.593557, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cXlfNzQ3NTgvN2s0LzQzMjMzX25t.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7561, 0.000000, 1531413972.914707, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZTgtMjIzOS1mai81NTktbXc=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7562, 0.000000, 1531413973.965475, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cjRfOTMxNDcvbTNyLzY4MDk3X2Nu.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7563, 0.000000, 1531413996.284297, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eGRfNDU1OS8xd2kvMTk2MDFfYnQ=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7564, 0.000000, 1531414003.804329, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cDhlcy05ODI4LXl1ZC05Nzg3NS1hZGt2.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7565, 0.000000, 1531414011.404205, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ajJoLTQyMzI3L2owLzU1OS1vZ2V2bQ==.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7566, 0.000000, 1531414024.212809, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZWktNTg2ODctZjEvOTkyOS1kOA==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7567, 0.000000, 1531414029.959371, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Zzh5cHg3OF84NjY1NS9uNy8yMTIxNy84.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7568, 0.000000, 1531414035.375141, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dWF2LTIxNjkxL2UyLzExMDYtczVjNHc=.tech', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7569, 0.000000, 1531414038.354362, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bG9uLzY3NjUxLzZmLzk2Mjg2L2tzcQ==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7570, 0.000000, 1531414046.592504, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Ymg5ZjhyNV83NjczL2xsLzY2NDkzLzk=.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7571, 0.000000, 1531414051.438659, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dHVvZmRnLTk0MDA3L3ZxNS01NzI1LTR2.word', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7572, 0.000000, 1531414053.464543, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ci01NTktMi8xNDAyNS1k', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7573, 0.000000, 1531414056.398468, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZnNfNjY0OTVfNDg5aS9kXzc2NzNfOHJs.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7574, 0.000000, 1531414061.257348, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dTl2dC0xMDY4NC0yazgtNTM0OTUteXFhMg==.gov', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7575, 0.000000, 1531414065.883437, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/nsm-41368-ul49k-9762-rdm/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7576, 0.000000, 1531414070.641399, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/4-49557-j/5988-f/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7577, 0.000000, 1531414079.289723, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/w-1106-i/21696-1/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7578, 0.000000, 1531414079.713370, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZWVwbm1yLzc4Mjg0Lzk5LzgzOTgxL3I=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7579, 0.000000, 1531414087.481648, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/r-18746-l/73412-3/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7580, 0.000000, 1531414091.296688, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/y9-10218-fy/6205-10/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7581, 0.000000, 1531414095.207283, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/w3-61906-ho/49557-1d/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7582, 0.000000, 1531414102.994188, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/a3_66466_fog0/6_7673_68u/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7583, 0.000000, 1531414106.614801, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/5l7tob-9782/9lz-68785-zb/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7584, 0.000000, 1531414110.391391, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/gw_92086_7dhw/f_3698_ddb/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7585, 0.000000, 1531414114.112078, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/fw_82622_voqo/s_35947_zte/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7586, 0.000000, 1531414121.586719, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/oe_42218_v8n7/p_68785_sct/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7587, 0.000000, 1531414125.311529, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/l0-6533/s0n/66460-fv20/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7588, 0.000000, 1531414131.737385, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aWstMTUxNzUtYjQvOTkyOS1oMg==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7589, 0.000000, 1531414134.272107, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OWctNDk1NTktMjQvNTk2Ny1nYQ==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7590, 0.000000, 1531414136.918896, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/emJfODg1OTcvMW1xLzc0Njc3X2s4.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7591, 0.000000, 1531414139.404464, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/k6_91190_lt5j/q_93591_54m/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7592, 0.000000, 1531414141.798929, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bfp9kn-69422/oh9-45257-jp/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7593, 0.000000, 1531414144.993909, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/qw-82741/bhz/10684-h7al/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7594, 0.000000, 1531414148.226026, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/1msc4/64686/f9_8919/4lp/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7595, 0.000000, 1531414151.395777, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/g9t8l0i_559/4l/109360/4/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7596, 0.000000, 1531414154.561233, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/g9t8l0i_559/4l/109360/4/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7597, 0.000000, 1531414157.715985, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cju9iut_68785/96/35580/x/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7598, 0.000000, 1531414160.804695, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/p6etlw/4675/hp/428/r/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7599, 0.000000, 1531414164.012452, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aoz/7618/1g/35947/lkj/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7600, 0.000000, 1531414166.928649, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/p6etlw/4675/hp/428/r/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7601, 0.000000, 1531414169.964591, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dsf/26238/ma/86655/l3u/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7602, 0.000000, 1531414172.959976, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/1ti1gn/9369/8s/41616/b/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7603, 0.000000, 1531414175.931050, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/y9u3ag/6205/q8/10228/4/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7604, 0.000000, 1531414178.875158, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OXNzenYyLTk3NjQ3L3VodC0yNzE1LW52.word', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7605, 0.000000, 1531414181.800711, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/1ti1gn/9369/8s/41616/b/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7606, 0.000000, 1531414184.689328, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/t1rltq/6983/jq/84540/l/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7607, 0.000000, 1531414187.600002, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ce6tlb/5967/9v/43072/d/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7608, 0.000000, 1531414190.401294, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bl6rv9/10556/j2/41924/v/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7609, 0.000000, 1531414193.221314, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bl6rv9/10556/j2/41924/v/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7610, 0.000000, 1531414215.644723, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YXoxMmYvNTY5MDMvdGJfODg1OTcvcHh3.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7611, 0.000000, 1531414239.925562, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bXhfMzEwNDEvejJnLzQ1MzYxX2p6.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7612, 0.000000, 1531414242.701405, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MnNjNnZzcF8xMDY4NC96MC83NTE0NS9p.html', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7613, 0.000000, 1531414270.653936, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/1k9-136820-t75vd-7247-wic/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7614, 0.000000, 1531414280.587912, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/l-4675-p/2236-w/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7615, 0.000000, 1531414280.999188, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/l-4675-p/2236-w/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7616, 0.000000, 1531414306.107977, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ljdd0gf_9828/kg/84748/b/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7617, 0.000000, 1531414717.780504, 0x00000000000000000000ffffb113a493, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)', '', NULL, NULL),
(7618, 0.000000, 1531414719.128001, 0x00000000000000000000ffffc1fe2562, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)', 'loginFailInvalidUsername', NULL, NULL),
(7619, 0.000000, 1531416100.743957, 0x00000000000000000000ffff8acc47e9, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2927.21 Safari/537.36', '', NULL, NULL),
(7620, 0.000000, 1531416102.623279, 0x00000000000000000000ffffc87dece6, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2927.21 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7621, 0.000000, 1531417527.688722, 0x00000000000000000000ffff73545c69, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; Trident/6.0)', '', NULL, NULL),
(7622, 0.000000, 1531417529.952299, 0x00000000000000000000ffff8fff994d, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; Trident/6.0)', 'loginFailInvalidUsername', NULL, NULL),
(7623, 0.000000, 1531418182.858163, 0x00000000000000000000ffff777ba444, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/anh2LzE0MDAzLzNmLzEwOC9mZms%3D.asp', 'http://www.google.com', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1', '', NULL, NULL),
(7624, 0.000000, 1531418186.950463, 0x00000000000000000000ffff777ba444, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/ejFhLzE4NDU1LzVxLzcyNDcvcXdm.asp', 'http://www.google.com', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1', '', NULL, NULL),
(7625, 0.000000, 1531418977.058462, 0x00000000000000000000ffffb1876505, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/5.0)', '', NULL, NULL),
(7626, 0.000000, 1531418989.227250, 0x00000000000000000000ffffca899ada, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/5.0)', 'loginFailInvalidUsername', NULL, NULL),
(7627, 0.000000, 1531421094.465844, 0x00000000000000000000ffff73545c44, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:51.0) Gecko/20100101 Firefox/51.0', '', NULL, NULL),
(7628, 0.000000, 1531421126.495551, 0x00000000000000000000ffffa8cd27ec, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:51.0) Gecko/20100101 Firefox/51.0', 'loginFailInvalidUsername', NULL, NULL),
(7629, 0.000000, 1531422622.792835, 0x00000000000000000000ffff2ea10903, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'Mozilla/5.0 (Windows NT 6.0; Win64; rv:35.0) Gecko/20100101 Firefox/35.0', '', NULL, NULL),
(7630, 0.000000, 1531422672.980039, 0x00000000000000000000ffff2ea10903, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.0; Win64; rv:35.0) Gecko/20100101 Firefox/35.0', '', NULL, NULL),
(7631, 0.000000, 1531422806.980567, 0x00000000000000000000ffffca899a24, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', '', NULL, NULL),
(7632, 0.000000, 1531422808.840055, 0x00000000000000000000ffffbd7243d5, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(7633, 0.000000, 1531422811.113782, 0x00000000000000000000ffffb168f1f3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0', 'loginFailInvalidUsername', NULL, NULL),
(7634, 0.000000, 1531423964.543540, 0x00000000000000000000ffff7c29d918, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2776.84 Safari/537.36', '', NULL, NULL),
(7635, 0.000000, 1531423995.611213, 0x00000000000000000000ffff54e875c7, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2776.84 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(7636, 0.000000, 1531425420.466846, 0x00000000000000000000ffffc53281be, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2932.93 Safari/537.36', '', NULL, NULL),
(7637, 0.000000, 1531425428.971627, 0x00000000000000000000ffffb17d16d3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2932.93 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7638, 0.000000, 1531426754.027706, 0x00000000000000000000ffff0d39e963, 0, 200, 0, 0, 0, 'https://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', '', NULL, NULL),
(7639, 0.000000, 1531426910.701257, 0x00000000000000000000ffffb127de59, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2879.87 Safari/537.36', '', NULL, NULL),
(7640, 0.000000, 1531426912.914318, 0x00000000000000000000ffffb168f2a8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2879.87 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7641, 0.000000, 1531428586.256978, 0x00000000000000000000ffffbcffffa3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; rv:49.0) Gecko/20100101 Firefox/49.0', '', NULL, NULL),
(7642, 0.000000, 1531428588.266778, 0x00000000000000000000ffff8acc46e2, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; rv:49.0) Gecko/20100101 Firefox/49.0', 'loginFailValidUsername', NULL, NULL),
(7643, 0.000000, 1531430134.191967, 0x00000000000000000000ffff8acc470e, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.78 Safari/537.36', '', NULL, NULL),
(7644, 0.000000, 1531430152.920219, 0x00000000000000000000ffffbad7c7df, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.78 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(7645, 0.000000, 1531430155.049444, 0x00000000000000000000ffffc52d75af, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.78 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7646, 0.000000, 1531432207.675595, 0x00000000000000000000ffff8acc46c4, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1; WOW64; Trident/7.0; rv:11.0) like Gecko', '', NULL, NULL),
(7647, 0.000000, 1531432241.143510, 0x00000000000000000000ffffb127de59, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1; WOW64; Trident/7.0; rv:11.0) like Gecko', 'loginFailInvalidUsername', NULL, NULL),
(7648, 0.000000, 1531432946.057201, 0x00000000000000000000ffff4e02c0ee, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(7649, 0.000000, 1531433073.851612, 0x00000000000000000000ffff4e02c0ee, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1', '', NULL, NULL),
(7650, 0.000000, 1531433639.005759, 0x00000000000000000000ffffca89863c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2751.60 Safari/537.36', '', NULL, NULL),
(7651, 0.000000, 1531433640.777695, 0x00000000000000000000ffff8acc46a7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2751.60 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7652, 0.000000, 1531435011.899832, 0x00000000000000000000ffff8a615e84, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2727.80 Safari/537.36', '', NULL, NULL),
(7653, 0.000000, 1531435013.891865, 0x00000000000000000000ffffbb3a84fb, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2727.80 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7654, 0.000000, 1531436551.386891, 0x00000000000000000000ffffca898d42, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)', '', NULL, NULL),
(7655, 0.000000, 1531436554.030876, 0x00000000000000000000ffffca899a9e, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)', 'loginFailValidUsername', NULL, NULL),
(7656, 0.000000, 1531438204.632517, 0x00000000000000000000ffff8acc4513, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0', '', NULL, NULL),
(7657, 0.000000, 1531438206.186172, 0x00000000000000000000ffff1f2b8e1c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0', 'loginFailInvalidUsername', NULL, NULL),
(7658, 0.000000, 1531439386.917765, 0x00000000000000000000ffffca899ae1, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2741.27 Safari/537.36', '', NULL, NULL),
(7659, 0.000000, 1531439549.239567, 0x00000000000000000000ffffc52c1c2a, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2741.27 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7660, 0.000000, 1531439878.509093, 0x00000000000000000000ffff3ed26714, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47', '', NULL, NULL),
(7661, 0.000000, 1531439928.519046, 0x00000000000000000000ffff3ed26714, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47', '', NULL, NULL),
(7662, 0.000000, 1531440786.051166, 0x00000000000000000000ffffca8986d6, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2877.28 Safari/537.36', '', NULL, NULL),
(7663, 0.000000, 1531440868.948865, 0x00000000000000000000ffffc4db4d33, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2877.28 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7664, 0.000000, 1531442933.745537, 0x00000000000000000000ffff7c29c12c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:46.0) Gecko/20100101 Firefox/46.0', '', NULL, NULL),
(7665, 0.000000, 1531443026.531569, 0x00000000000000000000ffffc983f450, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:46.0) Gecko/20100101 Firefox/46.0', 'loginFailValidUsername', NULL, NULL),
(7666, 0.000000, 1531444558.622260, 0x00000000000000000000ffffb156d958, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15F79 [FBAN/FBIOS;FBAV/179.0.0.50.82;FBBV/116150041;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/11.4;FBSS/2;FBCR/TIM;FBID/phone;FBLC/pt_BR;FBOP/5;FBRV/0]', '', NULL, NULL),
(7667, 0.000000, 1531444586.055827, 0x00000000000000000000ffffb156d958, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15F79 [FBAN/FBIOS;FBAV/179.0.0.50.82;FBBV/116150041;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/11.4;FBSS/2;FBCR/TIM;FBID/phone;FBLC/pt_BR;FBOP/5;FBRV/0]', '', NULL, NULL),
(7668, 0.000000, 1531444694.086710, 0x00000000000000000000ffffb156d958, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15F79 [FBAN/FBIOS;FBAV/179.0.0.50.82;FBBV/116150041;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/11.4;FBSS/2;FBCR/TIM;FBID/phone;FBLC/pt_BR;FBOP/5;FBRV/0]', '', NULL, NULL),
(7669, 0.000000, 1531444855.834373, 0x00000000000000000000ffffb126be66, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Win64; x64; Trident/4.0)', '', NULL, NULL),
(7670, 0.000000, 1531444857.694095, 0x00000000000000000000ffff6ea47eb0, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Win64; x64; Trident/4.0)', 'loginFailInvalidUsername', NULL, NULL),
(7671, 0.000000, 1531446290.125522, 0x00000000000000000000ffffb4b7f6e7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:49.0) Gecko/20100101 Firefox/49.0', '', NULL, NULL),
(7672, 0.000000, 1531446299.135470, 0x00000000000000000000ffff8acc4750, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:49.0) Gecko/20100101 Firefox/49.0', 'loginFailInvalidUsername', NULL, NULL),
(7673, 0.000000, 1531447552.582652, 0x00000000000000000000ffffb9dfa532, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0', '', NULL, NULL),
(7674, 0.000000, 1531447560.775879, 0x00000000000000000000ffff700970e3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/4.0 (compatible; MSIE8.0; Windows NT 6.0) .NET CLR 2.0.50727)', '', NULL, NULL),
(7675, 0.000000, 1531447603.014889, 0x00000000000000000000ffff0565dbe6, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0', '', NULL, NULL),
(7676, 0.000000, 1531447653.447361, 0x00000000000000000000ffffbc4860c2, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0', '', NULL, NULL),
(7677, 0.000000, 1531447685.701210, 0x00000000000000000000ffff700970e3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/4.0 (compatible; MSIE8.0; Windows NT 6.0) .NET CLR 2.0.50727)', '', NULL, NULL),
(7678, 0.000000, 1531447703.877930, 0x00000000000000000000ffff05082f3c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'http://anaclingenetica.com.br/cC00NjQ5LXMvMzE4NjEtdQ==', 'Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0', '', NULL, NULL),
(7679, 0.000000, 1531447719.391814, 0x00000000000000000000ffff73545c5f, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2729.72 Safari/537.36', '', NULL, NULL),
(7680, 0.000000, 1531447734.436417, 0x00000000000000000000ffff8fff98e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2729.72 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(7681, 0.000000, 1531447754.183901, 0x00000000000000000000ffff05082f3c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0', '', NULL, NULL),
(7682, 0.000000, 1531448593.222787, 0x00000000000000000000ffff05096cfe, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', '', NULL, NULL),
(7683, 0.000000, 1531448641.350258, 0x00000000000000000000ffff05096cfe, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)', '', NULL, NULL),
(7684, 0.000000, 1531449194.025137, 0x00000000000000000000ffffb17d15da, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (X11; Linux i686; rv:51.0) Gecko/20100101 Firefox/51.0', '', NULL, NULL),
(7685, 0.000000, 1531449195.321444, 0x00000000000000000000ffff527fbcc1, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (X11; Linux i686; rv:51.0) Gecko/20100101 Firefox/51.0', 'loginFailInvalidUsername', NULL, NULL),
(7686, 0.000000, 1531449587.143873, 0x00000000000000000000ffffdcb584c3, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', NULL, NULL),
(7687, 0.000000, 1531449653.068377, 0x00000000000000000000ffff3a40b924, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', NULL, NULL),
(7688, 0.000000, 1531449699.531788, 0x00000000000000000000ffffb4a3dc7d, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36', '', NULL, NULL),
(7689, 0.000000, 1531449709.131497, 0x00000000000000000000ffffb4a3dc2e, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36', '', NULL, NULL),
(7690, 0.000000, 1531450583.523054, 0x00000000000000000000ffff5bc9aade, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2816.36 Safari/537.36', '', NULL, NULL),
(7691, 0.000000, 1531450603.720446, 0x00000000000000000000ffff8a76ebd4, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2816.36 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(7692, 0.000000, 1531452051.391116, 0x00000000000000000000ffffb17d1454, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(7693, 0.000000, 1531452054.516813, 0x00000000000000000000ffff73545c2d, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0', 'loginFailInvalidUsername', NULL, NULL),
(7694, 0.000000, 1531452247.054393, 0x00000000000000000000ffff8a44b045, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(7695, 0.000000, 1531452257.042250, 0x00000000000000000000ffff8a44b045, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(7696, 0.000000, 1531454277.139590, 0x00000000000000000000ffff8fff99aa, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', '', NULL, NULL),
(7697, 0.000000, 1531454279.193086, 0x00000000000000000000ffff8fff9912, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)', 'loginFailValidUsername', NULL, NULL),
(7698, 0.000000, 1531455591.056043, 0x00000000000000000000ffffbace2026, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7699, 0.000000, 1531455719.040577, 0x00000000000000000000ffffbace2026, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7700, 0.000000, 1531455788.815008, 0x00000000000000000000ffffbace2026, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7701, 0.000000, 1531455916.559458, 0x00000000000000000000ffffbace2026, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7702, 0.000000, 1531456044.431268, 0x00000000000000000000ffffbace2026, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7703, 0.000000, 1531456172.059864, 0x00000000000000000000ffffbace2026, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7704, 0.000000, 1531464457.531430, 0x00000000000000000000ffff36ad2381, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'ia_archiver', '', NULL, NULL),
(7705, 0.000000, 1531475200.986110, 0x00000000000000000000ffff8af6fd05, 0, 200, 0, 0, 0, 'https://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85 Safari/537.36', '', NULL, NULL),
(7706, 0.000000, 1531482947.010348, 0x00000000000000000000ffffbfb1559d, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7707, 0.000000, 1531485267.892116, 0x00000000000000000000ffff34c8dd14, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/rk_559/vu7/137676_li/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2', '', NULL, NULL),
(7708, 0.000000, 1531485536.638038, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php?redirect_to=http%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', '', NULL, NULL),
(7709, 0.000000, 1531485542.808429, 0x00000000000000000000ffffbfb1559d, 0, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php?redirect_to=http%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', 'loginOK', NULL, NULL),
(7710, 0.000000, 1531485674.032809, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-json/wp/v2/', 'http://anaclingenetica.com.br/wp-admin/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', '', NULL, NULL),
(7711, 0.000000, 1531487632.568357, 0x00000000000000000000ffffb156d958, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15F79 [FBAN/FBIOS;FBAV/179.0.0.50.82;FBBV/116150041;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/11.4;FBSS/2;FBCR/TIM;FBID/phone;FBLC/pt_BR;FBOP/5;FBRV/0]', '', NULL, NULL),
(7712, 0.000000, 1531491743.038159, 0x00000000000000000000ffffb1dcad8c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7713, 0.000000, 1531491773.121522, 0x00000000000000000000ffffb1dcad8c, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7714, 0.000000, 1531491906.995183, 0x00000000000000000000ffffb1dcad8c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7715, 0.000000, 1531492034.621553, 0x00000000000000000000ffffb1dcad8c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7716, 0.000000, 1531492856.535143, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bGktMTcwMjMtNTcvOTg4Njktdm4=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7717, 0.000000, 1531492856.844405, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/My02MjA1LWMvMzYyODUtaQ==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7718, 0.000000, 1531492872.526294, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/My02MjA1LWMvMzYyODUtaQ==', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7719, 0.000000, 1531492894.985142, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/a2ktODUyMDMtaWwvODg1OTctaHY=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7720, 0.000000, 1531492917.156457, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OTU5djh5LTI3MTUvNjktMzk4MS81ZXpy', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7721, 0.000000, 1531492939.115074, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bjgtMTcyMTcxLTVlLzU2MTAtN3A=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7722, 0.000000, 1531492961.586619, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/M2QtNzk5OTMvcTU4Lzc1MTk3LTFqejA=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7723, 0.000000, 1531492982.402739, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/cmJ0LzQyODcvYmUvNTYxMC9xNXI=.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7724, 0.000000, 1531493003.724379, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/9ws-68-68w55-5610-3r1/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7725, 0.000000, 1531493024.797819, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/9ws-68-68w55-5610-3r1/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7726, 0.000000, 1531493045.720130, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ODdfMTk5NS95anUvMTIyODkzX3I4.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7727, 0.000000, 1531493066.391389, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aGxfMzU5NDcvZ2lqLzgzMDc3X255.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7728, 0.000000, 1531493086.857250, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eHQzLzk5NDMxL2Q3LzcyNDcvdGg3.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7729, 0.000000, 1531493107.147774, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Z3c0LzEyNDM3OS84di81NjEwL3k0dA==.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7730, 0.000000, 1531493127.228047, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/czgtOTg4NjkvbGFuLzUwODM3LTVpNW0=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7731, 0.000000, 1531493147.108869, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Yy05ODI4LWMvMTEwNzY1LTg=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7732, 0.000000, 1531493166.794784, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/Mi0yNzE1LXIvNzI4ODEtbA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7733, 0.000000, 1531493186.333833, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/a3NfMTA1NTYvNGxuLzQ3NDMzX3Ay.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7734, 0.000000, 1531493190.741300, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7735, 0.000000, 1531493191.275731, 0x00000000000000000000ffffadffe97c, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/', 'http://www.google.com/images/url', 'Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7736, 0.000000, 1531493192.043116, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7737, 0.000000, 1531493192.551013, 0x00000000000000000000ffffadffe97c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-includes/css/', '', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7738, 0.000000, 1531493193.897422, 0x00000000000000000000ffffadffe97c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7739, 0.000000, 1531493195.146135, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Ipad Iphone Safari', '', NULL, NULL),
(7740, 0.000000, 1531493195.527906, 0x00000000000000000000ffffadffe97c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/404testpage4525d2fdc', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7741, 0.000000, 1531493195.880775, 0x00000000000000000000ffffadffe97c, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/404javascript.js', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7742, 0.000000, 1531493196.233502, 0x00000000000000000000ffffadffe97c, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/a-clinica/', '', 'Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7743, 0.000000, 1531493196.672687, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', '', 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16; Ipad', '', NULL, NULL),
(7744, 0.000000, 1531493197.054431, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/especialidades/', 'http://www.bing.com/?s=bing', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7745, 0.000000, 1531493197.419679, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://www.facebook.com/', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7746, 0.000000, 1531493197.827241, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/depoimentos/', '', 'Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30', '', NULL, NULL),
(7747, 0.000000, 1531493198.172074, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/clinicas-credenciadas/', 'http://www.facebook.com/', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11', '', NULL, NULL),
(7748, 0.000000, 1531493198.534097, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/contato/', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7749, 0.000000, 1531493198.904145, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/coaching-de-emagrecimento', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7750, 0.000000, 1531493199.085702, 0x00000000000000000000ffffadffe97c, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/coaching-de-emagrecimento/', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7751, 0.000000, 1531493205.590887, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bi04ODU5Ny16LzIyOTMtNA==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7752, 0.000000, 1531493224.702640, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/8u_890_2co4/e_7673_jap/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7753, 0.000000, 1531493243.627235, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YnZfMzY5OC96NjMvOTA2MDlfMDk=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7754, 0.000000, 1531493262.361995, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aC01MjI3LTEvMTkwMDktMQ==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7755, 0.000000, 1531493280.949770, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZWpfNTIyNy9jODAvODEyNTdfbjQ=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7756, 0.000000, 1531493302.465634, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/aWwtNjg2NTUtODIvOTAyMTctM2k=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7757, 0.000000, 1531493328.268735, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dzhfNTYxMC9leXUvNTUwNzdfd2Y=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7758, 0.000000, 1531493353.340928, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YnAtNTYxMC94enQvMTYxODI5LTdya2g=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7759, 0.000000, 1531493378.455447, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dG9vLzY4ODI3L2hwLzU3MjUvYjhz.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7760, 0.000000, 1531493389.349372, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/x0g-38714/ir/49557-t3t50/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7761, 0.000000, 1531493391.724360, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YTI2dDkvMjIyMTEvam1fNzEwMi94MHE=.item', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7762, 0.000000, 1531493408.279192, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/a2MtNzUyMzUtankvNTkyOTYtOTI=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7763, 0.000000, 1531493413.854458, 0x00000000000000000000ffffa2f76072, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.co.jp/web?r=www.yahoo.co.jp', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.132 Safari/537.36', '', NULL, NULL),
(7764, 0.000000, 1531493415.048483, 0x00000000000000000000ffffa2f76072, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/?jianceshell', 'http://anaclingenetica.com.br/?jianceshell', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7765, 0.000000, 1531493424.813105, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7766, 0.000000, 1531493425.139889, 0x00000000000000000000ffffa2d813b7, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/', 'http://www.google.com/images/url', 'Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7767, 0.000000, 1531493425.429028, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/eC0xOTk1LWcvMTM4MDkzLTk=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7768, 0.000000, 1531493425.560833, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7769, 0.000000, 1531493425.988704, 0x00000000000000000000ffffa2d813b7, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-includes/css/', '', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7770, 0.000000, 1531493426.836715, 0x00000000000000000000ffffa2d813b7, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7771, 0.000000, 1531493427.907517, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Ipad Iphone Safari', '', NULL, NULL),
(7772, 0.000000, 1531493428.294080, 0x00000000000000000000ffffa2d813b7, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/404testpage4525d2fdc', 'http://sucuri.net', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7773, 0.000000, 1531493428.640107, 0x00000000000000000000ffffa2d813b7, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/404javascript.js', 'http://www.google.com/url/?sa=t', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7774, 0.000000, 1531493429.037513, 0x00000000000000000000ffffa2d813b7, 0, 200, 1, 0, 0, 'http://anaclingenetica.com.br/a-clinica/', '', 'Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7775, 0.000000, 1531493429.487895, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', '', 'Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16; Ipad', '', NULL, NULL),
(7776, 0.000000, 1531493429.870043, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/especialidades/', 'http://www.bing.com/?s=bing', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(7777, 0.000000, 1531493430.221499, 0x00000000000000000000ffffa2d813b7, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/grupos-de-emagrecimento-e-cursos/', 'http://www.facebook.com/', 'Mozilla/5.0 (compatible; MSIE 8.0; MSIE 9.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)', '', NULL, NULL),
(6538, 1531410169.255062, 1531410169.203200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6537, 1531410169.523320, 1531410169.482100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6536, 1531410169.792781, 1531410169.752800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6535, 1531410170.057429, 1531410170.018200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6534, 1531410170.343505, 1531410170.290400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6533, 1531410170.623845, 1531410170.571400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6532, 1531410170.923862, 1531410170.854400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6531, 1531410171.193929, 1531410171.153000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6530, 1531410171.487821, 1531410171.436500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6529, 1531410171.770400, 1531410171.718300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6528, 1531410172.038015, 1531410171.998800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6527, 1531410172.347355, 1531410172.278000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6526, 1531410172.625881, 1531410172.575000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6525, 1531410172.911590, 1531410172.860300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6524, 1531410173.211080, 1531410173.143800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6523, 1531410173.477057, 1531410173.437900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6522, 1531410173.764864, 1531410173.713200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6521, 1531410174.046033, 1531410173.992900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6520, 1531410174.313753, 1531410174.273000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6519, 1531410174.578653, 1531410174.539500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6518, 1531410174.858839, 1531410174.807300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6517, 1531410175.141945, 1531410175.087700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6516, 1531410175.408740, 1531410175.368700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6515, 1531410175.673622, 1531410175.634000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6514, 1531410176.119694, 1531410176.057800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6513, 1531410176.444374, 1531410176.352700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6512, 1531410176.760517, 1531410176.721100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6511, 1531410177.078293, 1531410176.992900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6510, 1531410177.383279, 1531410177.308000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6509, 1531410177.699585, 1531410177.631200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6508, 1531410178.013677, 1531410177.929600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6507, 1531410178.325426, 1531410178.265600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6506, 1531410178.621093, 1531410178.581000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6505, 1531410178.930915, 1531410178.851600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6504, 1531410179.217039, 1531410179.161900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6503, 1531410179.482590, 1531410179.443300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6502, 1531410179.781468, 1531410179.712700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6501, 1531410180.080852, 1531410180.026600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6500, 1531410180.363242, 1531410180.310500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6499, 1531410180.658024, 1531410180.589700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6498, 1531410180.946950, 1531410180.895400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6497, 1531410181.212776, 1531410181.174200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6496, 1531410181.551355, 1531410181.483200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6495, 1531410181.872638, 1531410181.789100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6494, 1531410182.158407, 1531410182.106300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6493, 1531410182.444766, 1531410182.395400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6492, 1531410182.717214, 1531410182.675300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6491, 1531410182.999584, 1531410182.945700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6490, 1531410183.278371, 1531410183.227100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6489, 1531410183.545080, 1531410183.504600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6488, 1531410183.838925, 1531410183.770200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6487, 1531410184.119292, 1531410184.066900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6486, 1531410184.406644, 1531410184.353800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6485, 1531410184.679444, 1531410184.639600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6484, 1531410184.972509, 1531410184.932400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6483, 1531410185.275875, 1531410185.217300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6482, 1531410185.567437, 1531410185.509000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6481, 1531410185.834367, 1531410185.793700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6480, 1531410186.149727, 1531410186.109500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6479, 1531410186.446300, 1531410186.394900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6478, 1531410186.982228, 1531410186.942200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6477, 1531410187.341671, 1531410187.256800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6476, 1531410187.641391, 1531410187.570700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6475, 1531410187.962211, 1531410187.911300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6474, 1531410188.245408, 1531410188.193900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6473, 1531410188.512285, 1531410188.472500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6472, 1531410188.814407, 1531410188.745100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6471, 1531410189.106334, 1531410189.042200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6470, 1531410189.388875, 1531410189.334700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6469, 1531410189.654326, 1531410189.614600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6468, 1531410189.936467, 1531410189.879900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6467, 1531410190.216277, 1531410190.165200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6466, 1531410190.509680, 1531410190.446200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6465, 1531410190.788955, 1531410190.750700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6464, 1531410191.070922, 1531410191.020200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6463, 1531410191.341425, 1531410191.302200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6462, 1531410191.747592, 1531410191.706800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6461, 1531410192.145298, 1531410192.083500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6460, 1531410192.419258, 1531410192.380000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6459, 1531410192.698929, 1531410192.647500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6458, 1531410193.014725, 1531410192.962900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6457, 1531410193.281601, 1531410193.241900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6456, 1531410193.705894, 1531410193.666000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6455, 1531410194.106662, 1531410194.054600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6454, 1531410194.391417, 1531410194.352800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6453, 1531410194.670453, 1531410194.618700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6452, 1531410195.016760, 1531410194.965300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6451, 1531410195.366982, 1531410195.326700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6450, 1531410195.655652, 1531410195.615800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6449, 1531410195.960163, 1531410195.909600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6448, 1531410196.241602, 1531410196.190200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6447, 1531410196.517568, 1531410196.477800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6446, 1531410196.798834, 1531410196.758200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6445, 1531410197.095058, 1531410197.043700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6444, 1531410197.378507, 1531410197.323500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6443, 1531410197.680827, 1531410197.614000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(6442, 1531410197.948520, 1531410197.907700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6441, 1531410198.236157, 1531410198.177200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6440, 1531410198.577894, 1531410198.490300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6439, 1531410198.851029, 1531410198.806900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6438, 1531410199.137666, 1531410199.094900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6437, 1531410199.463047, 1531410199.384400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6436, 1531410199.786458, 1531410199.702700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6435, 1531410200.094543, 1531410200.025800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6434, 1531410200.362537, 1531410200.322400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6433, 1531410200.640992, 1531410200.589700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6432, 1531410200.920857, 1531410200.868600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6431, 1531410201.193551, 1531410201.146200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6430, 1531410201.460616, 1531410201.420400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6429, 1531410201.741598, 1531410201.689900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6428, 1531410202.028642, 1531410201.976700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6427, 1531410202.303316, 1531410202.263300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6426, 1531410202.582611, 1531410202.542700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6425, 1531410202.863136, 1531410202.811100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6423, 0.000000, 1531410141.904150, 0x00000000000000000000ffffbb10371a, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)', 'loginFailInvalidUsername', NULL, NULL),
(6424, 1531410203.153604, 1531410203.102500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(6422, 0.000000, 1531410103.402961, 0x00000000000000000000ffffbb3a84a3, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(6421, 0.000000, 1531410075.930676, 0x00000000000000000000ffffb5708e66, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)', '', NULL, NULL),
(6419, 0.000000, 1531409893.065747, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=1', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', '', NULL, NULL),
(6420, 0.000000, 1531409913.090127, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(6418, 0.000000, 1531409865.067582, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=5', 'http://anaclingenetica.com.br/?author=5', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6417, 0.000000, 1531409836.874536, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=4', 'http://anaclingenetica.com.br/?author=4', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6416, 0.000000, 1531409808.715755, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=3', 'http://anaclingenetica.com.br/?author=3', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6415, 0.000000, 1531409780.571150, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=2', 'http://anaclingenetica.com.br/?author=2', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6414, 0.000000, 1531409753.157054, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/?author=1', 'http://anaclingenetica.com.br/?author=1', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6413, 0.000000, 1531409625.053865, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', '', NULL, NULL),
(6412, 0.000000, 1531409624.012427, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', '', NULL, NULL),
(6411, 0.000000, 1531409091.286603, 0x00000000000000000000ffff34c8dd14, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cd1-1496-omuus-9762-rpb/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2', '', NULL, NULL),
(6410, 0.000000, 1531408658.757290, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6409, 0.000000, 1531408656.330064, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/N2ktNDUyNTcvdnQyLzkyMzg5LTNjY3E=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6408, 0.000000, 1531408597.735237, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/exame/alopecia-androgenica-masculina/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6407, 0.000000, 1531408597.580839, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/exame/alopecia-androgenica-masculina/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6406, 0.000000, 1531408597.085940, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/exame/alopecia-androgenica-masculina/', 'http://anaclingenetica.com.br/dermatologia-estetica/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6405, 0.000000, 1531408591.864500, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/dermatologia-estetica/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6404, 0.000000, 1531408591.670896, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/dermatologia-estetica/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6403, 0.000000, 1531408591.076497, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/dermatologia-estetica/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6402, 0.000000, 1531408575.045275, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6401, 0.000000, 1531408552.104758, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.ttf', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6400, 0.000000, 1531408551.303393, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6399, 0.000000, 1531408551.292039, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6398, 0.000000, 1531408550.637933, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6397, 0.000000, 1531408549.296009, 0x00000000000000000000ffffbfb1559d, 1, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6396, 0.000000, 1531408548.781252, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6395, 0.000000, 1531408546.537172, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', 'https://www.google.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6394, 0.000000, 1531408048.143166, 0x00000000000000000000ffffb126ece1, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2974.42 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(6393, 0.000000, 1531408045.968530, 0x00000000000000000000ffffb4b7f8ec, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2974.42 Safari/537.36', '', NULL, NULL),
(6392, 0.000000, 1531407887.435074, 0x00000000000000000000ffff34c8dd14, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/cd1-1496-omuus-9762-rpb/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2', '', NULL, NULL),
(6391, 0.000000, 1531407478.880528, 0x00000000000000000000ffffb9eada28, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', NULL, NULL),
(6390, 0.000000, 1531406493.999073, 0x00000000000000000000ffffbd718d6a, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:48.0) Gecko/20100101 Firefox/48.0', 'loginFailInvalidUsername', NULL, NULL),
(6389, 0.000000, 1531406491.390832, 0x00000000000000000000ffffbad7c741, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:48.0) Gecko/20100101 Firefox/48.0', '', NULL, NULL),
(6388, 0.000000, 1531405050.539640, 0x00000000000000000000ffffca898660, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2922.30 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(6387, 0.000000, 1531405043.794048, 0x00000000000000000000ffffdce10737, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2922.30 Safari/537.36', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(6386, 0.000000, 1531405042.070881, 0x00000000000000000000ffffb19f7afb, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2922.30 Safari/537.36', '', NULL, NULL),
(6385, 0.000000, 1531403575.514532, 0x00000000000000000000ffffc983a2c8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 6.3; rv:45.0) Gecko/20100101 Firefox/45.0', 'loginFailInvalidUsername', NULL, NULL),
(6384, 0.000000, 1531403573.060310, 0x00000000000000000000ffffca898dc1, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.3; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(6383, 1531402076.503819, 1531402076.451200, 0x00000000000000000000ffffb185fd43, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/xmlrpc.php', NULL, 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),
(6382, 0.000000, 1531402203.887523, 0x00000000000000000000ffffb126be66, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', 'loginFailInvalidUsername', NULL, NULL),
(6381, 0.000000, 1531402176.178394, 0x00000000000000000000ffff29272f66, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0', '', NULL, NULL),
(6380, 0.000000, 1531402029.510113, 0x00000000000000000000ffffbfb1b94f, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/ajax-loader.gif', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6379, 0.000000, 1531402016.250127, 0x00000000000000000000ffffb185fd43, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(6378, 0.000000, 1531402016.249023, 0x00000000000000000000ffffb185fd43, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', 'blocked:wfsn', 'Blocked by Wordfence Security Network', NULL),
(6377, 0.000000, 1531401952.473468, 0x00000000000000000000ffffb185fd43, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/xmlrpc.php', '', 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', 'loginFailInvalidUsername', NULL, NULL),
(6376, 0.000000, 1531401901.719314, 0x00000000000000000000ffffbfb1b94f, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/fonts/slick.woff', 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/slick-theme.css', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6375, 0.000000, 1531401773.647333, 0x00000000000000000000ffffbfb1b94f, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6374, 0.000000, 1531401646.151407, 0x00000000000000000000ffffbfb1b94f, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6373, 0.000000, 1531401518.059972, 0x00000000000000000000ffffbfb1b94f, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6372, 0.000000, 1531400789.185446, 0x00000000000000000000ffff8fff9958, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2664.82 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(6371, 0.000000, 1531400733.868250, 0x00000000000000000000ffff8a76eb69, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2664.82 Safari/537.36', '', NULL, NULL),
(6370, 0.000000, 1531400526.153440, 0x00000000000000000000ffffa8b532be, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6369, 0.000000, 1531400398.667367, 0x00000000000000000000ffffa8b532be, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6368, 0.000000, 1531400270.952291, 0x00000000000000000000ffffa8b532be, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6367, 0.000000, 1531400142.928909, 0x00000000000000000000ffffa8b532be, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6366, 0.000000, 1531400134.250318, 0x00000000000000000000ffffb14f4753, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1', '', NULL, NULL),
(6365, 0.000000, 1531398718.107949, 0x00000000000000000000ffffbb10376a, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2764.91 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(6364, 0.000000, 1531398711.290658, 0x00000000000000000000ffff8fff99c8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2764.91 Safari/537.36', '', NULL, NULL),
(6363, 0.000000, 1531398213.155837, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dWJjb3FqLzM0OTQ2LzNpLzY0ODg1L3o=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6362, 0.000000, 1531398191.583092, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/emJfNTk2Ny9xaHovNTAyMzNfc2k=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6361, 0.000000, 1531398160.877727, 0x00000000000000000000ffff42f9404e, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6360, 0.000000, 1531398154.589991, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MTlfOTM2OS9iMXMvNDAzNzdfazk=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6359, 0.000000, 1531398142.504450, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bpt7yb-2715/81-200/grtb/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6358, 0.000000, 1531398121.763894, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bWxnLzUwMDExLzVhLzUyMjcvNnRp.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6357, 0.000000, 1531398091.078344, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NGFhYmhjLzUxMjY3L3ZiLzg4MDEzLzY=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6356, 0.000000, 1531398078.599388, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YS03MzI5LTgvNzMzMy01', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6355, 0.000000, 1531398065.997788, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NXYtODg1OTcvbDBiLzI3MzczLWZjbDM=', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6354, 0.000000, 1531398053.280447, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/dDhuLzc2OTc1L2YwLzk4MjgvN3Ji.asp', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6353, 0.000000, 1531398040.427961, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YXRfNzI0Ny9oN28vMzk3ODlfNm0=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6352, 0.000000, 1531398027.482418, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/YWotMzQ5MTUtYnQvMzI4MjQtdzY=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6351, 0.000000, 1531398014.346094, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/bGpzY3JvLzYyMDUvamgvMjQwMzMvYw==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6350, 0.000000, 1531398001.111699, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ejItNjYyNzUtcDUvOTgyOC1jYQ==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6349, 0.000000, 1531397987.749457, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/anYtODkxOS9yZ20vNTAzMzMtM3FpMg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6348, 0.000000, 1531397974.256043, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MXB6aXNhdV8yNzE1L2pjLzkyOTI1L3c=.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6347, 0.000000, 1531397960.627594, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/azQzY3hqLzk2NzQvMXMvNTc2NjEvcg==', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6345, 0.000000, 1531397946.863689, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/MXB6aXNhdV8yNzE1L2pjLzkyOTI1L3c=.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6346, 0.000000, 1531397948.535670, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-json/wp/v2/', 'http://anaclingenetica.com.br/wp-admin/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', '', NULL, NULL),
(6344, 0.000000, 1531397943.401880, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 1, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php?redirect_to=http%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', 'loginOK', NULL, NULL),
(6343, 0.000000, 1531397932.943198, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/OHBzY3hwY18zMjgyNC9qai83ODM5My91.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6342, 0.000000, 1531397931.833510, 0x00000000000000000000ffffbfb1559d, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php?redirect_to=http%3A%2F%2Fanaclingenetica.com.br%2Fwp-admin%2F&reauth=1', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36', '', NULL, NULL),
(6341, 0.000000, 1531397918.921685, 0x00000000000000000000ffff42f94052, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/OHBzY3hwY18zMjgyNC9qai83ODM5My91.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6339, 0.000000, 1531397890.426679, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/0i_3858_yivk/g_7102_no1/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6340, 0.000000, 1531397904.746693, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/M3QtMzc4NTUtZXYvOTg5NTEtMHc=.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6338, 0.000000, 1531397875.967915, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ay0yNjUtei80NjQ3Ny12', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6337, 0.000000, 1531397861.366163, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/MnktMjYwNjctc2YvMTEwNi1jbA==.amm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6336, 0.000000, 1531397846.618024, 0x00000000000000000000ffff42f9404b, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/46_3354_9swx/o_5967_20u/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6335, 0.000000, 1531397831.727057, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/ZC0xMDU1Ni00LzgxMjgxLXo=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6334, 0.000000, 1531397816.687518, 0x00000000000000000000ffff42f94050, 0, 200, 1, 0, 0, 'http://www.anaclingenetica.com.br/ZC0xMDU1Ni00LzgxMjgxLXo=', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6333, 0.000000, 1531397801.499875, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/a2hfMzQxMi84YmYvNTIyNDlfbWw=.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6332, 0.000000, 1531397786.158235, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/3p_73914_m5vm/g_108_mhw/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6331, 0.000000, 1531397770.664524, 0x00000000000000000000ffff42f9404d, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/lexhug-10684/40-4/w015/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(6330, 0.000000, 1531397755.023617, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/rw_40202_5g6p/p_265_gxv/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7929, 0.000000, 1531513192.242398, 0x00000000000000000000ffffc8ee5b72, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/css/jquery.fancybox.css', 'http://anaclingenetica.com.br/servicos/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(6329, 0.000000, 1531397739.222718, 0x00000000000000000000ffff42f94049, 0, 404, 1, 0, 0, 'http://anaclingenetica.com.br/NmZfMTg3NDYvMjNhLzY3M19oNA==.htm', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', NULL, NULL),
(7930, 0.000000, 1531513320.016149, 0x00000000000000000000ffffc8ee5b72, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/wp-content/themes/anaclin/js/jquery.fancybox.js', 'http://anaclingenetica.com.br/servicos/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7931, 0.000000, 1531516074.424031, 0x00000000000000000000ffff36249604, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(7932, 0.000000, 1531516209.366418, 0x00000000000000000000ffffc8ee5b72, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/exames-de-emagrecimento', 'http://anaclingenetica.com.br/servicos/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', NULL, NULL),
(7933, 0.000000, 1531517365.574215, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7934, 0.000000, 1531517394.996166, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7935, 0.000000, 1531517427.506338, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7936, 0.000000, 1531517457.879784, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7937, 0.000000, 1531517540.019403, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7938, 0.000000, 1531517557.555331, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7939, 0.000000, 1531517587.894858, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7940, 0.000000, 1531517650.611395, 0x00000000000000000000ffffaa4201e8, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/servicos/', 'https://www.google.com', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', '', NULL, NULL),
(7941, 0.000000, 1531521091.791947, 0x00000000000000000000ffff36249554, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/noticia/treino-e-dieta-para-emagrecer/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(7942, 0.000000, 1531540755.705345, 0x00000000000000000000ffff9f411981, 1, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(7943, 0.000000, 1531540766.484877, 0x00000000000000000000ffff9f411981, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', NULL, NULL),
(7944, 0.000000, 1531546383.200708, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7945, 0.000000, 1531546401.348536, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7946, 0.000000, 1531546420.549570, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7947, 0.000000, 1531546437.450597, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7948, 0.000000, 1531546456.517455, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7949, 0.000000, 1531546475.589214, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7950, 0.000000, 1531546492.613489, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7951, 0.000000, 1531546509.670580, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7952, 0.000000, 1531546526.662612, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7953, 0.000000, 1531546543.685664, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7954, 0.000000, 1531546560.837244, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7955, 0.000000, 1531546577.733447, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7956, 0.000000, 1531546594.884900, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7957, 0.000000, 1531546611.820272, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7958, 0.000000, 1531546628.933815, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7959, 0.000000, 1531546645.959658, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7960, 0.000000, 1531546662.981558, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7961, 0.000000, 1531546680.005980, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7962, 0.000000, 1531546697.031331, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7963, 0.000000, 1531546714.054596, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7964, 0.000000, 1531546731.079751, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL);
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7965, 0.000000, 1531546748.102390, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7966, 0.000000, 1531546765.126017, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7967, 0.000000, 1531546782.150332, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7968, 0.000000, 1531546799.174340, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7969, 0.000000, 1531546816.198040, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7970, 0.000000, 1531546833.221896, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7971, 0.000000, 1531546850.374521, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7972, 0.000000, 1531546867.270710, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7973, 0.000000, 1531546884.421729, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7974, 0.000000, 1531546901.319576, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7975, 0.000000, 1531546918.471253, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7976, 0.000000, 1531546935.494648, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7977, 0.000000, 1531546952.522076, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7978, 0.000000, 1531546969.541420, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7979, 0.000000, 1531546986.564907, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7980, 0.000000, 1531547003.608533, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7981, 0.000000, 1531547020.614748, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7982, 0.000000, 1531547037.638017, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7983, 0.000000, 1531547054.661826, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7984, 0.000000, 1531547071.685400, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7985, 0.000000, 1531547088.709938, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7986, 0.000000, 1531547105.734021, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7987, 0.000000, 1531547122.756895, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7988, 0.000000, 1531547139.910099, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7989, 0.000000, 1531547156.807180, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7990, 0.000000, 1531555720.641352, 0x00000000000000000000ffff3435c94e, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36', '', NULL, NULL),
(7991, 0.000000, 1531559419.982971, 0x00000000000000000000ffff4047c56e, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/gblj2up_7329/to/88612/5/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36', '', NULL, NULL),
(7992, 0.000000, 1531559545.425998, 0x00000000000000000000ffffd113aa39, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/gblj2up_7329/to/88612/5/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36', '', NULL, NULL),
(7993, 0.000000, 1531565909.991948, 0x00000000000000000000ffff36249463, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/a-clinica/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(7994, 0.000000, 1531576189.313443, 0x00000000000000000000ffff4047c703, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/YjRoMXh4al8zNjk4LzFrLzI1OTc3L3Y%3D.html', '', 'Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0', '', NULL, NULL),
(7995, 0.000000, 1531576189.314592, 0x00000000000000000000ffff4047c647, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/3i_51038_zxtr/f_9369_kfm/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0', '', NULL, NULL),
(7996, 0.000000, 1531576316.159857, 0x00000000000000000000ffff4047c3b0, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/YjRoMXh4al8zNjk4LzFrLzI1OTc3L3Y%3D.html', '', 'Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0', '', NULL, NULL),
(7997, 0.000000, 1531576316.161498, 0x00000000000000000000ffff4047c48b, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/3i_51038_zxtr/f_9369_kfm/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0', '', NULL, NULL),
(7998, 0.000000, 1531584445.159705, 0x00000000000000000000ffff31d4ad6a, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/y-6281-0/70584-e/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:59.0) Gecko/20100101 Firefox/59.0', '', NULL, NULL),
(7999, 0.000000, 1531584602.312097, 0x00000000000000000000ffff36249604, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)', '', NULL, NULL),
(8000, 0.000000, 1531584984.792029, 0x00000000000000000000ffff2ea10932, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'http://anaclingenetica.com.br/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36', '', NULL, NULL),
(8001, 0.000000, 1531585034.694337, 0x00000000000000000000ffff2ea10932, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', 'http://anaclingenetica.com.br/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36', '', NULL, NULL),
(8002, 0.000000, 1531587953.377396, 0x00000000000000000000ffffbf205215, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)', '', NULL, NULL),
(8003, 0.000000, 1531587963.206877, 0x00000000000000000000ffffbf205215, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)', '', NULL, NULL),
(8004, 0.000000, 1531587973.574807, 0x00000000000000000000ffffbf205215, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)', '', NULL, NULL),
(8005, 0.000000, 1531587983.940774, 0x00000000000000000000ffffbf205215, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)', '', NULL, NULL),
(8006, 0.000000, 1531587994.181079, 0x00000000000000000000ffffbf205215, 0, 404, 0, 0, 0, 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'http://anaclingenetica.com.br/MmFuLzEyMDQ4Ny81NC85ODI4LzYyag==.asp', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)', '', NULL, NULL),
(8007, 0.000000, 1531598830.416195, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8008, 0.000000, 1531598848.841118, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8009, 0.000000, 1531598868.039142, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8010, 0.000000, 1531598884.932935, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8011, 0.000000, 1531598904.005277, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8012, 0.000000, 1531598923.076939, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8013, 0.000000, 1531598940.138029, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8014, 0.000000, 1531598957.125297, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8015, 0.000000, 1531598974.184495, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8016, 0.000000, 1531598991.172559, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8017, 0.000000, 1531599008.197507, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8018, 0.000000, 1531599025.221683, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8019, 0.000000, 1531599042.380754, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8020, 0.000000, 1531599059.270585, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8021, 0.000000, 1531599076.421689, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8022, 0.000000, 1531599093.318119, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8023, 0.000000, 1531599110.470212, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8024, 0.000000, 1531599127.492749, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8025, 0.000000, 1531599144.518229, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(8026, 0.000000, 1531599161.548678, 0x00000000000000000000ffff81d543ed, 0, 200, 0, 0, 0, 'http://www.anaclingenetica.com.br/', '', 'Mozilla/5.0 (Windows NT 6.1; compatible; BDCbot/1.0; +http://bigweb.bigdatacorp.com.br/faq.aspx) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', '', NULL, NULL),
(7015, 1531410022.132662, 1531410022.081300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7016, 1531410021.852054, 1531410021.811800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7017, 1531410021.570608, 1531410021.530900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7018, 1531410021.302968, 1531410021.251000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7019, 1531410021.018297, 1531410020.966500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7020, 1531410020.716090, 1531410020.676200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7021, 1531410020.448646, 1531410020.409200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7022, 1531410020.175756, 1531410020.124300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7023, 1531410019.877200, 1531410019.826000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7024, 1531410019.596121, 1531410019.551200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7025, 1531410019.324666, 1531410019.283300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7026, 1531410019.037961, 1531410018.985000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7027, 1531410018.696972, 1531410018.629100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7028, 1531410018.398878, 1531410018.359500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7029, 1531410018.120400, 1531410018.080000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7030, 1531410017.845169, 1531410017.793700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7031, 1531410017.566899, 1531410017.515200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7032, 1531410017.263717, 1531410017.224100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7033, 1531410016.962466, 1531410016.922800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7034, 1531410016.590510, 1531410016.536200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7035, 1531410016.299559, 1531410016.247900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7036, 1531410016.017978, 1531410015.975300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7037, 1531410015.747207, 1531410015.704900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7038, 1531410015.472827, 1531410015.389900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7039, 1531410015.151333, 1531410015.100300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7040, 1531410014.867285, 1531410014.827500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7041, 1531410014.596320, 1531410014.554600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7042, 1531410014.322871, 1531410014.270200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7043, 1531410013.966714, 1531410013.916000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7044, 1531410013.682712, 1531410013.644200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7045, 1531410013.389903, 1531410013.349600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7046, 1531410013.108723, 1531410013.069200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7047, 1531410012.874430, 1531409885.587700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/?author=5', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Lw==\"}'),
(7048, 1531410012.840794, 1531410012.768400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7049, 1531410012.516529, 1531410012.465200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7050, 1531410012.234752, 1531410012.195000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7051, 1531410011.964146, 1531410011.919200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7052, 1531410011.688632, 1531410011.637300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7053, 1531410011.399311, 1531410011.347300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7054, 1531410011.101016, 1531410011.030000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7055, 1531410010.798948, 1531410010.730400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7056, 1531410010.492541, 1531410010.413600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7057, 1531410010.176783, 1531410010.098400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7058, 1531410009.863801, 1531410009.824500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7059, 1531410009.591399, 1531410009.552000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7060, 1531410009.312559, 1531410009.260500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7061, 1531410009.023757, 1531410008.972000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7062, 1531410008.738159, 1531410008.698200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7063, 1531410008.471042, 1531410008.430200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7064, 1531410008.194845, 1531410008.143300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7065, 1531410007.907444, 1531410007.855400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7066, 1531410007.628215, 1531410007.588400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7067, 1531410007.354139, 1531410007.314600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7068, 1531410007.083248, 1531410007.031900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7069, 1531410006.794470, 1531410006.743200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7070, 1531410006.510665, 1531410006.470400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7071, 1531410006.237578, 1531410006.193000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7072, 1531410005.960610, 1531410005.876800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7073, 1531410005.636386, 1531410005.584800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7074, 1531410005.356175, 1531410005.315900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7075, 1531410005.082125, 1531410005.036900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7076, 1531410004.809911, 1531410004.743900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7077, 1531410004.515965, 1531410004.464900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7078, 1531410004.237759, 1531410004.187300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7079, 1531410003.949290, 1531410003.909200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7080, 1531410003.683221, 1531410003.616800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7081, 1531410003.383767, 1531410003.273700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7082, 1531410003.043592, 1531410002.969100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7083, 1531410002.705607, 1531410002.540300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7084, 1531410002.310392, 1531410002.160200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7085, 1531410001.917406, 1531410001.692600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7086, 1531410001.438322, 1531410001.385400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7087, 1531410001.146542, 1531410001.062100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7088, 1531410000.831152, 1531410000.760100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7089, 1531410000.528426, 1531410000.453700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7090, 1531410000.138200, 1531410000.077200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7091, 1531409999.840210, 1531409999.781800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7092, 1531409999.543676, 1531409999.499500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7093, 1531409999.248339, 1531409999.208900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7094, 1531409998.971970, 1531409998.920100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7095, 1531409998.682817, 1531409998.595100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7096, 1531409998.354700, 1531409998.306300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7097, 1531409998.067206, 1531409997.995800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7098, 1531409997.762960, 1531409997.669900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7099, 1531409997.438647, 1531409997.358400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7100, 1531409997.129116, 1531409997.079500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7101, 1531409996.851277, 1531409996.785500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7102, 1531409996.553899, 1531409996.465100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7103, 1531409996.229728, 1531409996.189300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7104, 1531409995.965197, 1531409995.913000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7105, 1531409995.683226, 1531409995.630200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7106, 1531409995.400314, 1531409995.360600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7107, 1531409995.134614, 1531409995.057200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7108, 1531409994.651571, 1531409994.556700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7109, 1531409994.325030, 1531409994.273100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7110, 1531409993.605878, 1531409993.521300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7111, 1531409993.112709, 1531409993.073100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7112, 1531409992.605159, 1531409992.554400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7113, 1531409992.319694, 1531409992.225800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7114, 1531409991.812215, 1531409991.726500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7115, 1531409991.121607, 1531409991.037300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7116, 1531409990.479233, 1531409990.394200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7117, 1531409989.599350, 1531409989.542600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7118, 1531409989.313608, 1531409989.262700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7119, 1531409988.678323, 1531409988.626100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7120, 1531409988.211060, 1531409988.159400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7121, 1531409987.298292, 1531409987.246600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7122, 1531409986.684132, 1531409986.613600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7123, 1531409986.219749, 1531409986.169200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7124, 1531409985.758464, 1531409985.718500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7125, 1531409985.085941, 1531409985.032300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7126, 1531409984.802492, 1531409984.750600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7127, 1531409984.522522, 1531409984.483200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7128, 1531409984.153202, 1531409984.093900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7129, 1531409983.601357, 1531409983.561700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7130, 1531409983.177630, 1531409983.138400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7131, 1531409982.914465, 1531409855.577000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/?author=4', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Lw==\"}'),
(7132, 1531409982.648819, 1531409982.597400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7133, 1531409982.365336, 1531409982.314600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7134, 1531409981.465192, 1531409981.413600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7135, 1531409981.186217, 1531409981.112000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7136, 1531409980.219766, 1531409980.168500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7137, 1531409979.861046, 1531409979.809500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7138, 1531409979.511870, 1531409979.461100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7139, 1531409978.744662, 1531409978.693900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7140, 1531409978.267229, 1531409978.215800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7141, 1531409977.680957, 1531409977.629100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7142, 1531409977.033899, 1531409976.983800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7143, 1531409976.359223, 1531409976.307300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7144, 1531409975.935479, 1531409975.884600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7145, 1531409975.186159, 1531409975.132700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7146, 1531409974.601292, 1531409974.562500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7147, 1531409974.119711, 1531409974.068700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7148, 1531409973.662469, 1531409973.623000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7149, 1531409973.147558, 1531409973.094800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7150, 1531409972.781144, 1531409972.741700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7151, 1531409972.379062, 1531409972.328200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7152, 1531409971.897535, 1531409971.856400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7153, 1531409971.521957, 1531409971.469300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7154, 1531409971.109870, 1531409971.059500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7155, 1531409970.545887, 1531409970.504000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7156, 1531409970.007915, 1531409969.954800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7157, 1531409969.726607, 1531409969.672500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7158, 1531409969.021710, 1531409968.969900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7159, 1531409968.649998, 1531409968.611300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7160, 1531409968.332605, 1531409968.280400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7161, 1531409967.811458, 1531409967.742200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7162, 1531409967.338428, 1531409967.286600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7163, 1531409967.054135, 1531409967.003600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7164, 1531409966.414842, 1531409966.376300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7165, 1531409965.890858, 1531409965.839600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7166, 1531409965.514039, 1531409965.475200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7167, 1531409965.062099, 1531409965.009300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7168, 1531409964.716640, 1531409964.677000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7169, 1531409964.438539, 1531409964.396000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7170, 1531409964.056836, 1531409964.004500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7171, 1531409963.751483, 1531409963.699600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7172, 1531409963.442006, 1531409963.402800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7173, 1531409963.103088, 1531409963.049400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7174, 1531409962.731014, 1531409962.677900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7175, 1531409962.367606, 1531409962.315200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7176, 1531409961.647528, 1531409961.579200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7177, 1531409961.217441, 1531409961.178100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7178, 1531409960.780288, 1531409960.728600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7179, 1531409960.349109, 1531409960.310000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7180, 1531409960.080339, 1531409960.028500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7181, 1531409959.656665, 1531409959.618100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7182, 1531409959.097859, 1531409959.046600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7183, 1531409958.628535, 1531409958.571700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7184, 1531409958.340034, 1531409958.286900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7185, 1531409957.766590, 1531409957.727200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7186, 1531409957.430342, 1531409957.378700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7187, 1531409957.094988, 1531409957.019000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7188, 1531409956.447174, 1531409956.362400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7189, 1531409955.927393, 1531409955.887900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7190, 1531409955.492446, 1531409955.433400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7191, 1531409955.060932, 1531409955.001900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7192, 1531409954.757277, 1531409954.704300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7193, 1531409954.475672, 1531409954.415800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7194, 1531409954.047258, 1531409953.988300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7195, 1531409953.436413, 1531409953.388900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7196, 1531409953.013298, 1531409952.961700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7197, 1531409952.714378, 1531409952.663100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7198, 1531409952.412704, 1531409952.372600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7199, 1531409952.084699, 1531409952.042200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7200, 1531409951.815978, 1531409951.764000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7201, 1531409951.476909, 1531409951.425600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7202, 1531409951.170385, 1531409951.130100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7203, 1531409950.897610, 1531409950.857200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7204, 1531409950.588352, 1531409950.525100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7205, 1531409950.536723, 1531409823.172100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/?author=3', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Lw==\"}'),
(7206, 1531409949.953755, 1531409949.914500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7207, 1531409949.593851, 1531409949.542400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7208, 1531409949.253904, 1531409949.201300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7209, 1531409948.834893, 1531409948.782900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7210, 1531409948.126447, 1531409948.087500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7211, 1531409947.710946, 1531409947.624000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7212, 1531409947.338255, 1531409947.299700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7213, 1531409947.026430, 1531409946.975600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7214, 1531409946.732120, 1531409946.661100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7215, 1531409946.141074, 1531409946.081600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7216, 1531409945.756257, 1531409945.703200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7217, 1531409945.429449, 1531409945.389500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7218, 1531409945.090568, 1531409945.011600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7219, 1531409944.768639, 1531409944.717400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7220, 1531409944.209481, 1531409944.170700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7221, 1531409943.688923, 1531409943.633600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7222, 1531409943.304603, 1531409943.264000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7223, 1531409942.745746, 1531409942.694400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7224, 1531409942.440052, 1531409942.389000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7225, 1531409942.149280, 1531409942.100900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7226, 1531409941.812460, 1531409941.772600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7227, 1531409941.544918, 1531409941.493100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7228, 1531409941.176879, 1531409941.124200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7229, 1531409940.829723, 1531409940.791000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7230, 1531409940.560583, 1531409940.508500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7231, 1531409940.166163, 1531409940.126700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7232, 1531409939.770437, 1531409939.718400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7233, 1531409939.393243, 1531409939.353600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7234, 1531409939.064909, 1531409939.021500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7235, 1531409938.780411, 1531409938.730000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7236, 1531409938.477540, 1531409938.424900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7237, 1531409938.100971, 1531409938.062500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7238, 1531409937.813559, 1531409937.762100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7239, 1531409937.387840, 1531409937.347100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7240, 1531409937.025159, 1531409936.958500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7241, 1531409936.728260, 1531409936.676400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7242, 1531409936.177533, 1531409936.125400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7243, 1531409935.500870, 1531409935.461500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7244, 1531409935.094211, 1531409935.043000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7245, 1531409934.707383, 1531409934.655700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7246, 1531409934.411571, 1531409934.367800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7247, 1531409934.097250, 1531409934.057100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7248, 1531409933.824211, 1531409933.772400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7249, 1531409933.498291, 1531409933.413900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7250, 1531409933.171383, 1531409933.127800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7251, 1531409932.871078, 1531409932.821100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7252, 1531409932.591516, 1531409932.537200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7253, 1531409932.284044, 1531409932.232600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7254, 1531409931.975151, 1531409931.935700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7255, 1531409931.708799, 1531409931.657600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7256, 1531409931.244073, 1531409931.204000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7257, 1531409930.898719, 1531409930.859400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7258, 1531409930.599921, 1531409930.547200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7259, 1531409930.314577, 1531409930.263200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7260, 1531409929.996583, 1531409929.957000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7261, 1531409929.727587, 1531409929.688000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7262, 1531409929.459000, 1531409929.407600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7263, 1531409929.113844, 1531409929.062300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7264, 1531409928.831314, 1531409928.792000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7265, 1531409928.566902, 1531409928.511000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7266, 1531409928.263089, 1531409928.210400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7267, 1531409927.931126, 1531409927.879400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7268, 1531409927.637846, 1531409927.598000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7269, 1531409927.364649, 1531409927.325200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7270, 1531409927.019608, 1531409926.968300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7271, 1531409926.741969, 1531409926.690200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7272, 1531409926.432391, 1531409926.393600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7273, 1531409926.062569, 1531409926.011200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7274, 1531409925.766378, 1531409925.726900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7275, 1531409925.192477, 1531409925.140500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7276, 1531409924.898298, 1531409924.846200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7277, 1531409924.584324, 1531409924.544200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7278, 1531409924.301409, 1531409924.261900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7279, 1531409924.020450, 1531409923.968700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7280, 1531409923.683233, 1531409923.631300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7281, 1531409923.358633, 1531409923.319600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7282, 1531409923.048570, 1531409922.996800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7283, 1531409922.761451, 1531409922.721000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7284, 1531409922.492745, 1531409922.390000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7285, 1531409922.406675, 1531409795.003400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/?author=2', NULL, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Lw==\"}'),
(7286, 1531409922.159812, 1531409922.121100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7287, 1531409921.891568, 1531409921.840000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7288, 1531409921.600814, 1531409921.548300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7289, 1531409921.304328, 1531409921.233400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7290, 1531409920.996409, 1531409920.937000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7291, 1531409920.709950, 1531409920.658300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7292, 1531409920.397075, 1531409920.345100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7293, 1531409920.073532, 1531409920.032000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7294, 1531409919.802378, 1531409919.763200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7295, 1531409919.520633, 1531409919.466700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7296, 1531409919.224533, 1531409919.172600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7297, 1531409918.938937, 1531409918.898900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7298, 1531409918.663840, 1531409918.624100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7299, 1531409918.393838, 1531409918.342400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7300, 1531409918.027706, 1531409917.975200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7301, 1531409917.677750, 1531409917.637500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7302, 1531409917.402420, 1531409917.363100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7303, 1531409917.119899, 1531409917.035700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7304, 1531409916.770391, 1531409916.714700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7305, 1531409916.462763, 1531409916.423100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7306, 1531409916.185020, 1531409916.141700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7307, 1531409915.894132, 1531409915.842400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7308, 1531409915.610947, 1531409915.559600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7309, 1531409915.288539, 1531409915.249100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7310, 1531409915.009659, 1531409914.969900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7311, 1531409914.713772, 1531409914.660400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7312, 1531409914.410509, 1531409914.131500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7313, 1531410229.446989, 1531410229.396100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7314, 1531410229.168150, 1531410229.128400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7315, 1531410228.903638, 1531410228.864300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7316, 1531410228.639735, 1531410228.588400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7317, 1531410228.359117, 1531410228.307000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7318, 1531410228.050709, 1531410228.009800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7319, 1531410227.744584, 1531410227.674900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7320, 1531410227.449370, 1531410227.396700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7321, 1531410227.167769, 1531410227.085800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7322, 1531410226.856240, 1531410226.789400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7323, 1531410226.564660, 1531410226.524200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7324, 1531410226.297578, 1531410226.245800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7325, 1531410226.018420, 1531410225.966500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7326, 1531410225.719855, 1531410225.679800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7327, 1531410225.445395, 1531410225.405200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7328, 1531410225.180348, 1531410225.106100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7329, 1531410224.878711, 1531410224.821000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7330, 1531410224.594353, 1531410224.554400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7331, 1531410224.329220, 1531410224.288100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7332, 1531410224.036626, 1531410223.982400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7333, 1531410223.753758, 1531410223.714400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7334, 1531410223.486527, 1531410223.435100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7335, 1531410223.207433, 1531410223.155900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7336, 1531410222.928033, 1531410222.887800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7337, 1531410222.651520, 1531410222.612300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7338, 1531410222.383341, 1531410222.298700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7339, 1531410222.068967, 1531410222.015200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7340, 1531410221.788337, 1531410221.748900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7341, 1531410221.515942, 1531410221.476600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7342, 1531410221.251037, 1531410221.199400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7343, 1531410220.971575, 1531410220.919100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7344, 1531410220.684730, 1531410220.643700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7345, 1531410220.418719, 1531410220.378100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7346, 1531410220.152450, 1531410220.101400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7347, 1531410219.875185, 1531410219.823500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7348, 1531410219.592609, 1531410219.552200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7349, 1531410219.327519, 1531410219.284200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7350, 1531410219.058839, 1531410219.004800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7351, 1531410218.733212, 1531410218.667200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7352, 1531410218.423130, 1531410218.353200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7353, 1531410218.122977, 1531410218.051700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7354, 1531410217.826898, 1531410217.775400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7355, 1531410217.548414, 1531410217.496700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7356, 1531410217.268434, 1531410217.228900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7357, 1531410217.002960, 1531410216.962500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7358, 1531410216.737374, 1531410216.685900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7359, 1531410216.458938, 1531410216.406600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7360, 1531410216.177850, 1531410216.138200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7361, 1531410215.897903, 1531410215.856700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7362, 1531410215.629392, 1531410215.548200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7363, 1531410215.319719, 1531410215.266200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7364, 1531410215.038728, 1531410214.998900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7365, 1531410214.773048, 1531410214.733400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7366, 1531410214.503824, 1531410214.419700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7367, 1531410214.175917, 1531410214.098400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7368, 1531410213.867743, 1531410213.809900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7369, 1531410213.579017, 1531410213.538500, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7370, 1531410213.312274, 1531410213.256100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7371, 1531410213.011027, 1531410212.959300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7372, 1531410212.729398, 1531410212.689300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7373, 1531410212.448089, 1531410212.408400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7374, 1531410212.172084, 1531410212.120700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7375, 1531410211.879198, 1531410211.827700, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7376, 1531410211.597986, 1531410211.558300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7377, 1531410211.306776, 1531410211.266200, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7378, 1531410210.994460, 1531410210.942900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');
INSERT INTO `wp_wfHits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(7379, 1531410210.704959, 1531410210.653400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7380, 1531410210.399758, 1531410210.360400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7381, 1531410210.114910, 1531410210.074400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7382, 1531410209.846356, 1531410209.795300, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7383, 1531410209.566753, 1531410209.515800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7384, 1531410209.256029, 1531410209.216000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7385, 1531410208.989351, 1531410208.919900, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7386, 1531410208.684384, 1531410208.633100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7387, 1531410208.379292, 1531410208.327100, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7388, 1531410208.077839, 1531410208.037600, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7389, 1531410207.804133, 1531410207.765800, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7390, 1531410207.536101, 1531410207.481000, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7391, 1531410207.251527, 1531410207.212400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),
(7392, 1531410206.986088, 1531410206.935400, 0x00000000000000000000ffffb9eada28, 0, 503, 0, 0, 0, 'http://anaclingenetica.com.br/wp-login.php', 'http://anaclingenetica.com.br/wp-login.php', 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', 'blocked:wfsnrepeat', 'Blocked by Wordfence Security Network', '{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfHoover`
--

CREATE TABLE `wp_wfHoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfIssues`
--

CREATE TABLE `wp_wfIssues` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfIssues`
--

INSERT INTO `wp_wfIssues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(72, 1531747943, 1531747943, 'new', 'file', 1, '257c458d85dd89c79b3365da72e733e7', 'd2ef6fc7a2b166d41f97023954a944f6', 'File appears to be malicious: index.php.infectado', 'This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">eval(base64_decode(</strong>. The infection type is: <strong>Suspicious eval with a base64_decode</strong>.', 'a:9:{s:4:\"file\";s:19:\"index.php.infectado\";s:4:\"shac\";s:64:\"1E14311FC28A6AC7FDCD387E9B1E910A8DCD0192AFF1F32F131BF0D8FA571785\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfKnownFileList`
--

CREATE TABLE `wp_wfKnownFileList` (
  `id` int(11) UNSIGNED NOT NULL,
  `path` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfKnownFileList`
--

INSERT INTO `wp_wfKnownFileList` (`id`, `path`) VALUES
(1, 'google89f441cad44a75fc.html'),
(2, 'index.php'),
(3, 'index.php.infectado'),
(4, 'license.txt'),
(5, 'wp-activate.php'),
(6, 'wp-admin/about.php'),
(7, 'wp-admin/admin-ajax.php'),
(8, 'wp-admin/admin-footer.php'),
(9, 'wp-admin/admin-functions.php'),
(10, 'wp-admin/admin-header.php'),
(11, 'wp-admin/admin-post.php'),
(12, 'wp-admin/admin.php'),
(13, 'wp-admin/async-upload.php'),
(14, 'wp-admin/comment.php'),
(15, 'wp-admin/credits.php'),
(16, 'wp-admin/css/about-rtl.css'),
(17, 'wp-admin/css/about-rtl.min.css'),
(18, 'wp-admin/css/about.css'),
(19, 'wp-admin/css/about.min.css'),
(20, 'wp-admin/css/admin-menu-rtl.css'),
(21, 'wp-admin/css/admin-menu-rtl.min.css'),
(22, 'wp-admin/css/admin-menu.css'),
(23, 'wp-admin/css/admin-menu.min.css'),
(24, 'wp-admin/css/code-editor-rtl.css'),
(25, 'wp-admin/css/code-editor-rtl.min.css'),
(26, 'wp-admin/css/code-editor.css'),
(27, 'wp-admin/css/code-editor.min.css'),
(28, 'wp-admin/css/color-picker-rtl.css'),
(29, 'wp-admin/css/color-picker-rtl.min.css'),
(30, 'wp-admin/css/color-picker.css'),
(31, 'wp-admin/css/color-picker.min.css'),
(32, 'wp-admin/css/colors/_admin.scss'),
(33, 'wp-admin/css/colors/_mixins.scss'),
(34, 'wp-admin/css/colors/_variables.scss'),
(35, 'wp-admin/css/colors/blue/colors-rtl.css'),
(36, 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(37, 'wp-admin/css/colors/blue/colors.css'),
(38, 'wp-admin/css/colors/blue/colors.min.css'),
(39, 'wp-admin/css/colors/blue/colors.scss'),
(40, 'wp-admin/css/colors/coffee/colors-rtl.css'),
(41, 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(42, 'wp-admin/css/colors/coffee/colors.css'),
(43, 'wp-admin/css/colors/coffee/colors.min.css'),
(44, 'wp-admin/css/colors/coffee/colors.scss'),
(45, 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(46, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(47, 'wp-admin/css/colors/ectoplasm/colors.css'),
(48, 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(49, 'wp-admin/css/colors/ectoplasm/colors.scss'),
(50, 'wp-admin/css/colors/light/colors-rtl.css'),
(51, 'wp-admin/css/colors/light/colors-rtl.min.css'),
(52, 'wp-admin/css/colors/light/colors.css'),
(53, 'wp-admin/css/colors/light/colors.min.css'),
(54, 'wp-admin/css/colors/light/colors.scss'),
(55, 'wp-admin/css/colors/midnight/colors-rtl.css'),
(56, 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(57, 'wp-admin/css/colors/midnight/colors.css'),
(58, 'wp-admin/css/colors/midnight/colors.min.css'),
(59, 'wp-admin/css/colors/midnight/colors.scss'),
(60, 'wp-admin/css/colors/ocean/colors-rtl.css'),
(61, 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(62, 'wp-admin/css/colors/ocean/colors.css'),
(63, 'wp-admin/css/colors/ocean/colors.min.css'),
(64, 'wp-admin/css/colors/ocean/colors.scss'),
(65, 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(66, 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(67, 'wp-admin/css/colors/sunrise/colors.css'),
(68, 'wp-admin/css/colors/sunrise/colors.min.css'),
(69, 'wp-admin/css/colors/sunrise/colors.scss'),
(70, 'wp-admin/css/common-rtl.css'),
(71, 'wp-admin/css/common-rtl.min.css'),
(72, 'wp-admin/css/common.css'),
(73, 'wp-admin/css/common.min.css'),
(74, 'wp-admin/css/customize-controls-rtl.css'),
(75, 'wp-admin/css/customize-controls-rtl.min.css'),
(76, 'wp-admin/css/customize-controls.css'),
(77, 'wp-admin/css/customize-controls.min.css'),
(78, 'wp-admin/css/customize-nav-menus-rtl.css'),
(79, 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(80, 'wp-admin/css/customize-nav-menus.css'),
(81, 'wp-admin/css/customize-nav-menus.min.css'),
(82, 'wp-admin/css/customize-widgets-rtl.css'),
(83, 'wp-admin/css/customize-widgets-rtl.min.css'),
(84, 'wp-admin/css/customize-widgets.css'),
(85, 'wp-admin/css/customize-widgets.min.css'),
(86, 'wp-admin/css/dashboard-rtl.css'),
(87, 'wp-admin/css/dashboard-rtl.min.css'),
(88, 'wp-admin/css/dashboard.css'),
(89, 'wp-admin/css/dashboard.min.css'),
(90, 'wp-admin/css/deprecated-media-rtl.css'),
(91, 'wp-admin/css/deprecated-media-rtl.min.css'),
(92, 'wp-admin/css/deprecated-media.css'),
(93, 'wp-admin/css/deprecated-media.min.css'),
(94, 'wp-admin/css/edit-rtl.css'),
(95, 'wp-admin/css/edit-rtl.min.css'),
(96, 'wp-admin/css/edit.css'),
(97, 'wp-admin/css/edit.min.css'),
(98, 'wp-admin/css/farbtastic-rtl.css'),
(99, 'wp-admin/css/farbtastic-rtl.min.css'),
(100, 'wp-admin/css/farbtastic.css'),
(101, 'wp-admin/css/farbtastic.min.css'),
(102, 'wp-admin/css/forms-rtl.css'),
(103, 'wp-admin/css/forms-rtl.min.css'),
(104, 'wp-admin/css/forms.css'),
(105, 'wp-admin/css/forms.min.css'),
(106, 'wp-admin/css/ie-rtl.css'),
(107, 'wp-admin/css/ie-rtl.min.css'),
(108, 'wp-admin/css/ie.css'),
(109, 'wp-admin/css/ie.min.css'),
(110, 'wp-admin/css/install-rtl.css'),
(111, 'wp-admin/css/install-rtl.min.css'),
(112, 'wp-admin/css/install.css'),
(113, 'wp-admin/css/install.min.css'),
(114, 'wp-admin/css/l10n-rtl.css'),
(115, 'wp-admin/css/l10n-rtl.min.css'),
(116, 'wp-admin/css/l10n.css'),
(117, 'wp-admin/css/l10n.min.css'),
(118, 'wp-admin/css/list-tables-rtl.css'),
(119, 'wp-admin/css/list-tables-rtl.min.css'),
(120, 'wp-admin/css/list-tables.css'),
(121, 'wp-admin/css/list-tables.min.css'),
(122, 'wp-admin/css/login-rtl.css'),
(123, 'wp-admin/css/login-rtl.min.css'),
(124, 'wp-admin/css/login.css'),
(125, 'wp-admin/css/login.min.css'),
(126, 'wp-admin/css/media-rtl.css'),
(127, 'wp-admin/css/media-rtl.min.css'),
(128, 'wp-admin/css/media.css'),
(129, 'wp-admin/css/media.min.css'),
(130, 'wp-admin/css/nav-menus-rtl.css'),
(131, 'wp-admin/css/nav-menus-rtl.min.css'),
(132, 'wp-admin/css/nav-menus.css'),
(133, 'wp-admin/css/nav-menus.min.css'),
(134, 'wp-admin/css/revisions-rtl.css'),
(135, 'wp-admin/css/revisions-rtl.min.css'),
(136, 'wp-admin/css/revisions.css'),
(137, 'wp-admin/css/revisions.min.css'),
(138, 'wp-admin/css/site-icon-rtl.css'),
(139, 'wp-admin/css/site-icon-rtl.min.css'),
(140, 'wp-admin/css/site-icon.css'),
(141, 'wp-admin/css/site-icon.min.css'),
(142, 'wp-admin/css/themes-rtl.css'),
(143, 'wp-admin/css/themes-rtl.min.css'),
(144, 'wp-admin/css/themes.css'),
(145, 'wp-admin/css/themes.min.css'),
(146, 'wp-admin/css/widgets-rtl.css'),
(147, 'wp-admin/css/widgets-rtl.min.css'),
(148, 'wp-admin/css/widgets.css'),
(149, 'wp-admin/css/widgets.min.css'),
(150, 'wp-admin/css/wp-admin-rtl.css'),
(151, 'wp-admin/css/wp-admin-rtl.min.css'),
(152, 'wp-admin/css/wp-admin.css'),
(153, 'wp-admin/css/wp-admin.min.css'),
(154, 'wp-admin/custom-background.php'),
(155, 'wp-admin/custom-header.php'),
(156, 'wp-admin/customize.php'),
(157, 'wp-admin/edit-comments.php'),
(158, 'wp-admin/edit-form-advanced.php'),
(159, 'wp-admin/edit-form-comment.php'),
(160, 'wp-admin/edit-link-form.php'),
(161, 'wp-admin/edit-tag-form.php'),
(162, 'wp-admin/edit-tags.php'),
(163, 'wp-admin/edit.php'),
(164, 'wp-admin/export.php'),
(165, 'wp-admin/freedoms.php'),
(166, 'wp-admin/images/align-center-2x.png'),
(167, 'wp-admin/images/align-center.png'),
(168, 'wp-admin/images/align-left-2x.png'),
(169, 'wp-admin/images/align-left.png'),
(170, 'wp-admin/images/align-none-2x.png'),
(171, 'wp-admin/images/align-none.png'),
(172, 'wp-admin/images/align-right-2x.png'),
(173, 'wp-admin/images/align-right.png'),
(174, 'wp-admin/images/arrows-2x.png'),
(175, 'wp-admin/images/arrows.png'),
(176, 'wp-admin/images/browser-rtl.png'),
(177, 'wp-admin/images/browser.png'),
(178, 'wp-admin/images/bubble_bg-2x.gif'),
(179, 'wp-admin/images/bubble_bg.gif'),
(180, 'wp-admin/images/comment-grey-bubble-2x.png'),
(181, 'wp-admin/images/comment-grey-bubble.png'),
(182, 'wp-admin/images/date-button-2x.gif'),
(183, 'wp-admin/images/date-button.gif'),
(184, 'wp-admin/images/generic.png'),
(185, 'wp-admin/images/icons32-2x.png'),
(186, 'wp-admin/images/icons32-vs-2x.png'),
(187, 'wp-admin/images/icons32-vs.png'),
(188, 'wp-admin/images/icons32.png'),
(189, 'wp-admin/images/imgedit-icons-2x.png'),
(190, 'wp-admin/images/imgedit-icons.png'),
(191, 'wp-admin/images/list-2x.png'),
(192, 'wp-admin/images/list.png'),
(193, 'wp-admin/images/loading.gif'),
(194, 'wp-admin/images/marker.png'),
(195, 'wp-admin/images/mask.png'),
(196, 'wp-admin/images/media-button-2x.png'),
(197, 'wp-admin/images/media-button-image.gif'),
(198, 'wp-admin/images/media-button-music.gif'),
(199, 'wp-admin/images/media-button-other.gif'),
(200, 'wp-admin/images/media-button-video.gif'),
(201, 'wp-admin/images/media-button.png'),
(202, 'wp-admin/images/menu-2x.png'),
(203, 'wp-admin/images/menu-vs-2x.png'),
(204, 'wp-admin/images/menu-vs.png'),
(205, 'wp-admin/images/menu.png'),
(206, 'wp-admin/images/no.png'),
(207, 'wp-admin/images/post-formats-vs.png'),
(208, 'wp-admin/images/post-formats.png'),
(209, 'wp-admin/images/post-formats32-vs.png'),
(210, 'wp-admin/images/post-formats32.png'),
(211, 'wp-admin/images/resize-2x.gif'),
(212, 'wp-admin/images/resize-rtl-2x.gif'),
(213, 'wp-admin/images/resize-rtl.gif'),
(214, 'wp-admin/images/resize.gif'),
(215, 'wp-admin/images/se.png'),
(216, 'wp-admin/images/sort-2x.gif'),
(217, 'wp-admin/images/sort.gif'),
(218, 'wp-admin/images/spinner-2x.gif'),
(219, 'wp-admin/images/spinner.gif'),
(220, 'wp-admin/images/stars-2x.png'),
(221, 'wp-admin/images/stars.png'),
(222, 'wp-admin/images/w-logo-blue.png'),
(223, 'wp-admin/images/w-logo-white.png'),
(224, 'wp-admin/images/wheel.png'),
(225, 'wp-admin/images/wordpress-logo-white.svg'),
(226, 'wp-admin/images/wordpress-logo.png'),
(227, 'wp-admin/images/wordpress-logo.svg'),
(228, 'wp-admin/images/wpspin_light-2x.gif'),
(229, 'wp-admin/images/wpspin_light.gif'),
(230, 'wp-admin/images/xit-2x.gif'),
(231, 'wp-admin/images/xit.gif'),
(232, 'wp-admin/images/yes.png'),
(233, 'wp-admin/import.php'),
(234, 'wp-admin/includes/admin-filters.php'),
(235, 'wp-admin/includes/admin.php'),
(236, 'wp-admin/includes/ajax-actions.php'),
(237, 'wp-admin/includes/bookmark.php'),
(238, 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(239, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(240, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(241, 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(242, 'wp-admin/includes/class-core-upgrader.php'),
(243, 'wp-admin/includes/class-file-upload-upgrader.php'),
(244, 'wp-admin/includes/class-ftp-pure.php'),
(245, 'wp-admin/includes/class-ftp-sockets.php'),
(246, 'wp-admin/includes/class-ftp.php'),
(247, 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(248, 'wp-admin/includes/class-language-pack-upgrader.php'),
(249, 'wp-admin/includes/class-pclzip.php'),
(250, 'wp-admin/includes/class-plugin-installer-skin.php'),
(251, 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(252, 'wp-admin/includes/class-plugin-upgrader.php'),
(253, 'wp-admin/includes/class-theme-installer-skin.php'),
(254, 'wp-admin/includes/class-theme-upgrader-skin.php'),
(255, 'wp-admin/includes/class-theme-upgrader.php'),
(256, 'wp-admin/includes/class-walker-category-checklist.php'),
(257, 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(258, 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(259, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(260, 'wp-admin/includes/class-wp-automatic-updater.php'),
(261, 'wp-admin/includes/class-wp-comments-list-table.php'),
(262, 'wp-admin/includes/class-wp-community-events.php'),
(263, 'wp-admin/includes/class-wp-filesystem-base.php'),
(264, 'wp-admin/includes/class-wp-filesystem-direct.php'),
(265, 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(266, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(267, 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(268, 'wp-admin/includes/class-wp-importer.php'),
(269, 'wp-admin/includes/class-wp-internal-pointers.php'),
(270, 'wp-admin/includes/class-wp-links-list-table.php'),
(271, 'wp-admin/includes/class-wp-list-table-compat.php'),
(272, 'wp-admin/includes/class-wp-list-table.php'),
(273, 'wp-admin/includes/class-wp-media-list-table.php'),
(274, 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(275, 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(276, 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(277, 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(278, 'wp-admin/includes/class-wp-plugins-list-table.php'),
(279, 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(280, 'wp-admin/includes/class-wp-posts-list-table.php'),
(281, 'wp-admin/includes/class-wp-screen.php'),
(282, 'wp-admin/includes/class-wp-site-icon.php'),
(283, 'wp-admin/includes/class-wp-terms-list-table.php'),
(284, 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(285, 'wp-admin/includes/class-wp-themes-list-table.php'),
(286, 'wp-admin/includes/class-wp-upgrader-skin.php'),
(287, 'wp-admin/includes/class-wp-upgrader-skins.php'),
(288, 'wp-admin/includes/class-wp-upgrader.php'),
(289, 'wp-admin/includes/class-wp-users-list-table.php'),
(290, 'wp-admin/includes/comment.php'),
(291, 'wp-admin/includes/continents-cities.php'),
(292, 'wp-admin/includes/credits.php'),
(293, 'wp-admin/includes/dashboard.php'),
(294, 'wp-admin/includes/deprecated.php'),
(295, 'wp-admin/includes/edit-tag-messages.php'),
(296, 'wp-admin/includes/export.php'),
(297, 'wp-admin/includes/file.php'),
(298, 'wp-admin/includes/image-edit.php'),
(299, 'wp-admin/includes/image.php'),
(300, 'wp-admin/includes/import.php'),
(301, 'wp-admin/includes/list-table.php'),
(302, 'wp-admin/includes/media.php'),
(303, 'wp-admin/includes/menu.php'),
(304, 'wp-admin/includes/meta-boxes.php'),
(305, 'wp-admin/includes/misc.php'),
(306, 'wp-admin/includes/ms-admin-filters.php'),
(307, 'wp-admin/includes/ms-deprecated.php'),
(308, 'wp-admin/includes/ms.php'),
(309, 'wp-admin/includes/nav-menu.php'),
(310, 'wp-admin/includes/network.php'),
(311, 'wp-admin/includes/noop.php'),
(312, 'wp-admin/includes/options.php'),
(313, 'wp-admin/includes/plugin-install.php'),
(314, 'wp-admin/includes/plugin.php'),
(315, 'wp-admin/includes/post.php'),
(316, 'wp-admin/includes/revision.php'),
(317, 'wp-admin/includes/schema.php'),
(318, 'wp-admin/includes/screen.php'),
(319, 'wp-admin/includes/taxonomy.php'),
(320, 'wp-admin/includes/template.php'),
(321, 'wp-admin/includes/theme-install.php'),
(322, 'wp-admin/includes/theme.php'),
(323, 'wp-admin/includes/translation-install.php'),
(324, 'wp-admin/includes/update-core.php'),
(325, 'wp-admin/includes/update.php'),
(326, 'wp-admin/includes/upgrade.php'),
(327, 'wp-admin/includes/user.php'),
(328, 'wp-admin/includes/widgets.php'),
(329, 'wp-admin/index.php'),
(330, 'wp-admin/install-helper.php'),
(331, 'wp-admin/install.php'),
(332, 'wp-admin/js/accordion.js'),
(333, 'wp-admin/js/accordion.min.js'),
(334, 'wp-admin/js/code-editor.js'),
(335, 'wp-admin/js/code-editor.min.js'),
(336, 'wp-admin/js/color-picker.js'),
(337, 'wp-admin/js/color-picker.min.js'),
(338, 'wp-admin/js/comment.js'),
(339, 'wp-admin/js/comment.min.js'),
(340, 'wp-admin/js/common.js'),
(341, 'wp-admin/js/common.min.js'),
(342, 'wp-admin/js/custom-background.js'),
(343, 'wp-admin/js/custom-background.min.js'),
(344, 'wp-admin/js/custom-header.js'),
(345, 'wp-admin/js/customize-controls.js'),
(346, 'wp-admin/js/customize-controls.min.js'),
(347, 'wp-admin/js/customize-nav-menus.js'),
(348, 'wp-admin/js/customize-nav-menus.min.js'),
(349, 'wp-admin/js/customize-widgets.js'),
(350, 'wp-admin/js/customize-widgets.min.js'),
(351, 'wp-admin/js/dashboard.js'),
(352, 'wp-admin/js/dashboard.min.js'),
(353, 'wp-admin/js/edit-comments.js'),
(354, 'wp-admin/js/edit-comments.min.js'),
(355, 'wp-admin/js/editor-expand.js'),
(356, 'wp-admin/js/editor-expand.min.js'),
(357, 'wp-admin/js/editor.js'),
(358, 'wp-admin/js/editor.min.js'),
(359, 'wp-admin/js/farbtastic.js'),
(360, 'wp-admin/js/gallery.js'),
(361, 'wp-admin/js/gallery.min.js'),
(362, 'wp-admin/js/image-edit.js'),
(363, 'wp-admin/js/image-edit.min.js'),
(364, 'wp-admin/js/inline-edit-post.js'),
(365, 'wp-admin/js/inline-edit-post.min.js'),
(366, 'wp-admin/js/inline-edit-tax.js'),
(367, 'wp-admin/js/inline-edit-tax.min.js'),
(368, 'wp-admin/js/iris.min.js'),
(369, 'wp-admin/js/language-chooser.js'),
(370, 'wp-admin/js/language-chooser.min.js'),
(371, 'wp-admin/js/link.js'),
(372, 'wp-admin/js/link.min.js'),
(373, 'wp-admin/js/media-gallery.js'),
(374, 'wp-admin/js/media-gallery.min.js'),
(375, 'wp-admin/js/media-upload.js'),
(376, 'wp-admin/js/media-upload.min.js'),
(377, 'wp-admin/js/media.js'),
(378, 'wp-admin/js/media.min.js'),
(379, 'wp-admin/js/nav-menu.js'),
(380, 'wp-admin/js/nav-menu.min.js'),
(381, 'wp-admin/js/password-strength-meter.js'),
(382, 'wp-admin/js/password-strength-meter.min.js'),
(383, 'wp-admin/js/plugin-install.js'),
(384, 'wp-admin/js/plugin-install.min.js'),
(385, 'wp-admin/js/post.js'),
(386, 'wp-admin/js/post.min.js'),
(387, 'wp-admin/js/postbox.js'),
(388, 'wp-admin/js/postbox.min.js'),
(389, 'wp-admin/js/revisions.js'),
(390, 'wp-admin/js/revisions.min.js'),
(391, 'wp-admin/js/set-post-thumbnail.js'),
(392, 'wp-admin/js/set-post-thumbnail.min.js'),
(393, 'wp-admin/js/svg-painter.js'),
(394, 'wp-admin/js/svg-painter.min.js'),
(395, 'wp-admin/js/tags-box.js'),
(396, 'wp-admin/js/tags-box.min.js'),
(397, 'wp-admin/js/tags-suggest.js'),
(398, 'wp-admin/js/tags-suggest.min.js'),
(399, 'wp-admin/js/tags.js'),
(400, 'wp-admin/js/tags.min.js'),
(401, 'wp-admin/js/theme-plugin-editor.js'),
(402, 'wp-admin/js/theme-plugin-editor.min.js'),
(403, 'wp-admin/js/theme.js'),
(404, 'wp-admin/js/theme.min.js'),
(405, 'wp-admin/js/updates.js'),
(406, 'wp-admin/js/updates.min.js'),
(407, 'wp-admin/js/user-profile.js'),
(408, 'wp-admin/js/user-profile.min.js'),
(409, 'wp-admin/js/user-suggest.js'),
(410, 'wp-admin/js/user-suggest.min.js'),
(411, 'wp-admin/js/widgets/custom-html-widgets.js'),
(412, 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(413, 'wp-admin/js/widgets/media-audio-widget.js'),
(414, 'wp-admin/js/widgets/media-audio-widget.min.js'),
(415, 'wp-admin/js/widgets/media-gallery-widget.js'),
(416, 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(417, 'wp-admin/js/widgets/media-image-widget.js'),
(418, 'wp-admin/js/widgets/media-image-widget.min.js'),
(419, 'wp-admin/js/widgets/media-video-widget.js'),
(420, 'wp-admin/js/widgets/media-video-widget.min.js'),
(421, 'wp-admin/js/widgets/media-widgets.js'),
(422, 'wp-admin/js/widgets/media-widgets.min.js'),
(423, 'wp-admin/js/widgets/text-widgets.js'),
(424, 'wp-admin/js/widgets/text-widgets.min.js'),
(425, 'wp-admin/js/widgets.js'),
(426, 'wp-admin/js/widgets.min.js'),
(427, 'wp-admin/js/word-count.js'),
(428, 'wp-admin/js/word-count.min.js'),
(429, 'wp-admin/js/wp-fullscreen-stub.js'),
(430, 'wp-admin/js/wp-fullscreen-stub.min.js'),
(431, 'wp-admin/js/xfn.js'),
(432, 'wp-admin/js/xfn.min.js'),
(433, 'wp-admin/link-add.php'),
(434, 'wp-admin/link-manager.php'),
(435, 'wp-admin/link-parse-opml.php'),
(436, 'wp-admin/link.php'),
(437, 'wp-admin/load-scripts.php'),
(438, 'wp-admin/load-styles.php'),
(439, 'wp-admin/maint/repair.php'),
(440, 'wp-admin/media-new.php'),
(441, 'wp-admin/media-upload.php'),
(442, 'wp-admin/media.php'),
(443, 'wp-admin/menu-header.php'),
(444, 'wp-admin/menu.php'),
(445, 'wp-admin/moderation.php'),
(446, 'wp-admin/ms-admin.php'),
(447, 'wp-admin/ms-delete-site.php'),
(448, 'wp-admin/ms-edit.php'),
(449, 'wp-admin/ms-options.php'),
(450, 'wp-admin/ms-sites.php'),
(451, 'wp-admin/ms-themes.php'),
(452, 'wp-admin/ms-upgrade-network.php'),
(453, 'wp-admin/ms-users.php'),
(454, 'wp-admin/my-sites.php'),
(455, 'wp-admin/nav-menus.php'),
(456, 'wp-admin/network/about.php'),
(457, 'wp-admin/network/admin.php'),
(458, 'wp-admin/network/credits.php'),
(459, 'wp-admin/network/edit.php'),
(460, 'wp-admin/network/freedoms.php'),
(461, 'wp-admin/network/index.php'),
(462, 'wp-admin/network/menu.php'),
(463, 'wp-admin/network/plugin-editor.php'),
(464, 'wp-admin/network/plugin-install.php'),
(465, 'wp-admin/network/plugins.php'),
(466, 'wp-admin/network/privacy.php'),
(467, 'wp-admin/network/profile.php'),
(468, 'wp-admin/network/settings.php'),
(469, 'wp-admin/network/setup.php'),
(470, 'wp-admin/network/site-info.php'),
(471, 'wp-admin/network/site-new.php'),
(472, 'wp-admin/network/site-settings.php'),
(473, 'wp-admin/network/site-themes.php'),
(474, 'wp-admin/network/site-users.php'),
(475, 'wp-admin/network/sites.php'),
(476, 'wp-admin/network/theme-editor.php'),
(477, 'wp-admin/network/theme-install.php'),
(478, 'wp-admin/network/themes.php'),
(479, 'wp-admin/network/update-core.php'),
(480, 'wp-admin/network/update.php'),
(481, 'wp-admin/network/upgrade.php'),
(482, 'wp-admin/network/user-edit.php'),
(483, 'wp-admin/network/user-new.php'),
(484, 'wp-admin/network/users.php'),
(485, 'wp-admin/network.php'),
(486, 'wp-admin/options-discussion.php'),
(487, 'wp-admin/options-general.php'),
(488, 'wp-admin/options-head.php'),
(489, 'wp-admin/options-media.php'),
(490, 'wp-admin/options-permalink.php'),
(491, 'wp-admin/options-reading.php'),
(492, 'wp-admin/options-writing.php'),
(493, 'wp-admin/options.php'),
(494, 'wp-admin/plugin-editor.php'),
(495, 'wp-admin/plugin-install.php'),
(496, 'wp-admin/plugins.php'),
(497, 'wp-admin/post-new.php'),
(498, 'wp-admin/post.php'),
(499, 'wp-admin/press-this.php'),
(500, 'wp-admin/privacy.php'),
(501, 'wp-admin/profile.php'),
(502, 'wp-admin/revision.php'),
(503, 'wp-admin/setup-config.php'),
(504, 'wp-admin/term.php'),
(505, 'wp-admin/theme-editor.php'),
(506, 'wp-admin/theme-install.php'),
(507, 'wp-admin/themes.php'),
(508, 'wp-admin/tools.php'),
(509, 'wp-admin/update-core.php'),
(510, 'wp-admin/update.php'),
(511, 'wp-admin/upgrade-functions.php'),
(512, 'wp-admin/upgrade.php'),
(513, 'wp-admin/upload.php'),
(514, 'wp-admin/user/about.php'),
(515, 'wp-admin/user/admin.php'),
(516, 'wp-admin/user/credits.php'),
(517, 'wp-admin/user/freedoms.php'),
(518, 'wp-admin/user/index.php'),
(519, 'wp-admin/user/menu.php'),
(520, 'wp-admin/user/privacy.php'),
(521, 'wp-admin/user/profile.php'),
(522, 'wp-admin/user/user-edit.php'),
(523, 'wp-admin/user-edit.php'),
(524, 'wp-admin/user-new.php'),
(525, 'wp-admin/users.php'),
(526, 'wp-admin/widgets.php'),
(527, 'wp-blog-header.php'),
(528, 'wp-comments-post.php'),
(529, 'wp-config-sample.php'),
(530, 'wp-config.php'),
(531, 'wp-content/cache/all/a-clinica/index.html'),
(532, 'wp-content/cache/all/grupos-de-emagrecimento-e-cursos/index.html'),
(533, 'wp-content/cache/all/index.html'),
(534, 'wp-content/cache/all/noticia/saiba-como-a-genetica-pode-influenciar-no-seu-emagrecimento/index.html'),
(535, 'wp-content/cache/all/noticia/treino-e-dieta-para-emagrecer/index.html'),
(536, 'wp-content/cache/all/servicos/index.html'),
(537, 'wp-content/cache/index.html'),
(538, 'wp-content/index.php'),
(539, 'wp-content/plugins/advanced-custom-fields/acf.php'),
(540, 'wp-content/plugins/advanced-custom-fields/core/actions/export.php'),
(541, 'wp-content/plugins/advanced-custom-fields/core/api.php'),
(542, 'wp-content/plugins/advanced-custom-fields/core/controllers/addons.php'),
(543, 'wp-content/plugins/advanced-custom-fields/core/controllers/everything_fields.php'),
(544, 'wp-content/plugins/advanced-custom-fields/core/controllers/export.php'),
(545, 'wp-content/plugins/advanced-custom-fields/core/controllers/field_group.php'),
(546, 'wp-content/plugins/advanced-custom-fields/core/controllers/field_groups.php'),
(547, 'wp-content/plugins/advanced-custom-fields/core/controllers/input.php'),
(548, 'wp-content/plugins/advanced-custom-fields/core/controllers/location.php'),
(549, 'wp-content/plugins/advanced-custom-fields/core/controllers/post.php'),
(550, 'wp-content/plugins/advanced-custom-fields/core/controllers/revisions.php'),
(551, 'wp-content/plugins/advanced-custom-fields/core/controllers/third_party.php'),
(552, 'wp-content/plugins/advanced-custom-fields/core/controllers/upgrade.php'),
(553, 'wp-content/plugins/advanced-custom-fields/core/early-access.php'),
(554, 'wp-content/plugins/advanced-custom-fields/core/fields/_base.php'),
(555, 'wp-content/plugins/advanced-custom-fields/core/fields/_functions.php'),
(556, 'wp-content/plugins/advanced-custom-fields/core/fields/checkbox.php'),
(557, 'wp-content/plugins/advanced-custom-fields/core/fields/color_picker.php'),
(558, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/date_picker.php'),
(559, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(560, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_55_5bc6f5_40x100.png'),
(561, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_flat_75_ffffff_40x100.png'),
(562, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_65_ffffff_1x400.png'),
(563, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_75_dadada_1x400.png'),
(564, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(565, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_glass_95_fef1ec_1x400.png'),
(566, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-bg_highlight-soft_0_444444_1x100.png'),
(567, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_222222_256x240.png'),
(568, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_2e83ff_256x240.png'),
(569, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_454545_256x240.png'),
(570, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_888888_256x240.png'),
(571, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/images/ui-icons_cd0a0a_256x240.png'),
(572, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/jquery.ui.datepicker.js'),
(573, 'wp-content/plugins/advanced-custom-fields/core/fields/date_picker/style.date_picker.css'),
(574, 'wp-content/plugins/advanced-custom-fields/core/fields/dummy.php'),
(575, 'wp-content/plugins/advanced-custom-fields/core/fields/email.php'),
(576, 'wp-content/plugins/advanced-custom-fields/core/fields/file.php'),
(577, 'wp-content/plugins/advanced-custom-fields/core/fields/google-map.php'),
(578, 'wp-content/plugins/advanced-custom-fields/core/fields/image.php'),
(579, 'wp-content/plugins/advanced-custom-fields/core/fields/message.php'),
(580, 'wp-content/plugins/advanced-custom-fields/core/fields/number.php'),
(581, 'wp-content/plugins/advanced-custom-fields/core/fields/page_link.php'),
(582, 'wp-content/plugins/advanced-custom-fields/core/fields/password.php'),
(583, 'wp-content/plugins/advanced-custom-fields/core/fields/post_object.php'),
(584, 'wp-content/plugins/advanced-custom-fields/core/fields/radio.php'),
(585, 'wp-content/plugins/advanced-custom-fields/core/fields/relationship.php'),
(586, 'wp-content/plugins/advanced-custom-fields/core/fields/select.php'),
(587, 'wp-content/plugins/advanced-custom-fields/core/fields/tab.php'),
(588, 'wp-content/plugins/advanced-custom-fields/core/fields/taxonomy.php'),
(589, 'wp-content/plugins/advanced-custom-fields/core/fields/text.php'),
(590, 'wp-content/plugins/advanced-custom-fields/core/fields/textarea.php'),
(591, 'wp-content/plugins/advanced-custom-fields/core/fields/true_false.php'),
(592, 'wp-content/plugins/advanced-custom-fields/core/fields/user.php'),
(593, 'wp-content/plugins/advanced-custom-fields/core/fields/wysiwyg.php'),
(594, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_fields.php'),
(595, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_location.php'),
(596, 'wp-content/plugins/advanced-custom-fields/core/views/meta_box_options.php'),
(597, 'wp-content/plugins/advanced-custom-fields/css/acf.css'),
(598, 'wp-content/plugins/advanced-custom-fields/css/field-group.css'),
(599, 'wp-content/plugins/advanced-custom-fields/css/global.css'),
(600, 'wp-content/plugins/advanced-custom-fields/css/input.css'),
(601, 'wp-content/plugins/advanced-custom-fields/images/add-ons/cf7-field-thumb.jpg'),
(602, 'wp-content/plugins/advanced-custom-fields/images/add-ons/date-time-field-thumb.jpg'),
(603, 'wp-content/plugins/advanced-custom-fields/images/add-ons/flexible-content-field-thumb.jpg'),
(604, 'wp-content/plugins/advanced-custom-fields/images/add-ons/gallery-field-thumb.jpg'),
(605, 'wp-content/plugins/advanced-custom-fields/images/add-ons/google-maps-field-thumb.jpg'),
(606, 'wp-content/plugins/advanced-custom-fields/images/add-ons/gravity-forms-field-thumb.jpg'),
(607, 'wp-content/plugins/advanced-custom-fields/images/add-ons/options-page-thumb.jpg'),
(608, 'wp-content/plugins/advanced-custom-fields/images/add-ons/repeater-field-thumb.jpg'),
(609, 'wp-content/plugins/advanced-custom-fields/images/arrows.png'),
(610, 'wp-content/plugins/advanced-custom-fields/images/arrows@2x.png'),
(611, 'wp-content/plugins/advanced-custom-fields/images/sprite.png'),
(612, 'wp-content/plugins/advanced-custom-fields/images/sprite@2x.png'),
(613, 'wp-content/plugins/advanced-custom-fields/images/wpspin_light.gif'),
(614, 'wp-content/plugins/advanced-custom-fields/images/wpspin_light@2x.gif'),
(615, 'wp-content/plugins/advanced-custom-fields/js/field-group.js'),
(616, 'wp-content/plugins/advanced-custom-fields/js/field-group.min.js'),
(617, 'wp-content/plugins/advanced-custom-fields/js/input.js'),
(618, 'wp-content/plugins/advanced-custom-fields/js/input.min.js'),
(619, 'wp-content/plugins/advanced-custom-fields/js/tinymce.code.min.js'),
(620, 'wp-content/plugins/advanced-custom-fields/lang/acf-bg_BG.mo'),
(621, 'wp-content/plugins/advanced-custom-fields/lang/acf-bg_BG.po'),
(622, 'wp-content/plugins/advanced-custom-fields/lang/acf-cs_CZ.mo'),
(623, 'wp-content/plugins/advanced-custom-fields/lang/acf-cs_CZ.po'),
(624, 'wp-content/plugins/advanced-custom-fields/lang/acf-cy_GB.mo'),
(625, 'wp-content/plugins/advanced-custom-fields/lang/acf-cy_GB.po'),
(626, 'wp-content/plugins/advanced-custom-fields/lang/acf-de_DE.mo'),
(627, 'wp-content/plugins/advanced-custom-fields/lang/acf-de_DE.po'),
(628, 'wp-content/plugins/advanced-custom-fields/lang/acf-es_ES.mo'),
(629, 'wp-content/plugins/advanced-custom-fields/lang/acf-es_ES.po'),
(630, 'wp-content/plugins/advanced-custom-fields/lang/acf-fa_IR.mo'),
(631, 'wp-content/plugins/advanced-custom-fields/lang/acf-fa_IR.po'),
(632, 'wp-content/plugins/advanced-custom-fields/lang/acf-fi_FI.mo'),
(633, 'wp-content/plugins/advanced-custom-fields/lang/acf-fi_FI.po'),
(634, 'wp-content/plugins/advanced-custom-fields/lang/acf-fr_FR.mo'),
(635, 'wp-content/plugins/advanced-custom-fields/lang/acf-fr_FR.po'),
(636, 'wp-content/plugins/advanced-custom-fields/lang/acf-he_IL.mo'),
(637, 'wp-content/plugins/advanced-custom-fields/lang/acf-he_IL.po'),
(638, 'wp-content/plugins/advanced-custom-fields/lang/acf-id_ID.mo'),
(639, 'wp-content/plugins/advanced-custom-fields/lang/acf-id_ID.po'),
(640, 'wp-content/plugins/advanced-custom-fields/lang/acf-it_IT.mo'),
(641, 'wp-content/plugins/advanced-custom-fields/lang/acf-it_IT.po'),
(642, 'wp-content/plugins/advanced-custom-fields/lang/acf-ja.mo'),
(643, 'wp-content/plugins/advanced-custom-fields/lang/acf-ja.po'),
(644, 'wp-content/plugins/advanced-custom-fields/lang/acf-nl_NL.mo'),
(645, 'wp-content/plugins/advanced-custom-fields/lang/acf-nl_NL.po'),
(646, 'wp-content/plugins/advanced-custom-fields/lang/acf-pl_PL.mo'),
(647, 'wp-content/plugins/advanced-custom-fields/lang/acf-pl_PL.po'),
(648, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_BR.mo'),
(649, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_BR.po'),
(650, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_PT.mo'),
(651, 'wp-content/plugins/advanced-custom-fields/lang/acf-pt_PT.po'),
(652, 'wp-content/plugins/advanced-custom-fields/lang/acf-ro_RO.mo'),
(653, 'wp-content/plugins/advanced-custom-fields/lang/acf-ro_RO.po'),
(654, 'wp-content/plugins/advanced-custom-fields/lang/acf-ru_RU.mo'),
(655, 'wp-content/plugins/advanced-custom-fields/lang/acf-ru_RU.po'),
(656, 'wp-content/plugins/advanced-custom-fields/lang/acf-sk_SK.mo'),
(657, 'wp-content/plugins/advanced-custom-fields/lang/acf-sk_SK.po'),
(658, 'wp-content/plugins/advanced-custom-fields/lang/acf-sr_RS.mo'),
(659, 'wp-content/plugins/advanced-custom-fields/lang/acf-sr_RS.po'),
(660, 'wp-content/plugins/advanced-custom-fields/lang/acf-sv_SE.mo'),
(661, 'wp-content/plugins/advanced-custom-fields/lang/acf-sv_SE.po'),
(662, 'wp-content/plugins/advanced-custom-fields/lang/acf-tr_TR.mo'),
(663, 'wp-content/plugins/advanced-custom-fields/lang/acf-tr_TR.po'),
(664, 'wp-content/plugins/advanced-custom-fields/lang/acf-uk.mo'),
(665, 'wp-content/plugins/advanced-custom-fields/lang/acf-uk.po'),
(666, 'wp-content/plugins/advanced-custom-fields/lang/acf-zh_CN.mo'),
(667, 'wp-content/plugins/advanced-custom-fields/lang/acf-zh_CN.po'),
(668, 'wp-content/plugins/advanced-custom-fields/lang/acf.pot'),
(669, 'wp-content/plugins/advanced-custom-fields/readme.txt'),
(670, 'wp-content/plugins/advanced-custom-fields-pro/acf.php'),
(671, 'wp-content/plugins/advanced-custom-fields-pro/admin/admin.php'),
(672, 'wp-content/plugins/advanced-custom-fields-pro/admin/field-group.php'),
(673, 'wp-content/plugins/advanced-custom-fields-pro/admin/field-groups.php'),
(674, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-addons.php'),
(675, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-info.php'),
(676, 'wp-content/plugins/advanced-custom-fields-pro/admin/settings-tools.php'),
(677, 'wp-content/plugins/advanced-custom-fields-pro/admin/update-network.php'),
(678, 'wp-content/plugins/advanced-custom-fields-pro/admin/update.php'),
(679, 'wp-content/plugins/advanced-custom-fields-pro/admin/updates/5.0.0.php'),
(680, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field-conditional-logic.php'),
(681, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-field.php'),
(682, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-fields.php'),
(683, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-locations.php'),
(684, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/field-group-options.php'),
(685, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-addons.php'),
(686, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-info.php'),
(687, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-tools-export.php'),
(688, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/settings-tools.php'),
(689, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update-network.php'),
(690, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update-notice.php'),
(691, 'wp-content/plugins/advanced-custom-fields-pro/admin/views/update.php'),
(692, 'wp-content/plugins/advanced-custom-fields-pro/api/api-field-group.php'),
(693, 'wp-content/plugins/advanced-custom-fields-pro/api/api-field.php'),
(694, 'wp-content/plugins/advanced-custom-fields-pro/api/api-helpers.php'),
(695, 'wp-content/plugins/advanced-custom-fields-pro/api/api-template.php'),
(696, 'wp-content/plugins/advanced-custom-fields-pro/api/api-value.php'),
(697, 'wp-content/plugins/advanced-custom-fields-pro/assets/font/acf.svg'),
(698, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/select2.js'),
(699, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/select2.min.js'),
(700, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.js'),
(701, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js'),
(702, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.js'),
(703, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.min.js'),
(704, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.js'),
(705, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js'),
(706, 'wp-content/plugins/advanced-custom-fields-pro/core/ajax.php'),
(707, 'wp-content/plugins/advanced-custom-fields-pro/core/compatibility.php'),
(708, 'wp-content/plugins/advanced-custom-fields-pro/core/field.php'),
(709, 'wp-content/plugins/advanced-custom-fields-pro/core/input.php'),
(710, 'wp-content/plugins/advanced-custom-fields-pro/core/json.php'),
(711, 'wp-content/plugins/advanced-custom-fields-pro/core/local.php'),
(712, 'wp-content/plugins/advanced-custom-fields-pro/core/location.php'),
(713, 'wp-content/plugins/advanced-custom-fields-pro/core/loop.php'),
(714, 'wp-content/plugins/advanced-custom-fields-pro/core/media.php'),
(715, 'wp-content/plugins/advanced-custom-fields-pro/core/revisions.php'),
(716, 'wp-content/plugins/advanced-custom-fields-pro/core/third_party.php'),
(717, 'wp-content/plugins/advanced-custom-fields-pro/core/updates.php'),
(718, 'wp-content/plugins/advanced-custom-fields-pro/core/validation.php'),
(719, 'wp-content/plugins/advanced-custom-fields-pro/core/wpml.php'),
(720, 'wp-content/plugins/advanced-custom-fields-pro/fields/checkbox.php'),
(721, 'wp-content/plugins/advanced-custom-fields-pro/fields/color_picker.php'),
(722, 'wp-content/plugins/advanced-custom-fields-pro/fields/date_picker.php'),
(723, 'wp-content/plugins/advanced-custom-fields-pro/fields/date_time_picker.php'),
(724, 'wp-content/plugins/advanced-custom-fields-pro/fields/email.php'),
(725, 'wp-content/plugins/advanced-custom-fields-pro/fields/file.php'),
(726, 'wp-content/plugins/advanced-custom-fields-pro/fields/google-map.php'),
(727, 'wp-content/plugins/advanced-custom-fields-pro/fields/image.php'),
(728, 'wp-content/plugins/advanced-custom-fields-pro/fields/message.php'),
(729, 'wp-content/plugins/advanced-custom-fields-pro/fields/number.php'),
(730, 'wp-content/plugins/advanced-custom-fields-pro/fields/oembed.php'),
(731, 'wp-content/plugins/advanced-custom-fields-pro/fields/page_link.php'),
(732, 'wp-content/plugins/advanced-custom-fields-pro/fields/password.php'),
(733, 'wp-content/plugins/advanced-custom-fields-pro/fields/post_object.php'),
(734, 'wp-content/plugins/advanced-custom-fields-pro/fields/radio.php'),
(735, 'wp-content/plugins/advanced-custom-fields-pro/fields/relationship.php'),
(736, 'wp-content/plugins/advanced-custom-fields-pro/fields/select.php'),
(737, 'wp-content/plugins/advanced-custom-fields-pro/fields/tab.php'),
(738, 'wp-content/plugins/advanced-custom-fields-pro/fields/taxonomy.php'),
(739, 'wp-content/plugins/advanced-custom-fields-pro/fields/text.php'),
(740, 'wp-content/plugins/advanced-custom-fields-pro/fields/textarea.php'),
(741, 'wp-content/plugins/advanced-custom-fields-pro/fields/time_picker.php'),
(742, 'wp-content/plugins/advanced-custom-fields-pro/fields/true_false.php'),
(743, 'wp-content/plugins/advanced-custom-fields-pro/fields/url.php'),
(744, 'wp-content/plugins/advanced-custom-fields-pro/fields/user.php'),
(745, 'wp-content/plugins/advanced-custom-fields-pro/fields/wysiwyg.php'),
(746, 'wp-content/plugins/advanced-custom-fields-pro/forms/attachment.php'),
(747, 'wp-content/plugins/advanced-custom-fields-pro/forms/comment.php'),
(748, 'wp-content/plugins/advanced-custom-fields-pro/forms/post.php'),
(749, 'wp-content/plugins/advanced-custom-fields-pro/forms/taxonomy.php'),
(750, 'wp-content/plugins/advanced-custom-fields-pro/forms/user.php'),
(751, 'wp-content/plugins/advanced-custom-fields-pro/forms/widget.php'),
(752, 'wp-content/plugins/advanced-custom-fields-pro/pro/acf-pro.php'),
(753, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/options-page.php'),
(754, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/settings-updates.php'),
(755, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/options-page.php'),
(756, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/settings-updates.php'),
(757, 'wp-content/plugins/advanced-custom-fields-pro/pro/api/api-options-page.php'),
(758, 'wp-content/plugins/advanced-custom-fields-pro/pro/api/api-pro.php'),
(759, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.js'),
(760, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.min.js'),
(761, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.js'),
(762, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.min.js'),
(763, 'wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php'),
(764, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/flexible-content.php'),
(765, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/gallery.php'),
(766, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php'),
(767, 'wp-content/plugins/contact-form-7/admin/admin.php'),
(768, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),
(769, 'wp-content/plugins/contact-form-7/admin/css/styles.css'),
(770, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),
(771, 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),
(772, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),
(773, 'wp-content/plugins/contact-form-7/admin/includes/editor.php'),
(774, 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),
(775, 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),
(776, 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),
(777, 'wp-content/plugins/contact-form-7/admin/js/scripts.js'),
(778, 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),
(779, 'wp-content/plugins/contact-form-7/images/ajax-loader.gif'),
(780, 'wp-content/plugins/contact-form-7/includes/capabilities.php'),
(781, 'wp-content/plugins/contact-form-7/includes/config-validator.php'),
(782, 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),
(783, 'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),
(784, 'wp-content/plugins/contact-form-7/includes/contact-form.php'),
(785, 'wp-content/plugins/contact-form-7/includes/controller.php'),
(786, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),
(787, 'wp-content/plugins/contact-form-7/includes/css/styles.css'),
(788, 'wp-content/plugins/contact-form-7/includes/form-tag.php'),
(789, 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),
(790, 'wp-content/plugins/contact-form-7/includes/formatting.php'),
(791, 'wp-content/plugins/contact-form-7/includes/functions.php'),
(792, 'wp-content/plugins/contact-form-7/includes/integration.php'),
(793, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(794, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),
(795, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(796, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),
(797, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),
(798, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(799, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),
(800, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(801, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),
(802, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),
(803, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),
(804, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),
(805, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),
(806, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),
(807, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),
(808, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),
(809, 'wp-content/plugins/contact-form-7/includes/js/scripts.js'),
(810, 'wp-content/plugins/contact-form-7/includes/l10n.php'),
(811, 'wp-content/plugins/contact-form-7/includes/mail.php'),
(812, 'wp-content/plugins/contact-form-7/includes/pipe.php'),
(813, 'wp-content/plugins/contact-form-7/includes/rest-api.php'),
(814, 'wp-content/plugins/contact-form-7/includes/shortcodes.php'),
(815, 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),
(816, 'wp-content/plugins/contact-form-7/includes/submission.php'),
(817, 'wp-content/plugins/contact-form-7/includes/upgrade.php'),
(818, 'wp-content/plugins/contact-form-7/includes/validation.php'),
(819, 'wp-content/plugins/contact-form-7/languages/readme.txt'),
(820, 'wp-content/plugins/contact-form-7/license.txt'),
(821, 'wp-content/plugins/contact-form-7/modules/acceptance.php'),
(822, 'wp-content/plugins/contact-form-7/modules/akismet.php'),
(823, 'wp-content/plugins/contact-form-7/modules/checkbox.php'),
(824, 'wp-content/plugins/contact-form-7/modules/count.php'),
(825, 'wp-content/plugins/contact-form-7/modules/date.php'),
(826, 'wp-content/plugins/contact-form-7/modules/file.php'),
(827, 'wp-content/plugins/contact-form-7/modules/flamingo.php'),
(828, 'wp-content/plugins/contact-form-7/modules/hidden.php'),
(829, 'wp-content/plugins/contact-form-7/modules/listo.php'),
(830, 'wp-content/plugins/contact-form-7/modules/number.php'),
(831, 'wp-content/plugins/contact-form-7/modules/quiz.php'),
(832, 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),
(833, 'wp-content/plugins/contact-form-7/modules/recaptcha.php'),
(834, 'wp-content/plugins/contact-form-7/modules/response.php'),
(835, 'wp-content/plugins/contact-form-7/modules/select.php'),
(836, 'wp-content/plugins/contact-form-7/modules/submit.php'),
(837, 'wp-content/plugins/contact-form-7/modules/text.php'),
(838, 'wp-content/plugins/contact-form-7/modules/textarea.php'),
(839, 'wp-content/plugins/contact-form-7/readme.txt'),
(840, 'wp-content/plugins/contact-form-7/settings.php'),
(841, 'wp-content/plugins/contact-form-7/uninstall.php'),
(842, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),
(843, 'wp-content/plugins/index.php'),
(844, 'wp-content/plugins/tinymce-advanced/css/tadv-styles.css'),
(845, 'wp-content/plugins/tinymce-advanced/js/tadv.js'),
(846, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ar.mo'),
(847, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ar.po'),
(848, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ko_KR.mo'),
(849, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ko_KR.po'),
(850, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ru_RU.mo'),
(851, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-ru_RU.po'),
(852, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-sv_SE.mo'),
(853, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced-sv_SE.po'),
(854, 'wp-content/plugins/tinymce-advanced/langs/tinymce-advanced.pot'),
(855, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.js'),
(856, 'wp-content/plugins/tinymce-advanced/mce/advlist/plugin.min.js'),
(857, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.js'),
(858, 'wp-content/plugins/tinymce-advanced/mce/anchor/plugin.min.js'),
(859, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.js'),
(860, 'wp-content/plugins/tinymce-advanced/mce/code/plugin.min.js'),
(861, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.js'),
(862, 'wp-content/plugins/tinymce-advanced/mce/contextmenu/plugin.min.js'),
(863, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_arrow.gif'),
(864, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_biggrin.gif'),
(865, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_confused.gif'),
(866, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cool.gif'),
(867, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_cry.gif'),
(868, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_eek.gif'),
(869, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_evil.gif'),
(870, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_idea.gif'),
(871, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_lol.gif'),
(872, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mad.gif'),
(873, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_mrgreen.gif'),
(874, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_neutral.gif'),
(875, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_razz.gif'),
(876, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_redface.gif'),
(877, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_rolleyes.gif'),
(878, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_sad.gif'),
(879, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_smile.gif'),
(880, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_surprised.gif'),
(881, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_twisted.gif'),
(882, 'wp-content/plugins/tinymce-advanced/mce/emoticons/img/icon_wink.gif'),
(883, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.js'),
(884, 'wp-content/plugins/tinymce-advanced/mce/emoticons/plugin.min.js'),
(885, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.js'),
(886, 'wp-content/plugins/tinymce-advanced/mce/importcss/plugin.min.js'),
(887, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.js'),
(888, 'wp-content/plugins/tinymce-advanced/mce/insertdatetime/plugin.min.js'),
(889, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.js'),
(890, 'wp-content/plugins/tinymce-advanced/mce/link/plugin.min.js'),
(891, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.js'),
(892, 'wp-content/plugins/tinymce-advanced/mce/nonbreaking/plugin.min.js'),
(893, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.js'),
(894, 'wp-content/plugins/tinymce-advanced/mce/print/plugin.min.js'),
(895, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.js'),
(896, 'wp-content/plugins/tinymce-advanced/mce/searchreplace/plugin.min.js'),
(897, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.js'),
(898, 'wp-content/plugins/tinymce-advanced/mce/table/plugin.min.js'),
(899, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/css/visualblocks.css'),
(900, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/address.gif'),
(901, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/article.gif'),
(902, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/aside.gif'),
(903, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/blockquote.gif'),
(904, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/div.gif'),
(905, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/dl.gif'),
(906, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/figure.gif'),
(907, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h1.gif'),
(908, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h2.gif'),
(909, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h3.gif'),
(910, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h4.gif'),
(911, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h5.gif');
INSERT INTO `wp_wfKnownFileList` (`id`, `path`) VALUES
(912, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/h6.gif'),
(913, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/hgroup.gif'),
(914, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/ol.gif'),
(915, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/p.gif'),
(916, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/pre.gif'),
(917, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/section.gif'),
(918, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/img/ul.gif'),
(919, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.js'),
(920, 'wp-content/plugins/tinymce-advanced/mce/visualblocks/plugin.min.js'),
(921, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.js'),
(922, 'wp-content/plugins/tinymce-advanced/mce/visualchars/plugin.min.js'),
(923, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.js'),
(924, 'wp-content/plugins/tinymce-advanced/mce/wptadv/plugin.min.js'),
(925, 'wp-content/plugins/tinymce-advanced/readme.txt'),
(926, 'wp-content/plugins/tinymce-advanced/screenshot-1.png'),
(927, 'wp-content/plugins/tinymce-advanced/screenshot-2.png'),
(928, 'wp-content/plugins/tinymce-advanced/screenshot-3.png'),
(929, 'wp-content/plugins/tinymce-advanced/screenshot-4.png'),
(930, 'wp-content/plugins/tinymce-advanced/screenshot-5.png'),
(931, 'wp-content/plugins/tinymce-advanced/tadv_admin.php'),
(932, 'wp-content/plugins/tinymce-advanced/tinymce-advanced.php'),
(933, 'wp-content/plugins/tinymce-advanced/uninstall.php'),
(934, 'wp-content/plugins/wordfence/css/activity-report-widget.1531408399.css'),
(935, 'wp-content/plugins/wordfence/css/diff.1531408399.css'),
(936, 'wp-content/plugins/wordfence/css/dt_table.1531408399.css'),
(937, 'wp-content/plugins/wordfence/css/fullLog.1531408399.css'),
(938, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(939, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(940, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(941, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(942, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(943, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(944, 'wp-content/plugins/wordfence/css/iptraf.1531408399.css'),
(945, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1531408399.css'),
(946, 'wp-content/plugins/wordfence/css/jquery-ui.min.1531408399.css'),
(947, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1531408399.css'),
(948, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1531408399.css'),
(949, 'wp-content/plugins/wordfence/css/main.1531408399.css'),
(950, 'wp-content/plugins/wordfence/css/phpinfo.1531408399.css'),
(951, 'wp-content/plugins/wordfence/css/wf-adminbar.1531408399.css'),
(952, 'wp-content/plugins/wordfence/css/wf-colorbox.1531408399.css'),
(953, 'wp-content/plugins/wordfence/css/wf-font-awesome.1531408399.css'),
(954, 'wp-content/plugins/wordfence/css/wf-ionicons.1531408399.css'),
(955, 'wp-content/plugins/wordfence/css/wf-onboarding.1531408399.css'),
(956, 'wp-content/plugins/wordfence/css/wf-roboto-font.1531408399.css'),
(957, 'wp-content/plugins/wordfence/css/wfselect2.min.1531408399.css'),
(958, 'wp-content/plugins/wordfence/css/wordfenceBox.1531408399.css'),
(959, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(960, 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(961, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc-CsLYl4BOQ3o.woff'),
(962, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc0CsLYl4BOQ3o.woff'),
(963, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc1CsLYl4BOQ3o.woff'),
(964, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc2CsLYl4BOQ3o.woff'),
(965, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc3CsLYl4BOQ3o.woff'),
(966, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc5CsLYl4BOQ3o.woff'),
(967, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51S7ACc6CsLYl4BO.woff'),
(968, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc-CsLYl4BOQ3o.woff'),
(969, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc0CsLYl4BOQ3o.woff'),
(970, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc1CsLYl4BOQ3o.woff'),
(971, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc2CsLYl4BOQ3o.woff'),
(972, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc3CsLYl4BOQ3o.woff'),
(973, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc5CsLYl4BOQ3o.woff'),
(974, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TLBCc6CsLYl4BO.woff'),
(975, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc-CsLYl4BOQ3o.woff'),
(976, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc0CsLYl4BOQ3o.woff'),
(977, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc1CsLYl4BOQ3o.woff'),
(978, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc2CsLYl4BOQ3o.woff'),
(979, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc3CsLYl4BOQ3o.woff'),
(980, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc5CsLYl4BOQ3o.woff'),
(981, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TjASc6CsLYl4BO.woff'),
(982, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic-CsLYl4BOQ3o.woff'),
(983, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic0CsLYl4BOQ3o.woff'),
(984, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic1CsLYl4BOQ3o.woff'),
(985, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic2CsLYl4BOQ3o.woff'),
(986, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic3CsLYl4BOQ3o.woff'),
(987, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic5CsLYl4BOQ3o.woff'),
(988, 'wp-content/plugins/wordfence/fonts/roboto-KFOjCnqEu92Fr1Mu51TzBic6CsLYl4BO.woff'),
(989, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xEIzQXKMnyrYk.woff'),
(990, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xFIzQXKMnyrYk.woff'),
(991, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(992, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xHIzQXKMnyrYk.woff'),
(993, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(994, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xLIzQXKMnyrYk.woff'),
(995, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xMIzQXKMnyrYk.woff'),
(996, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fABc-AMP6lbBP.woff'),
(997, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(998, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBxc-AMP6lbBP.woff'),
(999, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCBc-AMP6lbBP.woff'),
(1000, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCRc-AMP6lbBP.woff'),
(1001, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(1002, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fCxc-AMP6lbBP.woff'),
(1003, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fABc-AMP6lbBP.woff'),
(1004, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(1005, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBxc-AMP6lbBP.woff'),
(1006, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCBc-AMP6lbBP.woff'),
(1007, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCRc-AMP6lbBP.woff'),
(1008, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(1009, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fCxc-AMP6lbBP.woff'),
(1010, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfABc-AMP6lbBP.woff'),
(1011, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(1012, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBxc-AMP6lbBP.woff'),
(1013, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCBc-AMP6lbBP.woff'),
(1014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCRc-AMP6lbBP.woff'),
(1015, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(1016, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfCxc-AMP6lbBP.woff'),
(1017, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfABc-AMP6lbBP.woff'),
(1018, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfBBc-AMP6lQ.woff'),
(1019, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfBxc-AMP6lbBP.woff'),
(1020, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCBc-AMP6lbBP.woff'),
(1021, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCRc-AMP6lbBP.woff'),
(1022, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfChc-AMP6lbBP.woff'),
(1023, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmYUtfCxc-AMP6lbBP.woff'),
(1024, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff'),
(1025, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(1026, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff'),
(1027, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff'),
(1028, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(1029, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff'),
(1030, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff'),
(1031, 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(1032, 'wp-content/plugins/wordfence/images/2fa1.svg'),
(1033, 'wp-content/plugins/wordfence/images/2fa2.svg'),
(1034, 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(1035, 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(1036, 'wp-content/plugins/wordfence/images/blocking.svg'),
(1037, 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(1038, 'wp-content/plugins/wordfence/images/checkbox.png'),
(1039, 'wp-content/plugins/wordfence/images/flags/.png'),
(1040, 'wp-content/plugins/wordfence/images/flags/a1.png'),
(1041, 'wp-content/plugins/wordfence/images/flags/a2.png'),
(1042, 'wp-content/plugins/wordfence/images/flags/ad.png'),
(1043, 'wp-content/plugins/wordfence/images/flags/ae.png'),
(1044, 'wp-content/plugins/wordfence/images/flags/af.png'),
(1045, 'wp-content/plugins/wordfence/images/flags/ag.png'),
(1046, 'wp-content/plugins/wordfence/images/flags/ai.png'),
(1047, 'wp-content/plugins/wordfence/images/flags/al.png'),
(1048, 'wp-content/plugins/wordfence/images/flags/am.png'),
(1049, 'wp-content/plugins/wordfence/images/flags/an.png'),
(1050, 'wp-content/plugins/wordfence/images/flags/ao.png'),
(1051, 'wp-content/plugins/wordfence/images/flags/ap.png'),
(1052, 'wp-content/plugins/wordfence/images/flags/aq.png'),
(1053, 'wp-content/plugins/wordfence/images/flags/ar.png'),
(1054, 'wp-content/plugins/wordfence/images/flags/as.png'),
(1055, 'wp-content/plugins/wordfence/images/flags/at.png'),
(1056, 'wp-content/plugins/wordfence/images/flags/au.png'),
(1057, 'wp-content/plugins/wordfence/images/flags/aw.png'),
(1058, 'wp-content/plugins/wordfence/images/flags/ax.png'),
(1059, 'wp-content/plugins/wordfence/images/flags/az.png'),
(1060, 'wp-content/plugins/wordfence/images/flags/ba.png'),
(1061, 'wp-content/plugins/wordfence/images/flags/bb.png'),
(1062, 'wp-content/plugins/wordfence/images/flags/bd.png'),
(1063, 'wp-content/plugins/wordfence/images/flags/be.png'),
(1064, 'wp-content/plugins/wordfence/images/flags/bf.png'),
(1065, 'wp-content/plugins/wordfence/images/flags/bg.png'),
(1066, 'wp-content/plugins/wordfence/images/flags/bh.png'),
(1067, 'wp-content/plugins/wordfence/images/flags/bi.png'),
(1068, 'wp-content/plugins/wordfence/images/flags/bj.png'),
(1069, 'wp-content/plugins/wordfence/images/flags/bl.png'),
(1070, 'wp-content/plugins/wordfence/images/flags/bm.png'),
(1071, 'wp-content/plugins/wordfence/images/flags/bn.png'),
(1072, 'wp-content/plugins/wordfence/images/flags/bo.png'),
(1073, 'wp-content/plugins/wordfence/images/flags/bq.png'),
(1074, 'wp-content/plugins/wordfence/images/flags/br.png'),
(1075, 'wp-content/plugins/wordfence/images/flags/bs.png'),
(1076, 'wp-content/plugins/wordfence/images/flags/bt.png'),
(1077, 'wp-content/plugins/wordfence/images/flags/bv.png'),
(1078, 'wp-content/plugins/wordfence/images/flags/bw.png'),
(1079, 'wp-content/plugins/wordfence/images/flags/by.png'),
(1080, 'wp-content/plugins/wordfence/images/flags/bz.png'),
(1081, 'wp-content/plugins/wordfence/images/flags/ca.png'),
(1082, 'wp-content/plugins/wordfence/images/flags/cc.png'),
(1083, 'wp-content/plugins/wordfence/images/flags/cd.png'),
(1084, 'wp-content/plugins/wordfence/images/flags/cf.png'),
(1085, 'wp-content/plugins/wordfence/images/flags/cg.png'),
(1086, 'wp-content/plugins/wordfence/images/flags/ch.png'),
(1087, 'wp-content/plugins/wordfence/images/flags/ci.png'),
(1088, 'wp-content/plugins/wordfence/images/flags/ck.png'),
(1089, 'wp-content/plugins/wordfence/images/flags/cl.png'),
(1090, 'wp-content/plugins/wordfence/images/flags/cm.png'),
(1091, 'wp-content/plugins/wordfence/images/flags/cn.png'),
(1092, 'wp-content/plugins/wordfence/images/flags/co.png'),
(1093, 'wp-content/plugins/wordfence/images/flags/country-missing.svg'),
(1094, 'wp-content/plugins/wordfence/images/flags/cr.png'),
(1095, 'wp-content/plugins/wordfence/images/flags/cs.png'),
(1096, 'wp-content/plugins/wordfence/images/flags/cu.png'),
(1097, 'wp-content/plugins/wordfence/images/flags/cv.png'),
(1098, 'wp-content/plugins/wordfence/images/flags/cw.png'),
(1099, 'wp-content/plugins/wordfence/images/flags/cx.png'),
(1100, 'wp-content/plugins/wordfence/images/flags/cy.png'),
(1101, 'wp-content/plugins/wordfence/images/flags/cz.png'),
(1102, 'wp-content/plugins/wordfence/images/flags/de.png'),
(1103, 'wp-content/plugins/wordfence/images/flags/dj.png'),
(1104, 'wp-content/plugins/wordfence/images/flags/dk.png'),
(1105, 'wp-content/plugins/wordfence/images/flags/dm.png'),
(1106, 'wp-content/plugins/wordfence/images/flags/do.png'),
(1107, 'wp-content/plugins/wordfence/images/flags/dz.png'),
(1108, 'wp-content/plugins/wordfence/images/flags/ec.png'),
(1109, 'wp-content/plugins/wordfence/images/flags/ee.png'),
(1110, 'wp-content/plugins/wordfence/images/flags/eg.png'),
(1111, 'wp-content/plugins/wordfence/images/flags/eh.png'),
(1112, 'wp-content/plugins/wordfence/images/flags/england.png'),
(1113, 'wp-content/plugins/wordfence/images/flags/er.png'),
(1114, 'wp-content/plugins/wordfence/images/flags/es.png'),
(1115, 'wp-content/plugins/wordfence/images/flags/et.png'),
(1116, 'wp-content/plugins/wordfence/images/flags/eu.png'),
(1117, 'wp-content/plugins/wordfence/images/flags/fam.png'),
(1118, 'wp-content/plugins/wordfence/images/flags/fi.png'),
(1119, 'wp-content/plugins/wordfence/images/flags/fj.png'),
(1120, 'wp-content/plugins/wordfence/images/flags/fk.png'),
(1121, 'wp-content/plugins/wordfence/images/flags/fm.png'),
(1122, 'wp-content/plugins/wordfence/images/flags/fo.png'),
(1123, 'wp-content/plugins/wordfence/images/flags/fr.png'),
(1124, 'wp-content/plugins/wordfence/images/flags/ga.png'),
(1125, 'wp-content/plugins/wordfence/images/flags/gb.png'),
(1126, 'wp-content/plugins/wordfence/images/flags/gd.png'),
(1127, 'wp-content/plugins/wordfence/images/flags/ge.png'),
(1128, 'wp-content/plugins/wordfence/images/flags/gf.png'),
(1129, 'wp-content/plugins/wordfence/images/flags/gg.png'),
(1130, 'wp-content/plugins/wordfence/images/flags/gh.png'),
(1131, 'wp-content/plugins/wordfence/images/flags/gi.png'),
(1132, 'wp-content/plugins/wordfence/images/flags/gl.png'),
(1133, 'wp-content/plugins/wordfence/images/flags/gm.png'),
(1134, 'wp-content/plugins/wordfence/images/flags/gn.png'),
(1135, 'wp-content/plugins/wordfence/images/flags/gp.png'),
(1136, 'wp-content/plugins/wordfence/images/flags/gq.png'),
(1137, 'wp-content/plugins/wordfence/images/flags/gr.png'),
(1138, 'wp-content/plugins/wordfence/images/flags/gs.png'),
(1139, 'wp-content/plugins/wordfence/images/flags/gt.png'),
(1140, 'wp-content/plugins/wordfence/images/flags/gu.png'),
(1141, 'wp-content/plugins/wordfence/images/flags/gw.png'),
(1142, 'wp-content/plugins/wordfence/images/flags/gy.png'),
(1143, 'wp-content/plugins/wordfence/images/flags/hk.png'),
(1144, 'wp-content/plugins/wordfence/images/flags/hm.png'),
(1145, 'wp-content/plugins/wordfence/images/flags/hn.png'),
(1146, 'wp-content/plugins/wordfence/images/flags/hr.png'),
(1147, 'wp-content/plugins/wordfence/images/flags/ht.png'),
(1148, 'wp-content/plugins/wordfence/images/flags/hu.png'),
(1149, 'wp-content/plugins/wordfence/images/flags/id.png'),
(1150, 'wp-content/plugins/wordfence/images/flags/ie.png'),
(1151, 'wp-content/plugins/wordfence/images/flags/il.png'),
(1152, 'wp-content/plugins/wordfence/images/flags/im.png'),
(1153, 'wp-content/plugins/wordfence/images/flags/in.png'),
(1154, 'wp-content/plugins/wordfence/images/flags/io.png'),
(1155, 'wp-content/plugins/wordfence/images/flags/iq.png'),
(1156, 'wp-content/plugins/wordfence/images/flags/ir.png'),
(1157, 'wp-content/plugins/wordfence/images/flags/is.png'),
(1158, 'wp-content/plugins/wordfence/images/flags/it.png'),
(1159, 'wp-content/plugins/wordfence/images/flags/je.png'),
(1160, 'wp-content/plugins/wordfence/images/flags/jm.png'),
(1161, 'wp-content/plugins/wordfence/images/flags/jo.png'),
(1162, 'wp-content/plugins/wordfence/images/flags/jp.png'),
(1163, 'wp-content/plugins/wordfence/images/flags/ke.png'),
(1164, 'wp-content/plugins/wordfence/images/flags/kg.png'),
(1165, 'wp-content/plugins/wordfence/images/flags/kh.png'),
(1166, 'wp-content/plugins/wordfence/images/flags/ki.png'),
(1167, 'wp-content/plugins/wordfence/images/flags/km.png'),
(1168, 'wp-content/plugins/wordfence/images/flags/kn.png'),
(1169, 'wp-content/plugins/wordfence/images/flags/kp.png'),
(1170, 'wp-content/plugins/wordfence/images/flags/kr.png'),
(1171, 'wp-content/plugins/wordfence/images/flags/kw.png'),
(1172, 'wp-content/plugins/wordfence/images/flags/ky.png'),
(1173, 'wp-content/plugins/wordfence/images/flags/kz.png'),
(1174, 'wp-content/plugins/wordfence/images/flags/la.png'),
(1175, 'wp-content/plugins/wordfence/images/flags/lb.png'),
(1176, 'wp-content/plugins/wordfence/images/flags/lc.png'),
(1177, 'wp-content/plugins/wordfence/images/flags/li.png'),
(1178, 'wp-content/plugins/wordfence/images/flags/lk.png'),
(1179, 'wp-content/plugins/wordfence/images/flags/lr.png'),
(1180, 'wp-content/plugins/wordfence/images/flags/ls.png'),
(1181, 'wp-content/plugins/wordfence/images/flags/lt.png'),
(1182, 'wp-content/plugins/wordfence/images/flags/lu.png'),
(1183, 'wp-content/plugins/wordfence/images/flags/lv.png'),
(1184, 'wp-content/plugins/wordfence/images/flags/ly.png'),
(1185, 'wp-content/plugins/wordfence/images/flags/ma.png'),
(1186, 'wp-content/plugins/wordfence/images/flags/mc.png'),
(1187, 'wp-content/plugins/wordfence/images/flags/md.png'),
(1188, 'wp-content/plugins/wordfence/images/flags/me.png'),
(1189, 'wp-content/plugins/wordfence/images/flags/mf.png'),
(1190, 'wp-content/plugins/wordfence/images/flags/mg.png'),
(1191, 'wp-content/plugins/wordfence/images/flags/mh.png'),
(1192, 'wp-content/plugins/wordfence/images/flags/mk.png'),
(1193, 'wp-content/plugins/wordfence/images/flags/ml.png'),
(1194, 'wp-content/plugins/wordfence/images/flags/mm.png'),
(1195, 'wp-content/plugins/wordfence/images/flags/mn.png'),
(1196, 'wp-content/plugins/wordfence/images/flags/mo.png'),
(1197, 'wp-content/plugins/wordfence/images/flags/mp.png'),
(1198, 'wp-content/plugins/wordfence/images/flags/mq.png'),
(1199, 'wp-content/plugins/wordfence/images/flags/mr.png'),
(1200, 'wp-content/plugins/wordfence/images/flags/ms.png'),
(1201, 'wp-content/plugins/wordfence/images/flags/mt.png'),
(1202, 'wp-content/plugins/wordfence/images/flags/mu.png'),
(1203, 'wp-content/plugins/wordfence/images/flags/mv.png'),
(1204, 'wp-content/plugins/wordfence/images/flags/mw.png'),
(1205, 'wp-content/plugins/wordfence/images/flags/mx.png'),
(1206, 'wp-content/plugins/wordfence/images/flags/my.png'),
(1207, 'wp-content/plugins/wordfence/images/flags/mz.png'),
(1208, 'wp-content/plugins/wordfence/images/flags/na.png'),
(1209, 'wp-content/plugins/wordfence/images/flags/nc.png'),
(1210, 'wp-content/plugins/wordfence/images/flags/ne.png'),
(1211, 'wp-content/plugins/wordfence/images/flags/nf.png'),
(1212, 'wp-content/plugins/wordfence/images/flags/ng.png'),
(1213, 'wp-content/plugins/wordfence/images/flags/ni.png'),
(1214, 'wp-content/plugins/wordfence/images/flags/nl.png'),
(1215, 'wp-content/plugins/wordfence/images/flags/no.png'),
(1216, 'wp-content/plugins/wordfence/images/flags/np.png'),
(1217, 'wp-content/plugins/wordfence/images/flags/nr.png'),
(1218, 'wp-content/plugins/wordfence/images/flags/nu.png'),
(1219, 'wp-content/plugins/wordfence/images/flags/nz.png'),
(1220, 'wp-content/plugins/wordfence/images/flags/om.png'),
(1221, 'wp-content/plugins/wordfence/images/flags/pa.png'),
(1222, 'wp-content/plugins/wordfence/images/flags/pe.png'),
(1223, 'wp-content/plugins/wordfence/images/flags/pf.png'),
(1224, 'wp-content/plugins/wordfence/images/flags/pg.png'),
(1225, 'wp-content/plugins/wordfence/images/flags/ph.png'),
(1226, 'wp-content/plugins/wordfence/images/flags/pk.png'),
(1227, 'wp-content/plugins/wordfence/images/flags/pl.png'),
(1228, 'wp-content/plugins/wordfence/images/flags/pm.png'),
(1229, 'wp-content/plugins/wordfence/images/flags/pn.png'),
(1230, 'wp-content/plugins/wordfence/images/flags/pr.png'),
(1231, 'wp-content/plugins/wordfence/images/flags/ps.png'),
(1232, 'wp-content/plugins/wordfence/images/flags/pt.png'),
(1233, 'wp-content/plugins/wordfence/images/flags/pw.png'),
(1234, 'wp-content/plugins/wordfence/images/flags/py.png'),
(1235, 'wp-content/plugins/wordfence/images/flags/qa.png'),
(1236, 'wp-content/plugins/wordfence/images/flags/re.png'),
(1237, 'wp-content/plugins/wordfence/images/flags/ro.png'),
(1238, 'wp-content/plugins/wordfence/images/flags/rs.png'),
(1239, 'wp-content/plugins/wordfence/images/flags/ru.png'),
(1240, 'wp-content/plugins/wordfence/images/flags/rw.png'),
(1241, 'wp-content/plugins/wordfence/images/flags/sa.png'),
(1242, 'wp-content/plugins/wordfence/images/flags/sb.png'),
(1243, 'wp-content/plugins/wordfence/images/flags/sc.png'),
(1244, 'wp-content/plugins/wordfence/images/flags/scotland.png'),
(1245, 'wp-content/plugins/wordfence/images/flags/sd.png'),
(1246, 'wp-content/plugins/wordfence/images/flags/se.png'),
(1247, 'wp-content/plugins/wordfence/images/flags/sg.png'),
(1248, 'wp-content/plugins/wordfence/images/flags/sh.png'),
(1249, 'wp-content/plugins/wordfence/images/flags/si.png'),
(1250, 'wp-content/plugins/wordfence/images/flags/sj.png'),
(1251, 'wp-content/plugins/wordfence/images/flags/sk.png'),
(1252, 'wp-content/plugins/wordfence/images/flags/sl.png'),
(1253, 'wp-content/plugins/wordfence/images/flags/sm.png'),
(1254, 'wp-content/plugins/wordfence/images/flags/sn.png'),
(1255, 'wp-content/plugins/wordfence/images/flags/so.png'),
(1256, 'wp-content/plugins/wordfence/images/flags/sprite-des-128.png'),
(1257, 'wp-content/plugins/wordfence/images/flags/sprite-des-16.png'),
(1258, 'wp-content/plugins/wordfence/images/flags/sprite-des-256.png'),
(1259, 'wp-content/plugins/wordfence/images/flags/sprite-des-32.png'),
(1260, 'wp-content/plugins/wordfence/images/flags/sprite-des-64.png'),
(1261, 'wp-content/plugins/wordfence/images/flags/sprite-des.png'),
(1262, 'wp-content/plugins/wordfence/images/flags/sprite-des2.png'),
(1263, 'wp-content/plugins/wordfence/images/flags/sprite2.css'),
(1264, 'wp-content/plugins/wordfence/images/flags/sprite2.png'),
(1265, 'wp-content/plugins/wordfence/images/flags/sr.png'),
(1266, 'wp-content/plugins/wordfence/images/flags/ss.png'),
(1267, 'wp-content/plugins/wordfence/images/flags/st.png'),
(1268, 'wp-content/plugins/wordfence/images/flags/sv.png'),
(1269, 'wp-content/plugins/wordfence/images/flags/sx.png'),
(1270, 'wp-content/plugins/wordfence/images/flags/sy.png'),
(1271, 'wp-content/plugins/wordfence/images/flags/sz.png'),
(1272, 'wp-content/plugins/wordfence/images/flags/tc.png'),
(1273, 'wp-content/plugins/wordfence/images/flags/td.png'),
(1274, 'wp-content/plugins/wordfence/images/flags/tf.png'),
(1275, 'wp-content/plugins/wordfence/images/flags/tg.png'),
(1276, 'wp-content/plugins/wordfence/images/flags/th.png'),
(1277, 'wp-content/plugins/wordfence/images/flags/tj.png'),
(1278, 'wp-content/plugins/wordfence/images/flags/tk.png'),
(1279, 'wp-content/plugins/wordfence/images/flags/tl.png'),
(1280, 'wp-content/plugins/wordfence/images/flags/tm.png'),
(1281, 'wp-content/plugins/wordfence/images/flags/tn.png'),
(1282, 'wp-content/plugins/wordfence/images/flags/to.png'),
(1283, 'wp-content/plugins/wordfence/images/flags/tr.png'),
(1284, 'wp-content/plugins/wordfence/images/flags/tt.png'),
(1285, 'wp-content/plugins/wordfence/images/flags/tv.png'),
(1286, 'wp-content/plugins/wordfence/images/flags/tw.png'),
(1287, 'wp-content/plugins/wordfence/images/flags/tz.png'),
(1288, 'wp-content/plugins/wordfence/images/flags/ua.png'),
(1289, 'wp-content/plugins/wordfence/images/flags/ug.png'),
(1290, 'wp-content/plugins/wordfence/images/flags/uk.png'),
(1291, 'wp-content/plugins/wordfence/images/flags/um.png'),
(1292, 'wp-content/plugins/wordfence/images/flags/un.png'),
(1293, 'wp-content/plugins/wordfence/images/flags/us.png'),
(1294, 'wp-content/plugins/wordfence/images/flags/uy.png'),
(1295, 'wp-content/plugins/wordfence/images/flags/uz.png'),
(1296, 'wp-content/plugins/wordfence/images/flags/va.png'),
(1297, 'wp-content/plugins/wordfence/images/flags/vc.png'),
(1298, 'wp-content/plugins/wordfence/images/flags/ve.png'),
(1299, 'wp-content/plugins/wordfence/images/flags/vg.png'),
(1300, 'wp-content/plugins/wordfence/images/flags/vi.png'),
(1301, 'wp-content/plugins/wordfence/images/flags/vn.png'),
(1302, 'wp-content/plugins/wordfence/images/flags/vu.png'),
(1303, 'wp-content/plugins/wordfence/images/flags/wales.png'),
(1304, 'wp-content/plugins/wordfence/images/flags/wf.png'),
(1305, 'wp-content/plugins/wordfence/images/flags/ws.png'),
(1306, 'wp-content/plugins/wordfence/images/flags/xk.png'),
(1307, 'wp-content/plugins/wordfence/images/flags/ye.png'),
(1308, 'wp-content/plugins/wordfence/images/flags/yt.png'),
(1309, 'wp-content/plugins/wordfence/images/flags/za.png'),
(1310, 'wp-content/plugins/wordfence/images/flags/zm.png'),
(1311, 'wp-content/plugins/wordfence/images/flags/zw.png'),
(1312, 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(1313, 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(1314, 'wp-content/plugins/wordfence/images/help.png'),
(1315, 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(1316, 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(1317, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(1318, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(1319, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(1320, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(1321, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(1322, 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(1323, 'wp-content/plugins/wordfence/images/icons/error128.png'),
(1324, 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(1325, 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(1326, 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(1327, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(1328, 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(1329, 'wp-content/plugins/wordfence/images/loading.gif'),
(1330, 'wp-content/plugins/wordfence/images/loading_background.png'),
(1331, 'wp-content/plugins/wordfence/images/loading_large.gif'),
(1332, 'wp-content/plugins/wordfence/images/logo.png'),
(1333, 'wp-content/plugins/wordfence/images/options.svg'),
(1334, 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(1335, 'wp-content/plugins/wordfence/images/rr_premium.png'),
(1336, 'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg'),
(1337, 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(1338, 'wp-content/plugins/wordfence/images/sort_asc.png'),
(1339, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(1340, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(1341, 'wp-content/plugins/wordfence/images/sort_both.gif'),
(1342, 'wp-content/plugins/wordfence/images/sort_both.png'),
(1343, 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(1344, 'wp-content/plugins/wordfence/images/sort_desc.png'),
(1345, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(1346, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(1347, 'wp-content/plugins/wordfence/images/support.svg'),
(1348, 'wp-content/plugins/wordfence/images/tools.svg'),
(1349, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png'),
(1350, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png'),
(1351, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png'),
(1352, 'wp-content/plugins/wordfence/index.php'),
(1353, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1531408399.js'),
(1354, 'wp-content/plugins/wordfence/js/admin.1531408399.js'),
(1355, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1531408399.js'),
(1356, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1531408399.js'),
(1357, 'wp-content/plugins/wordfence/js/date.1531408399.js'),
(1358, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1531408399.js'),
(1359, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1531408399.js'),
(1360, 'wp-content/plugins/wordfence/js/jquery.colorbox.1531408399.js'),
(1361, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1531408399.js'),
(1362, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1531408399.js'),
(1363, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1531408399.js'),
(1364, 'wp-content/plugins/wordfence/js/jquery.tools.min.1531408399.js'),
(1365, 'wp-content/plugins/wordfence/js/knockout-3.3.0.1531408399.js'),
(1366, 'wp-content/plugins/wordfence/js/perf.1531408399.js'),
(1367, 'wp-content/plugins/wordfence/js/wfdashboard.1531408399.js'),
(1368, 'wp-content/plugins/wordfence/js/wfdropdown.1531408399.js'),
(1369, 'wp-content/plugins/wordfence/js/wfglobal.1531408399.js'),
(1370, 'wp-content/plugins/wordfence/js/wfpopover.1531408399.js'),
(1371, 'wp-content/plugins/wordfence/js/wfselect2.min.1531408399.js'),
(1372, 'wp-content/plugins/wordfence/lib/.htaccess'),
(1373, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(1374, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(1375, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(1376, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(1377, 'wp-content/plugins/wordfence/lib/Diff.php'),
(1378, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(1379, 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(1380, 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(1381, 'wp-content/plugins/wordfence/lib/compat.php'),
(1382, 'wp-content/plugins/wordfence/lib/conntest.php'),
(1383, 'wp-content/plugins/wordfence/lib/cronview.php'),
(1384, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(1385, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(1386, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(1387, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(1388, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(1389, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(1390, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(1391, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(1392, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(1393, 'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),
(1394, 'wp-content/plugins/wordfence/lib/dbview.php'),
(1395, 'wp-content/plugins/wordfence/lib/diffResult.php'),
(1396, 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(1397, 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(1398, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(1399, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(1400, 'wp-content/plugins/wordfence/lib/live_activity.php'),
(1401, 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(1402, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(1403, 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(1404, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(1405, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(1406, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(1407, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(1408, 'wp-content/plugins/wordfence/lib/menu_options.php'),
(1409, 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(1410, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(1411, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(1412, 'wp-content/plugins/wordfence/lib/menu_support.php'),
(1413, 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(1414, 'wp-content/plugins/wordfence/lib/menu_tools_commentSpam.php'),
(1415, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(1416, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(1417, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(1418, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(1419, 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(1420, 'wp-content/plugins/wordfence/lib/unknownFiles.php'),
(1421, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(1422, 'wp-content/plugins/wordfence/lib/wf503.php'),
(1423, 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(1424, 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(1425, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(1426, 'wp-content/plugins/wordfence/lib/wfArray.php'),
(1427, 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(1428, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(1429, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(1430, 'wp-content/plugins/wordfence/lib/wfCache.php'),
(1431, 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(1432, 'wp-content/plugins/wordfence/lib/wfCountryMap.php'),
(1433, 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(1434, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(1435, 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(1436, 'wp-content/plugins/wordfence/lib/wfDB.php'),
(1437, 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(1438, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(1439, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(1440, 'wp-content/plugins/wordfence/lib/wfDict.php'),
(1441, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(1442, 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(1443, 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(1444, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(1445, 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(1446, 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(1447, 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(1448, 'wp-content/plugins/wordfence/lib/wfLog.php'),
(1449, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(1450, 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(1451, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(1452, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(1453, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(1454, 'wp-content/plugins/wordfence/lib/wfScan.php'),
(1455, 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(1456, 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(1457, 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(1458, 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(1459, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(1460, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(1461, 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(1462, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(1463, 'wp-content/plugins/wordfence/lib/wfView.php'),
(1464, 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(1465, 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(1466, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(1467, 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(1468, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(1469, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(1470, 'wp-content/plugins/wordfence/models/.htaccess'),
(1471, 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(1472, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),
(1473, 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(1474, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(1475, 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(1476, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(1477, 'wp-content/plugins/wordfence/readme.txt'),
(1478, 'wp-content/plugins/wordfence/tmp/.htaccess'),
(1479, 'wp-content/plugins/wordfence/vendor/autoload.php'),
(1480, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(1481, 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(1482, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(1483, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(1484, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(1485, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(1486, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(1487, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),
(1488, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),
(1489, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),
(1490, 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(1491, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),
(1492, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),
(1493, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),
(1494, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),
(1495, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),
(1496, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),
(1497, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),
(1498, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),
(1499, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),
(1500, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),
(1501, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),
(1502, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),
(1503, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),
(1504, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),
(1505, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),
(1506, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),
(1507, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),
(1508, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),
(1509, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),
(1510, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),
(1511, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),
(1512, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),
(1513, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),
(1514, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),
(1515, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),
(1516, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),
(1517, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),
(1518, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),
(1519, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),
(1520, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),
(1521, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),
(1522, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),
(1523, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),
(1524, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),
(1525, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),
(1526, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),
(1527, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),
(1528, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),
(1529, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),
(1530, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),
(1531, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),
(1532, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),
(1533, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),
(1534, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),
(1535, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),
(1536, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),
(1537, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),
(1538, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),
(1539, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),
(1540, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),
(1541, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),
(1542, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),
(1543, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php'),
(1544, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(1545, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(1546, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(1547, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(1548, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(1549, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(1550, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(1551, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(1552, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(1553, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(1554, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(1555, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(1556, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(1557, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(1558, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(1559, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(1560, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(1561, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(1562, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(1563, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(1564, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(1565, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(1566, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(1567, 'wp-content/plugins/wordfence/views/.htaccess'),
(1568, 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(1569, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(1570, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(1571, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(1572, 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(1573, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(1574, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(1575, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(1576, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(1577, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(1578, 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(1579, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(1580, 'wp-content/plugins/wordfence/views/common/page-help.php'),
(1581, 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(1582, 'wp-content/plugins/wordfence/views/common/page-title.php'),
(1583, 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(1584, 'wp-content/plugins/wordfence/views/common/section-title.php'),
(1585, 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(1586, 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(1587, 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(1588, 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(1589, 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(1590, 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(1591, 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(1592, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(1593, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(1594, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(1595, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(1596, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(1597, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(1598, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(1599, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(1600, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(1601, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(1602, 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(1603, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(1604, 'wp-content/plugins/wordfence/views/marketing/rightrail.php'),
(1605, 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(1606, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(1607, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(1608, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(1609, 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(1610, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(1611, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(1612, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(1613, 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(1614, 'wp-content/plugins/wordfence/views/options/option-label.php'),
(1615, 'wp-content/plugins/wordfence/views/options/option-select.php'),
(1616, 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(1617, 'wp-content/plugins/wordfence/views/options/option-text.php'),
(1618, 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(1619, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(1620, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(1621, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(1622, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(1623, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(1624, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(1625, 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(1626, 'wp-content/plugins/wordfence/views/options/option-token.php'),
(1627, 'wp-content/plugins/wordfence/views/options/options-title.php'),
(1628, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(1629, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php'),
(1630, 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(1631, 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(1632, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(1633, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(1634, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(1635, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(1636, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(1637, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(1638, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(1639, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(1640, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(1641, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(1642, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(1643, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php');
INSERT INTO `wp_wfKnownFileList` (`id`, `path`) VALUES
(1644, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(1645, 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(1646, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(1647, 'wp-content/plugins/wordfence/views/scanner/issue-dnsChange.php'),
(1648, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(1649, 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(1650, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(1651, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(1652, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(1653, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(1654, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(1655, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(1656, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(1657, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(1658, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(1659, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(1660, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(1661, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(1662, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(1663, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(1664, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(1665, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(1666, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(1667, 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(1668, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(1669, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(1670, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(1671, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(1672, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(1673, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(1674, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(1675, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(1676, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(1677, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(1678, 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(1679, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(1680, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(1681, 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(1682, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(1683, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(1684, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(1685, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(1686, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(1687, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(1688, 'wp-content/plugins/wordfence/views/tools/options-group-comment-spam.php'),
(1689, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(1690, 'wp-content/plugins/wordfence/views/waf/debug.php'),
(1691, 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(1692, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(1693, 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(1694, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(1695, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(1696, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(1697, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(1698, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(1699, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(1700, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(1701, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(1702, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(1703, 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(1704, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(1705, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(1706, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(1707, 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(1708, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),
(1709, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(1710, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(1711, 'wp-content/plugins/wordfence/wordfence.php'),
(1712, 'wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php'),
(1713, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(1714, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(1715, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php'),
(1716, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),
(1717, 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(1718, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(1719, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(1720, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(1721, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(1722, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(1723, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(1724, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(1725, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(1726, 'wp-content/plugins/wordpress-seo/admin/class-add-keyword-modal.php'),
(1727, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),
(1728, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(1729, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(1730, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(1731, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),
(1732, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(1733, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(1734, 'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php'),
(1735, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(1736, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(1737, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(1738, 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(1739, 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(1740, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),
(1741, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(1742, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),
(1743, 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(1744, 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(1745, 'wp-content/plugins/wordpress-seo/admin/class-cornerstone-field.php'),
(1746, 'wp-content/plugins/wordpress-seo/admin/class-cornerstone.php'),
(1747, 'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),
(1748, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(1749, 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(1750, 'wp-content/plugins/wordpress-seo/admin/class-extension-manager.php'),
(1751, 'wp-content/plugins/wordpress-seo/admin/class-extension.php'),
(1752, 'wp-content/plugins/wordpress-seo/admin/class-extensions.php'),
(1753, 'wp-content/plugins/wordpress-seo/admin/class-help-center-item.php'),
(1754, 'wp-content/plugins/wordpress-seo/admin/class-help-center.php'),
(1755, 'wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php'),
(1756, 'wp-content/plugins/wordpress-seo/admin/class-license-page-manager.php'),
(1757, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(1758, 'wp-content/plugins/wordpress-seo/admin/class-meta-storage.php'),
(1759, 'wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php'),
(1760, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(1761, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(1762, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(1763, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(1764, 'wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php'),
(1765, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(1766, 'wp-content/plugins/wordpress-seo/admin/class-premium-benefits-for-synonyms-list.php'),
(1767, 'wp-content/plugins/wordpress-seo/admin/class-premium-benefits-list.php'),
(1768, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(1769, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(1770, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(1771, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(1772, 'wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php'),
(1773, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(1774, 'wp-content/plugins/wordpress-seo/admin/class-social-admin.php'),
(1775, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(1776, 'wp-content/plugins/wordpress-seo/admin/class-unsupported-php-message.php'),
(1777, 'wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php'),
(1778, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(1779, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(1780, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(1781, 'wp-content/plugins/wordpress-seo/admin/class-yoast-modal.php'),
(1782, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(1783, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(1784, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(1785, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php'),
(1786, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php'),
(1787, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php'),
(1788, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php'),
(1789, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php'),
(1790, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php'),
(1791, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php'),
(1792, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php'),
(1793, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-configuration-choices.php'),
(1794, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php'),
(1795, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php'),
(1796, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php'),
(1797, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php'),
(1798, 'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php'),
(1799, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php'),
(1800, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php'),
(1801, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php'),
(1802, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php'),
(1803, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php'),
(1804, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-configuration-choices.php'),
(1805, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php'),
(1806, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php'),
(1807, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-google-search-console-intro.php'),
(1808, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php'),
(1809, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php'),
(1810, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php'),
(1811, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php'),
(1812, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php'),
(1813, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php'),
(1814, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php'),
(1815, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php'),
(1816, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php'),
(1817, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php'),
(1818, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php'),
(1819, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php'),
(1820, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php'),
(1821, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php'),
(1822, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php'),
(1823, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php'),
(1824, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php'),
(1825, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php'),
(1826, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php'),
(1827, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php'),
(1828, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php'),
(1829, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php'),
(1830, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php'),
(1831, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php'),
(1832, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(1833, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(1834, 'wp-content/plugins/wordpress-seo/admin/endpoints/interface-endpoint-storable.php'),
(1835, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(1836, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(1837, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(1838, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(1839, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(1840, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(1841, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php'),
(1842, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php'),
(1843, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php'),
(1844, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php'),
(1845, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php'),
(1846, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php'),
(1847, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php'),
(1848, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php'),
(1849, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php'),
(1850, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php'),
(1851, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php'),
(1852, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php'),
(1853, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php'),
(1854, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php'),
(1855, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(1856, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),
(1857, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),
(1858, 'wp-content/plugins/wordpress-seo/admin/help_center/class-template-variables-tab.php'),
(1859, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(1860, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(1861, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(1862, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(1863, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),
(1864, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(1865, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),
(1866, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(1867, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(1868, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),
(1869, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),
(1870, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),
(1871, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),
(1872, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(1873, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(1874, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),
(1875, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),
(1876, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),
(1877, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(1878, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(1879, 'wp-content/plugins/wordpress-seo/admin/index.php'),
(1880, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(1881, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(1882, 'wp-content/plugins/wordpress-seo/admin/links/class-link-cleanup-transient.php'),
(1883, 'wp-content/plugins/wordpress-seo/admin/links/class-link-column-count.php'),
(1884, 'wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php'),
(1885, 'wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php'),
(1886, 'wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php'),
(1887, 'wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php'),
(1888, 'wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php'),
(1889, 'wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php'),
(1890, 'wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php'),
(1891, 'wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php'),
(1892, 'wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php'),
(1893, 'wp-content/plugins/wordpress-seo/admin/links/class-link-query.php'),
(1894, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php'),
(1895, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php'),
(1896, 'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php'),
(1897, 'wp-content/plugins/wordpress-seo/admin/links/class-link-storage.php'),
(1898, 'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php'),
(1899, 'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php'),
(1900, 'wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php'),
(1901, 'wp-content/plugins/wordpress-seo/admin/links/class-link-utils.php'),
(1902, 'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php'),
(1903, 'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher.php'),
(1904, 'wp-content/plugins/wordpress-seo/admin/links/class-link.php'),
(1905, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(1906, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(1907, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(1908, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(1909, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(1910, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(1911, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(1912, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php'),
(1913, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php'),
(1914, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(1915, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(1916, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(1917, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(1918, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-keyword-synonyms-button.php'),
(1919, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(1920, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php'),
(1921, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(1922, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(1923, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(1924, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(1925, 'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php'),
(1926, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php'),
(1927, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php'),
(1928, 'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php'),
(1929, 'wp-content/plugins/wordpress-seo/admin/onpage/class-ryte-service.php'),
(1930, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),
(1931, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(1932, 'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),
(1933, 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(1934, 'wp-content/plugins/wordpress-seo/admin/pages/social.php'),
(1935, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(1936, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php'),
(1937, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php'),
(1938, 'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php'),
(1939, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(1940, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(1941, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(1942, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),
(1943, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(1944, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(1945, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php'),
(1946, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable-term-provider.php'),
(1947, 'wp-content/plugins/wordpress-seo/admin/services/class-indexable.php'),
(1948, 'wp-content/plugins/wordpress-seo/admin/services/interface-indexable-provider.php'),
(1949, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(1950, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(1951, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(1952, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php'),
(1953, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(1954, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(1955, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(1956, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php'),
(1957, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php'),
(1958, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(1959, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(1960, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(1961, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(1962, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(1963, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(1964, 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),
(1965, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php'),
(1966, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(1967, 'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php'),
(1968, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(1969, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(1970, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(1971, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(1972, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php'),
(1973, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php'),
(1974, 'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php'),
(1975, 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),
(1976, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(1977, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),
(1978, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(1979, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),
(1980, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),
(1981, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),
(1982, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/force-rewrite-title.php'),
(1983, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/homepage.php'),
(1984, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/knowledge-graph.php'),
(1985, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general/title-separator.php'),
(1986, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),
(1987, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),
(1988, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),
(1989, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),
(1990, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),
(1991, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),
(1992, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),
(1993, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php'),
(1994, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),
(1995, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),
(1996, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(1997, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(1998, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(1999, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(2000, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(2001, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(2002, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(2003, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(2004, 'wp-content/plugins/wordpress-seo/cli/class-cli-redirect-upsell-command-namespace.php'),
(2005, 'wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php'),
(2006, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-780-rtl.min.css'),
(2007, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-780.min.css'),
(2008, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-780-rtl.min.css'),
(2009, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-780.min.css'),
(2010, 'wp-content/plugins/wordpress-seo/css/dist/alerts-780-rtl.min.css'),
(2011, 'wp-content/plugins/wordpress-seo/css/dist/alerts-780.min.css'),
(2012, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-780-rtl.min.css'),
(2013, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-780.min.css'),
(2014, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-780-rtl.min.css'),
(2015, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-780.min.css'),
(2016, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-780-rtl.min.css'),
(2017, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-780.min.css'),
(2018, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-780-rtl.min.css'),
(2019, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-780.min.css'),
(2020, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-780-rtl.min.css'),
(2021, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-780.min.css'),
(2022, 'wp-content/plugins/wordpress-seo/css/dist/metabox-780-rtl.min.css'),
(2023, 'wp-content/plugins/wordpress-seo/css/dist/metabox-780.min.css'),
(2024, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-780-rtl.min.css'),
(2025, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-780.min.css'),
(2026, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-780-rtl.min.css'),
(2027, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-780.min.css'),
(2028, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css'),
(2029, 'wp-content/plugins/wordpress-seo/css/dist/snippet-780-rtl.min.css'),
(2030, 'wp-content/plugins/wordpress-seo/css/dist/snippet-780.min.css'),
(2031, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-780-rtl.min.css'),
(2032, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-780.min.css'),
(2033, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-780-rtl.min.css'),
(2034, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-780.min.css'),
(2035, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-780-rtl.min.css'),
(2036, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-780.min.css'),
(2037, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-780-rtl.min.css'),
(2038, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-780.min.css'),
(2039, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-780-rtl.min.css'),
(2040, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-780.min.css'),
(2041, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-780-rtl.min.css'),
(2042, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-780.min.css'),
(2043, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(2044, 'wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php'),
(2045, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php'),
(2046, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php'),
(2047, 'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php'),
(2048, 'wp-content/plugins/wordpress-seo/deprecated/index.php'),
(2049, 'wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php'),
(2050, 'wp-content/plugins/wordpress-seo/frontend/class-frontend-page-type.php'),
(2051, 'wp-content/plugins/wordpress-seo/frontend/class-frontend.php'),
(2052, 'wp-content/plugins/wordpress-seo/frontend/class-json-ld.php'),
(2053, 'wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php'),
(2054, 'wp-content/plugins/wordpress-seo/frontend/class-opengraph.php'),
(2055, 'wp-content/plugins/wordpress-seo/frontend/class-primary-category.php'),
(2056, 'wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php'),
(2057, 'wp-content/plugins/wordpress-seo/frontend/class-twitter.php'),
(2058, 'wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php'),
(2059, 'wp-content/plugins/wordpress-seo/frontend/index.php'),
(2060, 'wp-content/plugins/wordpress-seo/images/BasicSEO.svg'),
(2061, 'wp-content/plugins/wordpress-seo/images/Local_SEO_Icon.svg'),
(2062, 'wp-content/plugins/wordpress-seo/images/News_SEO_Icon.svg'),
(2063, 'wp-content/plugins/wordpress-seo/images/SEO_for_beginners.svg'),
(2064, 'wp-content/plugins/wordpress-seo/images/Video_SEO_Icon.svg'),
(2065, 'wp-content/plugins/wordpress-seo/images/Woo_SEO_Icon.svg'),
(2066, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg'),
(2067, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(2068, 'wp-content/plugins/wordpress-seo/images/editicon.png'),
(2069, 'wp-content/plugins/wordpress-seo/images/extensions-local-for-woocommerce.png'),
(2070, 'wp-content/plugins/wordpress-seo/images/extensions-local.png'),
(2071, 'wp-content/plugins/wordpress-seo/images/extensions-news.png'),
(2072, 'wp-content/plugins/wordpress-seo/images/extensions-premium-ribbon.png'),
(2073, 'wp-content/plugins/wordpress-seo/images/extensions-video.png'),
(2074, 'wp-content/plugins/wordpress-seo/images/extensions-woo.png'),
(2075, 'wp-content/plugins/wordpress-seo/images/index.php'),
(2076, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(2077, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(2078, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(2079, 'wp-content/plugins/wordpress-seo/images/newsletter-collage.png'),
(2080, 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(2081, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(2082, 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(2083, 'wp-content/plugins/wordpress-seo/images/waiting.gif'),
(2084, 'wp-content/plugins/wordpress-seo/images/yoast-configuration-icon.svg'),
(2085, 'wp-content/plugins/wordpress-seo/images/yoast_seo_for_wp_2.svg'),
(2086, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(2087, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(2088, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(2089, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(2090, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),
(2091, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(2092, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(2093, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(2094, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(2095, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(2096, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(2097, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(2098, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(2099, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(2100, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(2101, 'wp-content/plugins/wordpress-seo/inc/index.php'),
(2102, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(2103, 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(2104, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(2105, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(2106, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(2107, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(2108, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(2109, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php'),
(2110, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(2111, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(2112, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(2113, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),
(2114, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(2115, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(2116, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php'),
(2117, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(2118, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(2119, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(2120, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(2121, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(2122, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(2123, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(2124, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(2125, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(2126, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(2127, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(2128, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(2129, 'wp-content/plugins/wordpress-seo/index.php'),
(2130, 'wp-content/plugins/wordpress-seo/js/dist/commons-780.min.js'),
(2131, 'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-780.min.js'),
(2132, 'wp-content/plugins/wordpress-seo/js/dist/search-appearance-780.min.js'),
(2133, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),
(2134, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),
(2135, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),
(2136, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),
(2137, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),
(2138, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),
(2139, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),
(2140, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),
(2141, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),
(2142, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),
(2143, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),
(2144, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),
(2145, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),
(2146, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),
(2147, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),
(2148, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),
(2149, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),
(2150, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),
(2151, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),
(2152, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),
(2153, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),
(2154, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),
(2155, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),
(2156, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),
(2157, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),
(2158, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),
(2159, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),
(2160, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),
(2161, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),
(2162, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),
(2163, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),
(2164, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),
(2165, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),
(2166, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),
(2167, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),
(2168, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),
(2169, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),
(2170, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),
(2171, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),
(2172, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),
(2173, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),
(2174, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),
(2175, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),
(2176, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),
(2177, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),
(2178, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),
(2179, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),
(2180, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),
(2181, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),
(2182, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),
(2183, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),
(2184, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),
(2185, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),
(2186, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),
(2187, 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),
(2188, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-780.min.js'),
(2189, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-780.min.js'),
(2190, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-780.min.js'),
(2191, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-780.min.js'),
(2192, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-780.min.js'),
(2193, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-babel-polyfill-780.min.js'),
(2194, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-780.min.js'),
(2195, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dashboard-widget-780.min.js'),
(2196, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-780.min.js'),
(2197, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-780.min.js'),
(2198, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-780.min.js'),
(2199, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-780.min.js'),
(2200, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-780.min.js'),
(2201, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-780.min.js'),
(2202, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-780.min.js'),
(2203, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-780.min.js'),
(2204, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-780.min.js'),
(2205, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-780.min.js'),
(2206, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-780.min.js'),
(2207, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-780.min.js'),
(2208, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-780.min.js'),
(2209, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-780.min.js'),
(2210, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-780.min.js'),
(2211, 'wp-content/plugins/wordpress-seo/js/dist/wp-seo-wp-globals-backport-780.min.js'),
(2212, 'wp-content/plugins/wordpress-seo/languages/index.php'),
(2213, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json'),
(2214, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json'),
(2215, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json'),
(2216, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json'),
(2217, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_CH.json'),
(2218, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json'),
(2219, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json'),
(2220, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json'),
(2221, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json'),
(2222, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json'),
(2223, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json'),
(2224, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json'),
(2225, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json'),
(2226, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json'),
(2227, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json'),
(2228, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json'),
(2229, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json'),
(2230, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json'),
(2231, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json'),
(2232, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json'),
(2233, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json'),
(2234, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json'),
(2235, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json'),
(2236, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json'),
(2237, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json'),
(2238, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json'),
(2239, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json'),
(2240, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json'),
(2241, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json'),
(2242, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json'),
(2243, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json'),
(2244, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json'),
(2245, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json'),
(2246, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json'),
(2247, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json'),
(2248, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json'),
(2249, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json'),
(2250, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json'),
(2251, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_HK.json'),
(2252, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json'),
(2253, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json'),
(2254, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json'),
(2255, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json'),
(2256, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json'),
(2257, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_CH.json'),
(2258, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json'),
(2259, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json'),
(2260, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json'),
(2261, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json'),
(2262, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json'),
(2263, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json'),
(2264, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json'),
(2265, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json'),
(2266, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json'),
(2267, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json'),
(2268, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fi.json'),
(2269, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json'),
(2270, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json'),
(2271, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json');
INSERT INTO `wp_wfKnownFileList` (`id`, `path`) VALUES
(2272, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json'),
(2273, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json'),
(2274, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json'),
(2275, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json'),
(2276, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json'),
(2277, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json'),
(2278, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json'),
(2279, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json'),
(2280, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json'),
(2281, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json'),
(2282, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json'),
(2283, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json'),
(2284, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json'),
(2285, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json'),
(2286, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json'),
(2287, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json'),
(2288, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json'),
(2289, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json'),
(2290, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json'),
(2291, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_HK.json'),
(2292, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json'),
(2293, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json'),
(2294, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php'),
(2295, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json'),
(2296, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json'),
(2297, 'wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json'),
(2298, 'wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json'),
(2299, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_CH.json'),
(2300, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json'),
(2301, 'wp-content/plugins/wordpress-seo/languages/yoast-components-el.json'),
(2302, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json'),
(2303, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json'),
(2304, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json'),
(2305, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json'),
(2306, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json'),
(2307, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json'),
(2308, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json'),
(2309, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json'),
(2310, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json'),
(2311, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json'),
(2312, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json'),
(2313, 'wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json'),
(2314, 'wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json'),
(2315, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json'),
(2316, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json'),
(2317, 'wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json'),
(2318, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json'),
(2319, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json'),
(2320, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json'),
(2321, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json'),
(2322, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json'),
(2323, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json'),
(2324, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json'),
(2325, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json'),
(2326, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json'),
(2327, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json'),
(2328, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json'),
(2329, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json'),
(2330, 'wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json'),
(2331, 'wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json'),
(2332, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json'),
(2333, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_HK.json'),
(2334, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json'),
(2335, 'wp-content/plugins/wordpress-seo/languages/yoast-components.php'),
(2336, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json'),
(2337, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php'),
(2338, 'wp-content/plugins/wordpress-seo/license.txt'),
(2339, 'wp-content/plugins/wordpress-seo/readme.txt'),
(2340, 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(2341, 'wp-content/plugins/wordpress-seo/vendor/autoload_52.php'),
(2342, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(2343, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php'),
(2344, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(2345, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(2346, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_files.php'),
(2347, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(2348, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(2349, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(2350, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php'),
(2351, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(2352, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE'),
(2353, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php'),
(2354, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php'),
(2355, 'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php'),
(2356, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php'),
(2357, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php'),
(2358, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php'),
(2359, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php'),
(2360, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php'),
(2361, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php'),
(2362, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php'),
(2363, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php'),
(2364, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php'),
(2365, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php'),
(2366, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php'),
(2367, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php'),
(2368, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php'),
(2369, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php'),
(2370, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php'),
(2371, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php'),
(2372, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php'),
(2373, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php'),
(2374, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php'),
(2375, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php'),
(2376, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php'),
(2377, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php'),
(2378, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php'),
(2379, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem'),
(2380, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php'),
(2381, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php'),
(2382, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php'),
(2383, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php'),
(2384, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php'),
(2385, 'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php'),
(2386, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md'),
(2387, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module-wordpressorg.php'),
(2388, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module.php'),
(2389, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md'),
(2390, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php'),
(2391, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php'),
(2392, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php'),
(2393, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php'),
(2394, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php'),
(2395, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php'),
(2396, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php'),
(2397, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php'),
(2398, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php'),
(2399, 'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php'),
(2400, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/CHANGELOG.md'),
(2401, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/LICENSE'),
(2402, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/images/wp-message.png'),
(2403, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/phpunit.xml'),
(2404, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Configuration.php'),
(2405, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_Host.php'),
(2406, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageDismisser.php'),
(2407, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessageFormatter.php'),
(2408, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_MessagesManager.php'),
(2409, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_RequirementsChecker.php'),
(2410, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_VersionRequirement.php'),
(2411, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPDismissOption.php'),
(2412, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Whip_WPMessageDismissListener.php'),
(2413, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/default.php'),
(2414, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/configs/version.php'),
(2415, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_EmptyProperty.php'),
(2416, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidOperatorType.php'),
(2417, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidType.php'),
(2418, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/exceptions/Whip_InvalidVersionComparisonString.php'),
(2419, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/facades/wordpress.php'),
(2420, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_DismissStorage.php'),
(2421, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Listener.php'),
(2422, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Message.php'),
(2423, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_MessagePresenter.php'),
(2424, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_Requirement.php'),
(2425, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/interfaces/Whip_VersionDetector.php'),
(2426, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_BasicMessage.php'),
(2427, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_HostMessage.php'),
(2428, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_InvalidVersionRequirementMessage.php'),
(2429, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_NullMessage.php'),
(2430, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/messages/Whip_UpgradePhpMessage.php'),
(2431, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/presenters/Whip_WPMessagePresenter.php'),
(2432, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/ConfigurationTest.php'),
(2433, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessageDismisserTest.php'),
(2434, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessageTest.php'),
(2435, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/MessagesManagerTest.php'),
(2436, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/RequirementsCheckerTest.php'),
(2437, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/VersionRequirementTest.php'),
(2438, 'wp-content/plugins/wordpress-seo/vendor/yoast/whip/tests/bootstrap.php'),
(2439, 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(2440, 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(2441, 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(2442, 'wp-content/plugins/wp-fastest-cache/css/buycredit.css'),
(2443, 'wp-content/plugins/wp-fastest-cache/css/dialog.css'),
(2444, 'wp-content/plugins/wp-fastest-cache/css/flaticon.css'),
(2445, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.eot'),
(2446, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.svg'),
(2447, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.ttf'),
(2448, 'wp-content/plugins/wp-fastest-cache/css/fonts/db/Flaticon.woff'),
(2449, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.eot'),
(2450, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.svg'),
(2451, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.ttf'),
(2452, 'wp-content/plugins/wp-fastest-cache/css/fonts/statics/flaticon.woff'),
(2453, 'wp-content/plugins/wp-fastest-cache/css/index.html'),
(2454, 'wp-content/plugins/wp-fastest-cache/css/style.css'),
(2455, 'wp-content/plugins/wp-fastest-cache/css/toolbar.css'),
(2456, 'wp-content/plugins/wp-fastest-cache/images/button-back-green.png'),
(2457, 'wp-content/plugins/wp-fastest-cache/images/cancel.png'),
(2458, 'wp-content/plugins/wp-fastest-cache/images/close-wiz-sprite.png'),
(2459, 'wp-content/plugins/wp-fastest-cache/images/cloudflare.png'),
(2460, 'wp-content/plugins/wp-fastest-cache/images/dollar.png'),
(2461, 'wp-content/plugins/wp-fastest-cache/images/download.png'),
(2462, 'wp-content/plugins/wp-fastest-cache/images/facebook-like-xxl.png'),
(2463, 'wp-content/plugins/wp-fastest-cache/images/icon-24x24.png'),
(2464, 'wp-content/plugins/wp-fastest-cache/images/icon-32x32.png'),
(2465, 'wp-content/plugins/wp-fastest-cache/images/icon.png'),
(2466, 'wp-content/plugins/wp-fastest-cache/images/index.html'),
(2467, 'wp-content/plugins/wp-fastest-cache/images/info.png'),
(2468, 'wp-content/plugins/wp-fastest-cache/images/label-bg.png'),
(2469, 'wp-content/plugins/wp-fastest-cache/images/loader-statics.gif'),
(2470, 'wp-content/plugins/wp-fastest-cache/images/loader.gif'),
(2471, 'wp-content/plugins/wp-fastest-cache/images/loading-circle.gif'),
(2472, 'wp-content/plugins/wp-fastest-cache/images/maxcdn.png'),
(2473, 'wp-content/plugins/wp-fastest-cache/images/no-image.gif'),
(2474, 'wp-content/plugins/wp-fastest-cache/images/othercdn.png'),
(2475, 'wp-content/plugins/wp-fastest-cache/images/photoncdn.png'),
(2476, 'wp-content/plugins/wp-fastest-cache/images/rocket.png'),
(2477, 'wp-content/plugins/wp-fastest-cache/images/search_reset.jpg'),
(2478, 'wp-content/plugins/wp-fastest-cache/images/tinymce-wpfcnot.jpg'),
(2479, 'wp-content/plugins/wp-fastest-cache/inc/admin-toolbar.php'),
(2480, 'wp-content/plugins/wp-fastest-cache/inc/admin.php'),
(2481, 'wp-content/plugins/wp-fastest-cache/inc/cache.php'),
(2482, 'wp-content/plugins/wp-fastest-cache/inc/cdn.php'),
(2483, 'wp-content/plugins/wp-fastest-cache/inc/column.php'),
(2484, 'wp-content/plugins/wp-fastest-cache/inc/css-utilities.php'),
(2485, 'wp-content/plugins/wp-fastest-cache/inc/index.html'),
(2486, 'wp-content/plugins/wp-fastest-cache/inc/js-utilities.php'),
(2487, 'wp-content/plugins/wp-fastest-cache/inc/nonce-timeout.php'),
(2488, 'wp-content/plugins/wp-fastest-cache/inc/wp-polls.php'),
(2489, 'wp-content/plugins/wp-fastest-cache/index.html'),
(2490, 'wp-content/plugins/wp-fastest-cache/js/button.js'),
(2491, 'wp-content/plugins/wp-fastest-cache/js/cdn/cdn.js'),
(2492, 'wp-content/plugins/wp-fastest-cache/js/column.js'),
(2493, 'wp-content/plugins/wp-fastest-cache/js/db.js'),
(2494, 'wp-content/plugins/wp-fastest-cache/js/dialog.js'),
(2495, 'wp-content/plugins/wp-fastest-cache/js/dialog_new.js'),
(2496, 'wp-content/plugins/wp-fastest-cache/js/index.html'),
(2497, 'wp-content/plugins/wp-fastest-cache/js/lang/cn.js'),
(2498, 'wp-content/plugins/wp-fastest-cache/js/lang/de.js'),
(2499, 'wp-content/plugins/wp-fastest-cache/js/lang/es.js'),
(2500, 'wp-content/plugins/wp-fastest-cache/js/lang/fi.js'),
(2501, 'wp-content/plugins/wp-fastest-cache/js/lang/fr.js'),
(2502, 'wp-content/plugins/wp-fastest-cache/js/lang/index.html'),
(2503, 'wp-content/plugins/wp-fastest-cache/js/lang/it.js'),
(2504, 'wp-content/plugins/wp-fastest-cache/js/lang/ja.js'),
(2505, 'wp-content/plugins/wp-fastest-cache/js/lang/nl.js'),
(2506, 'wp-content/plugins/wp-fastest-cache/js/lang/pl.js'),
(2507, 'wp-content/plugins/wp-fastest-cache/js/lang/pt.js'),
(2508, 'wp-content/plugins/wp-fastest-cache/js/lang/ro.js'),
(2509, 'wp-content/plugins/wp-fastest-cache/js/lang/ru.js'),
(2510, 'wp-content/plugins/wp-fastest-cache/js/lang/sv.js'),
(2511, 'wp-content/plugins/wp-fastest-cache/js/lang/tr.js'),
(2512, 'wp-content/plugins/wp-fastest-cache/js/lang/ukr.js'),
(2513, 'wp-content/plugins/wp-fastest-cache/js/language.js'),
(2514, 'wp-content/plugins/wp-fastest-cache/js/schedule.js'),
(2515, 'wp-content/plugins/wp-fastest-cache/js/toolbar.js'),
(2516, 'wp-content/plugins/wp-fastest-cache/languages/index.html'),
(2517, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.mo'),
(2518, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache-tr_TR.po'),
(2519, 'wp-content/plugins/wp-fastest-cache/languages/wp-fastest-cache.pot'),
(2520, 'wp-content/plugins/wp-fastest-cache/readme.txt'),
(2521, 'wp-content/plugins/wp-fastest-cache/templates/buttons.html'),
(2522, 'wp-content/plugins/wp-fastest-cache/templates/cdn/cloudflare.php'),
(2523, 'wp-content/plugins/wp-fastest-cache/templates/cdn/file_types.php'),
(2524, 'wp-content/plugins/wp-fastest-cache/templates/cdn/maxcdn.php'),
(2525, 'wp-content/plugins/wp-fastest-cache/templates/cdn/other.php'),
(2526, 'wp-content/plugins/wp-fastest-cache/templates/cdn/photon.php'),
(2527, 'wp-content/plugins/wp-fastest-cache/templates/cdn/specify_sources.php'),
(2528, 'wp-content/plugins/wp-fastest-cache/templates/download.html'),
(2529, 'wp-content/plugins/wp-fastest-cache/templates/exclude.php'),
(2530, 'wp-content/plugins/wp-fastest-cache/templates/htaccess.html'),
(2531, 'wp-content/plugins/wp-fastest-cache/templates/lazy_load.php'),
(2532, 'wp-content/plugins/wp-fastest-cache/templates/newpost.php'),
(2533, 'wp-content/plugins/wp-fastest-cache/templates/nginx_gzip.php'),
(2534, 'wp-content/plugins/wp-fastest-cache/templates/permission_error.html'),
(2535, 'wp-content/plugins/wp-fastest-cache/templates/preload.php'),
(2536, 'wp-content/plugins/wp-fastest-cache/templates/timeout.php'),
(2537, 'wp-content/plugins/wp-fastest-cache/templates/update_error.html'),
(2538, 'wp-content/plugins/wp-fastest-cache/templates/update_now.php'),
(2539, 'wp-content/plugins/wp-fastest-cache/templates/update_success.html'),
(2540, 'wp-content/plugins/wp-fastest-cache/templates/update_success.php'),
(2541, 'wp-content/plugins/wp-fastest-cache/templates/updatepost.php'),
(2542, 'wp-content/plugins/wp-fastest-cache/uninstall.php'),
(2543, 'wp-content/plugins/wp-fastest-cache/wpFastestCache.php'),
(2544, 'wp-content/plugins/wp-mail-smtp/assets/css/smtp-admin.min.css'),
(2545, 'wp-content/plugins/wp-mail-smtp/assets/images/gmail.png'),
(2546, 'wp-content/plugins/wp-mail-smtp/assets/images/logo.png'),
(2547, 'wp-content/plugins/wp-mail-smtp/assets/images/mailgun.png'),
(2548, 'wp-content/plugins/wp-mail-smtp/assets/images/pepipost.png'),
(2549, 'wp-content/plugins/wp-mail-smtp/assets/images/php.png'),
(2550, 'wp-content/plugins/wp-mail-smtp/assets/images/sendgrid.png'),
(2551, 'wp-content/plugins/wp-mail-smtp/assets/images/smtp.png'),
(2552, 'wp-content/plugins/wp-mail-smtp/assets/js/smtp-admin.js'),
(2553, 'wp-content/plugins/wp-mail-smtp/assets/js/smtp-admin.min.js'),
(2554, 'wp-content/plugins/wp-mail-smtp/class-wpms-am-notification.php'),
(2555, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp-he_IL.mo'),
(2556, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp-ja.mo'),
(2557, 'wp-content/plugins/wp-mail-smtp/languages/wp-mail-smtp.pot'),
(2558, 'wp-content/plugins/wp-mail-smtp/readme.txt'),
(2559, 'wp-content/plugins/wp-mail-smtp/src/AM_Notification.php'),
(2560, 'wp-content/plugins/wp-mail-smtp/src/Admin/Area.php'),
(2561, 'wp-content/plugins/wp-mail-smtp/src/Admin/PageAbstract.php'),
(2562, 'wp-content/plugins/wp-mail-smtp/src/Admin/PageInterface.php'),
(2563, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Auth.php'),
(2564, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Misc.php'),
(2565, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Settings.php'),
(2566, 'wp-content/plugins/wp-mail-smtp/src/Admin/Pages/Test.php'),
(2567, 'wp-content/plugins/wp-mail-smtp/src/Core.php'),
(2568, 'wp-content/plugins/wp-mail-smtp/src/Debug.php'),
(2569, 'wp-content/plugins/wp-mail-smtp/src/MailCatcher.php'),
(2570, 'wp-content/plugins/wp-mail-smtp/src/Migration.php'),
(2571, 'wp-content/plugins/wp-mail-smtp/src/Options.php'),
(2572, 'wp-content/plugins/wp-mail-smtp/src/Processor.php'),
(2573, 'wp-content/plugins/wp-mail-smtp/src/Providers/AuthAbstract.php'),
(2574, 'wp-content/plugins/wp-mail-smtp/src/Providers/AuthInterface.php'),
(2575, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php'),
(2576, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php'),
(2577, 'wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Options.php'),
(2578, 'wp-content/plugins/wp-mail-smtp/src/Providers/Loader.php'),
(2579, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mail/Mailer.php'),
(2580, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mail/Options.php'),
(2581, 'wp-content/plugins/wp-mail-smtp/src/Providers/MailerAbstract.php'),
(2582, 'wp-content/plugins/wp-mail-smtp/src/Providers/MailerInterface.php'),
(2583, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun/Mailer.php'),
(2584, 'wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun/Options.php'),
(2585, 'wp-content/plugins/wp-mail-smtp/src/Providers/OptionsAbstract.php'),
(2586, 'wp-content/plugins/wp-mail-smtp/src/Providers/OptionsInterface.php'),
(2587, 'wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/Mailer.php'),
(2588, 'wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/Options.php'),
(2589, 'wp-content/plugins/wp-mail-smtp/src/Providers/SMTP/Mailer.php'),
(2590, 'wp-content/plugins/wp-mail-smtp/src/Providers/SMTP/Options.php'),
(2591, 'wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid/Mailer.php'),
(2592, 'wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid/Options.php'),
(2593, 'wp-content/plugins/wp-mail-smtp/src/TGMPA.php'),
(2594, 'wp-content/plugins/wp-mail-smtp/src/Upgrade.php'),
(2595, 'wp-content/plugins/wp-mail-smtp/src/WP.php'),
(2596, 'wp-content/plugins/wp-mail-smtp/uninstall.php'),
(2597, 'wp-content/plugins/wp-mail-smtp/vendor/autoload.php'),
(2598, 'wp-content/plugins/wp-mail-smtp/vendor/composer/ClassLoader.php'),
(2599, 'wp-content/plugins/wp-mail-smtp/vendor/composer/LICENSE'),
(2600, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_classmap.php'),
(2601, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_files.php'),
(2602, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_namespaces.php'),
(2603, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_psr4.php'),
(2604, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_real.php'),
(2605, 'wp-content/plugins/wp-mail-smtp/vendor/composer/autoload_static.php'),
(2606, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/LICENSE'),
(2607, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AccessToken/Revoke.php'),
(2608, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AccessToken/Verify.php'),
(2609, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php'),
(2610, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/Guzzle5AuthHandler.php'),
(2611, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php'),
(2612, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Client.php'),
(2613, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php'),
(2614, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Exception.php'),
(2615, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/Batch.php'),
(2616, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php'),
(2617, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Http/REST.php'),
(2618, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Model.php'),
(2619, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service/Exception.php'),
(2620, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service/Resource.php'),
(2621, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Service.php'),
(2622, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Exception.php'),
(2623, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Retryable.php'),
(2624, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Task/Runner.php'),
(2625, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/Utils/UriTemplate.php'),
(2626, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient/src/Google/autoload.php'),
(2627, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/LICENSE'),
(2628, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/AutoForwarding.php'),
(2629, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchDeleteMessagesRequest.php'),
(2630, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/BatchModifyMessagesRequest.php'),
(2631, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php'),
(2632, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Filter.php'),
(2633, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterAction.php'),
(2634, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/FilterCriteria.php'),
(2635, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ForwardingAddress.php'),
(2636, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/History.php'),
(2637, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelAdded.php'),
(2638, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryLabelRemoved.php'),
(2639, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageAdded.php'),
(2640, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/HistoryMessageDeleted.php'),
(2641, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ImapSettings.php'),
(2642, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Label.php'),
(2643, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/LabelColor.php'),
(2644, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListDraftsResponse.php'),
(2645, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListFiltersResponse.php'),
(2646, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListForwardingAddressesResponse.php'),
(2647, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListHistoryResponse.php'),
(2648, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListLabelsResponse.php'),
(2649, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListMessagesResponse.php'),
(2650, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSendAsResponse.php'),
(2651, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListSmimeInfoResponse.php'),
(2652, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ListThreadsResponse.php'),
(2653, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php'),
(2654, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php'),
(2655, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartBody.php'),
(2656, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePartHeader.php'),
(2657, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyMessageRequest.php'),
(2658, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/ModifyThreadRequest.php'),
(2659, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/PopSettings.php'),
(2660, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Profile.php'),
(2661, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/Users.php'),
(2662, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersDrafts.php'),
(2663, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersHistory.php'),
(2664, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersLabels.php'),
(2665, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessages.php'),
(2666, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersMessagesAttachments.php'),
(2667, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettings.php'),
(2668, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsFilters.php'),
(2669, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsForwardingAddresses.php'),
(2670, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAs.php'),
(2671, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersSettingsSendAsSmimeInfo.php'),
(2672, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Resource/UsersThreads.php'),
(2673, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SendAs.php'),
(2674, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SmimeInfo.php'),
(2675, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/SmtpMsa.php'),
(2676, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/Thread.php'),
(2677, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/VacationSettings.php'),
(2678, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchRequest.php'),
(2679, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail/WatchResponse.php'),
(2680, 'wp-content/plugins/wp-mail-smtp/vendor/google/apiclient-services/src/Google/Service/Gmail.php'),
(2681, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/COPYING'),
(2682, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/LICENSE'),
(2683, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/autoload.php'),
(2684, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/ApplicationDefaultCredentials.php'),
(2685, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/InvalidArgumentException.php'),
(2686, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/Item.php'),
(2687, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/MemoryCacheItemPool.php'),
(2688, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Cache/SysVCacheItemPool.php'),
(2689, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/CacheTrait.php'),
(2690, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/AppIdentityCredentials.php'),
(2691, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/GCECredentials.php'),
(2692, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/IAMCredentials.php'),
(2693, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/ServiceAccountCredentials.php'),
(2694, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php'),
(2695, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Credentials/UserRefreshCredentials.php'),
(2696, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/CredentialsLoader.php'),
(2697, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/FetchAuthTokenCache.php'),
(2698, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/FetchAuthTokenInterface.php'),
(2699, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/Guzzle5HttpHandler.php'),
(2700, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php'),
(2701, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/HttpHandler/HttpHandlerFactory.php'),
(2702, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/AuthTokenMiddleware.php'),
(2703, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php'),
(2704, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Middleware/SimpleMiddleware.php'),
(2705, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/OAuth2.php'),
(2706, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/AuthTokenSubscriber.php'),
(2707, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php'),
(2708, 'wp-content/plugins/wp-mail-smtp/vendor/google/auth/src/Subscriber/SimpleSubscriber.php'),
(2709, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/LICENSE'),
(2710, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Client.php'),
(2711, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),
(2712, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(2713, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(2714, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(2715, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(2716, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(2717, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(2718, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(2719, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),
(2720, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(2721, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(2722, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),
(2723, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(2724, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(2725, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(2726, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(2727, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(2728, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(2729, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(2730, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(2731, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(2732, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(2733, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(2734, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),
(2735, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),
(2736, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Middleware.php'),
(2737, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/Pool.php'),
(2738, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(2739, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(2740, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),
(2741, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(2742, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/TransferStats.php'),
(2743, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),
(2744, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/functions.php'),
(2745, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/guzzle/src/functions_include.php'),
(2746, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/LICENSE'),
(2747, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/AggregateException.php'),
(2748, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/CancellationException.php'),
(2749, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Coroutine.php'),
(2750, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/EachPromise.php'),
(2751, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),
(2752, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/Promise.php'),
(2753, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/PromiseInterface.php'),
(2754, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/PromisorInterface.php'),
(2755, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/RejectedPromise.php'),
(2756, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/RejectionException.php'),
(2757, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/TaskQueue.php'),
(2758, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),
(2759, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/functions.php'),
(2760, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/promises/src/functions_include.php'),
(2761, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/LICENSE'),
(2762, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/AppendStream.php'),
(2763, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/BufferStream.php'),
(2764, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/CachingStream.php'),
(2765, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/DroppingStream.php'),
(2766, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/FnStream.php'),
(2767, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/InflateStream.php'),
(2768, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),
(2769, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/LimitStream.php'),
(2770, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/MessageTrait.php'),
(2771, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/MultipartStream.php'),
(2772, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),
(2773, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/PumpStream.php'),
(2774, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Request.php'),
(2775, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Response.php'),
(2776, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/ServerRequest.php'),
(2777, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Stream.php'),
(2778, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(2779, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),
(2780, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UploadedFile.php'),
(2781, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/Uri.php'),
(2782, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),
(2783, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/UriResolver.php'),
(2784, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/functions.php'),
(2785, 'wp-content/plugins/wp-mail-smtp/vendor/guzzlehttp/psr7/src/functions_include.php'),
(2786, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/LICENSE'),
(2787, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/ErrorHandler.php'),
(2788, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'),
(2789, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'),
(2790, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php'),
(2791, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'),
(2792, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'),
(2793, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'),
(2794, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'),
(2795, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'),
(2796, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'),
(2797, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'),
(2798, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'),
(2799, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'),
(2800, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'),
(2801, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'),
(2802, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'),
(2803, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'),
(2804, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'),
(2805, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'),
(2806, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'),
(2807, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'),
(2808, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php'),
(2809, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'),
(2810, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'),
(2811, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/CubeHandler.php'),
(2812, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php'),
(2813, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'),
(2814, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php'),
(2815, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'),
(2816, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php'),
(2817, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'),
(2818, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php'),
(2819, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'),
(2820, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'),
(2821, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'),
(2822, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'),
(2823, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'),
(2824, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'),
(2825, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'),
(2826, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php'),
(2827, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php'),
(2828, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'),
(2829, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'),
(2830, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php'),
(2831, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'),
(2832, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'),
(2833, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'),
(2834, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php'),
(2835, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'),
(2836, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'),
(2837, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'),
(2838, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'),
(2839, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'),
(2840, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php'),
(2841, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'),
(2842, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php'),
(2843, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'),
(2844, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php'),
(2845, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php'),
(2846, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'),
(2847, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php');
INSERT INTO `wp_wfKnownFileList` (`id`, `path`) VALUES
(2848, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'),
(2849, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'),
(2850, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php'),
(2851, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'),
(2852, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php'),
(2853, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php'),
(2854, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php'),
(2855, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'),
(2856, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'),
(2857, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'),
(2858, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'),
(2859, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php'),
(2860, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'),
(2861, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'),
(2862, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Logger.php'),
(2863, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php'),
(2864, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'),
(2865, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'),
(2866, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'),
(2867, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'),
(2868, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'),
(2869, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'),
(2870, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'),
(2871, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/TagProcessor.php'),
(2872, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php'),
(2873, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php'),
(2874, 'wp-content/plugins/wp-mail-smtp/vendor/monolog/monolog/src/Monolog/Registry.php'),
(2875, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/LICENSE'),
(2876, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),
(2877, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),
(2878, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),
(2879, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),
(2880, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),
(2881, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),
(2882, 'wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),
(2883, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/LICENSE.txt'),
(2884, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheException.php'),
(2885, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheItemInterface.php'),
(2886, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/CacheItemPoolInterface.php'),
(2887, 'wp-content/plugins/wp-mail-smtp/vendor/psr/cache/src/InvalidArgumentException.php'),
(2888, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/LICENSE'),
(2889, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/MessageInterface.php'),
(2890, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/RequestInterface.php'),
(2891, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/ResponseInterface.php'),
(2892, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/ServerRequestInterface.php'),
(2893, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/StreamInterface.php'),
(2894, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/UploadedFileInterface.php'),
(2895, 'wp-content/plugins/wp-mail-smtp/vendor/psr/http-message/src/UriInterface.php'),
(2896, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/LICENSE'),
(2897, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(2898, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(2899, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LogLevel.php'),
(2900, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(2901, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(2902, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(2903, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(2904, 'wp-content/plugins/wp-mail-smtp/vendor/psr/log/Psr/Log/NullLogger.php'),
(2905, 'wp-content/plugins/wp-mail-smtp/wp-mail-smtp.php'),
(2906, 'wp-content/plugins/wp-mail-smtp/wp_mail_smtp.php'),
(2907, 'wp-content/plugins/wp-pagenavi/admin.php'),
(2908, 'wp-content/plugins/wp-pagenavi/core.php'),
(2909, 'wp-content/plugins/wp-pagenavi/scb/AdminPage.php'),
(2910, 'wp-content/plugins/wp-pagenavi/scb/BoxesPage.php'),
(2911, 'wp-content/plugins/wp-pagenavi/scb/Cron.php'),
(2912, 'wp-content/plugins/wp-pagenavi/scb/Forms.php'),
(2913, 'wp-content/plugins/wp-pagenavi/scb/Hooks.php'),
(2914, 'wp-content/plugins/wp-pagenavi/scb/Options.php'),
(2915, 'wp-content/plugins/wp-pagenavi/scb/PostMetabox.php'),
(2916, 'wp-content/plugins/wp-pagenavi/scb/Table.php'),
(2917, 'wp-content/plugins/wp-pagenavi/scb/Util.php'),
(2918, 'wp-content/plugins/wp-pagenavi/scb/Widget.php'),
(2919, 'wp-content/plugins/wp-pagenavi/scb/load-composer.php'),
(2920, 'wp-content/plugins/wp-pagenavi/scb/load.php'),
(2921, 'wp-content/plugins/wp-pagenavi/test.php'),
(2922, 'wp-content/plugins/wp-pagenavi/uninstall.php'),
(2923, 'wp-content/plugins/wp-pagenavi/wp-pagenavi.php'),
(2924, 'wp-content/themes/anaclin/cache/index.html'),
(2925, 'wp-content/themes/anaclin/fonts/fontawesome-webfont.svg'),
(2926, 'wp-content/themes/anaclin/fonts/glyphicons-halflings-regular.svg'),
(2927, 'wp-content/themes/anaclin/footer.php'),
(2928, 'wp-content/themes/anaclin/functions/dev_posttypes.php'),
(2929, 'wp-content/themes/anaclin/functions.php'),
(2930, 'wp-content/themes/anaclin/gallery-metabox/gallery.php'),
(2931, 'wp-content/themes/anaclin/gallery-metabox/js/gallery-metabox.js'),
(2932, 'wp-content/themes/anaclin/header.php'),
(2933, 'wp-content/themes/anaclin/header2.php'),
(2934, 'wp-content/themes/anaclin/includes/dev2_metabox.php'),
(2935, 'wp-content/themes/anaclin/includes/dev2_newsletter.php'),
(2936, 'wp-content/themes/anaclin/includes/dev2_preferencias.php'),
(2937, 'wp-content/themes/anaclin/index.php'),
(2938, 'wp-content/themes/anaclin/index.php.old'),
(2939, 'wp-content/themes/anaclin/js/bootstrap.min.js'),
(2940, 'wp-content/themes/anaclin/js/jquery-ui.js'),
(2941, 'wp-content/themes/anaclin/js/jquery.fancybox.min.js'),
(2942, 'wp-content/themes/anaclin/js/jquery.mCustomScrollbar.concat.min.js'),
(2943, 'wp-content/themes/anaclin/js/jquery.min.js'),
(2944, 'wp-content/themes/anaclin/js/main.js'),
(2945, 'wp-content/themes/anaclin/js/npm.js'),
(2946, 'wp-content/themes/anaclin/js/slick.min.js'),
(2947, 'wp-content/themes/anaclin/page-a-clinica.php'),
(2948, 'wp-content/themes/anaclin/page-clinicas-credenciadas.php'),
(2949, 'wp-content/themes/anaclin/page-coaching-de-emagrecimento.php'),
(2950, 'wp-content/themes/anaclin/page-contato.php'),
(2951, 'wp-content/themes/anaclin/page-depoimentos.php'),
(2952, 'wp-content/themes/anaclin/page-dermatologia-estetica.php'),
(2953, 'wp-content/themes/anaclin/page-especialidades.php'),
(2954, 'wp-content/themes/anaclin/page-exames-cardiologicos.php'),
(2955, 'wp-content/themes/anaclin/page-exames-de-emagrecimento.php'),
(2956, 'wp-content/themes/anaclin/page-exames-de-emagrecimento.php.old'),
(2957, 'wp-content/themes/anaclin/page-exames-dermatologicos.php'),
(2958, 'wp-content/themes/anaclin/page-exames-oncologicos.php'),
(2959, 'wp-content/themes/anaclin/page-grupos-de-emagrecimento-e-cursos.php'),
(2960, 'wp-content/themes/anaclin/page-noticias.php'),
(2961, 'wp-content/themes/anaclin/page-nutricao-personalizada.php'),
(2962, 'wp-content/themes/anaclin/page-paternidade.php'),
(2963, 'wp-content/themes/anaclin/page-performance-fisica.php'),
(2964, 'wp-content/themes/anaclin/page-prevencao.php'),
(2965, 'wp-content/themes/anaclin/page-servicos.php'),
(2966, 'wp-content/themes/anaclin/page-servicos.php.old'),
(2967, 'wp-content/themes/anaclin/scripts.php'),
(2968, 'wp-content/themes/anaclin/single-especialidade.php'),
(2969, 'wp-content/themes/anaclin/single-exame.php'),
(2970, 'wp-content/themes/anaclin/single-noticia.php'),
(2971, 'wp-content/themes/anaclin/tim.php'),
(2972, 'wp-content/themes/anaclin/topo.php'),
(2973, 'wp-content/themes/index.php'),
(2974, 'wp-content/wflogs/attack-data.php'),
(2975, 'wp-content/wflogs/config.php'),
(2976, 'wp-content/wflogs/ips.php'),
(2977, 'wp-content/wflogs/rules.php'),
(2978, 'wp-cron.php'),
(2979, 'wp-includes/ID3/getid3.lib.php'),
(2980, 'wp-includes/ID3/getid3.php'),
(2981, 'wp-includes/ID3/license.commercial.txt'),
(2982, 'wp-includes/ID3/license.txt'),
(2983, 'wp-includes/ID3/module.audio-video.asf.php'),
(2984, 'wp-includes/ID3/module.audio-video.flv.php'),
(2985, 'wp-includes/ID3/module.audio-video.matroska.php'),
(2986, 'wp-includes/ID3/module.audio-video.quicktime.php'),
(2987, 'wp-includes/ID3/module.audio-video.riff.php'),
(2988, 'wp-includes/ID3/module.audio.ac3.php'),
(2989, 'wp-includes/ID3/module.audio.dts.php'),
(2990, 'wp-includes/ID3/module.audio.flac.php'),
(2991, 'wp-includes/ID3/module.audio.mp3.php'),
(2992, 'wp-includes/ID3/module.audio.ogg.php'),
(2993, 'wp-includes/ID3/module.tag.apetag.php'),
(2994, 'wp-includes/ID3/module.tag.id3v1.php'),
(2995, 'wp-includes/ID3/module.tag.id3v2.php'),
(2996, 'wp-includes/ID3/module.tag.lyrics3.php'),
(2997, 'wp-includes/ID3/readme.txt'),
(2998, 'wp-includes/IXR/class-IXR-base64.php'),
(2999, 'wp-includes/IXR/class-IXR-client.php'),
(3000, 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(3001, 'wp-includes/IXR/class-IXR-date.php'),
(3002, 'wp-includes/IXR/class-IXR-error.php'),
(3003, 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(3004, 'wp-includes/IXR/class-IXR-message.php'),
(3005, 'wp-includes/IXR/class-IXR-request.php'),
(3006, 'wp-includes/IXR/class-IXR-server.php'),
(3007, 'wp-includes/IXR/class-IXR-value.php'),
(3008, 'wp-includes/Requests/Auth/Basic.php'),
(3009, 'wp-includes/Requests/Auth.php'),
(3010, 'wp-includes/Requests/Cookie/Jar.php'),
(3011, 'wp-includes/Requests/Cookie.php'),
(3012, 'wp-includes/Requests/Exception/HTTP/304.php'),
(3013, 'wp-includes/Requests/Exception/HTTP/305.php'),
(3014, 'wp-includes/Requests/Exception/HTTP/306.php'),
(3015, 'wp-includes/Requests/Exception/HTTP/400.php'),
(3016, 'wp-includes/Requests/Exception/HTTP/401.php'),
(3017, 'wp-includes/Requests/Exception/HTTP/402.php'),
(3018, 'wp-includes/Requests/Exception/HTTP/403.php'),
(3019, 'wp-includes/Requests/Exception/HTTP/404.php'),
(3020, 'wp-includes/Requests/Exception/HTTP/405.php'),
(3021, 'wp-includes/Requests/Exception/HTTP/406.php'),
(3022, 'wp-includes/Requests/Exception/HTTP/407.php'),
(3023, 'wp-includes/Requests/Exception/HTTP/408.php'),
(3024, 'wp-includes/Requests/Exception/HTTP/409.php'),
(3025, 'wp-includes/Requests/Exception/HTTP/410.php'),
(3026, 'wp-includes/Requests/Exception/HTTP/411.php'),
(3027, 'wp-includes/Requests/Exception/HTTP/412.php'),
(3028, 'wp-includes/Requests/Exception/HTTP/413.php'),
(3029, 'wp-includes/Requests/Exception/HTTP/414.php'),
(3030, 'wp-includes/Requests/Exception/HTTP/415.php'),
(3031, 'wp-includes/Requests/Exception/HTTP/416.php'),
(3032, 'wp-includes/Requests/Exception/HTTP/417.php'),
(3033, 'wp-includes/Requests/Exception/HTTP/418.php'),
(3034, 'wp-includes/Requests/Exception/HTTP/428.php'),
(3035, 'wp-includes/Requests/Exception/HTTP/429.php'),
(3036, 'wp-includes/Requests/Exception/HTTP/431.php'),
(3037, 'wp-includes/Requests/Exception/HTTP/500.php'),
(3038, 'wp-includes/Requests/Exception/HTTP/501.php'),
(3039, 'wp-includes/Requests/Exception/HTTP/502.php'),
(3040, 'wp-includes/Requests/Exception/HTTP/503.php'),
(3041, 'wp-includes/Requests/Exception/HTTP/504.php'),
(3042, 'wp-includes/Requests/Exception/HTTP/505.php'),
(3043, 'wp-includes/Requests/Exception/HTTP/511.php'),
(3044, 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(3045, 'wp-includes/Requests/Exception/HTTP.php'),
(3046, 'wp-includes/Requests/Exception/Transport/cURL.php'),
(3047, 'wp-includes/Requests/Exception/Transport.php'),
(3048, 'wp-includes/Requests/Exception.php'),
(3049, 'wp-includes/Requests/Hooker.php'),
(3050, 'wp-includes/Requests/Hooks.php'),
(3051, 'wp-includes/Requests/IDNAEncoder.php'),
(3052, 'wp-includes/Requests/IPv6.php'),
(3053, 'wp-includes/Requests/IRI.php'),
(3054, 'wp-includes/Requests/Proxy/HTTP.php'),
(3055, 'wp-includes/Requests/Proxy.php'),
(3056, 'wp-includes/Requests/Response/Headers.php'),
(3057, 'wp-includes/Requests/Response.php'),
(3058, 'wp-includes/Requests/SSL.php'),
(3059, 'wp-includes/Requests/Session.php'),
(3060, 'wp-includes/Requests/Transport/cURL.php'),
(3061, 'wp-includes/Requests/Transport/fsockopen.php'),
(3062, 'wp-includes/Requests/Transport.php'),
(3063, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(3064, 'wp-includes/Requests/Utility/FilteredIterator.php'),
(3065, 'wp-includes/SimplePie/Author.php'),
(3066, 'wp-includes/SimplePie/Cache/Base.php'),
(3067, 'wp-includes/SimplePie/Cache/DB.php'),
(3068, 'wp-includes/SimplePie/Cache/File.php'),
(3069, 'wp-includes/SimplePie/Cache/Memcache.php'),
(3070, 'wp-includes/SimplePie/Cache/MySQL.php'),
(3071, 'wp-includes/SimplePie/Cache.php'),
(3072, 'wp-includes/SimplePie/Caption.php'),
(3073, 'wp-includes/SimplePie/Category.php'),
(3074, 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(3075, 'wp-includes/SimplePie/Copyright.php'),
(3076, 'wp-includes/SimplePie/Core.php'),
(3077, 'wp-includes/SimplePie/Credit.php'),
(3078, 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(3079, 'wp-includes/SimplePie/Enclosure.php'),
(3080, 'wp-includes/SimplePie/Exception.php'),
(3081, 'wp-includes/SimplePie/File.php'),
(3082, 'wp-includes/SimplePie/HTTP/Parser.php'),
(3083, 'wp-includes/SimplePie/IRI.php'),
(3084, 'wp-includes/SimplePie/Item.php'),
(3085, 'wp-includes/SimplePie/Locator.php'),
(3086, 'wp-includes/SimplePie/Misc.php'),
(3087, 'wp-includes/SimplePie/Net/IPv6.php'),
(3088, 'wp-includes/SimplePie/Parse/Date.php'),
(3089, 'wp-includes/SimplePie/Parser.php'),
(3090, 'wp-includes/SimplePie/Rating.php'),
(3091, 'wp-includes/SimplePie/Registry.php'),
(3092, 'wp-includes/SimplePie/Restriction.php'),
(3093, 'wp-includes/SimplePie/Sanitize.php'),
(3094, 'wp-includes/SimplePie/Source.php'),
(3095, 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(3096, 'wp-includes/SimplePie/gzdecode.php'),
(3097, 'wp-includes/Text/Diff/Engine/native.php'),
(3098, 'wp-includes/Text/Diff/Engine/shell.php'),
(3099, 'wp-includes/Text/Diff/Engine/string.php'),
(3100, 'wp-includes/Text/Diff/Engine/xdiff.php'),
(3101, 'wp-includes/Text/Diff/Renderer/inline.php'),
(3102, 'wp-includes/Text/Diff/Renderer.php'),
(3103, 'wp-includes/Text/Diff.php'),
(3104, 'wp-includes/admin-bar.php'),
(3105, 'wp-includes/atomlib.php'),
(3106, 'wp-includes/author-template.php'),
(3107, 'wp-includes/bookmark-template.php'),
(3108, 'wp-includes/bookmark.php'),
(3109, 'wp-includes/cache.php'),
(3110, 'wp-includes/canonical.php'),
(3111, 'wp-includes/capabilities.php'),
(3112, 'wp-includes/category-template.php'),
(3113, 'wp-includes/category.php'),
(3114, 'wp-includes/certificates/ca-bundle.crt'),
(3115, 'wp-includes/class-IXR.php'),
(3116, 'wp-includes/class-feed.php'),
(3117, 'wp-includes/class-http.php'),
(3118, 'wp-includes/class-json.php'),
(3119, 'wp-includes/class-oembed.php'),
(3120, 'wp-includes/class-phpass.php'),
(3121, 'wp-includes/class-phpmailer.php'),
(3122, 'wp-includes/class-pop3.php'),
(3123, 'wp-includes/class-requests.php'),
(3124, 'wp-includes/class-simplepie.php'),
(3125, 'wp-includes/class-smtp.php'),
(3126, 'wp-includes/class-snoopy.php'),
(3127, 'wp-includes/class-walker-category-dropdown.php'),
(3128, 'wp-includes/class-walker-category.php'),
(3129, 'wp-includes/class-walker-comment.php'),
(3130, 'wp-includes/class-walker-nav-menu.php'),
(3131, 'wp-includes/class-walker-page-dropdown.php'),
(3132, 'wp-includes/class-walker-page.php'),
(3133, 'wp-includes/class-wp-admin-bar.php'),
(3134, 'wp-includes/class-wp-ajax-response.php'),
(3135, 'wp-includes/class-wp-comment-query.php'),
(3136, 'wp-includes/class-wp-comment.php'),
(3137, 'wp-includes/class-wp-customize-control.php'),
(3138, 'wp-includes/class-wp-customize-manager.php'),
(3139, 'wp-includes/class-wp-customize-nav-menus.php'),
(3140, 'wp-includes/class-wp-customize-panel.php'),
(3141, 'wp-includes/class-wp-customize-section.php'),
(3142, 'wp-includes/class-wp-customize-setting.php'),
(3143, 'wp-includes/class-wp-customize-widgets.php'),
(3144, 'wp-includes/class-wp-dependency.php'),
(3145, 'wp-includes/class-wp-editor.php'),
(3146, 'wp-includes/class-wp-embed.php'),
(3147, 'wp-includes/class-wp-error.php'),
(3148, 'wp-includes/class-wp-feed-cache-transient.php'),
(3149, 'wp-includes/class-wp-feed-cache.php'),
(3150, 'wp-includes/class-wp-hook.php'),
(3151, 'wp-includes/class-wp-http-cookie.php'),
(3152, 'wp-includes/class-wp-http-curl.php'),
(3153, 'wp-includes/class-wp-http-encoding.php'),
(3154, 'wp-includes/class-wp-http-ixr-client.php'),
(3155, 'wp-includes/class-wp-http-proxy.php'),
(3156, 'wp-includes/class-wp-http-requests-hooks.php'),
(3157, 'wp-includes/class-wp-http-requests-response.php'),
(3158, 'wp-includes/class-wp-http-response.php'),
(3159, 'wp-includes/class-wp-http-streams.php'),
(3160, 'wp-includes/class-wp-image-editor-gd.php'),
(3161, 'wp-includes/class-wp-image-editor-imagick.php'),
(3162, 'wp-includes/class-wp-image-editor.php'),
(3163, 'wp-includes/class-wp-list-util.php'),
(3164, 'wp-includes/class-wp-locale-switcher.php'),
(3165, 'wp-includes/class-wp-locale.php'),
(3166, 'wp-includes/class-wp-matchesmapregex.php'),
(3167, 'wp-includes/class-wp-meta-query.php'),
(3168, 'wp-includes/class-wp-metadata-lazyloader.php'),
(3169, 'wp-includes/class-wp-network-query.php'),
(3170, 'wp-includes/class-wp-network.php'),
(3171, 'wp-includes/class-wp-oembed-controller.php'),
(3172, 'wp-includes/class-wp-post-type.php'),
(3173, 'wp-includes/class-wp-post.php'),
(3174, 'wp-includes/class-wp-query.php'),
(3175, 'wp-includes/class-wp-rewrite.php'),
(3176, 'wp-includes/class-wp-role.php'),
(3177, 'wp-includes/class-wp-roles.php'),
(3178, 'wp-includes/class-wp-session-tokens.php'),
(3179, 'wp-includes/class-wp-simplepie-file.php'),
(3180, 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(3181, 'wp-includes/class-wp-site-query.php'),
(3182, 'wp-includes/class-wp-site.php'),
(3183, 'wp-includes/class-wp-tax-query.php'),
(3184, 'wp-includes/class-wp-taxonomy.php'),
(3185, 'wp-includes/class-wp-term-query.php'),
(3186, 'wp-includes/class-wp-term.php'),
(3187, 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(3188, 'wp-includes/class-wp-text-diff-renderer-table.php'),
(3189, 'wp-includes/class-wp-theme.php'),
(3190, 'wp-includes/class-wp-user-meta-session-tokens.php'),
(3191, 'wp-includes/class-wp-user-query.php'),
(3192, 'wp-includes/class-wp-user.php'),
(3193, 'wp-includes/class-wp-walker.php'),
(3194, 'wp-includes/class-wp-widget-factory.php'),
(3195, 'wp-includes/class-wp-widget.php'),
(3196, 'wp-includes/class-wp-xmlrpc-server.php'),
(3197, 'wp-includes/class-wp.php'),
(3198, 'wp-includes/class.wp-dependencies.php'),
(3199, 'wp-includes/class.wp-scripts.php'),
(3200, 'wp-includes/class.wp-styles.php'),
(3201, 'wp-includes/comment-template.php'),
(3202, 'wp-includes/comment.php'),
(3203, 'wp-includes/compat.php'),
(3204, 'wp-includes/cron.php'),
(3205, 'wp-includes/css/admin-bar-rtl.css'),
(3206, 'wp-includes/css/admin-bar-rtl.min.css'),
(3207, 'wp-includes/css/admin-bar.css'),
(3208, 'wp-includes/css/admin-bar.min.css'),
(3209, 'wp-includes/css/buttons-rtl.css'),
(3210, 'wp-includes/css/buttons-rtl.min.css'),
(3211, 'wp-includes/css/buttons.css'),
(3212, 'wp-includes/css/buttons.min.css'),
(3213, 'wp-includes/css/customize-preview-rtl.css'),
(3214, 'wp-includes/css/customize-preview-rtl.min.css'),
(3215, 'wp-includes/css/customize-preview.css'),
(3216, 'wp-includes/css/customize-preview.min.css'),
(3217, 'wp-includes/css/dashicons.css'),
(3218, 'wp-includes/css/dashicons.min.css'),
(3219, 'wp-includes/css/editor-rtl.css'),
(3220, 'wp-includes/css/editor-rtl.min.css'),
(3221, 'wp-includes/css/editor.css'),
(3222, 'wp-includes/css/editor.min.css'),
(3223, 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(3224, 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(3225, 'wp-includes/css/jquery-ui-dialog.css'),
(3226, 'wp-includes/css/jquery-ui-dialog.min.css'),
(3227, 'wp-includes/css/media-views-rtl.css'),
(3228, 'wp-includes/css/media-views-rtl.min.css'),
(3229, 'wp-includes/css/media-views.css'),
(3230, 'wp-includes/css/media-views.min.css'),
(3231, 'wp-includes/css/wp-auth-check-rtl.css'),
(3232, 'wp-includes/css/wp-auth-check-rtl.min.css'),
(3233, 'wp-includes/css/wp-auth-check.css'),
(3234, 'wp-includes/css/wp-auth-check.min.css'),
(3235, 'wp-includes/css/wp-embed-template-ie.css'),
(3236, 'wp-includes/css/wp-embed-template-ie.min.css'),
(3237, 'wp-includes/css/wp-embed-template.css'),
(3238, 'wp-includes/css/wp-embed-template.min.css'),
(3239, 'wp-includes/css/wp-pointer-rtl.css'),
(3240, 'wp-includes/css/wp-pointer-rtl.min.css'),
(3241, 'wp-includes/css/wp-pointer.css'),
(3242, 'wp-includes/css/wp-pointer.min.css'),
(3243, 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(3244, 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(3245, 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(3246, 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(3247, 'wp-includes/customize/class-wp-customize-color-control.php'),
(3248, 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(3249, 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(3250, 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(3251, 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(3252, 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(3253, 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(3254, 'wp-includes/customize/class-wp-customize-image-control.php'),
(3255, 'wp-includes/customize/class-wp-customize-media-control.php'),
(3256, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(3257, 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(3258, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(3259, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(3260, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(3261, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(3262, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(3263, 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(3264, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(3265, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(3266, 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(3267, 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(3268, 'wp-includes/customize/class-wp-customize-partial.php'),
(3269, 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(3270, 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(3271, 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(3272, 'wp-includes/customize/class-wp-customize-theme-control.php'),
(3273, 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(3274, 'wp-includes/customize/class-wp-customize-themes-section.php'),
(3275, 'wp-includes/customize/class-wp-customize-upload-control.php'),
(3276, 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(3277, 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(3278, 'wp-includes/date.php'),
(3279, 'wp-includes/default-constants.php'),
(3280, 'wp-includes/default-filters.php'),
(3281, 'wp-includes/default-widgets.php'),
(3282, 'wp-includes/deprecated.php'),
(3283, 'wp-includes/embed-template.php'),
(3284, 'wp-includes/embed.php'),
(3285, 'wp-includes/feed-atom-comments.php'),
(3286, 'wp-includes/feed-atom.php'),
(3287, 'wp-includes/feed-rdf.php'),
(3288, 'wp-includes/feed-rss.php'),
(3289, 'wp-includes/feed-rss2-comments.php'),
(3290, 'wp-includes/feed-rss2.php'),
(3291, 'wp-includes/feed.php'),
(3292, 'wp-includes/fonts/dashicons.eot'),
(3293, 'wp-includes/fonts/dashicons.svg'),
(3294, 'wp-includes/fonts/dashicons.ttf'),
(3295, 'wp-includes/fonts/dashicons.woff'),
(3296, 'wp-includes/formatting.php'),
(3297, 'wp-includes/functions.php'),
(3298, 'wp-includes/functions.wp-scripts.php'),
(3299, 'wp-includes/functions.wp-styles.php'),
(3300, 'wp-includes/general-template.php'),
(3301, 'wp-includes/http.php'),
(3302, 'wp-includes/images/admin-bar-sprite-2x.png'),
(3303, 'wp-includes/images/admin-bar-sprite.png'),
(3304, 'wp-includes/images/arrow-pointer-blue-2x.png'),
(3305, 'wp-includes/images/arrow-pointer-blue.png'),
(3306, 'wp-includes/images/blank.gif'),
(3307, 'wp-includes/images/crystal/archive.png'),
(3308, 'wp-includes/images/crystal/audio.png'),
(3309, 'wp-includes/images/crystal/code.png'),
(3310, 'wp-includes/images/crystal/default.png'),
(3311, 'wp-includes/images/crystal/document.png'),
(3312, 'wp-includes/images/crystal/interactive.png'),
(3313, 'wp-includes/images/crystal/license.txt'),
(3314, 'wp-includes/images/crystal/spreadsheet.png'),
(3315, 'wp-includes/images/crystal/text.png'),
(3316, 'wp-includes/images/crystal/video.png'),
(3317, 'wp-includes/images/down_arrow-2x.gif'),
(3318, 'wp-includes/images/down_arrow.gif'),
(3319, 'wp-includes/images/icon-pointer-flag-2x.png'),
(3320, 'wp-includes/images/icon-pointer-flag.png'),
(3321, 'wp-includes/images/media/archive.png'),
(3322, 'wp-includes/images/media/audio.png'),
(3323, 'wp-includes/images/media/code.png'),
(3324, 'wp-includes/images/media/default.png'),
(3325, 'wp-includes/images/media/document.png'),
(3326, 'wp-includes/images/media/interactive.png'),
(3327, 'wp-includes/images/media/spreadsheet.png'),
(3328, 'wp-includes/images/media/text.png'),
(3329, 'wp-includes/images/media/video.png'),
(3330, 'wp-includes/images/rss-2x.png'),
(3331, 'wp-includes/images/rss.png'),
(3332, 'wp-includes/images/smilies/frownie.png'),
(3333, 'wp-includes/images/smilies/icon_arrow.gif'),
(3334, 'wp-includes/images/smilies/icon_biggrin.gif'),
(3335, 'wp-includes/images/smilies/icon_confused.gif'),
(3336, 'wp-includes/images/smilies/icon_cool.gif'),
(3337, 'wp-includes/images/smilies/icon_cry.gif'),
(3338, 'wp-includes/images/smilies/icon_eek.gif'),
(3339, 'wp-includes/images/smilies/icon_evil.gif'),
(3340, 'wp-includes/images/smilies/icon_exclaim.gif'),
(3341, 'wp-includes/images/smilies/icon_idea.gif'),
(3342, 'wp-includes/images/smilies/icon_lol.gif'),
(3343, 'wp-includes/images/smilies/icon_mad.gif'),
(3344, 'wp-includes/images/smilies/icon_mrgreen.gif'),
(3345, 'wp-includes/images/smilies/icon_neutral.gif'),
(3346, 'wp-includes/images/smilies/icon_question.gif'),
(3347, 'wp-includes/images/smilies/icon_razz.gif'),
(3348, 'wp-includes/images/smilies/icon_redface.gif'),
(3349, 'wp-includes/images/smilies/icon_rolleyes.gif'),
(3350, 'wp-includes/images/smilies/icon_sad.gif'),
(3351, 'wp-includes/images/smilies/icon_smile.gif'),
(3352, 'wp-includes/images/smilies/icon_surprised.gif'),
(3353, 'wp-includes/images/smilies/icon_twisted.gif'),
(3354, 'wp-includes/images/smilies/icon_wink.gif'),
(3355, 'wp-includes/images/smilies/mrgreen.png'),
(3356, 'wp-includes/images/smilies/rolleyes.png'),
(3357, 'wp-includes/images/smilies/simple-smile.png'),
(3358, 'wp-includes/images/spinner-2x.gif'),
(3359, 'wp-includes/images/spinner.gif'),
(3360, 'wp-includes/images/toggle-arrow-2x.png'),
(3361, 'wp-includes/images/toggle-arrow.png'),
(3362, 'wp-includes/images/uploader-icons-2x.png'),
(3363, 'wp-includes/images/uploader-icons.png'),
(3364, 'wp-includes/images/w-logo-blue.png'),
(3365, 'wp-includes/images/wlw/wp-comments.png'),
(3366, 'wp-includes/images/wlw/wp-icon.png'),
(3367, 'wp-includes/images/wlw/wp-watermark.png'),
(3368, 'wp-includes/images/wpicons-2x.png'),
(3369, 'wp-includes/images/wpicons.png'),
(3370, 'wp-includes/images/wpspin-2x.gif'),
(3371, 'wp-includes/images/wpspin.gif'),
(3372, 'wp-includes/images/xit-2x.gif'),
(3373, 'wp-includes/images/xit.gif'),
(3374, 'wp-includes/js/admin-bar.js'),
(3375, 'wp-includes/js/admin-bar.min.js'),
(3376, 'wp-includes/js/api-request.js'),
(3377, 'wp-includes/js/api-request.min.js'),
(3378, 'wp-includes/js/autosave.js'),
(3379, 'wp-includes/js/autosave.min.js'),
(3380, 'wp-includes/js/backbone.min.js'),
(3381, 'wp-includes/js/codemirror/codemirror.min.css'),
(3382, 'wp-includes/js/codemirror/codemirror.min.js'),
(3383, 'wp-includes/js/codemirror/csslint.js'),
(3384, 'wp-includes/js/codemirror/htmlhint-kses.js'),
(3385, 'wp-includes/js/codemirror/htmlhint.js'),
(3386, 'wp-includes/js/codemirror/jshint.js'),
(3387, 'wp-includes/js/codemirror/jsonlint.js'),
(3388, 'wp-includes/js/colorpicker.js'),
(3389, 'wp-includes/js/colorpicker.min.js'),
(3390, 'wp-includes/js/comment-reply.js'),
(3391, 'wp-includes/js/comment-reply.min.js'),
(3392, 'wp-includes/js/crop/cropper.css'),
(3393, 'wp-includes/js/crop/cropper.js'),
(3394, 'wp-includes/js/crop/marqueeHoriz.gif'),
(3395, 'wp-includes/js/crop/marqueeVert.gif'),
(3396, 'wp-includes/js/customize-base.js'),
(3397, 'wp-includes/js/customize-base.min.js'),
(3398, 'wp-includes/js/customize-loader.js'),
(3399, 'wp-includes/js/customize-loader.min.js'),
(3400, 'wp-includes/js/customize-models.js'),
(3401, 'wp-includes/js/customize-models.min.js'),
(3402, 'wp-includes/js/customize-preview-nav-menus.js'),
(3403, 'wp-includes/js/customize-preview-nav-menus.min.js'),
(3404, 'wp-includes/js/customize-preview-widgets.js'),
(3405, 'wp-includes/js/customize-preview-widgets.min.js'),
(3406, 'wp-includes/js/customize-preview.js'),
(3407, 'wp-includes/js/customize-preview.min.js'),
(3408, 'wp-includes/js/customize-selective-refresh.js'),
(3409, 'wp-includes/js/customize-selective-refresh.min.js'),
(3410, 'wp-includes/js/customize-views.js'),
(3411, 'wp-includes/js/customize-views.min.js'),
(3412, 'wp-includes/js/heartbeat.js'),
(3413, 'wp-includes/js/heartbeat.min.js'),
(3414, 'wp-includes/js/hoverIntent.js'),
(3415, 'wp-includes/js/hoverIntent.min.js'),
(3416, 'wp-includes/js/imagesloaded.min.js'),
(3417, 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(3418, 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(3419, 'wp-includes/js/imgareaselect/imgareaselect.css'),
(3420, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(3421, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(3422, 'wp-includes/js/jcrop/Jcrop.gif'),
(3423, 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(3424, 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(3425, 'wp-includes/js/jquery/jquery-migrate.js'),
(3426, 'wp-includes/js/jquery/jquery-migrate.min.js'),
(3427, 'wp-includes/js/jquery/jquery.color.min.js'),
(3428, 'wp-includes/js/jquery/jquery.form.js'),
(3429, 'wp-includes/js/jquery/jquery.form.min.js'),
(3430, 'wp-includes/js/jquery/jquery.hotkeys.js'),
(3431, 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(3432, 'wp-includes/js/jquery/jquery.js'),
(3433, 'wp-includes/js/jquery/jquery.masonry.min.js'),
(3434, 'wp-includes/js/jquery/jquery.query.js'),
(3435, 'wp-includes/js/jquery/jquery.schedule.js'),
(3436, 'wp-includes/js/jquery/jquery.serialize-object.js'),
(3437, 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(3438, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(3439, 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(3440, 'wp-includes/js/jquery/suggest.js'),
(3441, 'wp-includes/js/jquery/suggest.min.js'),
(3442, 'wp-includes/js/jquery/ui/accordion.min.js'),
(3443, 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(3444, 'wp-includes/js/jquery/ui/button.min.js'),
(3445, 'wp-includes/js/jquery/ui/core.min.js'),
(3446, 'wp-includes/js/jquery/ui/datepicker.min.js'),
(3447, 'wp-includes/js/jquery/ui/dialog.min.js'),
(3448, 'wp-includes/js/jquery/ui/draggable.min.js'),
(3449, 'wp-includes/js/jquery/ui/droppable.min.js'),
(3450, 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(3451, 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(3452, 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(3453, 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(3454, 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(3455, 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(3456, 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(3457, 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(3458, 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(3459, 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(3460, 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(3461, 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(3462, 'wp-includes/js/jquery/ui/effect-size.min.js'),
(3463, 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(3464, 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(3465, 'wp-includes/js/jquery/ui/effect.min.js'),
(3466, 'wp-includes/js/jquery/ui/menu.min.js'),
(3467, 'wp-includes/js/jquery/ui/mouse.min.js'),
(3468, 'wp-includes/js/jquery/ui/position.min.js'),
(3469, 'wp-includes/js/jquery/ui/progressbar.min.js'),
(3470, 'wp-includes/js/jquery/ui/resizable.min.js'),
(3471, 'wp-includes/js/jquery/ui/selectable.min.js'),
(3472, 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(3473, 'wp-includes/js/jquery/ui/slider.min.js'),
(3474, 'wp-includes/js/jquery/ui/sortable.min.js'),
(3475, 'wp-includes/js/jquery/ui/spinner.min.js'),
(3476, 'wp-includes/js/jquery/ui/tabs.min.js'),
(3477, 'wp-includes/js/jquery/ui/tooltip.min.js'),
(3478, 'wp-includes/js/jquery/ui/widget.min.js'),
(3479, 'wp-includes/js/json2.js'),
(3480, 'wp-includes/js/json2.min.js'),
(3481, 'wp-includes/js/masonry.min.js'),
(3482, 'wp-includes/js/mce-view.js'),
(3483, 'wp-includes/js/mce-view.min.js'),
(3484, 'wp-includes/js/media-audiovideo.js'),
(3485, 'wp-includes/js/media-audiovideo.min.js'),
(3486, 'wp-includes/js/media-editor.js'),
(3487, 'wp-includes/js/media-editor.min.js'),
(3488, 'wp-includes/js/media-grid.js'),
(3489, 'wp-includes/js/media-grid.min.js'),
(3490, 'wp-includes/js/media-models.js'),
(3491, 'wp-includes/js/media-models.min.js'),
(3492, 'wp-includes/js/media-views.js'),
(3493, 'wp-includes/js/media-views.min.js'),
(3494, 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(3495, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(3496, 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(3497, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(3498, 'wp-includes/js/mediaelement/mediaelement.js'),
(3499, 'wp-includes/js/mediaelement/mediaelement.min.js'),
(3500, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(3501, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(3502, 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(3503, 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(3504, 'wp-includes/js/mediaelement/mejs-controls.png'),
(3505, 'wp-includes/js/mediaelement/mejs-controls.svg'),
(3506, 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(3507, 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(3508, 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(3509, 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(3510, 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(3511, 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(3512, 'wp-includes/js/mediaelement/wp-playlist.js'),
(3513, 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(3514, 'wp-includes/js/plupload/handlers.js'),
(3515, 'wp-includes/js/plupload/handlers.min.js'),
(3516, 'wp-includes/js/plupload/license.txt'),
(3517, 'wp-includes/js/plupload/moxie.js'),
(3518, 'wp-includes/js/plupload/moxie.min.js'),
(3519, 'wp-includes/js/plupload/plupload.js'),
(3520, 'wp-includes/js/plupload/plupload.min.js'),
(3521, 'wp-includes/js/plupload/wp-plupload.js'),
(3522, 'wp-includes/js/plupload/wp-plupload.min.js'),
(3523, 'wp-includes/js/quicktags.js'),
(3524, 'wp-includes/js/quicktags.min.js'),
(3525, 'wp-includes/js/shortcode.js'),
(3526, 'wp-includes/js/shortcode.min.js'),
(3527, 'wp-includes/js/swfobject.js'),
(3528, 'wp-includes/js/swfupload/handlers.js'),
(3529, 'wp-includes/js/swfupload/handlers.min.js'),
(3530, 'wp-includes/js/swfupload/license.txt'),
(3531, 'wp-includes/js/swfupload/swfupload.js'),
(3532, 'wp-includes/js/thickbox/loadingAnimation.gif'),
(3533, 'wp-includes/js/thickbox/macFFBgHack.png'),
(3534, 'wp-includes/js/thickbox/thickbox.css'),
(3535, 'wp-includes/js/thickbox/thickbox.js'),
(3536, 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(3537, 'wp-includes/js/tinymce/license.txt'),
(3538, 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(3539, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(3540, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(3541, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(3542, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(3543, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(3544, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(3545, 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(3546, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(3547, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(3548, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(3549, 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(3550, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(3551, 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(3552, 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(3553, 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(3554, 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(3555, 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(3556, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(3557, 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(3558, 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(3559, 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(3560, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(3561, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(3562, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(3563, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(3564, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(3565, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(3566, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(3567, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(3568, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(3569, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(3570, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(3571, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(3572, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(3573, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(3574, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(3575, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(3576, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(3577, 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(3578, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(3579, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(3580, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(3581, 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(3582, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(3583, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(3584, 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(3585, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(3586, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(3587, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(3588, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(3589, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(3590, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(3591, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(3592, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(3593, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(3594, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(3595, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(3596, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(3597, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(3598, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(3599, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(3600, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(3601, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(3602, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(3603, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(3604, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(3605, 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(3606, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(3607, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(3608, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(3609, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(3610, 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(3611, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(3612, 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(3613, 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(3614, 'wp-includes/js/tinymce/themes/modern/theme.js'),
(3615, 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(3616, 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(3617, 'wp-includes/js/tinymce/tinymce.min.js'),
(3618, 'wp-includes/js/tinymce/utils/editable_selects.js'),
(3619, 'wp-includes/js/tinymce/utils/form_utils.js'),
(3620, 'wp-includes/js/tinymce/utils/mctabs.js'),
(3621, 'wp-includes/js/tinymce/utils/validate.js'),
(3622, 'wp-includes/js/tinymce/wp-tinymce.js.gz'),
(3623, 'wp-includes/js/tinymce/wp-tinymce.php'),
(3624, 'wp-includes/js/tw-sack.js'),
(3625, 'wp-includes/js/tw-sack.min.js'),
(3626, 'wp-includes/js/twemoji.js'),
(3627, 'wp-includes/js/twemoji.min.js'),
(3628, 'wp-includes/js/underscore.min.js'),
(3629, 'wp-includes/js/utils.js'),
(3630, 'wp-includes/js/utils.min.js'),
(3631, 'wp-includes/js/wp-a11y.js'),
(3632, 'wp-includes/js/wp-a11y.min.js'),
(3633, 'wp-includes/js/wp-ajax-response.js'),
(3634, 'wp-includes/js/wp-ajax-response.min.js'),
(3635, 'wp-includes/js/wp-api.js'),
(3636, 'wp-includes/js/wp-api.min.js'),
(3637, 'wp-includes/js/wp-auth-check.js'),
(3638, 'wp-includes/js/wp-auth-check.min.js'),
(3639, 'wp-includes/js/wp-backbone.js'),
(3640, 'wp-includes/js/wp-backbone.min.js'),
(3641, 'wp-includes/js/wp-custom-header.js'),
(3642, 'wp-includes/js/wp-custom-header.min.js'),
(3643, 'wp-includes/js/wp-embed-template.js'),
(3644, 'wp-includes/js/wp-embed-template.min.js'),
(3645, 'wp-includes/js/wp-embed.js'),
(3646, 'wp-includes/js/wp-embed.min.js'),
(3647, 'wp-includes/js/wp-emoji-loader.js'),
(3648, 'wp-includes/js/wp-emoji-loader.min.js'),
(3649, 'wp-includes/js/wp-emoji-release.min.js'),
(3650, 'wp-includes/js/wp-emoji.js'),
(3651, 'wp-includes/js/wp-emoji.min.js'),
(3652, 'wp-includes/js/wp-list-revisions.js'),
(3653, 'wp-includes/js/wp-list-revisions.min.js'),
(3654, 'wp-includes/js/wp-lists.js'),
(3655, 'wp-includes/js/wp-lists.min.js'),
(3656, 'wp-includes/js/wp-pointer.js'),
(3657, 'wp-includes/js/wp-pointer.min.js'),
(3658, 'wp-includes/js/wp-sanitize.js'),
(3659, 'wp-includes/js/wp-sanitize.min.js'),
(3660, 'wp-includes/js/wp-util.js'),
(3661, 'wp-includes/js/wp-util.min.js'),
(3662, 'wp-includes/js/wpdialog.js'),
(3663, 'wp-includes/js/wpdialog.min.js'),
(3664, 'wp-includes/js/wplink.js'),
(3665, 'wp-includes/js/wplink.min.js'),
(3666, 'wp-includes/js/zxcvbn-async.js'),
(3667, 'wp-includes/js/zxcvbn-async.min.js'),
(3668, 'wp-includes/js/zxcvbn.min.js'),
(3669, 'wp-includes/kses.php'),
(3670, 'wp-includes/l10n.php'),
(3671, 'wp-includes/link-template.php'),
(3672, 'wp-includes/load.php'),
(3673, 'wp-includes/locale.php'),
(3674, 'wp-includes/media-template.php'),
(3675, 'wp-includes/media.php'),
(3676, 'wp-includes/meta.php'),
(3677, 'wp-includes/ms-blogs.php'),
(3678, 'wp-includes/ms-default-constants.php'),
(3679, 'wp-includes/ms-default-filters.php'),
(3680, 'wp-includes/ms-deprecated.php'),
(3681, 'wp-includes/ms-files.php'),
(3682, 'wp-includes/ms-functions.php'),
(3683, 'wp-includes/ms-load.php'),
(3684, 'wp-includes/ms-settings.php'),
(3685, 'wp-includes/nav-menu-template.php'),
(3686, 'wp-includes/nav-menu.php'),
(3687, 'wp-includes/option.php'),
(3688, 'wp-includes/pluggable-deprecated.php'),
(3689, 'wp-includes/pluggable.php'),
(3690, 'wp-includes/plugin.php'),
(3691, 'wp-includes/pomo/entry.php'),
(3692, 'wp-includes/pomo/mo.php'),
(3693, 'wp-includes/pomo/plural-forms.php'),
(3694, 'wp-includes/pomo/po.php'),
(3695, 'wp-includes/pomo/streams.php'),
(3696, 'wp-includes/pomo/translations.php'),
(3697, 'wp-includes/post-formats.php'),
(3698, 'wp-includes/post-template.php'),
(3699, 'wp-includes/post-thumbnail-template.php'),
(3700, 'wp-includes/post.php'),
(3701, 'wp-includes/query.php'),
(3702, 'wp-includes/random_compat/byte_safe_strings.php'),
(3703, 'wp-includes/random_compat/cast_to_int.php'),
(3704, 'wp-includes/random_compat/error_polyfill.php'),
(3705, 'wp-includes/random_compat/random.php'),
(3706, 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(3707, 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(3708, 'wp-includes/random_compat/random_bytes_libsodium.php'),
(3709, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(3710, 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(3711, 'wp-includes/random_compat/random_bytes_openssl.php'),
(3712, 'wp-includes/random_compat/random_int.php'),
(3713, 'wp-includes/registration-functions.php'),
(3714, 'wp-includes/registration.php'),
(3715, 'wp-includes/rest-api/class-wp-rest-request.php'),
(3716, 'wp-includes/rest-api/class-wp-rest-response.php'),
(3717, 'wp-includes/rest-api/class-wp-rest-server.php'),
(3718, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(3719, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(3720, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(3721, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(3722, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(3723, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(3724, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(3725, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(3726, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(3727, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(3728, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(3729, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(3730, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(3731, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(3732, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(3733, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(3734, 'wp-includes/rest-api.php'),
(3735, 'wp-includes/revision.php'),
(3736, 'wp-includes/rewrite.php'),
(3737, 'wp-includes/rss-functions.php'),
(3738, 'wp-includes/rss.php'),
(3739, 'wp-includes/script-loader.php'),
(3740, 'wp-includes/session.php'),
(3741, 'wp-includes/shortcodes.php'),
(3742, 'wp-includes/spl-autoload-compat.php'),
(3743, 'wp-includes/taxonomy.php'),
(3744, 'wp-includes/template-loader.php'),
(3745, 'wp-includes/template.php'),
(3746, 'wp-includes/theme-compat/comments.php'),
(3747, 'wp-includes/theme-compat/embed-404.php'),
(3748, 'wp-includes/theme-compat/embed-content.php'),
(3749, 'wp-includes/theme-compat/embed.php'),
(3750, 'wp-includes/theme-compat/footer-embed.php'),
(3751, 'wp-includes/theme-compat/footer.php'),
(3752, 'wp-includes/theme-compat/header-embed.php'),
(3753, 'wp-includes/theme-compat/header.php'),
(3754, 'wp-includes/theme-compat/sidebar.php'),
(3755, 'wp-includes/theme.php'),
(3756, 'wp-includes/update.php'),
(3757, 'wp-includes/user.php'),
(3758, 'wp-includes/vars.php'),
(3759, 'wp-includes/version.php'),
(3760, 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(3761, 'wp-includes/widgets/class-wp-widget-archives.php'),
(3762, 'wp-includes/widgets/class-wp-widget-calendar.php'),
(3763, 'wp-includes/widgets/class-wp-widget-categories.php'),
(3764, 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(3765, 'wp-includes/widgets/class-wp-widget-links.php'),
(3766, 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(3767, 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(3768, 'wp-includes/widgets/class-wp-widget-media-image.php'),
(3769, 'wp-includes/widgets/class-wp-widget-media-video.php'),
(3770, 'wp-includes/widgets/class-wp-widget-media.php'),
(3771, 'wp-includes/widgets/class-wp-widget-meta.php'),
(3772, 'wp-includes/widgets/class-wp-widget-pages.php'),
(3773, 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(3774, 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(3775, 'wp-includes/widgets/class-wp-widget-rss.php'),
(3776, 'wp-includes/widgets/class-wp-widget-search.php'),
(3777, 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(3778, 'wp-includes/widgets/class-wp-widget-text.php'),
(3779, 'wp-includes/widgets.php'),
(3780, 'wp-includes/wlwmanifest.xml'),
(3781, 'wp-includes/wp-db.php'),
(3782, 'wp-includes/wp-diff.php'),
(3783, 'wp-links-opml.php'),
(3784, 'wp-load.php'),
(3785, 'wp-login.php'),
(3786, 'wp-mail.php'),
(3787, 'wp-settings.php'),
(3788, 'wp-signup.php'),
(3789, 'wp-trackback.php'),
(3790, 'xmlrpc.php');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfLeechers`
--

CREATE TABLE `wp_wfLeechers` (
  `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',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfLeechers`
--

INSERT INTO `wp_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(25529138, 0x00000000000000000000ffffbd7a77a3, 3),
(25529136, 0x00000000000000000000ffffbd7a77a3, 4),
(25529135, 0x00000000000000000000ffffbd7a77a3, 1),
(25526416, 0x00000000000000000000ffff2ea10932, 1),
(25526410, 0x00000000000000000000ffff36249604, 1),
(25526098, 0x00000000000000000000ffff36249463, 1),
(25525679, 0x00000000000000000000ffff9f411981, 1),
(25525351, 0x00000000000000000000ffff36249554, 1),
(25528593, 0x00000000000000000000ffff36249604, 1),
(25527382, 0x00000000000000000000ffff36f33594, 2),
(25527322, 0x00000000000000000000ffff36f33594, 2),
(25526675, 0x00000000000000000000ffff36ad2381, 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfLiveTrafficHuman`
--

CREATE TABLE `wp_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfLiveTrafficHuman`
--

INSERT INTO `wp_wfLiveTrafficHuman` (`IP`, `identifier`, `expiration`) VALUES
(0x00000000000000000000ffffbd7a77a3, 0x28d60b666a0f1c49f9ceae39f1269d92ee4c8f1a94cae4f75782d8187d733142, 1531834526);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfLocs`
--

CREATE TABLE `wp_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfLocs`
--

INSERT INTO `wp_wfLocs` (`IP`, `ctime`, `failed`, `city`, `region`, `countryName`, `countryCode`, `lat`, `lon`) VALUES
(0x00000000000000000000ffff7f000001, 1531748216, 1, '', '', '', '', 0.0000000, 0.0000000),
(0x00000000000000000000ffffbd7a77a3, 1531748177, 0, 'Rio de Janeiro', 'Rio de Janeiro', 'Brazil', 'BR', -22.8750992, -43.2775002);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfLogins`
--

CREATE TABLE `wp_wfLogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfLogins`
--

INSERT INTO `wp_wfLogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 590, 1530420673.314813, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff591dabae, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2867.27 Safari/537.36'),
(2, 592, 1530422036.833694, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff9979, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2668.91 Safari/537.36'),
(3, 595, 1530424028.002030, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8acc476a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:48.0) Gecko/20100101 Firefox/48.0'),
(4, 597, 1530425384.159521, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff73545c30, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2657.22 Safari/537.36'),
(5, 605, 1530426895.295402, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb126be54, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(6, 607, 1530428545.099270, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff7662d929, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:50.0) Gecko/20100101 Firefox/50.0'),
(7, 609, 1530429977.658480, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899bd4, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2745.94 Safari/537.36'),
(8, 611, 1530432191.945046, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff2926f53c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Firefox/45.0'),
(9, 615, 1530434076.900378, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff0533c76f, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(10, 618, 1530436094.097694, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8a76eb69, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(11, 620, 1530439030.664412, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff31ecd40e, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/5.0)'),
(12, 623, 1530441688.418829, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc52da1f2, 'Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0'),
(13, 625, 1530444212.765844, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb17d1534, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(14, 627, 1530446938.505676, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffaaf7291b, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2896.24 Safari/537.36'),
(15, 629, 1530449822.837910, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff9a12, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2813.44 Safari/537.36'),
(16, 631, 1530451711.036609, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff292773f5, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2636.68 Safari/537.36'),
(17, 633, 1530454875.256442, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc930486a, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2852.65 Safari/537.36'),
(18, 636, 1530457517.937236, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff052889e4, 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(19, 639, 1530460272.242255, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff73545b11, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(20, 645, 1530461783.515183, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffba2e2d32, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0'),
(21, 647, 1530463600.195624, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffbae1fa23, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.1; Trident/6.0)'),
(22, 649, 1530465690.761287, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff73545c06, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2955.66 Safari/537.36'),
(23, 651, 1530467102.845212, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffca899bbe, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(24, 653, 1530468331.591617, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca899a22, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2851.41 Safari/537.36'),
(25, 655, 1530469659.319685, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff7799705a, 'Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0'),
(26, 657, 1530471039.716575, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff73546b1e, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:50.0) Gecko/20100101 Firefox/50.0'),
(27, 660, 1530472651.103783, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff7c29f203, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(28, 662, 1530474523.221261, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb126ecc9, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2784.33 Safari/537.36'),
(29, 665, 1530476023.150066, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb187675e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2684.45 Safari/537.36'),
(30, 667, 1530477625.148046, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff73545c15, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2940.59 Safari/537.36'),
(31, 669, 1530478935.751230, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffca899a9e, 'Mozilla/5.0 (Windows NT 6.3; rv:46.0) Gecko/20100101 Firefox/46.0'),
(32, 671, 1530480273.256879, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8fff98ea, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(33, 673, 1530481932.965794, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb758da91, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2663.21 Safari/537.36'),
(34, 675, 1530483213.584176, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb1540425, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2696.2 Safari/537.36'),
(35, 677, 1530484518.818658, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffca899a7c, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2880.55 Safari/537.36'),
(36, 679, 1530486165.749098, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb17d15d7, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:46.0) Gecko/20100101 Firefox/46.0'),
(37, 728, 1530537978.211128, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(38, 1520, 1530653967.688581, 1, 'loginFailValidUsername', 'Admin', 1, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(39, 1521, 1530653979.815892, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(40, 1522, 1530653999.396048, 1, 'loginFailInvalidUsername', 'com', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(41, 1523, 1530654003.222477, 1, 'loginFailInvalidUsername', 'com', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(42, 1524, 1530654006.928884, 1, 'loginFailInvalidUsername', 'combr', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(43, 1525, 1530654011.299984, 1, 'loginFailInvalidUsername', 'admin@com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(44, 1526, 1530654015.799444, 1, 'loginFailInvalidUsername', 'com@com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(45, 1527, 1530654020.050157, 1, 'loginFailInvalidUsername', 'com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(46, 1528, 1530654023.548142, 1, 'loginFailInvalidUsername', 'webmaster@com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(47, 1529, 1530654027.414035, 1, 'loginFailInvalidUsername', 'comcombr', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(48, 1530, 1530654034.554781, 1, 'loginFailInvalidUsername', 'com.com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(49, 1531, 1530654039.267230, 1, 'loginFailInvalidUsername', 'administrator@com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(50, 1532, 1530654044.746257, 1, 'loginFailInvalidUsername', 'administrators@com.br', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(51, 1533, 1530654048.230208, 1, 'loginFailInvalidUsername', '123456', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(52, 1534, 1530654052.317082, 1, 'loginFailInvalidUsername', 'letmein', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(53, 1535, 1530654059.081108, 1, 'loginFailInvalidUsername', 'photoshop', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(54, 1536, 1530654070.205182, 1, 'loginFailInvalidUsername', 'monkey', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(55, 1537, 1530654074.109429, 1, 'loginFailInvalidUsername', 'shadow', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(56, 1538, 1530654077.634616, 1, 'loginFailInvalidUsername', 'foobar', 0, 0x00000000000000000000ffffb9ead91d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(57, 1660, 1530802157.635363, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(58, 2139, 1531147418.970687, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(59, 3232, 1531189856.331885, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffca8986b7, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2674.28 Safari/537.36'),
(60, 3264, 1531191466.541319, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb126bed4, 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(61, 3299, 1531193256.170653, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb1436271, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.3; Win64; x64; Trident/4.0)'),
(62, 3329, 1531194998.635306, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffca899bfc, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(63, 3351, 1531196140.581264, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbed6fb0e, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Win64; x64; Trident/4.0)'),
(64, 3376, 1531197515.213345, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffcaa6c2b0, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:47.0) Gecko/20100101 Firefox/47.0'),
(65, 3405, 1531199043.513685, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb5711d22, 'Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(66, 3433, 1531200496.587660, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca899ab5, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(67, 3493, 1531204022.302052, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb12ce5ee, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2950.94 Safari/537.36'),
(68, 3516, 1531205540.035617, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8acc473f, 'Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko'),
(69, 3522, 1531205918.554128, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffd9159358, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2844.46 Safari/537.36'),
(70, 3535, 1531206746.839700, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff3d078dbc, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.1; Trident/6.0)'),
(71, 3562, 1531208186.527463, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb127de59, 'Mozilla/5.0 (Windows NT 10.0; rv:45.0) Gecko/20100101 Firefox/45.0'),
(72, 3581, 1531209329.848689, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9aba, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:49.0) Gecko/20100101 Firefox/49.0'),
(73, 3586, 1531209565.328459, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff73545c43, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74, 3625, 1531211655.931655, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899a2d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2912.75 Safari/537.36'),
(75, 3637, 1531211931.593336, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8fff9aeb, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2627.80 Safari/537.36'),
(76, 3675, 1531213294.803674, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff73545cb1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:45.0) Gecko/20100101 Firefox/45.0'),
(77, 3697, 1531214475.785891, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffca898612, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(78, 3700, 1531214509.884544, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffca899b6f, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2649.15 Safari/537.36'),
(79, 3730, 1531215963.306256, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc52c8838, 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(80, 3746, 1531217181.356056, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb127de59, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2922.29 Safari/537.36'),
(81, 3748, 1531217531.008526, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff73545c4c, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2885.51 Safari/537.36'),
(82, 3750, 1531219110.996315, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff510a793c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2842.80 Safari/537.36'),
(83, 3752, 1531219657.513202, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff4df75ca5, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(84, 3754, 1531220572.302887, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffa8c40846, 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(85, 3756, 1531222605.308542, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8acc45c8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2947.78 Safari/537.36'),
(86, 3758, 1531222642.702554, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff7354638b, 'Mozilla/5.0 (X11; Linux i686 on x86_64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(87, 3763, 1531224012.488536, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffca899b94, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0'),
(88, 3784, 1531225451.886679, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8fff999c, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)'),
(89, 3790, 1531225477.582461, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffa8cd264c, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2721.97 Safari/537.36'),
(90, 3851, 1531226102.436122, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),
(91, 3933, 1531226868.186301, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbbbd1bec, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2874.55 Safari/537.36'),
(92, 3976, 1531228143.603203, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff73545cd3, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.3; Win64; x64; Trident/5.0)'),
(93, 3980, 1531228309.352815, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8acc46a6, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.3; Trident/5.0)'),
(94, 4061, 1531229902.196484, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff73545c8e, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2876.97 Safari/537.36'),
(95, 4074, 1531230847.414582, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff73545c44, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(96, 4103, 1531231888.607204, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff994d, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.3; WOW64; Trident/5.0)'),
(97, 4134, 1531233346.335816, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb126be8f, 'Mozilla/5.0 (X11; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0'),
(98, 4139, 1531233422.869577, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff3d078d86, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2710.24 Safari/537.36'),
(99, 4169, 1531234801.472609, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff8acc45ad, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.5 Safari/537.36'),
(100, 4199, 1531236206.193493, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffca899a24, 'Mozilla/5.0 (X11; Linux i686; rv:49.0) Gecko/20100101 Firefox/49.0'),
(101, 4204, 1531236295.486316, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb1b8e096, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2681.6 Safari/537.36'),
(102, 4229, 1531237666.514049, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9972, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2858.77 Safari/537.36'),
(103, 4271, 1531239084.257273, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc4db4fe1, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2967.50 Safari/537.36'),
(104, 4279, 1531239442.312743, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff29264c6c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2638.41 Safari/537.36'),
(105, 4326, 1531240556.648594, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff9984, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2887.95 Safari/537.36'),
(106, 4364, 1531242511.070036, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbbbe326d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2643.51 Safari/537.36'),
(107, 4368, 1531242690.234805, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff5bc9aac8, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(108, 4397, 1531244266.721412, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffc532813a, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.14 Safari/537.36'),
(109, 4399, 1531245363.443865, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff82001e45, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2862.21 Safari/537.36'),
(110, 4401, 1531245650.780662, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffc53219ad, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; Trident/5.0)'),
(111, 4403, 1531247082.522592, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff8fff9931, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(112, 4406, 1531247836.312254, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc5333391, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2670.74 Safari/537.36'),
(113, 4408, 1531248574.077335, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb126be54, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:51.0) Gecko/20100101 Firefox/51.0'),
(114, 4410, 1531250085.500684, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899bf7, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2984.40 Safari/537.36'),
(115, 4412, 1531250876.658170, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca899ac8, 'Mozilla/5.0 (Windows NT 6.3; rv:51.0) Gecko/20100101 Firefox/51.0'),
(116, 4414, 1531251578.188107, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8fff998e, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2875.26 Safari/537.36'),
(117, 4416, 1531253390.257355, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899b7d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2719.33 Safari/537.36'),
(118, 4418, 1531254349.536364, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb15edc29, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:46.0) Gecko/20100101 Firefox/46.0'),
(119, 4420, 1531255008.661592, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff54e875d1, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2887.96 Safari/537.36'),
(120, 4424, 1531256410.364655, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff67015dd9, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2719.99 Safari/537.36'),
(121, 4426, 1531256916.752944, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffbbbd1bec, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(122, 4432, 1531257932.933014, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff2927469d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:46.0) Gecko/20100101 Firefox/46.0'),
(123, 4437, 1531259702.091151, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffbbbe326d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:46.0) Gecko/20100101 Firefox/46.0'),
(124, 4440, 1531260923.983156, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffc52c1c2a, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2870.80 Safari/537.36'),
(125, 4443, 1531263307.663765, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb5ef2f76, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; Win64; x64; Trident/6.0)'),
(126, 4444, 1531263557.553909, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffbcffffa3, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(127, 4446, 1531265067.403874, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb168f261, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:47.0) Gecko/20100101 Firefox/47.0'),
(128, 4448, 1531266252.539923, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff82001e5c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2794.78 Safari/537.36'),
(129, 4450, 1531266364.111308, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb126bee6, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:47.0) Gecko/20100101 Firefox/47.0'),
(130, 4452, 1531267891.001223, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc4db4d33, 'Mozilla/5.0 (Windows NT 6.2; rv:47.0) Gecko/20100101 Firefox/47.0'),
(131, 4454, 1531269386.872016, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff31ecd635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(132, 4456, 1531269748.462003, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc532480e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2810.19 Safari/537.36'),
(133, 4459, 1531270905.609366, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff7799705a, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0)'),
(134, 4464, 1531272397.260841, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff73545c1f, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(135, 4467, 1531273712.825200, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8fff9aa0, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:47.0) Gecko/20100101 Firefox/47.0'),
(136, 4469, 1531274747.559465, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc4da9a1a, 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2697.49 Safari/537.36'),
(137, 4471, 1531275984.391263, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffca899a2e, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(138, 4473, 1531276438.273627, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb104a855, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(139, 4477, 1531277356.174820, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca898d52, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0'),
(140, 4479, 1531278536.995525, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb168f29b, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2962.89 Safari/537.36'),
(141, 4481, 1531279908.470779, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb571874a, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(142, 4483, 1531280415.165806, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8fff999b, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2741.91 Safari/537.36'),
(143, 4485, 1531281579.329607, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff2927be7f, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2783.59 Safari/537.36'),
(144, 4489, 1531283085.069566, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff059682ca, 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(145, 4493, 1531283752.507054, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffc9479b3f, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2890.47 Safari/537.36'),
(146, 4496, 1531285234.229773, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc983f450, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2894.49 Safari/537.36'),
(147, 4498, 1531286404.006837, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8fff999d, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2811.66 Safari/537.36'),
(148, 4501, 1531286607.685181, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff990c, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2846.61 Safari/537.36'),
(149, 4503, 1531287885.964090, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff73545c8e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2964.80 Safari/537.36'),
(150, 4506, 1531289412.793615, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff2927a319, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2662.50 Safari/537.36'),
(151, 4508, 1531290662.762418, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9a3a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2787.68 Safari/537.36'),
(152, 4510, 1531290867.078120, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffba9dda73, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:48.0) Gecko/20100101 Firefox/48.0'),
(153, 4513, 1531292544.427489, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff998b, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2699.74 Safari/537.36'),
(154, 4516, 1531294777.099826, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8acc4773, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2655.94 Safari/537.36'),
(155, 4518, 1531294788.252932, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffc52c7c8e, 'Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0'),
(156, 4520, 1531296222.631951, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc5339082, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.3; WOW64; Trident/4.0)'),
(157, 4522, 1531298045.003951, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff7354631a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:48.0) Gecko/20100101 Firefox/48.0'),
(158, 4524, 1531298262.588477, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffba2e2d32, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2850.66 Safari/537.36'),
(159, 4526, 1531299239.918875, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb126be9b, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(160, 4528, 1531300793.354071, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff735463cd, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2879.94 Safari/537.36'),
(161, 4530, 1531301508.549385, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9bbf, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2646.3 Safari/537.36'),
(162, 4532, 1531302218.840823, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffca899ae1, 'Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(163, 4534, 1531304433.800724, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb168f2b2, 'Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0'),
(164, 4536, 1531304770.270207, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffbb10371e, 'Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(165, 4538, 1531306017.607850, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb17d1454, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2917.81 Safari/537.36'),
(166, 4545, 1531307178.107622, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8fff9b2a, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2925.19 Safari/537.36'),
(167, 4548, 1531307616.135348, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8fff997e, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0'),
(168, 4550, 1531309126.315333, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff3a41a454, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2750.53 Safari/537.36'),
(169, 4552, 1531310589.724646, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffbb103753, 'Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko'),
(170, 4554, 1531311080.107118, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffbb3a84fb, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)'),
(171, 4556, 1531312144.761206, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff73546348, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2650.18 Safari/537.36'),
(172, 4559, 1531313550.818313, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff2927738c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0'),
(173, 4561, 1531313934.934086, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff99a0, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2876.92 Safari/537.36'),
(174, 4565, 1531315708.339011, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb4b7f7f8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:50.0) Gecko/20100101 Firefox/50.0'),
(175, 4567, 1531317289.153667, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb168f293, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0'),
(176, 4569, 1531318633.626458, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff8acc4750, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.3; WOW64; Trident/5.0)'),
(177, 4573, 1531319496.045136, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),
(178, 4588, 1531320203.182675, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffbd3b0531, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:49.0) Gecko/20100101 Firefox/49.0'),
(179, 4634, 1531321374.775743, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc83f6917, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2865.60 Safari/537.36'),
(180, 4813, 1531322922.329747, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff73545c7b, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/5.0)'),
(181, 5470, 1531325172.311635, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff67015e51, 'Mozilla/5.0 (Windows NT 10.0; rv:51.0) Gecko/20100101 Firefox/51.0'),
(182, 5497, 1531326646.268850, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff73545cfa, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.1; Trident/6.0)'),
(183, 5506, 1531326877.608937, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb128c35b, 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),
(184, 5529, 1531328193.739416, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc4ca4be5, 'Mozilla/5.0 (Windows NT 6.3; rv:48.0) Gecko/20100101 Firefox/48.0'),
(185, 5554, 1531329869.582566, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbb10371e, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.3; Win64; x64; Trident/4.0)'),
(186, 5557, 1531331184.789844, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb5d37192, 'Mozilla/5.0 (Windows NT 6.2; rv:45.0) Gecko/20100101 Firefox/45.0'),
(187, 5558, 1531332077.449515, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(188, 5559, 1531332078.288323, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(189, 5560, 1531332078.832016, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(190, 5561, 1531332079.227849, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(191, 5562, 1531332079.605821, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(192, 5563, 1531332080.034142, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(193, 5564, 1531332080.433236, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(194, 5565, 1531332080.803466, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(195, 5566, 1531332081.194263, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(196, 5567, 1531332081.599536, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(197, 5568, 1531332082.008533, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(198, 5569, 1531332082.385389, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(199, 5570, 1531332082.784728, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(200, 5571, 1531332083.217651, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(201, 5572, 1531332083.618136, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(202, 5573, 1531332084.089027, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(203, 5574, 1531332084.471288, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(204, 5575, 1531332084.944059, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(205, 5576, 1531332085.351630, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb9b6390d, ''),
(206, 5580, 1531333041.881804, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc4ca4be5, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2913.51 Safari/537.36'),
(207, 6047, 1531334193.792844, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc4da2be4, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(208, 6050, 1531336521.933747, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc9479be1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2700.42 Safari/537.36'),
(209, 6070, 1531337936.331125, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb17d1703, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2894.76 Safari/537.36'),
(210, 6079, 1531339397.772906, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff292063e1, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:49.0) Gecko/20100101 Firefox/49.0'),
(211, 6081, 1531340990.951555, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff50bc3b14, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0'),
(212, 6083, 1531343937.746073, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff73545c94, 'Mozilla/5.0 (Windows NT 5.1; Trident/7.0; rv:11.0) like Gecko'),
(213, 6085, 1531345469.180606, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb4b7f552, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(214, 6090, 1531347594.836481, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffa85a8fb3, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 5.1; WOW64; Trident/6.0)'),
(215, 6092, 1531349031.955895, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff5bc9aa11, 'Mozilla/5.0 (Windows NT 6.2; rv:46.0) Gecko/20100101 Firefox/46.0'),
(216, 6094, 1531350480.926803, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc4da5958, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2788.53 Safari/537.36'),
(217, 6096, 1531352023.663007, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff99a0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(218, 6100, 1531353736.578519, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff8acc4794, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0'),
(219, 6102, 1531354881.976978, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbcffffa3, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2648.79 Safari/537.36'),
(220, 6104, 1531357080.533162, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff3a528170, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2689.23 Safari/537.36'),
(221, 6106, 1531358650.946445, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb168f232, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2707.0 Safari/537.36'),
(222, 6108, 1531359070.604994, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffc92f1499, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36'),
(223, 6112, 1531360299.455802, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff73546375, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2937.72 Safari/537.36'),
(224, 6114, 1531361790.068617, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca899a01, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2649.53 Safari/537.36'),
(225, 6116, 1531363303.032869, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb126becb, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2728.16 Safari/537.36'),
(226, 6120, 1531364859.264784, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb168f291, 'Mozilla/5.0 (Windows NT 10.0; rv:50.0) Gecko/20100101 Firefox/50.0'),
(227, 6126, 1531368711.670127, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb17d1532, 'Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(228, 6130, 1531370205.973004, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff8fff9967, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:48.0) Gecko/20100101 Firefox/48.0'),
(229, 6133, 1531371772.262885, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffb19f6749, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:45.0) Gecko/20100101 Firefox/45.0'),
(230, 6138, 1531373185.522708, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8fff990d, 'Mozilla/5.0 (Windows NT 6.2; rv:45.0) Gecko/20100101 Firefox/45.0'),
(231, 6141, 1531374683.279839, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff73545c89, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2692.33 Safari/537.36'),
(232, 6143, 1531376153.242040, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffaaf7291b, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2844.28 Safari/537.36'),
(233, 6145, 1531378353.773385, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb1876553, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.3; Trident/4.0)'),
(234, 6147, 1531379897.037519, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffff8fff9912, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(235, 6151, 1531381608.105626, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffc5337aa0, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2740.3 Safari/537.36'),
(236, 6153, 1531383008.312814, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9926, 'Mozilla/5.0 (Windows NT 6.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(237, 6155, 1531384433.733438, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffbb103761, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(238, 6157, 1531385990.062465, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca899bca, 'Mozilla/5.0 (Windows NT 6.3; rv:51.0) Gecko/20100101 Firefox/51.0'),
(239, 6159, 1531387532.349745, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff73545c43, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 10.0; Win64; x64; Trident/5.0)'),
(240, 6161, 1531389656.437315, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffca898dc8, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(241, 6165, 1531390874.271046, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff86ecf81e, 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2706.18 Safari/537.36'),
(242, 6167, 1531392294.813185, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb758ebd9, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2628.28 Safari/537.36'),
(243, 6170, 1531393793.473310, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffc5339082, 'Mozilla/5.0 (X11; Linux i686 on x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(244, 6172, 1531395288.617882, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899bcb, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.3; Win64; x64; Trident/5.0)'),
(245, 6294, 1531397294.127849, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffffb126be14, 'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:48.0) Gecko/20100101 Firefox/48.0');
INSERT INTO `wp_wfLogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(246, 6344, 1531397943.891704, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),
(247, 6365, 1531398718.615550, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffbb10376a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2764.91 Safari/537.36'),
(248, 6372, 1531400789.700402, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff9958, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2664.82 Safari/537.36'),
(249, 6377, 1531401953.230404, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffb185fd43, 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),
(250, 6382, 1531402205.397651, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb126be66, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0'),
(251, 6385, 1531403576.372573, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc983a2c8, 'Mozilla/5.0 (Windows NT 6.3; rv:45.0) Gecko/20100101 Firefox/45.0'),
(252, 6388, 1531405051.046710, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffca898660, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2922.30 Safari/537.36'),
(253, 6390, 1531406495.062759, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffbd718d6a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:48.0) Gecko/20100101 Firefox/48.0'),
(254, 6394, 1531408048.642505, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb126ece1, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2974.42 Safari/537.36'),
(255, 6423, 1531410144.457415, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffbb10371a, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)'),
(256, 7406, 1531411554.773344, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff73545c23, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2908.53 Safari/537.36'),
(257, 7475, 1531413328.391343, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb168f29f, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2716.45 Safari/537.36'),
(258, 7618, 1531414719.647676, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffc1fe2562, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)'),
(259, 7620, 1531416103.175191, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffc87dece6, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2927.21 Safari/537.36'),
(260, 7622, 1531417530.473231, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8fff994d, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 10.0; Trident/6.0)'),
(261, 7626, 1531418989.810044, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffca899ada, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.2; WOW64; Trident/5.0)'),
(262, 7628, 1531421126.994570, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffa8cd27ec, 'Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(263, 7633, 1531422812.036976, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb168f1f3, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0'),
(264, 7635, 1531423996.163174, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff54e875c7, 'Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2776.84 Safari/537.36'),
(265, 7637, 1531425429.964702, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffb17d16d3, 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2932.93 Safari/537.36'),
(266, 7640, 1531426913.513493, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffffb168f2a8, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2879.87 Safari/537.36'),
(267, 7642, 1531428588.788086, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8acc46e2, 'Mozilla/5.0 (Windows NT 10.0; rv:49.0) Gecko/20100101 Firefox/49.0'),
(268, 7645, 1531430155.559063, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffc52d75af, 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2968.78 Safari/537.36'),
(269, 7647, 1531432241.685299, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffffb127de59, 'Mozilla/5.0 (Windows NT 5.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(270, 7651, 1531433641.284294, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff8acc46a7, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2751.60 Safari/537.36'),
(271, 7653, 1531435014.401716, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffbb3a84fb, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2727.80 Safari/537.36'),
(272, 7655, 1531436554.538750, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffca899a9e, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/4.0)'),
(273, 7657, 1531438206.706340, 1, 'loginFailInvalidUsername', 'anaclingenetica_admin', 0, 0x00000000000000000000ffff1f2b8e1c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0'),
(274, 7659, 1531439549.782222, 1, 'loginFailInvalidUsername', 'adminanaclingenetica', 0, 0x00000000000000000000ffffc52c1c2a, 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2741.27 Safari/537.36'),
(275, 7663, 1531440869.455492, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffffc4db4d33, 'Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2877.28 Safari/537.36'),
(276, 7665, 1531443027.042253, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffc983f450, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:46.0) Gecko/20100101 Firefox/46.0'),
(277, 7670, 1531444858.196830, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff6ea47eb0, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Win64; x64; Trident/4.0)'),
(278, 7672, 1531446299.639930, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff8acc4750, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:49.0) Gecko/20100101 Firefox/49.0'),
(279, 7680, 1531447734.936596, 1, 'loginFailInvalidUsername', 'anaclingeneticacom.br', 0, 0x00000000000000000000ffff8fff98e8, 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2729.72 Safari/537.36'),
(280, 7685, 1531449195.836216, 1, 'loginFailInvalidUsername', 'anaclingenetica', 0, 0x00000000000000000000ffff527fbcc1, 'Mozilla/5.0 (X11; Linux i686; rv:51.0) Gecko/20100101 Firefox/51.0'),
(281, 7691, 1531450604.245474, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8a76ebd4, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2816.36 Safari/537.36'),
(282, 7693, 1531452055.025123, 1, 'loginFailInvalidUsername', 'anaclingeneticaadmin', 0, 0x00000000000000000000ffff73545c2d, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(283, 7697, 1531454279.704477, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffff8fff9912, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(284, 7709, 1531485543.288698, 0, 'loginOK', 'admin', 1, 0x00000000000000000000ffffbfb1559d, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),
(285, 8138, 1531748176.855875, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffbd7a77a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(286, 8140, 1531748198.836562, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffbd7a77a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(287, 8145, 1531748319.878566, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffbd7a77a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),
(288, 8147, 1531748330.022603, 1, 'loginFailValidUsername', 'admin', 1, 0x00000000000000000000ffffbd7a77a3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfNotifications`
--

CREATE TABLE `wp_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfNotifications`
--

INSERT INTO `wp_wfNotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1530202205, '<a href=\"http://anaclingenetica.com.br/wp-admin/update-core.php\">Updates are available for 6 plugins</a>', '[]'),
('site-AIAAAAA', 0, 'wfplugin_scan', 502, 1530202017, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-AQAAAAA', 0, 'wfplugin_scan', 502, 1530202205, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">5 issues found in most recent scan</a>', '[]'),
('site-A4AAAAA', 0, 'wfplugin_updates', 502, 1530732722, '<a href=\"http://anaclingenetica.com.br/wp-admin/update-core.php\">Updates are available for 2 plugins</a>', '[]'),
('site-BAAAAAA', 0, 'wfplugin_scan', 502, 1530804492, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">3 issues found in most recent scan</a>', '[]'),
('site-D4AAAAA', 0, 'wfplugin_scan', 502, 1531065908, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-EQAAAAA', 0, 'wfplugin_updates', 502, 1531411511, '<a href=\"http://anaclingenetica.com.br/wp-admin/update-core.php\">Updates are available for 4 plugins</a>', '[]'),
('site-EUAAAAA', 0, 'wfplugin_scan', 502, 1531411512, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">4 issues found in most recent scan</a>', '[]'),
('site-FQAAAAA', 1, 'wfplugin_scan', 502, 1531747947, '<a href=\"http://anaclingenetica.com.br/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfPendingIssues`
--

CREATE TABLE `wp_wfPendingIssues` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfReverseCache`
--

CREATE TABLE `wp_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
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfReverseCache`
--

INSERT INTO `wp_wfReverseCache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffffbd7a77a3, 'bd7a77a3.virtua.com.br', 1531748176),
(0x00000000000000000000ffff42f9405d, 'crawl-66-249-64-93.googlebot.com', 1531748191),
(0x00000000000000000000ffff7f000001, 'localhost', 1531748216);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfScanners`
--

CREATE TABLE `wp_wfScanners` (
  `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',
  `hits` smallint(5) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfScanners`
--

INSERT INTO `wp_wfScanners` (`eMin`, `IP`, `hits`) VALUES
(25526466, 0x00000000000000000000ffffbf205215, 4),
(25526465, 0x00000000000000000000ffffbf205215, 1),
(25526407, 0x00000000000000000000ffff31d4ad6a, 1),
(25526271, 0x00000000000000000000ffff4047c48b, 1),
(25526271, 0x00000000000000000000ffff4047c3b0, 1),
(25526269, 0x00000000000000000000ffff4047c647, 1),
(25526269, 0x00000000000000000000ffff4047c703, 1),
(25525992, 0x00000000000000000000ffffd113aa39, 1),
(25529136, 0x00000000000000000000ffffbd7a77a3, 5),
(25529135, 0x00000000000000000000ffffbd7a77a3, 7),
(25529132, 0x00000000000000000000ffffbd7a77a3, 5),
(25529129, 0x00000000000000000000ffffb18896fc, 1),
(25525990, 0x00000000000000000000ffff4047c56e, 1),
(25529127, 0x00000000000000000000ffffb18896fc, 1),
(25528805, 0x00000000000000000000ffff67f9641b, 1),
(25527702, 0x00000000000000000000ffff4047c17d, 1),
(25527699, 0x00000000000000000000ffffce507372, 1);

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfSNIPCache`
--

CREATE TABLE `wp_wfSNIPCache` (
  `id` int(10) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfStatus`
--

CREATE TABLE `wp_wfStatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Extraindo dados da tabela `wp_wfStatus`
--

INSERT INTO `wp_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(1455, 1531147953.580272, 2, 'info', 'Scanned contents of 162 additional files at 6.68 per second'),
(1454, 1531147948.574874, 2, 'info', 'Scanned contents of 158 additional files at 8.21 per second'),
(1451, 1531147943.809953, 2, 'info', 'Scanned contents of 134 additional files at 9.26 per second'),
(1452, 1531147946.392585, 2, 'info', 'Scanned contents of 135 additional files at 7.92 per second'),
(1453, 1531147947.452366, 2, 'info', 'Scanned contents of 142 additional files at 7.84 per second'),
(1450, 1531147942.387546, 2, 'info', 'Scanned contents of 125 additional files at 9.58 per second'),
(1449, 1531147941.277516, 2, 'info', 'Scanned contents of 114 additional files at 9.55 per second'),
(1448, 1531147940.235362, 2, 'info', 'Scanned contents of 100 additional files at 9.18 per second'),
(1447, 1531147939.188332, 2, 'info', 'Scanned contents of 92 additional files at 9.34 per second'),
(1446, 1531147938.166250, 2, 'info', 'Scanned contents of 80 additional files at 9.06 per second'),
(1445, 1531147937.108835, 2, 'info', 'Scanned contents of 67 additional files at 8.62 per second'),
(1443, 1531147935.069045, 2, 'info', 'Scanned contents of 39 additional files at 6.80 per second'),
(1444, 1531147936.079560, 2, 'info', 'Scanned contents of 48 additional files at 7.12 per second'),
(1744, 1531491798.775345, 2, 'info', 'Scanned contents of 144 additional files at 12.49 per second'),
(1441, 1531147932.701895, 2, 'info', 'Scanned contents of 30 additional files at 8.92 per second'),
(1442, 1531147933.730632, 2, 'info', 'Scanned contents of 35 additional files at 7.97 per second'),
(1440, 1531147931.479998, 2, 'info', 'Scanned contents of 27 additional files at 12.60 per second'),
(1439, 1531147930.393575, 2, 'info', 'Scanned contents of 11 additional files at 10.41 per second'),
(1844, 1531747889.612785, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(1438, 1531147929.335612, 2, 'info', 'Starting scan of file contents'),
(1743, 1531491797.771135, 2, 'info', 'Scanned contents of 127 additional files at 12.07 per second'),
(1845, 1531747889.618880, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(1846, 1531747889.620945, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(1847, 1531747889.623518, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1848, 1531747889.624824, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1849, 1531747889.625646, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(1850, 1531747889.630608, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(1851, 1531747889.632657, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 212.07 GB'),
(1430, 1531147927.698587, 2, 'info', 'Analyzed 3691 files containing 55.64 MB of data.'),
(1429, 1531147927.439830, 2, 'info', 'Analyzed 3600 files containing 54.01 MB of data so far'),
(1742, 1531491796.715956, 2, 'info', 'Scanned contents of 109 additional files at 11.51 per second'),
(1741, 1531491795.706281, 2, 'info', 'Scanned contents of 96 additional files at 11.35 per second'),
(1740, 1531491794.637149, 2, 'info', 'Scanned contents of 78 additional files at 10.56 per second'),
(1739, 1531491793.617516, 2, 'info', 'Scanned contents of 60 additional files at 9.42 per second'),
(1738, 1531491792.586120, 2, 'info', 'Scanned contents of 54 additional files at 10.12 per second'),
(1737, 1531491791.485884, 2, 'info', 'Scanned contents of 39 additional files at 9.20 per second'),
(1736, 1531491790.417854, 2, 'info', 'Scanned contents of 36 additional files at 11.36 per second'),
(1735, 1531491789.394728, 2, 'info', 'Scanned contents of 30 additional files at 13.98 per second'),
(1734, 1531491788.251601, 2, 'info', 'Scanned contents of 19 additional files at 18.93 per second'),
(1733, 1531491787.246341, 2, 'info', 'Starting scan of file contents'),
(1732, 1531491786.417395, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(1731, 1531491786.414925, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(1730, 1531491786.408945, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(1729, 1531491786.404531, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(1728, 1531491786.395604, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(1727, 1531491786.391922, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(1726, 1531491786.388167, 10, 'info', 'SUM_ENDBAD:Comparing core WordPress files against originals in repository'),
(1725, 1531491786.387811, 2, 'info', 'Analyzed 3229 files containing 50.21 MB of data.'),
(1724, 1531491785.962588, 2, 'info', 'Analyzed 3200 files containing 49.84 MB of data so far'),
(1723, 1531491785.092752, 2, 'info', 'Analyzed 3100 files containing 46.77 MB of data so far'),
(1428, 1531147924.738389, 2, 'info', 'Analyzed 3500 files containing 50.47 MB of data so far'),
(1427, 1531147923.648052, 2, 'info', 'Analyzed 3400 files containing 49.1 MB of data so far'),
(1426, 1531147922.351007, 2, 'info', 'Analyzed 3300 files containing 47.23 MB of data so far'),
(1425, 1531147920.765606, 2, 'info', 'Analyzed 3200 files containing 45.57 MB of data so far'),
(1424, 1531147919.999152, 2, 'info', 'Analyzed 3100 files containing 43.74 MB of data so far'),
(1423, 1531147919.272551, 2, 'info', 'Analyzed 3000 files containing 41.32 MB of data so far'),
(1418, 1531147914.907337, 2, 'info', 'Analyzed 2500 files containing 35.42 MB of data so far'),
(1419, 1531147915.647436, 2, 'info', 'Analyzed 2600 files containing 35.9 MB of data so far'),
(1420, 1531147916.231579, 2, 'info', 'Analyzed 2700 files containing 36.36 MB of data so far'),
(1421, 1531147916.919155, 2, 'info', 'Analyzed 2800 files containing 36.94 MB of data so far'),
(1422, 1531147918.792456, 2, 'info', 'Analyzed 2900 files containing 40.73 MB of data so far'),
(1722, 1531491783.569664, 2, 'info', 'Analyzed 3000 files containing 44.68 MB of data so far'),
(1721, 1531491782.001660, 2, 'info', 'Analyzed 2900 files containing 42.38 MB of data so far'),
(1720, 1531491780.537388, 2, 'info', 'Analyzed 2800 files containing 40.35 MB of data so far'),
(1719, 1531491780.077498, 2, 'info', 'Analyzed 2700 files containing 39.19 MB of data so far'),
(1718, 1531491779.360176, 2, 'info', 'Analyzed 2600 files containing 37.51 MB of data so far'),
(1717, 1531491778.759685, 2, 'info', 'Analyzed 2500 files containing 35.45 MB of data so far'),
(1716, 1531491777.645038, 2, 'info', 'Analyzed 2400 files containing 33.08 MB of data so far'),
(1715, 1531491775.799462, 2, 'info', 'Analyzed 2300 files containing 31.16 MB of data so far'),
(1714, 1531491775.247611, 2, 'info', 'Analyzed 2200 files containing 30.76 MB of data so far'),
(1627, 1531229504.177213, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(1626, 1531229504.176934, 1, 'info', 'Scan Complete. Scanned 3694 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 1 minute 12 seconds.'),
(1625, 1531229504.176610, 2, 'info', 'Wordfence used 30 MB of memory for scan. Server peak memory usage was: 47.75 MB'),
(1624, 1531229504.176050, 1, 'info', '-------------------'),
(1623, 1531229504.171356, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(1622, 1531229504.170405, 2, 'info', 'Done examining URLs'),
(1621, 1531229504.169621, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1620, 1531229504.164979, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(1619, 1531229504.159019, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(1618, 1531229504.155308, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(1617, 1531229504.149346, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1616, 1531229501.354124, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1615, 1531229501.347555, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(1614, 1531229500.870589, 2, 'info', 'Starting password strength check on 1 users.'),
(1613, 1531229500.867878, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(1612, 1531229500.861309, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(1611, 1531229500.854148, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(1610, 1531229500.848708, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(1609, 1531229500.847804, 2, 'info', 'Done examining URLs'),
(1608, 1531229500.847404, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1607, 1531229500.821340, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(1606, 1531229500.814471, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(1605, 1531229500.811730, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(1604, 1531229500.805769, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(1603, 1531229500.802482, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(1601, 1531229500.790506, 2, 'info', 'Done URL check.'),
(1602, 1531229500.793227, 2, 'info', 'Done file contents scan'),
(1600, 1531229500.483594, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(1599, 1531229500.481958, 2, 'info', 'Done host key check.'),
(1598, 1531229500.079742, 2, 'info', 'Checking 589 host keys against Wordfence scanning servers.'),
(1597, 1531229500.077072, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1596, 1531229500.076788, 2, 'info', 'Scanned contents of 168 additional files at 7.88 per second'),
(1595, 1531229499.400900, 2, 'info', 'Scanned contents of 165 additional files at 7.99 per second'),
(1594, 1531229493.791609, 2, 'info', 'Scanned contents of 162 additional files at 10.77 per second'),
(1593, 1531229492.784458, 2, 'info', 'Scanned contents of 149 additional files at 10.61 per second'),
(1592, 1531229491.763749, 2, 'info', 'Scanned contents of 136 additional files at 10.45 per second'),
(1825, 1531598833.495176, 1, 'info', '-------------------'),
(1486, 1531147957.976021, 1, 'info', 'Scan Complete. Scanned 3691 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 1 minute 20 seconds.'),
(1485, 1531147957.975662, 2, 'info', 'Wordfence used 27 MB of memory for scan. Server peak memory usage was: 44.75 MB'),
(1484, 1531147957.975096, 1, 'info', '-------------------'),
(1826, 1531598833.496062, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18 MB'),
(1482, 1531147957.969253, 2, 'info', 'Done examining URLs'),
(1481, 1531147957.968782, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1827, 1531598833.496833, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1828, 1531598833.498066, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(1829, 1531690238.121189, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1830, 1531690238.125578, 1, 'info', 'Initiating quick scan'),
(1831, 1531690238.128478, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1832, 1531690238.143163, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1833, 1531690238.146009, 1, 'info', '-------------------'),
(1474, 1531147955.091956, 2, 'info', 'Starting password strength check on 1 users.'),
(1834, 1531690238.146929, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),
(1835, 1531690238.147256, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1836, 1531690238.147532, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(1837, 1531747881.086372, 1, 'info', 'Scheduled Wordfence scan starting at Monday 16th of July 2018 10:31:21 AM'),
(1417, 1531147914.058385, 2, 'info', 'Analyzed 2400 files containing 34.72 MB of data so far'),
(1416, 1531147913.529407, 2, 'info', 'Analyzed 2300 files containing 34.15 MB of data so far'),
(1415, 1531147908.549720, 2, 'info', 'Analyzed 2200 files containing 27.57 MB of data so far'),
(1412, 1531147905.355766, 2, 'info', 'Analyzed 1900 files containing 23.43 MB of data so far'),
(1413, 1531147905.768468, 2, 'info', 'Analyzed 2000 files containing 23.71 MB of data so far'),
(1414, 1531147906.893133, 2, 'info', 'Analyzed 2100 files containing 25.08 MB of data so far'),
(1411, 1531147904.931128, 2, 'info', 'Analyzed 1800 files containing 23.2 MB of data so far'),
(1410, 1531147904.383937, 2, 'info', 'Analyzed 1700 files containing 22.72 MB of data so far'),
(1409, 1531147903.908022, 2, 'info', 'Analyzed 1600 files containing 22.3 MB of data so far'),
(1408, 1531147903.109346, 2, 'info', 'Analyzed 1500 files containing 21.1 MB of data so far'),
(1407, 1531147902.404721, 2, 'info', 'Analyzed 1400 files containing 18.96 MB of data so far'),
(1406, 1531147899.432579, 2, 'info', 'Analyzed 1300 files containing 14.52 MB of data so far'),
(1405, 1531147898.845922, 2, 'info', 'Analyzed 1200 files containing 14.15 MB of data so far'),
(1404, 1531147898.374323, 2, 'info', 'Analyzed 1100 files containing 14.11 MB of data so far'),
(1403, 1531147897.657439, 2, 'info', 'Analyzed 1000 files containing 13.78 MB of data so far'),
(1401, 1531147895.956738, 2, 'info', 'Analyzed 800 files containing 11.6 MB of data so far'),
(1402, 1531147896.919339, 2, 'info', 'Analyzed 900 files containing 12.5 MB of data so far'),
(1400, 1531147895.554966, 2, 'info', 'Analyzed 700 files containing 10.84 MB of data so far'),
(1469, 1531147955.069931, 2, 'info', 'Done examining URLs'),
(1838, 1531747881.607989, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1468, 1531147955.069496, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1399, 1531147892.768042, 2, 'info', 'Analyzed 600 files containing 7.58 MB of data so far'),
(1398, 1531147891.936494, 2, 'info', 'Analyzed 500 files containing 6.72 MB of data so far'),
(1397, 1531147891.288373, 2, 'info', 'Analyzed 400 files containing 5.94 MB of data so far'),
(1394, 1531147888.667617, 2, 'info', 'Analyzed 100 files containing 1.36 MB of data so far'),
(1395, 1531147889.451320, 2, 'info', 'Analyzed 200 files containing 2.44 MB of data so far'),
(1396, 1531147890.114975, 2, 'info', 'Analyzed 300 files containing 3.8 MB of data so far'),
(1392, 1531147887.556315, 2, 'info', '3500 files indexed'),
(1393, 1531147887.601672, 2, 'info', '3691 files indexed'),
(1390, 1531147886.312296, 2, 'info', '2500 files indexed'),
(1391, 1531147887.306777, 2, 'info', '3000 files indexed'),
(1389, 1531147886.143182, 2, 'info', '2000 files indexed'),
(1852, 1531747889.632921, 2, 'info', 'The disk has 217159.52 MB available'),
(1853, 1531747889.633177, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(1386, 1531147885.347257, 2, 'info', '500 files indexed'),
(1387, 1531147885.731490, 2, 'info', '1000 files indexed'),
(1388, 1531147885.836004, 2, 'info', '1500 files indexed'),
(1865, 1531747890.379999, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(1864, 1531747890.378846, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(1854, 1531747889.638105, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(1855, 1531747889.640171, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(1856, 1531747889.644609, 2, 'info', 'Getting plugin list from WordPress'),
(1857, 1531747889.650143, 2, 'info', 'Found 9 plugins'),
(1858, 1531747889.650419, 2, 'info', 'Getting theme list from WordPress'),
(1859, 1531747889.660323, 2, 'info', 'Found 1 themes'),
(1860, 1531747889.666897, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(1861, 1531747890.371925, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(1862, 1531747890.374988, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(1863, 1531747890.376281, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(1839, 1531747881.610797, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1374, 1531147883.489373, 2, 'info', 'Found 1 themes'),
(1371, 1531147883.481809, 2, 'info', 'Getting plugin list from WordPress'),
(1372, 1531147883.487640, 2, 'info', 'Found 8 plugins'),
(1373, 1531147883.487976, 2, 'info', 'Getting theme list from WordPress'),
(1866, 1531747890.382582, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(1367, 1531147883.467940, 2, 'info', 'The disk has 566824.37 MB available'),
(1867, 1531747890.384515, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(1840, 1531747882.481864, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(1366, 1531147883.467617, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 553.54 GB'),
(1868, 1531747890.385015, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(1869, 1531747890.386501, 10, 'info', 'SUM_START:Scanning for known malware files'),
(1363, 1531147883.458226, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1362, 1531147883.455390, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1870, 1531747890.389458, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(1361, 1531147883.452992, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(1871, 1531747890.439098, 2, 'info', '500 files indexed'),
(1872, 1531747890.578089, 2, 'info', '1000 files indexed'),
(1873, 1531747890.628910, 2, 'info', '1500 files indexed'),
(1874, 1531747890.706917, 2, 'info', '2000 files indexed'),
(1875, 1531747890.749485, 2, 'info', '2500 files indexed'),
(1841, 1531747884.485001, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(1842, 1531747886.488009, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),
(1843, 1531747888.493507, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(1462, 1531147955.017611, 2, 'info', 'Done file contents scan'),
(1461, 1531147955.014222, 2, 'info', 'Done URL check.'),
(1460, 1531147954.710665, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(1459, 1531147954.709087, 2, 'info', 'Done host key check.'),
(1458, 1531147954.317822, 2, 'info', 'Checking 589 host keys against Wordfence scanning servers.'),
(1457, 1531147954.313492, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1456, 1531147954.313091, 2, 'info', 'Scanned contents of 165 additional files at 6.61 per second'),
(1591, 1531229489.179544, 2, 'info', 'Scanned contents of 121 additional files at 11.60 per second'),
(1590, 1531229487.994391, 2, 'info', 'Scanned contents of 103 additional files at 11.14 per second'),
(1589, 1531229486.961649, 2, 'info', 'Scanned contents of 88 additional files at 10.71 per second'),
(1588, 1531229485.931393, 2, 'info', 'Scanned contents of 71 additional files at 9.88 per second'),
(1587, 1531229484.888933, 2, 'info', 'Scanned contents of 55 additional files at 8.95 per second'),
(1586, 1531229483.868566, 2, 'info', 'Scanned contents of 39 additional files at 7.61 per second'),
(1585, 1531229482.809275, 2, 'info', 'Scanned contents of 35 additional files at 8.61 per second'),
(1713, 1531491774.543236, 2, 'info', 'Analyzed 2100 files containing 30.3 MB of data so far'),
(1712, 1531491773.797170, 2, 'info', 'Analyzed 2000 files containing 29.81 MB of data so far'),
(1711, 1531491772.992711, 2, 'info', 'Analyzed 1900 files containing 29.12 MB of data so far'),
(1710, 1531491772.462092, 2, 'info', 'Analyzed 1800 files containing 28.66 MB of data so far'),
(1709, 1531491769.036654, 2, 'info', 'Analyzed 1700 files containing 20.8 MB of data so far'),
(1708, 1531491767.291023, 2, 'info', 'Analyzed 1600 files containing 18.2 MB of data so far'),
(1707, 1531491766.695418, 2, 'info', 'Analyzed 1500 files containing 17.68 MB of data so far'),
(1706, 1531491766.246861, 2, 'info', 'Analyzed 1400 files containing 17.39 MB of data so far'),
(1705, 1531491765.874585, 2, 'info', 'Analyzed 1300 files containing 17.08 MB of data so far'),
(1704, 1531491765.364440, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(1703, 1531491764.584433, 2, 'info', 'Analyzed 1100 files containing 15.81 MB of data so far'),
(1702, 1531491764.056887, 2, 'info', 'Analyzed 1000 files containing 14.52 MB of data so far'),
(1701, 1531491762.885516, 2, 'info', 'Analyzed 900 files containing 12.56 MB of data so far'),
(1700, 1531491761.781635, 2, 'info', 'Analyzed 800 files containing 11.62 MB of data so far'),
(1699, 1531491760.983004, 2, 'info', 'Analyzed 700 files containing 10.85 MB of data so far'),
(1698, 1531491758.775648, 2, 'info', 'Analyzed 600 files containing 7.61 MB of data so far'),
(1876, 1531747890.865402, 2, 'info', '3000 files indexed'),
(1877, 1531747890.901379, 2, 'info', '3500 files indexed'),
(1878, 1531747890.941820, 2, 'info', '3790 files indexed'),
(1879, 1531747891.381483, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far'),
(1880, 1531747891.651135, 2, 'info', 'Analyzed 200 files containing 2.45 MB of data so far'),
(1354, 1531147876.508143, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1881, 1531747891.788374, 2, 'info', 'Analyzed 300 files containing 3.8 MB of data so far'),
(1351, 1531065908.970289, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1697, 1531491757.967665, 2, 'info', 'Analyzed 500 files containing 6.73 MB of data so far'),
(1696, 1531491757.303108, 2, 'info', 'Analyzed 400 files containing 5.97 MB of data so far'),
(1695, 1531491756.221025, 2, 'info', 'Analyzed 300 files containing 3.81 MB of data so far'),
(1694, 1531491755.613401, 2, 'info', 'Analyzed 200 files containing 2.45 MB of data so far'),
(1693, 1531491754.781424, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far'),
(1692, 1531491753.663445, 2, 'info', '3229 files indexed'),
(1691, 1531491753.580140, 2, 'info', '3000 files indexed'),
(1690, 1531491753.384544, 2, 'info', '2500 files indexed'),
(1689, 1531491752.975084, 2, 'info', '2000 files indexed'),
(1688, 1531491752.777962, 2, 'info', '1500 files indexed'),
(1687, 1531491752.597715, 2, 'info', '1000 files indexed'),
(1686, 1531491752.196766, 2, 'info', '500 files indexed'),
(1974, 1531747946.961029, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(1973, 1531747946.960773, 1, 'info', 'Scan Complete. Scanned 3790 files, 9 plugins, 1 themes, 20 posts, 0 comments and 349 URLs in 1 minute 4 seconds.'),
(1972, 1531747946.960463, 2, 'info', 'Wordfence used 29.75 MB of memory for scan. Server peak memory usage was: 47.75 MB'),
(1971, 1531747946.959966, 1, 'info', '-------------------'),
(1970, 1531747946.955987, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(1349, 1531065908.969079, 1, 'info', '-------------------'),
(1350, 1531065908.969973, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1882, 1531747892.390455, 2, 'info', 'Analyzed 400 files containing 5.95 MB of data so far'),
(1628, 1531238718.700500, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1346, 1531065908.912632, 1, 'info', 'Initiating quick scan'),
(1969, 1531747946.955180, 2, 'info', 'Done examining URLs'),
(1629, 1531238718.702116, 1, 'info', 'Initiating quick scan'),
(1630, 1531238718.714486, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1631, 1531238718.741541, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(1343, 1531005830.283597, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1968, 1531747946.954767, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1342, 1531005830.283289, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1341, 1531005830.282405, 1, 'info', '-------------------'),
(1632, 1531238718.744491, 1, 'info', '-------------------'),
(1633, 1531238718.745398, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1338, 1531005830.263003, 1, 'info', 'Initiating quick scan'),
(1967, 1531747946.951332, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(1966, 1531747946.946176, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(1965, 1531747946.942896, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(1964, 1531747946.937582, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1635, 1531238718.746038, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(1634, 1531238718.745748, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1335, 1530971168.485813, 1, 'info', 'Scan Complete. Scanned 3665 files, 8 plugins, 1 themes, 15 posts, 0 comments and 741 URLs in 1 minute 36 seconds.'),
(1963, 1531747944.343305, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1962, 1531747944.335329, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(1961, 1531747944.043672, 2, 'info', 'Starting password strength check on 1 users.'),
(1334, 1530971168.485494, 2, 'info', 'Wordfence used 29 MB of memory for scan. Server peak memory usage was: 47 MB'),
(1960, 1531747944.040359, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(1333, 1530971168.484910, 1, 'info', '-------------------'),
(1331, 1530971168.479321, 2, 'info', 'Done examining URLs'),
(1636, 1531325117.710723, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1330, 1530971168.478877, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1637, 1531325117.714696, 1, 'info', 'Initiating quick scan'),
(1638, 1531325117.738515, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1639, 1531325117.765108, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(1959, 1531747944.034321, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(1958, 1531747944.025833, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(1640, 1531325117.768422, 1, 'info', '-------------------'),
(1957, 1531747944.020622, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(1956, 1531747944.019737, 2, 'info', 'Done examining URLs'),
(1641, 1531325117.769659, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18 MB'),
(1642, 1531325117.770070, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1955, 1531747944.019384, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1323, 1530971165.036421, 2, 'info', 'Starting password strength check on 1 users.'),
(1643, 1531325117.770470, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(1644, 1531411512.041490, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1645, 1531411512.044375, 1, 'info', 'Initiating quick scan'),
(1646, 1531411512.068638, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1647, 1531411512.097544, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(1318, 1530971165.009800, 2, 'info', 'Done examining URLs'),
(1317, 1530971165.009308, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1648, 1531411512.101401, 1, 'info', '-------------------'),
(1649, 1531411512.102527, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1954, 1531747943.996899, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(1953, 1531747943.991789, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(1952, 1531747943.989844, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(1951, 1531747943.984841, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(1950, 1531747943.981753, 10, 'info', 'SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),
(1949, 1531747943.980490, 2, 'info', 'Adding issue: File appears to be malicious: index.php.infectado'),
(1948, 1531747943.971002, 2, 'info', 'Done file contents scan'),
(1947, 1531747943.659708, 2, 'info', 'Done URL check.'),
(1946, 1531747943.255228, 2, 'info', 'Checking 15 URLs from 9 sources.'),
(1945, 1531747943.253134, 2, 'info', 'Done host key check.'),
(1944, 1531747942.862237, 2, 'info', 'Checking 586 host keys against Wordfence scanning servers.'),
(1943, 1531747942.859676, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1942, 1531747942.859390, 2, 'info', 'Scanned contents of 181 additional files at 6.39 per second'),
(1941, 1531747942.110015, 2, 'info', 'Scanned contents of 178 additional files at 6.45 per second'),
(1940, 1531747935.021688, 2, 'info', 'Scanned contents of 174 additional files at 8.49 per second'),
(1939, 1531747933.765798, 2, 'info', 'Scanned contents of 151 additional files at 7.85 per second'),
(1938, 1531747932.759810, 2, 'info', 'Scanned contents of 143 additional files at 7.84 per second'),
(1937, 1531747929.178096, 2, 'info', 'Scanned contents of 128 additional files at 8.74 per second'),
(1936, 1531747928.121498, 2, 'info', 'Scanned contents of 111 additional files at 8.17 per second'),
(1935, 1531747927.060195, 2, 'info', 'Scanned contents of 95 additional files at 7.58 per second'),
(1934, 1531747926.034656, 2, 'info', 'Scanned contents of 77 additional files at 6.69 per second'),
(1933, 1531747925.017908, 2, 'info', 'Scanned contents of 62 additional files at 5.91 per second'),
(1932, 1531747923.998054, 2, 'info', 'Scanned contents of 47 additional files at 4.96 per second'),
(1931, 1531747922.862712, 2, 'info', 'Scanned contents of 44 additional files at 5.28 per second'),
(1930, 1531747921.785947, 2, 'info', 'Scanned contents of 40 additional files at 5.51 per second'),
(1929, 1531747920.295918, 2, 'info', 'Scanned contents of 35 additional files at 6.07 per second'),
(1928, 1531747919.089887, 2, 'info', 'Scanned contents of 27 additional files at 5.92 per second'),
(1927, 1531747918.082511, 2, 'info', 'Scanned contents of 10 additional files at 2.81 per second'),
(1926, 1531747917.016334, 2, 'info', 'Scanned contents of 8 additional files at 3.22 per second'),
(1925, 1531747915.764389, 2, 'info', 'Scanned contents of 5 additional files at 4.05 per second'),
(1924, 1531747914.526979, 2, 'info', 'Starting scan of file contents'),
(1650, 1531411512.102907, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1651, 1531411512.103261, 10, 'info', 'SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),
(1652, 1531491743.304028, 1, 'info', 'Scheduled Wordfence scan starting at Friday 13th of July 2018 11:22:23 AM'),
(1653, 1531491744.214296, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1311, 1530971164.958815, 2, 'info', 'Adding issue: File appears to be malicious: index.php'),
(1310, 1530971164.945410, 2, 'info', 'Done file contents scan'),
(1309, 1530971164.622325, 2, 'info', 'Done URL check.'),
(1923, 1531747913.229344, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(1922, 1531747913.227520, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(1921, 1531747913.221485, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(1920, 1531747913.216867, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(1919, 1531747913.206822, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(1918, 1531747913.203234, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(1917, 1531747913.199584, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(1916, 1531747913.199250, 2, 'info', 'Analyzed 3790 files containing 57.14 MB of data.'),
(1915, 1531747913.060709, 2, 'info', 'Analyzed 3700 files containing 55.72 MB of data so far'),
(1914, 1531747911.628980, 2, 'info', 'Analyzed 3600 files containing 51.98 MB of data so far'),
(1913, 1531747911.084932, 2, 'info', 'Analyzed 3500 files containing 50.62 MB of data so far'),
(1912, 1531747910.259285, 2, 'info', 'Analyzed 3400 files containing 48.74 MB of data so far'),
(1911, 1531747909.329491, 2, 'info', 'Analyzed 3300 files containing 47.21 MB of data so far'),
(1910, 1531747908.891446, 2, 'info', 'Analyzed 3200 files containing 45.25 MB of data so far'),
(1909, 1531747908.649527, 2, 'info', 'Analyzed 3100 files containing 42.82 MB of data so far'),
(1908, 1531747908.463332, 2, 'info', 'Analyzed 3000 files containing 42.23 MB of data so far'),
(1907, 1531747907.961697, 2, 'info', 'Analyzed 2900 files containing 38.44 MB of data so far'),
(1906, 1531747907.820457, 2, 'info', 'Analyzed 2800 files containing 37.86 MB of data so far'),
(1905, 1531747907.691461, 2, 'info', 'Analyzed 2700 files containing 37.39 MB of data so far'),
(1904, 1531747907.559614, 2, 'info', 'Analyzed 2600 files containing 37.03 MB of data so far'),
(1307, 1530971164.221429, 2, 'info', 'Done host key check.'),
(1308, 1530971164.224811, 2, 'info', 'Checking 8 URLs from 8 sources.'),
(1306, 1530971163.788743, 2, 'info', 'Checking 1475 host keys against Wordfence scanning servers.'),
(1305, 1530971163.781614, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1304, 1530971163.781312, 2, 'info', 'Scanned contents of 503 additional files at 13.34 per second'),
(1903, 1531747907.368179, 2, 'info', 'Analyzed 2500 files containing 36.2 MB of data so far'),
(1303, 1530971163.105213, 2, 'info', 'Scanned contents of 500 additional files at 13.50 per second'),
(1302, 1530971157.797292, 2, 'info', 'Scanned contents of 487 additional files at 15.35 per second'),
(1902, 1531747907.060209, 2, 'info', 'Analyzed 2400 files containing 35.42 MB of data so far'),
(1301, 1530971156.771087, 2, 'info', 'Scanned contents of 473 additional files at 15.41 per second'),
(1300, 1530971154.611154, 2, 'info', 'Scanned contents of 464 additional files at 16.26 per second'),
(1299, 1530971153.579692, 2, 'info', 'Scanned contents of 448 additional files at 16.29 per second'),
(1298, 1530971152.556833, 2, 'info', 'Scanned contents of 441 additional files at 16.66 per second'),
(1297, 1530971151.531679, 2, 'info', 'Scanned contents of 418 additional files at 16.42 per second'),
(1901, 1531747906.916024, 2, 'info', 'Analyzed 2300 files containing 34.82 MB of data so far'),
(1900, 1531747902.301596, 2, 'info', 'Analyzed 2200 files containing 27.45 MB of data so far'),
(1898, 1531747900.415152, 2, 'info', 'Analyzed 2000 files containing 23.89 MB of data so far'),
(1899, 1531747900.611535, 2, 'info', 'Analyzed 2100 files containing 24.64 MB of data so far'),
(1296, 1530971150.391588, 2, 'info', 'Scanned contents of 415 additional files at 17.07 per second'),
(1295, 1530971149.053622, 2, 'info', 'Scanned contents of 394 additional files at 17.15 per second'),
(1294, 1530971148.026343, 2, 'info', 'Scanned contents of 372 additional files at 16.95 per second'),
(1293, 1530971147.001963, 2, 'info', 'Scanned contents of 345 additional files at 16.49 per second'),
(1292, 1530971145.987814, 2, 'info', 'Scanned contents of 322 additional files at 16.17 per second'),
(1291, 1530971144.899049, 2, 'info', 'Scanned contents of 296 additional files at 15.73 per second'),
(1290, 1530971143.881947, 2, 'info', 'Scanned contents of 273 additional files at 15.34 per second'),
(1897, 1531747900.281062, 2, 'info', 'Analyzed 1900 files containing 23.6 MB of data so far'),
(1896, 1531747900.152362, 2, 'info', 'Analyzed 1800 files containing 23.37 MB of data so far'),
(1289, 1530971142.851646, 2, 'info', 'Scanned contents of 249 additional files at 14.85 per second'),
(1895, 1531747899.999654, 2, 'info', 'Analyzed 1700 files containing 22.9 MB of data so far'),
(1894, 1531747899.863656, 2, 'info', 'Analyzed 1600 files containing 22.48 MB of data so far'),
(1288, 1530971141.815506, 2, 'info', 'Scanned contents of 230 additional files at 14.62 per second'),
(1287, 1530971140.771651, 2, 'info', 'Scanned contents of 214 additional files at 14.57 per second'),
(1893, 1531747899.727176, 2, 'info', 'Analyzed 1500 files containing 21.28 MB of data so far'),
(1286, 1530971139.747182, 2, 'info', 'Scanned contents of 188 additional files at 13.76 per second'),
(1285, 1530971138.730101, 2, 'info', 'Scanned contents of 162 additional files at 12.81 per second'),
(1284, 1530971137.662357, 2, 'info', 'Scanned contents of 141 additional files at 12.17 per second'),
(1283, 1530971135.458602, 2, 'info', 'Scanned contents of 122 additional files at 13.01 per second'),
(1282, 1530971134.440407, 2, 'info', 'Scanned contents of 106 additional files at 12.68 per second'),
(1281, 1530971133.388289, 2, 'info', 'Scanned contents of 90 additional files at 12.31 per second'),
(1280, 1530971132.342236, 2, 'info', 'Scanned contents of 74 additional files at 11.82 per second'),
(1279, 1530971131.296380, 2, 'info', 'Scanned contents of 57 additional files at 10.93 per second'),
(1278, 1530971130.291442, 2, 'info', 'Scanned contents of 40 additional files at 9.50 per second'),
(1892, 1531747899.392265, 2, 'info', 'Analyzed 1400 files containing 19.03 MB of data so far'),
(1891, 1531747896.195128, 2, 'info', 'Analyzed 1300 files containing 14.73 MB of data so far'),
(1890, 1531747895.931947, 2, 'info', 'Analyzed 1200 files containing 14.36 MB of data so far'),
(1889, 1531747895.762121, 2, 'info', 'Analyzed 1100 files containing 14.32 MB of data so far'),
(1888, 1531747895.558363, 2, 'info', 'Analyzed 1000 files containing 13.97 MB of data so far'),
(1887, 1531747895.056576, 2, 'info', 'Analyzed 900 files containing 12.7 MB of data so far'),
(1886, 1531747894.587275, 2, 'info', 'Analyzed 800 files containing 11.7 MB of data so far'),
(1885, 1531747894.254795, 2, 'info', 'Analyzed 700 files containing 10.66 MB of data so far'),
(1884, 1531747892.974740, 2, 'info', 'Analyzed 600 files containing 7.68 MB of data so far'),
(1883, 1531747892.636279, 2, 'info', 'Analyzed 500 files containing 6.73 MB of data so far'),
(527, 1530538085.325207, 2, 'info', 'Analyzed 700 files containing 10.84 MB of data so far'),
(528, 1530538085.491484, 2, 'info', 'Analyzed 800 files containing 11.6 MB of data so far'),
(529, 1530538085.658078, 2, 'info', 'Analyzed 900 files containing 12.5 MB of data so far'),
(530, 1530538085.812720, 2, 'info', 'Analyzed 1000 files containing 13.78 MB of data so far'),
(531, 1530538085.955055, 2, 'info', 'Analyzed 1100 files containing 14.11 MB of data so far'),
(532, 1530538086.090868, 2, 'info', 'Analyzed 1200 files containing 14.15 MB of data so far'),
(533, 1530538086.234798, 2, 'info', 'Analyzed 1300 files containing 14.52 MB of data so far'),
(534, 1530538086.428864, 2, 'info', 'Analyzed 1400 files containing 18.96 MB of data so far'),
(535, 1530538086.614347, 2, 'info', 'Analyzed 1500 files containing 21.09 MB of data so far'),
(536, 1530538086.779436, 2, 'info', 'Analyzed 1600 files containing 22.3 MB of data so far'),
(537, 1530538086.924063, 2, 'info', 'Analyzed 1700 files containing 22.72 MB of data so far'),
(538, 1530538087.084576, 2, 'info', 'Analyzed 1800 files containing 23.2 MB of data so far'),
(539, 1530538087.245660, 2, 'info', 'Analyzed 1900 files containing 23.43 MB of data so far'),
(540, 1530538087.393424, 2, 'info', 'Analyzed 2000 files containing 23.71 MB of data so far'),
(541, 1530538087.553838, 2, 'info', 'Analyzed 2100 files containing 24.99 MB of data so far'),
(542, 1530538087.740371, 2, 'info', 'Analyzed 2200 files containing 27.48 MB of data so far'),
(543, 1530538087.975366, 2, 'info', 'Analyzed 2300 files containing 34.05 MB of data so far'),
(544, 1530538088.127579, 2, 'info', 'Analyzed 2400 files containing 34.62 MB of data so far'),
(545, 1530538088.294950, 2, 'info', 'Analyzed 2500 files containing 35.3 MB of data so far'),
(546, 1530538088.467508, 2, 'info', 'Analyzed 2600 files containing 35.78 MB of data so far'),
(547, 1530538088.633431, 2, 'info', 'Analyzed 2700 files containing 36.23 MB of data so far'),
(548, 1530538088.801154, 2, 'info', 'Analyzed 2800 files containing 36.83 MB of data so far'),
(549, 1530538089.012016, 2, 'info', 'Analyzed 2900 files containing 40.6 MB of data so far'),
(550, 1530538089.175338, 2, 'info', 'Analyzed 3000 files containing 41.2 MB of data so far'),
(551, 1530538089.377862, 2, 'info', 'Analyzed 3100 files containing 43.7 MB of data so far'),
(552, 1530538089.562997, 2, 'info', 'Analyzed 3200 files containing 45.6 MB of data so far'),
(553, 1530538089.732180, 2, 'info', 'Analyzed 3300 files containing 47.11 MB of data so far'),
(554, 1530538089.902457, 2, 'info', 'Analyzed 3400 files containing 49 MB of data so far'),
(555, 1530538090.077543, 2, 'info', 'Analyzed 3500 files containing 50.35 MB of data so far'),
(556, 1530538090.289539, 2, 'info', 'Analyzed 3600 files containing 54.11 MB of data so far'),
(557, 1530538090.451341, 2, 'info', 'Analyzed 3689 files containing 55.51 MB of data.'),
(1277, 1530971129.272856, 2, 'info', 'Scanned contents of 36 additional files at 11.27 per second'),
(1276, 1530971128.219777, 2, 'info', 'Scanned contents of 30 additional files at 14.02 per second'),
(1274, 1530971126.078174, 2, 'info', 'Starting scan of file contents'),
(1275, 1530971127.087250, 2, 'info', 'Scanned contents of 16 additional files at 15.88 per second'),
(1654, 1531491744.225572, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1655, 1531491745.119114, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(1656, 1531491747.121307, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(565, 1530538091.447289, 2, 'info', 'Starting scan of file contents'),
(566, 1530538092.457552, 2, 'info', 'Scanned contents of 12 additional files at 11.90 per second'),
(567, 1530538093.837335, 2, 'info', 'Scanned contents of 23 additional files at 9.63 per second'),
(568, 1530538094.847602, 2, 'info', 'Scanned contents of 29 additional files at 8.53 per second'),
(569, 1530538095.897024, 2, 'info', 'Scanned contents of 34 additional files at 7.64 per second'),
(570, 1530538097.212395, 2, 'info', 'Scanned contents of 39 additional files at 6.77 per second'),
(571, 1530538098.220850, 2, 'info', 'Scanned contents of 51 additional files at 7.53 per second'),
(572, 1530538099.270042, 2, 'info', 'Scanned contents of 64 additional files at 8.18 per second'),
(573, 1530538100.329564, 2, 'info', 'Scanned contents of 79 additional files at 8.90 per second'),
(574, 1530538101.337713, 2, 'info', 'Scanned contents of 87 additional files at 8.80 per second'),
(575, 1530538102.472635, 2, 'info', 'Scanned contents of 99 additional files at 8.98 per second'),
(576, 1530538103.476820, 2, 'info', 'Scanned contents of 110 additional files at 9.15 per second'),
(577, 1530538104.485835, 2, 'info', 'Scanned contents of 122 additional files at 9.36 per second'),
(578, 1530538107.169175, 2, 'info', 'Scanned contents of 135 additional files at 8.59 per second'),
(579, 1530538108.228318, 2, 'info', 'Scanned contents of 145 additional files at 8.64 per second'),
(580, 1530538110.824331, 2, 'info', 'Scanned contents of 158 additional files at 8.15 per second'),
(581, 1530538115.464389, 2, 'info', 'Scanned contents of 162 additional files at 6.75 per second'),
(582, 1530538116.150664, 2, 'info', 'Scanned contents of 165 additional files at 6.68 per second'),
(583, 1530538116.151018, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(584, 1530538116.153964, 2, 'info', 'Checking 595 host keys against Wordfence scanning servers.'),
(585, 1530538116.550968, 2, 'info', 'Done host key check.'),
(586, 1530538116.552738, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(587, 1530538116.858106, 2, 'info', 'Done URL check.'),
(588, 1530538116.861290, 2, 'info', 'Done file contents scan'),
(1657, 1531491749.123459, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),
(1658, 1531491751.129099, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(1659, 1531491751.133319, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(1660, 1531491751.140136, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(594, 1530538116.916174, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(595, 1530538116.916695, 2, 'info', 'Done examining URLs'),
(1661, 1531491751.142297, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(1266, 1530971124.856431, 2, 'info', 'Analyzed 3665 files containing 55.49 MB of data.'),
(1265, 1530971124.214506, 2, 'info', 'Analyzed 3600 files containing 54.4 MB of data so far'),
(600, 1530538116.942596, 2, 'info', 'Starting password strength check on 1 users.'),
(1264, 1530971123.174908, 2, 'info', 'Analyzed 3500 files containing 51.8 MB of data so far'),
(1263, 1530971120.786383, 2, 'info', 'Analyzed 3400 files containing 49.54 MB of data so far'),
(1262, 1530971119.167821, 2, 'info', 'Analyzed 3300 files containing 47.34 MB of data so far'),
(1261, 1530971117.711692, 2, 'info', 'Analyzed 3200 files containing 45.6 MB of data so far'),
(1260, 1530971117.105694, 2, 'info', 'Analyzed 3100 files containing 44.17 MB of data so far'),
(607, 1530538118.255310, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(608, 1530538118.255797, 2, 'info', 'Done examining URLs'),
(610, 1530538118.266004, 1, 'info', '-------------------'),
(611, 1530538118.266549, 2, 'info', 'Wordfence used 29.75 MB of memory for scan. Server peak memory usage was: 59.75 MB'),
(612, 1530538118.266878, 1, 'info', 'Scan Complete. Scanned 3689 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 41 seconds.'),
(1259, 1530971116.283802, 2, 'info', 'Analyzed 3000 files containing 42.09 MB of data so far'),
(1258, 1530971115.357291, 2, 'info', 'Analyzed 2900 files containing 40.63 MB of data so far'),
(615, 1530547511.936693, 1, 'info', 'Initiating quick scan'),
(1257, 1530971113.324669, 2, 'info', 'Analyzed 2800 files containing 36.94 MB of data so far'),
(618, 1530547511.963423, 1, 'info', '-------------------'),
(619, 1530547511.964433, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 29.25 MB'),
(620, 1530547511.964764, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1256, 1530971112.658779, 2, 'info', 'Analyzed 2700 files containing 36.29 MB of data so far'),
(1255, 1530971112.011971, 2, 'info', 'Analyzed 2600 files containing 35.84 MB of data so far'),
(623, 1530633917.278506, 1, 'info', 'Initiating quick scan'),
(1254, 1530971111.185223, 2, 'info', 'Analyzed 2500 files containing 35.46 MB of data so far'),
(1253, 1530971110.310785, 2, 'info', 'Analyzed 2400 files containing 34.73 MB of data so far'),
(626, 1530633917.306574, 1, 'info', '-------------------'),
(627, 1530633917.307409, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 29.25 MB'),
(628, 1530633917.307713, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1252, 1530971109.798587, 2, 'info', 'Analyzed 2300 files containing 34.16 MB of data so far'),
(630, 1530718665.426412, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 4th of July 2018 12:37:45 PM'),
(632, 1530718667.191944, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1251, 1530971105.292709, 2, 'info', 'Analyzed 2200 files containing 27.58 MB of data so far'),
(1250, 1530971103.048268, 2, 'info', 'Analyzed 2100 files containing 25.09 MB of data so far'),
(1249, 1530971101.888701, 2, 'info', 'Analyzed 2000 files containing 23.73 MB of data so far'),
(1248, 1530971101.402076, 2, 'info', 'Analyzed 1900 files containing 23.44 MB of data so far'),
(1247, 1530971101.018653, 2, 'info', 'Analyzed 1800 files containing 23.22 MB of data so far'),
(639, 1530718674.690782, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(640, 1530718674.693759, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(641, 1530718674.695314, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1246, 1530971100.368242, 2, 'info', 'Analyzed 1700 files containing 22.73 MB of data so far'),
(1245, 1530971099.716786, 2, 'info', 'Analyzed 1600 files containing 22.31 MB of data so far'),
(644, 1530718674.707435, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 566.27 GB'),
(645, 1530718674.707893, 2, 'info', 'The disk has 579862.29 MB available'),
(1244, 1530971099.148614, 2, 'info', 'Analyzed 1500 files containing 21.11 MB of data so far'),
(1243, 1530971098.551045, 2, 'info', 'Analyzed 1400 files containing 18.98 MB of data so far'),
(649, 1530718674.725739, 2, 'info', 'Getting plugin list from WordPress'),
(650, 1530718674.734784, 2, 'info', 'Found 8 plugins'),
(651, 1530718674.735223, 2, 'info', 'Getting theme list from WordPress'),
(652, 1530718674.737470, 2, 'info', 'Found 1 themes'),
(1242, 1530971095.431907, 2, 'info', 'Analyzed 1300 files containing 14.53 MB of data so far'),
(1241, 1530971094.917308, 2, 'info', 'Analyzed 1200 files containing 14.17 MB of data so far'),
(1240, 1530971094.440846, 2, 'info', 'Analyzed 1100 files containing 14.13 MB of data so far'),
(1239, 1530971093.826748, 2, 'info', 'Analyzed 1000 files containing 13.8 MB of data so far'),
(1238, 1530971092.684260, 2, 'info', 'Analyzed 900 files containing 12.52 MB of data so far'),
(1237, 1530971091.704989, 2, 'info', 'Analyzed 800 files containing 11.61 MB of data so far'),
(1236, 1530971091.350054, 2, 'info', 'Analyzed 700 files containing 10.85 MB of data so far'),
(1235, 1530971089.384851, 2, 'info', 'Analyzed 600 files containing 7.6 MB of data so far'),
(1234, 1530971087.539654, 2, 'info', 'Analyzed 500 files containing 6.74 MB of data so far'),
(664, 1530718675.709793, 2, 'info', '500 files indexed'),
(665, 1530718676.247123, 2, 'info', '1000 files indexed'),
(666, 1530718676.360845, 2, 'info', '1500 files indexed'),
(667, 1530718676.758282, 2, 'info', '2000 files indexed'),
(668, 1530718677.185209, 2, 'info', '2500 files indexed'),
(669, 1530718678.511068, 2, 'info', '3000 files indexed'),
(670, 1530718678.979162, 2, 'info', '3500 files indexed'),
(671, 1530718679.051634, 2, 'info', '3689 files indexed'),
(672, 1530718680.219436, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far');
INSERT INTO `wp_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(673, 1530718681.111356, 2, 'info', 'Analyzed 200 files containing 2.46 MB of data so far'),
(674, 1530718681.819351, 2, 'info', 'Analyzed 300 files containing 3.81 MB of data so far'),
(675, 1530718683.121478, 2, 'info', 'Analyzed 400 files containing 5.95 MB of data so far'),
(676, 1530718683.824543, 2, 'info', 'Analyzed 500 files containing 6.73 MB of data so far'),
(677, 1530718685.285427, 2, 'info', 'Analyzed 600 files containing 7.59 MB of data so far'),
(678, 1530718687.608420, 2, 'info', 'Analyzed 700 files containing 10.85 MB of data so far'),
(679, 1530718687.955741, 2, 'info', 'Analyzed 800 files containing 11.61 MB of data so far'),
(680, 1530718688.817223, 2, 'info', 'Analyzed 900 files containing 12.51 MB of data so far'),
(681, 1530718690.105850, 2, 'info', 'Analyzed 1000 files containing 13.8 MB of data so far'),
(682, 1530718690.786463, 2, 'info', 'Analyzed 1100 files containing 14.13 MB of data so far'),
(683, 1530718691.140555, 2, 'info', 'Analyzed 1200 files containing 14.17 MB of data so far'),
(684, 1530718691.694357, 2, 'info', 'Analyzed 1300 files containing 14.53 MB of data so far'),
(685, 1530718694.887679, 2, 'info', 'Analyzed 1400 files containing 18.98 MB of data so far'),
(686, 1530718695.448462, 2, 'info', 'Analyzed 1500 files containing 21.11 MB of data so far'),
(687, 1530718696.343166, 2, 'info', 'Analyzed 1600 files containing 22.31 MB of data so far'),
(688, 1530718697.084383, 2, 'info', 'Analyzed 1700 files containing 22.73 MB of data so far'),
(689, 1530718697.762377, 2, 'info', 'Analyzed 1800 files containing 23.21 MB of data so far'),
(690, 1530718698.328029, 2, 'info', 'Analyzed 1900 files containing 23.44 MB of data so far'),
(691, 1530718698.902272, 2, 'info', 'Analyzed 2000 files containing 23.72 MB of data so far'),
(692, 1530718700.646482, 2, 'info', 'Analyzed 2100 files containing 25 MB of data so far'),
(693, 1530718702.356442, 2, 'info', 'Analyzed 2200 files containing 27.5 MB of data so far'),
(694, 1530718707.133765, 2, 'info', 'Analyzed 2300 files containing 34.07 MB of data so far'),
(695, 1530718707.827118, 2, 'info', 'Analyzed 2400 files containing 34.64 MB of data so far'),
(696, 1530718708.545475, 2, 'info', 'Analyzed 2500 files containing 35.31 MB of data so far'),
(697, 1530718709.201573, 2, 'info', 'Analyzed 2600 files containing 35.79 MB of data so far'),
(698, 1530718709.785106, 2, 'info', 'Analyzed 2700 files containing 36.25 MB of data so far'),
(699, 1530718710.589544, 2, 'info', 'Analyzed 2800 files containing 36.84 MB of data so far'),
(700, 1530718712.580392, 2, 'info', 'Analyzed 2900 files containing 40.62 MB of data so far'),
(701, 1530718713.205532, 2, 'info', 'Analyzed 3000 files containing 41.21 MB of data so far'),
(702, 1530718714.285725, 2, 'info', 'Analyzed 3100 files containing 43.72 MB of data so far'),
(703, 1530718715.062059, 2, 'info', 'Analyzed 3200 files containing 45.61 MB of data so far'),
(704, 1530718717.022494, 2, 'info', 'Analyzed 3300 files containing 47.13 MB of data so far'),
(705, 1530718718.607251, 2, 'info', 'Analyzed 3400 files containing 49.01 MB of data so far'),
(706, 1530718719.689463, 2, 'info', 'Analyzed 3500 files containing 50.37 MB of data so far'),
(707, 1530718721.694542, 2, 'info', 'Analyzed 3600 files containing 54.13 MB of data so far'),
(708, 1530718722.299112, 2, 'info', 'Analyzed 3689 files containing 55.53 MB of data.'),
(1233, 1530971086.839682, 2, 'info', 'Analyzed 400 files containing 5.95 MB of data so far'),
(1232, 1530971085.656477, 2, 'info', 'Analyzed 300 files containing 3.81 MB of data so far'),
(1231, 1530971084.996637, 2, 'info', 'Analyzed 200 files containing 2.46 MB of data so far'),
(1229, 1530971082.976957, 2, 'info', '3665 files indexed'),
(1230, 1530971084.180664, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far'),
(1228, 1530971082.966464, 2, 'info', '3500 files indexed'),
(1226, 1530971082.296715, 2, 'info', '2500 files indexed'),
(1227, 1530971082.728480, 2, 'info', '3000 files indexed'),
(716, 1530718723.116273, 2, 'info', 'Starting scan of file contents'),
(717, 1530718724.180786, 2, 'info', 'Scanned contents of 12 additional files at 11.29 per second'),
(718, 1530718725.373197, 2, 'info', 'Scanned contents of 29 additional files at 12.86 per second'),
(719, 1530718726.386364, 2, 'info', 'Scanned contents of 32 additional files at 9.79 per second'),
(720, 1530718727.534932, 2, 'info', 'Scanned contents of 38 additional files at 8.60 per second'),
(721, 1530718728.565599, 2, 'info', 'Scanned contents of 42 additional files at 7.71 per second'),
(722, 1530718729.589118, 2, 'info', 'Scanned contents of 60 additional files at 9.27 per second'),
(723, 1530718730.612355, 2, 'info', 'Scanned contents of 76 additional files at 10.14 per second'),
(724, 1530718731.663583, 2, 'info', 'Scanned contents of 94 additional files at 11.00 per second'),
(725, 1530718732.816547, 2, 'info', 'Scanned contents of 99 additional files at 10.21 per second'),
(726, 1530718733.831403, 2, 'info', 'Scanned contents of 110 additional files at 10.27 per second'),
(727, 1530718734.838017, 2, 'info', 'Scanned contents of 125 additional files at 10.67 per second'),
(728, 1530718737.299996, 2, 'info', 'Scanned contents of 136 additional files at 9.59 per second'),
(729, 1530718738.349552, 2, 'info', 'Scanned contents of 143 additional files at 9.39 per second'),
(730, 1530718739.589709, 2, 'info', 'Scanned contents of 159 additional files at 9.65 per second'),
(731, 1530718744.770935, 2, 'info', 'Scanned contents of 163 additional files at 7.53 per second'),
(732, 1530718745.702138, 2, 'info', 'Scanned contents of 166 additional files at 7.35 per second'),
(733, 1530718745.702518, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(734, 1530718745.707209, 2, 'info', 'Checking 595 host keys against Wordfence scanning servers.'),
(735, 1530718746.100250, 2, 'info', 'Done host key check.'),
(736, 1530718746.101972, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(737, 1530718746.406315, 2, 'info', 'Done URL check.'),
(738, 1530718746.704519, 2, 'info', 'Done file contents scan'),
(739, 1530718746.714732, 2, 'info', 'Adding issue: File appears to be malicious: index.php'),
(1225, 1530971081.996586, 2, 'info', '2000 files indexed'),
(1223, 1530971081.584833, 2, 'info', '1000 files indexed'),
(1224, 1530971081.624313, 2, 'info', '1500 files indexed'),
(1662, 1531491751.144848, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1222, 1530971081.083204, 2, 'info', '500 files indexed'),
(1663, 1531491751.145975, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(745, 1530718746.770093, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(746, 1530718746.770639, 2, 'info', 'Done examining URLs'),
(1664, 1531491751.146743, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(1665, 1531491751.151625, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(1666, 1531491751.153677, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 217.83 GB'),
(1667, 1531491751.153950, 2, 'info', 'The disk has 223055.02 MB available'),
(751, 1530718746.801649, 2, 'info', 'Starting password strength check on 1 users.'),
(1668, 1531491751.154194, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(1669, 1531491751.158981, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(1670, 1531491751.160870, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(1671, 1531491751.164980, 2, 'info', 'Getting plugin list from WordPress'),
(1672, 1531491751.170254, 2, 'info', 'Found 8 plugins'),
(1673, 1531491751.170641, 2, 'info', 'Getting theme list from WordPress'),
(758, 1530718749.896798, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(759, 1530718749.897228, 2, 'info', 'Done examining URLs'),
(1674, 1531491751.172036, 2, 'info', 'Found 1 themes'),
(761, 1530718749.902378, 1, 'info', '-------------------'),
(762, 1530718749.902949, 2, 'info', 'Wordfence used 27 MB of memory for scan. Server peak memory usage was: 56 MB'),
(763, 1530718749.903293, 1, 'info', 'Scan Complete. Scanned 3689 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 1 minute 21 seconds.'),
(1675, 1531491751.177882, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(765, 1530718750.211769, 1, 'error', '<br />\n<b>Notice</b>:  Trying to get property of non-object in <b>/home/anacli00/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php</b> on line <b>114</b><br />\n<br />\n<b>Notice</b>:  Trying to get property of non-object in <b>/home/anacli00/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php</b> on line <b>114</b><br />\n<br />\n<b>Notice</b>:  Trying to get property of non-object in <b>/home/anacli00/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php</b> on line <b>114</b><br />\n<br />\n<b>Notice</b>:  Trying to get property of non-object in <b>/home/anacli00/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/core/updates.php</b> on line <b>114</b><br />\n0'),
(767, 1530732722.731282, 1, 'info', 'Initiating quick scan'),
(1210, 1530971080.008132, 2, 'info', 'Found 1 themes'),
(1209, 1530971079.999996, 2, 'info', 'Getting theme list from WordPress'),
(770, 1530732722.755419, 1, 'info', '-------------------'),
(771, 1530732722.756505, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 29.25 MB'),
(772, 1530732722.756924, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1208, 1530971079.999747, 2, 'info', 'Found 8 plugins'),
(1207, 1530971079.994272, 2, 'info', 'Getting plugin list from WordPress'),
(775, 1530803679.979867, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1676, 1531491752.068360, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(1677, 1531491752.072467, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(1203, 1530971079.898816, 2, 'info', 'The disk has 572330 MB available'),
(1202, 1530971079.898495, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 558.92 GB'),
(1678, 1531491752.073896, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(782, 1530803686.906653, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(783, 1530803686.909128, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(784, 1530803686.910205, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1679, 1531491752.076967, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(1199, 1530971079.890390, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(787, 1530803686.919406, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 563.08 GB'),
(788, 1530803686.919710, 2, 'info', 'The disk has 576590.75 MB available'),
(1198, 1530971079.889239, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1197, 1530971079.886689, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(792, 1530803686.933155, 2, 'info', 'Getting plugin list from WordPress'),
(793, 1530803686.938334, 2, 'info', 'Found 8 plugins'),
(794, 1530803686.938625, 2, 'info', 'Getting theme list from WordPress'),
(795, 1530803686.956929, 2, 'info', 'Found 1 themes'),
(1681, 1531491752.080922, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(1680, 1531491752.078245, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(1682, 1531491752.083173, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(1683, 1531491752.083820, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(1684, 1531491752.085563, 10, 'info', 'SUM_START:Scanning for known malware files'),
(1824, 1531598833.491872, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1685, 1531491752.088623, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(1489, 1531152308.518147, 1, 'info', 'Initiating quick scan'),
(1190, 1530971071.204608, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1823, 1531598833.475480, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(807, 1530803687.774943, 2, 'info', '500 files indexed'),
(808, 1530803688.207373, 2, 'info', '1000 files indexed'),
(809, 1530803688.308695, 2, 'info', '1500 files indexed'),
(810, 1530803688.572369, 2, 'info', '2000 files indexed'),
(811, 1530803688.890218, 2, 'info', '2500 files indexed'),
(812, 1530803690.364395, 2, 'info', '3000 files indexed'),
(813, 1530803690.741438, 2, 'info', '3500 files indexed'),
(814, 1530803690.818675, 2, 'info', '3689 files indexed'),
(815, 1530803691.888403, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far'),
(816, 1530803692.671423, 2, 'info', 'Analyzed 200 files containing 2.46 MB of data so far'),
(817, 1530803693.364730, 2, 'info', 'Analyzed 300 files containing 3.81 MB of data so far'),
(818, 1530803694.586436, 2, 'info', 'Analyzed 400 files containing 5.95 MB of data so far'),
(819, 1530803695.267498, 2, 'info', 'Analyzed 500 files containing 6.73 MB of data so far'),
(820, 1530803696.991323, 2, 'info', 'Analyzed 600 files containing 7.59 MB of data so far'),
(821, 1530803699.290810, 2, 'info', 'Analyzed 700 files containing 10.85 MB of data so far'),
(822, 1530803699.650010, 2, 'info', 'Analyzed 800 files containing 11.61 MB of data so far'),
(823, 1530803700.442361, 2, 'info', 'Analyzed 900 files containing 12.51 MB of data so far'),
(824, 1530803701.204507, 2, 'info', 'Analyzed 1000 files containing 13.8 MB of data so far'),
(825, 1530803702.370815, 2, 'info', 'Analyzed 1100 files containing 14.13 MB of data so far'),
(826, 1530803702.862890, 2, 'info', 'Analyzed 1200 files containing 14.17 MB of data so far'),
(827, 1530803703.462432, 2, 'info', 'Analyzed 1300 files containing 14.53 MB of data so far'),
(828, 1530803706.327032, 2, 'info', 'Analyzed 1400 files containing 18.98 MB of data so far'),
(829, 1530803706.945394, 2, 'info', 'Analyzed 1500 files containing 21.11 MB of data so far'),
(830, 1530803707.859282, 2, 'info', 'Analyzed 1600 files containing 22.31 MB of data so far'),
(831, 1530803708.383403, 2, 'info', 'Analyzed 1700 files containing 22.73 MB of data so far'),
(832, 1530803708.779597, 2, 'info', 'Analyzed 1800 files containing 23.21 MB of data so far'),
(833, 1530803709.321690, 2, 'info', 'Analyzed 1900 files containing 23.44 MB of data so far'),
(834, 1530803709.799832, 2, 'info', 'Analyzed 2000 files containing 23.72 MB of data so far'),
(835, 1530803710.834569, 2, 'info', 'Analyzed 2100 files containing 25 MB of data so far'),
(836, 1530803713.011535, 2, 'info', 'Analyzed 2200 files containing 27.5 MB of data so far'),
(837, 1530803717.408680, 2, 'info', 'Analyzed 2300 files containing 34.07 MB of data so far'),
(838, 1530803718.056689, 2, 'info', 'Analyzed 2400 files containing 34.64 MB of data so far'),
(839, 1530803718.780425, 2, 'info', 'Analyzed 2500 files containing 35.31 MB of data so far'),
(840, 1530803719.416449, 2, 'info', 'Analyzed 2600 files containing 35.79 MB of data so far'),
(841, 1530803719.928433, 2, 'info', 'Analyzed 2700 files containing 36.25 MB of data so far'),
(842, 1530803720.643569, 2, 'info', 'Analyzed 2800 files containing 36.84 MB of data so far'),
(843, 1530803722.139459, 2, 'info', 'Analyzed 2900 files containing 40.62 MB of data so far'),
(844, 1530803722.641049, 2, 'info', 'Analyzed 3000 files containing 41.21 MB of data so far'),
(845, 1530803723.379262, 2, 'info', 'Analyzed 3100 files containing 43.72 MB of data so far'),
(846, 1530803724.185034, 2, 'info', 'Analyzed 3200 files containing 45.61 MB of data so far'),
(847, 1530803725.435409, 2, 'info', 'Analyzed 3300 files containing 47.13 MB of data so far'),
(848, 1530803726.847512, 2, 'info', 'Analyzed 3400 files containing 49.01 MB of data so far'),
(849, 1530803727.941573, 2, 'info', 'Analyzed 3500 files containing 50.37 MB of data so far'),
(850, 1530803730.486570, 2, 'info', 'Analyzed 3600 files containing 54.13 MB of data so far'),
(851, 1530803731.065809, 2, 'info', 'Analyzed 3689 files containing 55.53 MB of data.'),
(1822, 1531598833.472451, 1, 'info', 'Initiating quick scan'),
(1188, 1530971069.438208, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 7th of July 2018 10:44:29 AM'),
(1186, 1530893145.058613, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1184, 1530893145.057564, 1, 'info', '-------------------'),
(1185, 1530893145.058354, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1821, 1531598833.469532, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1492, 1531152308.536108, 1, 'info', '-------------------'),
(1493, 1531152308.536840, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(859, 1530803732.165486, 2, 'info', 'Starting scan of file contents'),
(860, 1530803733.213707, 2, 'info', 'Scanned contents of 14 additional files at 13.38 per second'),
(861, 1530803734.216880, 2, 'info', 'Scanned contents of 29 additional files at 14.15 per second'),
(862, 1530803735.305364, 2, 'info', 'Scanned contents of 34 additional files at 10.83 per second'),
(863, 1530803736.428823, 2, 'info', 'Scanned contents of 38 additional files at 8.92 per second'),
(864, 1530803737.445393, 2, 'info', 'Scanned contents of 42 additional files at 7.96 per second'),
(865, 1530803738.448495, 2, 'info', 'Scanned contents of 55 additional files at 8.76 per second'),
(866, 1530803739.461521, 2, 'info', 'Scanned contents of 74 additional files at 10.14 per second'),
(867, 1530803740.469042, 2, 'info', 'Scanned contents of 88 additional files at 10.60 per second'),
(868, 1530803741.483081, 2, 'info', 'Scanned contents of 102 additional files at 10.95 per second'),
(869, 1530803742.522976, 2, 'info', 'Scanned contents of 114 additional files at 11.01 per second'),
(870, 1530803743.551927, 2, 'info', 'Scanned contents of 130 additional files at 11.42 per second'),
(871, 1530803746.284174, 2, 'info', 'Scanned contents of 136 additional files at 9.63 per second'),
(872, 1530803747.284211, 2, 'info', 'Scanned contents of 148 additional files at 9.79 per second'),
(873, 1530803752.673705, 2, 'info', 'Scanned contents of 163 additional files at 7.95 per second'),
(874, 1530803753.337961, 2, 'info', 'Scanned contents of 166 additional files at 7.84 per second'),
(875, 1530803753.338244, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(876, 1530803753.341009, 2, 'info', 'Checking 595 host keys against Wordfence scanning servers.'),
(877, 1530803753.733823, 2, 'info', 'Done host key check.'),
(878, 1530803753.735378, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(879, 1530803754.042097, 2, 'info', 'Done URL check.'),
(880, 1530803754.341776, 2, 'info', 'Done file contents scan'),
(881, 1530803754.350587, 2, 'info', 'Adding issue: File appears to be malicious: index.php'),
(1181, 1530893145.028175, 1, 'info', 'Initiating quick scan'),
(1494, 1531152308.537118, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1178, 1530809166.088083, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(887, 1530803754.384695, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(888, 1530803754.385053, 2, 'info', 'Done examining URLs'),
(1177, 1530809166.087705, 2, 'info', 'Wordfence used 256 KB of memory for scan. Server peak memory usage was: 18.25 MB'),
(1176, 1530809166.086591, 1, 'info', '-------------------'),
(1496, 1531229431.177917, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 10th of July 2018 10:30:31 AM'),
(893, 1530803754.407648, 2, 'info', 'Starting password strength check on 1 users.'),
(1173, 1530809166.069548, 1, 'info', 'Initiating quick scan'),
(1820, 1531513069.150480, 10, 'info', 'SUM_FINAL:Scan complete. Congratulations, no new problems found.'),
(1498, 1531229431.688144, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1819, 1531513069.150157, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(1818, 1531513069.149770, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),
(900, 1530803755.818446, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(901, 1530803755.818815, 2, 'info', 'Done examining URLs'),
(1584, 1531229481.683484, 2, 'info', 'Scanned contents of 29 additional files at 9.87 per second'),
(903, 1530803755.823507, 1, 'info', '-------------------'),
(904, 1530803755.823997, 2, 'info', 'Wordfence used 27 MB of memory for scan. Server peak memory usage was: 44.75 MB'),
(905, 1530803755.824273, 1, 'info', 'Scan Complete. Scanned 3689 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 1 minute 15 seconds.'),
(1583, 1531229479.785494, 2, 'info', 'Scanned contents of 11 additional files at 10.57 per second'),
(1582, 1531229478.743460, 2, 'info', 'Starting scan of file contents'),
(908, 1530804068.803031, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1581, 1531229477.905955, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blacklist'),
(1580, 1531229477.903837, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(1579, 1531229477.896809, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(1578, 1531229477.890179, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(915, 1530804075.162001, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(916, 1530804075.164228, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(917, 1530804075.165339, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1577, 1531229477.878675, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(920, 1530804075.174443, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 563.02 GB'),
(921, 1530804075.174749, 2, 'info', 'The disk has 576530.33 MB available'),
(1576, 1531229477.874416, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(1575, 1531229477.870055, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(925, 1530804075.188111, 2, 'info', 'Getting plugin list from WordPress'),
(926, 1530804075.193249, 2, 'info', 'Found 8 plugins'),
(927, 1530804075.193538, 2, 'info', 'Getting theme list from WordPress'),
(928, 1530804075.194941, 2, 'info', 'Found 1 themes'),
(1574, 1531229477.869659, 2, 'info', 'Analyzed 3694 files containing 55.66 MB of data.'),
(1573, 1531229477.611058, 2, 'info', 'Analyzed 3600 files containing 53.96 MB of data so far'),
(1572, 1531229476.006246, 2, 'info', 'Analyzed 3500 files containing 50.46 MB of data so far'),
(1571, 1531229474.991246, 2, 'info', 'Analyzed 3400 files containing 48.94 MB of data so far'),
(1570, 1531229474.064433, 2, 'info', 'Analyzed 3300 files containing 47.24 MB of data so far'),
(1569, 1531229472.850229, 2, 'info', 'Analyzed 3200 files containing 45.4 MB of data so far'),
(1568, 1531229472.157703, 2, 'info', 'Analyzed 3100 files containing 43.71 MB of data so far'),
(1567, 1531229471.461061, 2, 'info', 'Analyzed 3000 files containing 41.31 MB of data so far'),
(1566, 1531229471.024093, 2, 'info', 'Analyzed 2900 files containing 40.72 MB of data so far'),
(940, 1530804076.394597, 2, 'info', '500 files indexed'),
(941, 1530804076.436289, 2, 'info', '1000 files indexed'),
(942, 1530804076.468036, 2, 'info', '1500 files indexed'),
(943, 1530804076.492176, 2, 'info', '2000 files indexed'),
(944, 1530804076.516032, 2, 'info', '2500 files indexed'),
(945, 1530804076.603504, 2, 'info', '3000 files indexed'),
(946, 1530804076.625834, 2, 'info', '3500 files indexed'),
(947, 1530804076.631988, 2, 'info', '3689 files indexed'),
(948, 1530804076.770106, 2, 'info', 'Analyzed 100 files containing 1.37 MB of data so far'),
(949, 1530804076.906132, 2, 'info', 'Analyzed 200 files containing 2.46 MB of data so far'),
(950, 1530804077.055508, 2, 'info', 'Analyzed 300 files containing 3.81 MB of data so far'),
(951, 1530804077.214638, 2, 'info', 'Analyzed 400 files containing 5.95 MB of data so far'),
(952, 1530804077.362986, 2, 'info', 'Analyzed 500 files containing 6.73 MB of data so far'),
(953, 1530804077.508076, 2, 'info', 'Analyzed 600 files containing 7.59 MB of data so far'),
(954, 1530804077.685385, 2, 'info', 'Analyzed 700 files containing 10.85 MB of data so far'),
(955, 1530804077.810466, 2, 'info', 'Analyzed 800 files containing 11.61 MB of data so far'),
(956, 1530804077.934071, 2, 'info', 'Analyzed 900 files containing 12.51 MB of data so far'),
(957, 1530804078.059318, 2, 'info', 'Analyzed 1000 files containing 13.8 MB of data so far'),
(958, 1530804078.191806, 2, 'info', 'Analyzed 1100 files containing 14.13 MB of data so far'),
(959, 1530804078.317932, 2, 'info', 'Analyzed 1200 files containing 14.17 MB of data so far'),
(960, 1530804078.448082, 2, 'info', 'Analyzed 1300 files containing 14.53 MB of data so far'),
(961, 1530804078.629401, 2, 'info', 'Analyzed 1400 files containing 18.98 MB of data so far'),
(962, 1530804078.788054, 2, 'info', 'Analyzed 1500 files containing 21.11 MB of data so far'),
(963, 1530804078.937934, 2, 'info', 'Analyzed 1600 files containing 22.31 MB of data so far'),
(964, 1530804079.072417, 2, 'info', 'Analyzed 1700 files containing 22.73 MB of data so far'),
(965, 1530804079.208539, 2, 'info', 'Analyzed 1800 files containing 23.21 MB of data so far'),
(966, 1530804079.338334, 2, 'info', 'Analyzed 1900 files containing 23.44 MB of data so far'),
(967, 1530804079.470325, 2, 'info', 'Analyzed 2000 files containing 23.72 MB of data so far'),
(968, 1530804079.618863, 2, 'info', 'Analyzed 2100 files containing 25 MB of data so far'),
(969, 1530804079.779160, 2, 'info', 'Analyzed 2200 files containing 27.5 MB of data so far'),
(970, 1530804080.036029, 2, 'info', 'Analyzed 2300 files containing 34.07 MB of data so far'),
(971, 1530804080.226102, 2, 'info', 'Analyzed 2400 files containing 34.64 MB of data so far'),
(972, 1530804080.411724, 2, 'info', 'Analyzed 2500 files containing 35.31 MB of data so far'),
(973, 1530804080.588059, 2, 'info', 'Analyzed 2600 files containing 35.79 MB of data so far'),
(974, 1530804080.727539, 2, 'info', 'Analyzed 2700 files containing 36.25 MB of data so far'),
(975, 1530804080.907586, 2, 'info', 'Analyzed 2800 files containing 36.84 MB of data so far'),
(976, 1530804081.154876, 2, 'info', 'Analyzed 2900 files containing 40.62 MB of data so far'),
(977, 1530804081.292573, 2, 'info', 'Analyzed 3000 files containing 41.21 MB of data so far'),
(978, 1530804081.467207, 2, 'info', 'Analyzed 3100 files containing 43.72 MB of data so far'),
(979, 1530804081.635326, 2, 'info', 'Analyzed 3200 files containing 45.61 MB of data so far'),
(980, 1530804081.792240, 2, 'info', 'Analyzed 3300 files containing 47.13 MB of data so far'),
(981, 1530804081.982289, 2, 'info', 'Analyzed 3400 files containing 49.01 MB of data so far'),
(982, 1530804082.183019, 2, 'info', 'Analyzed 3500 files containing 50.37 MB of data so far'),
(983, 1530804082.373266, 2, 'info', 'Analyzed 3600 files containing 54.13 MB of data so far'),
(984, 1530804082.838258, 2, 'info', 'Analyzed 3689 files containing 55.53 MB of data.'),
(1565, 1531229469.768991, 2, 'info', 'Analyzed 2800 files containing 36.94 MB of data so far'),
(1564, 1531229469.131985, 2, 'info', 'Analyzed 2700 files containing 36.36 MB of data so far'),
(1563, 1531229468.473310, 2, 'info', 'Analyzed 2600 files containing 35.9 MB of data so far'),
(1562, 1531229467.721925, 2, 'info', 'Analyzed 2500 files containing 35.42 MB of data so far'),
(1561, 1531229466.968423, 2, 'info', 'Analyzed 2400 files containing 34.72 MB of data so far'),
(1560, 1531229466.380950, 2, 'info', 'Analyzed 2300 files containing 34.15 MB of data so far'),
(1559, 1531229462.765986, 2, 'info', 'Analyzed 2200 files containing 27.57 MB of data so far'),
(992, 1530804083.656240, 2, 'info', 'Starting scan of file contents'),
(993, 1530804084.687424, 2, 'info', 'Scanned contents of 15 additional files at 14.57 per second'),
(994, 1530804085.784182, 2, 'info', 'Scanned contents of 21 additional files at 9.88 per second'),
(995, 1530804086.855297, 2, 'info', 'Scanned contents of 30 additional files at 9.38 per second'),
(996, 1530804087.971094, 2, 'info', 'Scanned contents of 36 additional files at 8.35 per second'),
(997, 1530804089.004486, 2, 'info', 'Scanned contents of 40 additional files at 7.48 per second'),
(998, 1530804090.035255, 2, 'info', 'Scanned contents of 56 additional files at 8.78 per second'),
(999, 1530804091.056702, 2, 'info', 'Scanned contents of 76 additional files at 10.27 per second'),
(1000, 1530804092.182914, 2, 'info', 'Scanned contents of 97 additional files at 11.38 per second'),
(1001, 1530804093.303766, 2, 'info', 'Scanned contents of 109 additional files at 11.30 per second'),
(1002, 1530804094.376904, 2, 'info', 'Scanned contents of 126 additional files at 11.75 per second'),
(1003, 1530804096.639141, 2, 'info', 'Scanned contents of 136 additional files at 10.48 per second'),
(1004, 1530804097.647842, 2, 'info', 'Scanned contents of 150 additional files at 10.72 per second'),
(1005, 1530804104.009282, 2, 'info', 'Scanned contents of 163 additional files at 8.01 per second'),
(1006, 1530804104.693087, 2, 'info', 'Scanned contents of 166 additional files at 7.89 per second'),
(1007, 1530804104.693417, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1008, 1530804104.696256, 2, 'info', 'Checking 595 host keys against Wordfence scanning servers.'),
(1009, 1530804105.109526, 2, 'info', 'Done host key check.'),
(1010, 1530804105.111045, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(1011, 1530804105.426504, 2, 'info', 'Done URL check.'),
(1012, 1530804105.735806, 2, 'info', 'Done file contents scan'),
(1013, 1530804105.744583, 2, 'info', 'Adding issue: File appears to be malicious: index.php'),
(1558, 1531229461.123871, 2, 'info', 'Analyzed 2100 files containing 25.08 MB of data so far'),
(1557, 1531229459.987018, 2, 'info', 'Analyzed 2000 files containing 23.71 MB of data so far'),
(1556, 1531229459.682192, 2, 'info', 'Analyzed 1900 files containing 23.43 MB of data so far'),
(1555, 1531229459.300980, 2, 'info', 'Analyzed 1800 files containing 23.2 MB of data so far'),
(1554, 1531229458.957240, 2, 'info', 'Analyzed 1700 files containing 22.72 MB of data so far'),
(1019, 1530804105.784648, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1020, 1530804105.785083, 2, 'info', 'Done examining URLs'),
(1553, 1531229458.285371, 2, 'info', 'Analyzed 1600 files containing 22.3 MB of data so far'),
(1552, 1531229457.413991, 2, 'info', 'Analyzed 1500 files containing 21.1 MB of data so far'),
(1551, 1531229456.830563, 2, 'info', 'Analyzed 1400 files containing 18.96 MB of data so far'),
(1025, 1530804105.806497, 2, 'info', 'Starting password strength check on 1 users.'),
(1550, 1531229453.636913, 2, 'info', 'Analyzed 1300 files containing 14.52 MB of data so far'),
(1549, 1531229453.127658, 2, 'info', 'Analyzed 1200 files containing 14.15 MB of data so far'),
(1548, 1531229452.664969, 2, 'info', 'Analyzed 1100 files containing 14.11 MB of data so far'),
(1547, 1531229452.003071, 2, 'info', 'Analyzed 1000 files containing 13.78 MB of data so far'),
(1546, 1531229450.882958, 2, 'info', 'Analyzed 900 files containing 12.5 MB of data so far'),
(1032, 1530804107.239564, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1033, 1530804107.239952, 2, 'info', 'Done examining URLs'),
(1545, 1531229450.100239, 2, 'info', 'Analyzed 800 files containing 11.6 MB of data so far'),
(1035, 1530804107.244668, 1, 'info', '-------------------'),
(1036, 1530804107.245149, 2, 'info', 'Wordfence used 29.5 MB of memory for scan. Server peak memory usage was: 47.25 MB'),
(1037, 1530804107.245418, 1, 'info', 'Scan Complete. Scanned 3689 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 38 seconds.'),
(1039, 1530804451.579601, 1, 'info', 'Scan stop request received.'),
(1544, 1531229449.699615, 2, 'info', 'Analyzed 700 files containing 10.84 MB of data so far'),
(1543, 1531229446.861595, 2, 'info', 'Analyzed 600 files containing 7.58 MB of data so far'),
(1042, 1530804455.492753, 1, 'info', 'Contacting Wordfence to initiate scan'),
(1542, 1531229445.961100, 2, 'info', 'Analyzed 500 files containing 6.72 MB of data so far'),
(1541, 1531229445.275922, 2, 'info', 'Analyzed 400 files containing 5.94 MB of data so far'),
(1540, 1531229444.182733, 2, 'info', 'Analyzed 300 files containing 3.8 MB of data so far'),
(1539, 1531229443.471942, 2, 'info', 'Analyzed 200 files containing 2.44 MB of data so far'),
(1538, 1531229442.707955, 2, 'info', 'Analyzed 100 files containing 1.36 MB of data so far'),
(1537, 1531229441.625209, 2, 'info', '3694 files indexed'),
(1049, 1530804461.837658, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(1050, 1530804461.840067, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1051, 1530804461.841268, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1536, 1531229441.550062, 2, 'info', '3500 files indexed'),
(1535, 1531229441.360447, 2, 'info', '3000 files indexed'),
(1054, 1530804461.849680, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 562.96 GB'),
(1055, 1530804461.849981, 2, 'info', 'The disk has 576472.52 MB available'),
(1534, 1531229440.587342, 2, 'info', '2500 files indexed'),
(1533, 1531229440.418201, 2, 'info', '2000 files indexed'),
(1532, 1531229440.206423, 2, 'info', '1500 files indexed'),
(1059, 1530804461.861942, 2, 'info', 'Getting plugin list from WordPress'),
(1060, 1530804461.866829, 2, 'info', 'Found 8 plugins'),
(1061, 1530804461.867091, 2, 'info', 'Getting theme list from WordPress'),
(1062, 1530804461.868415, 2, 'info', 'Found 1 themes'),
(1530, 1531229439.718242, 2, 'info', '500 files indexed'),
(1531, 1531229440.007694, 2, 'info', '1000 files indexed'),
(1529, 1531229439.568242, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(1528, 1531229439.564660, 10, 'info', 'SUM_START:Scanning for known malware files'),
(1527, 1531229439.562423, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(1526, 1531229439.561792, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(1525, 1531229439.559526, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(1524, 1531229439.556400, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(1523, 1531229439.555108, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(1522, 1531229439.552057, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(1074, 1530804462.605474, 2, 'info', '500 files indexed'),
(1075, 1530804462.639809, 2, 'info', '1000 files indexed'),
(1076, 1530804462.660912, 2, 'info', '1500 files indexed'),
(1077, 1530804462.684709, 2, 'info', '2000 files indexed'),
(1078, 1530804462.711075, 2, 'info', '2500 files indexed'),
(1079, 1530804462.768790, 2, 'info', '3000 files indexed'),
(1080, 1530804462.790714, 2, 'info', '3500 files indexed'),
(1081, 1530804462.796825, 2, 'info', '3689 files indexed'),
(1082, 1530804462.943569, 2, 'info', 'Analyzed 100 files containing 1.36 MB of data so far'),
(1083, 1530804463.102295, 2, 'info', 'Analyzed 200 files containing 2.44 MB of data so far'),
(1084, 1530804463.298638, 2, 'info', 'Analyzed 300 files containing 3.8 MB of data so far'),
(1085, 1530804463.497220, 2, 'info', 'Analyzed 400 files containing 5.94 MB of data so far'),
(1086, 1530804463.619781, 2, 'info', 'Analyzed 500 files containing 6.72 MB of data so far'),
(1087, 1530804463.760505, 2, 'info', 'Analyzed 600 files containing 7.58 MB of data so far'),
(1088, 1530804463.927417, 2, 'info', 'Analyzed 700 files containing 10.84 MB of data so far'),
(1089, 1530804464.068106, 2, 'info', 'Analyzed 800 files containing 11.6 MB of data so far'),
(1090, 1530804464.207179, 2, 'info', 'Analyzed 900 files containing 12.5 MB of data so far'),
(1091, 1530804464.347072, 2, 'info', 'Analyzed 1000 files containing 13.78 MB of data so far'),
(1092, 1530804464.480283, 2, 'info', 'Analyzed 1100 files containing 14.11 MB of data so far'),
(1093, 1530804464.598995, 2, 'info', 'Analyzed 1200 files containing 14.15 MB of data so far'),
(1094, 1530804464.714438, 2, 'info', 'Analyzed 1300 files containing 14.52 MB of data so far'),
(1095, 1530804464.884361, 2, 'info', 'Analyzed 1400 files containing 18.96 MB of data so far'),
(1096, 1530804465.042237, 2, 'info', 'Analyzed 1500 files containing 21.09 MB of data so far'),
(1097, 1530804465.189725, 2, 'info', 'Analyzed 1600 files containing 22.3 MB of data so far'),
(1098, 1530804465.318952, 2, 'info', 'Analyzed 1700 files containing 22.72 MB of data so far'),
(1099, 1530804465.454229, 2, 'info', 'Analyzed 1800 files containing 23.2 MB of data so far'),
(1100, 1530804465.588270, 2, 'info', 'Analyzed 1900 files containing 23.43 MB of data so far'),
(1101, 1530804465.767237, 2, 'info', 'Analyzed 2000 files containing 23.71 MB of data so far'),
(1102, 1530804465.961057, 2, 'info', 'Analyzed 2100 files containing 24.99 MB of data so far'),
(1103, 1530804466.127814, 2, 'info', 'Analyzed 2200 files containing 27.48 MB of data so far'),
(1104, 1530804466.334493, 2, 'info', 'Analyzed 2300 files containing 34.05 MB of data so far'),
(1105, 1530804466.474642, 2, 'info', 'Analyzed 2400 files containing 34.62 MB of data so far'),
(1106, 1530804466.614951, 2, 'info', 'Analyzed 2500 files containing 35.3 MB of data so far'),
(1107, 1530804466.759135, 2, 'info', 'Analyzed 2600 files containing 35.78 MB of data so far'),
(1108, 1530804466.879915, 2, 'info', 'Analyzed 2700 files containing 36.23 MB of data so far'),
(1109, 1530804467.010064, 2, 'info', 'Analyzed 2800 files containing 36.83 MB of data so far'),
(1110, 1530804467.185696, 2, 'info', 'Analyzed 2900 files containing 40.6 MB of data so far'),
(1111, 1530804467.326235, 2, 'info', 'Analyzed 3000 files containing 41.2 MB of data so far'),
(1112, 1530804467.502817, 2, 'info', 'Analyzed 3100 files containing 43.7 MB of data so far'),
(1113, 1530804467.663594, 2, 'info', 'Analyzed 3200 files containing 45.6 MB of data so far'),
(1114, 1530804467.807501, 2, 'info', 'Analyzed 3300 files containing 47.11 MB of data so far'),
(1115, 1530804467.946567, 2, 'info', 'Analyzed 3400 files containing 49 MB of data so far'),
(1116, 1530804468.097053, 2, 'info', 'Analyzed 3500 files containing 50.35 MB of data so far'),
(1117, 1530804468.281750, 2, 'info', 'Analyzed 3600 files containing 54.11 MB of data so far'),
(1118, 1530804468.421380, 2, 'info', 'Analyzed 3689 files containing 55.51 MB of data.'),
(1521, 1531229439.550623, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(1520, 1531229439.546748, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(1519, 1531229438.860068, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(1518, 1531229438.852303, 2, 'info', 'Found 1 themes'),
(1516, 1531229438.842122, 2, 'info', 'Found 8 plugins'),
(1517, 1531229438.842491, 2, 'info', 'Getting theme list from WordPress'),
(1515, 1531229438.833012, 2, 'info', 'Getting plugin list from WordPress'),
(1126, 1530804469.232058, 2, 'info', 'Starting scan of file contents'),
(1127, 1530804470.256957, 2, 'info', 'Scanned contents of 16 additional files at 15.63 per second'),
(1128, 1530804471.886815, 2, 'info', 'Scanned contents of 29 additional files at 10.93 per second'),
(1129, 1530804472.892979, 2, 'info', 'Scanned contents of 34 additional files at 9.29 per second'),
(1130, 1530804474.107175, 2, 'info', 'Scanned contents of 39 additional files at 8.00 per second'),
(1131, 1530804475.143128, 2, 'info', 'Scanned contents of 56 additional files at 9.48 per second'),
(1132, 1530804476.168689, 2, 'info', 'Scanned contents of 75 additional files at 10.81 per second'),
(1133, 1530804477.252222, 2, 'info', 'Scanned contents of 96 additional files at 11.97 per second'),
(1134, 1530804478.317278, 2, 'info', 'Scanned contents of 107 additional files at 11.78 per second'),
(1135, 1530804479.420845, 2, 'info', 'Scanned contents of 121 additional files at 11.88 per second'),
(1136, 1530804481.943964, 2, 'info', 'Scanned contents of 135 additional files at 10.62 per second'),
(1137, 1530804482.958181, 2, 'info', 'Scanned contents of 146 additional files at 10.64 per second'),
(1138, 1530804484.287421, 2, 'info', 'Scanned contents of 158 additional files at 10.50 per second'),
(1139, 1530804489.440839, 2, 'info', 'Scanned contents of 162 additional files at 8.02 per second'),
(1140, 1530804490.145342, 2, 'info', 'Scanned contents of 165 additional files at 7.89 per second'),
(1141, 1530804490.145639, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1142, 1530804490.148415, 2, 'info', 'Checking 595 host keys against Wordfence scanning servers.'),
(1143, 1530804490.538948, 2, 'info', 'Done host key check.'),
(1144, 1530804490.540516, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(1145, 1530804490.845364, 2, 'info', 'Done URL check.'),
(1146, 1530804490.848160, 2, 'info', 'Done file contents scan'),
(1514, 1531229438.827269, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(1513, 1531229438.824685, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(1512, 1531229438.818073, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(1511, 1531229438.817735, 2, 'info', 'The disk has 230246.72 MB available'),
(1510, 1531229438.817344, 2, 'info', 'Total disk space: 1.44 TB -- Free disk space: 224.85 GB'),
(1152, 1530804490.901103, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1153, 1530804490.901460, 2, 'info', 'Done examining URLs'),
(1509, 1531229438.814582, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(1508, 1531229438.808048, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(1507, 1531229438.806869, 2, 'info', 'Scanning DNS MX record for anaclingenetica.com.br'),
(1158, 1530804490.923552, 2, 'info', 'Starting password strength check on 1 users.'),
(1506, 1531229438.805566, 2, 'info', 'Scanning DNS A record for anaclingenetica.com.br'),
(1505, 1531229438.802613, 2, 'info', 'Starting DNS scan for anaclingenetica.com.br'),
(1504, 1531229438.799885, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(1813, 1531513069.110493, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(1814, 1531513069.112358, 1, 'info', 'Initiating quick scan'),
(1815, 1531513069.128084, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1165, 1530804492.348755, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1166, 1530804492.349198, 2, 'info', 'Done examining URLs'),
(1816, 1531513069.146389, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1168, 1530804492.354701, 1, 'info', '-------------------'),
(1169, 1530804492.355277, 2, 'info', 'Wordfence used 29.5 MB of memory for scan. Server peak memory usage was: 47.5 MB'),
(1170, 1530804492.355633, 1, 'info', 'Scan Complete. Scanned 3689 files, 8 plugins, 1 themes, 15 posts, 0 comments and 300 URLs in 37 seconds.'),
(1817, 1531513069.148771, 1, 'info', '-------------------'),
(1745, 1531491799.792052, 2, 'info', 'Scanned contents of 159 additional files at 12.68 per second'),
(1746, 1531491801.049631, 2, 'info', 'Scanned contents of 166 additional files at 12.03 per second'),
(1747, 1531491802.139546, 2, 'info', 'Scanned contents of 176 additional files at 11.82 per second'),
(1748, 1531491803.197210, 2, 'info', 'Scanned contents of 187 additional files at 11.72 per second'),
(1749, 1531491804.265997, 2, 'info', 'Scanned contents of 201 additional files at 11.81 per second'),
(1750, 1531491805.273675, 2, 'info', 'Scanned contents of 212 additional files at 11.76 per second'),
(1751, 1531491806.408328, 2, 'info', 'Scanned contents of 219 additional files at 11.43 per second'),
(1752, 1531491807.469137, 2, 'info', 'Scanned contents of 225 additional files at 11.13 per second'),
(1753, 1531491808.528678, 2, 'info', 'Scanned contents of 232 additional files at 10.90 per second'),
(1754, 1531491809.999255, 2, 'info', 'Scanned contents of 237 additional files at 10.42 per second'),
(1755, 1531491811.025921, 2, 'info', 'Scanned contents of 240 additional files at 10.09 per second'),
(1756, 1531491812.711636, 2, 'info', 'Scanned contents of 248 additional files at 9.74 per second'),
(1757, 1531491813.730628, 2, 'info', 'Scanned contents of 262 additional files at 9.89 per second'),
(1758, 1531491814.878426, 2, 'info', 'Scanned contents of 265 additional files at 9.59 per second'),
(1759, 1531491815.930395, 2, 'info', 'Scanned contents of 272 additional files at 9.48 per second'),
(1760, 1531491818.807786, 2, 'info', 'Scanned contents of 275 additional files at 8.71 per second'),
(1761, 1531491819.857532, 2, 'info', 'Scanned contents of 284 additional files at 8.71 per second'),
(1762, 1531491820.867731, 2, 'info', 'Scanned contents of 310 additional files at 9.22 per second'),
(1763, 1531491821.880792, 2, 'info', 'Scanned contents of 339 additional files at 9.79 per second'),
(1764, 1531491823.229609, 2, 'info', 'Scanned contents of 348 additional files at 9.67 per second'),
(1765, 1531491824.375691, 2, 'info', 'Scanned contents of 355 additional files at 9.56 per second'),
(1766, 1531491825.605950, 2, 'info', 'Scanned contents of 363 additional files at 9.46 per second'),
(1767, 1531491826.621226, 2, 'info', 'Scanned contents of 370 additional files at 9.40 per second'),
(1768, 1531491827.631252, 2, 'info', 'Scanned contents of 392 additional files at 9.71 per second'),
(1769, 1531491828.671219, 2, 'info', 'Scanned contents of 415 additional files at 10.02 per second'),
(1770, 1531491829.673230, 2, 'info', 'Scanned contents of 429 additional files at 10.11 per second'),
(1771, 1531491830.714147, 2, 'info', 'Scanned contents of 465 additional files at 10.70 per second'),
(1772, 1531491831.718349, 2, 'info', 'Scanned contents of 485 additional files at 10.91 per second'),
(1773, 1531491832.845382, 2, 'info', 'Scanned contents of 497 additional files at 10.90 per second'),
(1774, 1531491833.872124, 2, 'info', 'Scanned contents of 511 additional files at 10.96 per second'),
(1775, 1531491835.002323, 2, 'info', 'Scanned contents of 528 additional files at 11.06 per second'),
(1776, 1531491837.557955, 2, 'info', 'Scanned contents of 539 additional files at 10.71 per second'),
(1777, 1531491838.560311, 2, 'info', 'Scanned contents of 553 additional files at 10.78 per second'),
(1778, 1531491839.633315, 2, 'info', 'Scanned contents of 571 additional files at 10.90 per second'),
(1779, 1531491845.493293, 2, 'info', 'Scanned contents of 574 additional files at 9.85 per second'),
(1780, 1531491846.179049, 2, 'info', 'Scanned contents of 577 additional files at 9.79 per second'),
(1781, 1531491846.179335, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(1782, 1531491846.184779, 2, 'info', 'Checking 1167 host keys against Wordfence scanning servers.'),
(1783, 1531491846.592261, 2, 'info', 'Done host key check.'),
(1784, 1531491846.593754, 2, 'info', 'Checking 3 URLs from 3 sources.'),
(1785, 1531491846.908029, 2, 'info', 'Done URL check.'),
(1786, 1531491847.219793, 2, 'info', 'Done file contents scan'),
(1787, 1531491847.228732, 2, 'info', 'Adding issue: File appears to be malicious: index.php'),
(1788, 1531491847.229978, 10, 'info', 'SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),
(1789, 1531491847.233077, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),
(1790, 1531491847.238239, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(1791, 1531491847.240174, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(1792, 1531491847.245917, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blacklist'),
(1793, 1531491847.271458, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(1794, 1531491847.271870, 2, 'info', 'Done examining URLs'),
(1795, 1531491847.273170, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),
(1796, 1531491847.279261, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blacklist'),
(1797, 1531491847.286409, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),
(1798, 1531491847.292338, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(1799, 1531491847.294923, 2, 'info', 'Starting password strength check on 1 users.'),
(1800, 1531491847.583969, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(1801, 1531491847.590097, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(1802, 1531491849.998688, 10, 'info', 'SUM_ENDOK:Scanning for old themes, plugins and core files'),
(1803, 1531491850.006555, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(1804, 1531491850.012022, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(1805, 1531491850.019701, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(1806, 1531491850.024909, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(1807, 1531491850.025598, 2, 'info', 'Done examining URLs'),
(1808, 1531491850.030057, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(1809, 1531491850.035569, 1, 'info', '-------------------'),
(1810, 1531491850.036315, 2, 'info', 'Wordfence used 28 MB of memory for scan. Server peak memory usage was: 45.75 MB'),
(1811, 1531491850.036794, 1, 'info', 'Scan Complete. Scanned 3229 files, 8 plugins, 1 themes, 20 posts, 0 comments and 626 URLs in 1 minute 45 seconds.'),
(1812, 1531491850.037255, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_wfVulnScanners`
--

CREATE TABLE `wp_wfVulnScanners` (
  `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,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) COLLATE utf8_general_ci NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) COLLATE utf8_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`) VALUES
(239, 'https://www.facebook.com/pg/drakellygolynski/about/?ref=page_internal//', 106, 0, 'external'),
(238, 'http://clinicadue2.blogspot.com.br/p/a-clinica-due.html//', 106, 0, 'external'),
(236, 'prollmed@prollmed.com.br//', 106, 0, 'internal'),
(378, 'https://janinearaujo.com.br/', 303, 0, 'external'),
(237, 'https://www.soulbrava.com.br//', 106, 0, 'external'),
(320, 'http://www.brunasampaiolima.com.br/', 105, 0, 'external'),
(321, 'http://adrianofaustino.com/', 105, 0, 'external'),
(322, 'https://www.facebook.com/dr.gustavonetomg', 105, 0, 'external'),
(323, 'www.drfaixapreta.com.br', 105, 0, 'internal'),
(324, 'https://www.facebook.com/Dr.DanielBernucci/', 105, 0, 'external'),
(370, 'http://www.carinatrevisan.com.br/', 104, 0, 'external'),
(369, 'http://www.eplastica.com.br/', 104, 0, 'external'),
(368, 'http://maiclinica.com.br/', 104, 0, 'external'),
(366, 'http://www.institutomussi.com/', 104, 0, 'external'),
(367, 'http://nutricaoavancada.com.br/', 104, 0, 'external'),
(228, 'https://www.facebook.com/drpalmiros/', 298, 0, 'external'),
(365, 'https://www.facebook.com/clinicalevita/', 104, 0, 'external'),
(272, 'http://biorenew.com.br/', 304, 0, 'external'),
(273, 'http://biorenew.com.br/', 309, 0, 'external'),
(274, 'http://biorenew.com.br/', 310, 0, 'external'),
(277, 'http://biorenew.com.br/', 312, 0, 'external'),
(377, 'https://www.facebook.com/camila.vivanutri', 303, 0, 'external'),
(289, 'https://www.facebook.com/Dermal-Clinic-741694602704027/', 318, 0, 'external'),
(364, 'https://www.instagram.com/clinicamonicaaraujo/?hl=pt-br', 104, 0, 'external'),
(381, 'https://www.instagram.com/blogdanutri/', 329, 0, 'external');

-- --------------------------------------------------------

--
-- Estrutura da tabela `wp_yoast_seo_meta`
--

CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Extraindo dados da tabela `wp_yoast_seo_meta`
--

INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(7, 0, 0),
(38, 0, 0),
(40, 0, 0),
(257, 0, 0),
(106, 1, 0),
(104, 0, 0),
(105, 1, 0),
(298, 0, 0),
(303, 0, 0),
(67, 0, 0),
(283, 0, 0),
(209, 0, 0),
(189, 0, 0),
(304, 0, 0),
(309, 0, 0),
(310, 0, 0),
(312, 0, 0),
(318, 0, 0),
(208, 0, 0),
(13, 0, 0),
(329, 0, 0),
(124, 0, 0),
(9, 0, 0),
(362, 0, 0),
(396, 0, 0),
(401, 0, 0),
(403, 0, 0),
(404, 0, 0),
(405, 0, 0),
(407, 0, 0),
(409, 0, 0),
(411, 0, 0),
(424, 0, 0),
(430, 0, 0),
(431, 0, 0),
(432, 0, 0),
(433, 0, 0),
(434, 0, 0),
(436, 0, 0),
(437, 0, 0),
(438, 0, 0),
(439, 0, 0),
(440, 0, 0),
(441, 0, 0),
(442, 0, 0),
(444, 0, 0),
(445, 0, 0),
(446, 0, 0),
(447, 0, 0),
(448, 0, 0),
(450, 0, 0),
(451, 0, 0),
(452, 0, 0),
(454, 0, 0),
(455, 0, 0),
(457, 0, 0),
(458, 0, 0),
(459, 0, 0),
(460, 0, 0),
(461, 0, 0),
(462, 0, 0),
(463, 0, 0),
(464, 0, 0),
(397, 0, 0),
(435, 0, 0),
(449, 0, 0),
(456, 0, 0),
(25, 0, 0),
(26, 0, 0),
(27, 0, 0),
(28, 0, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_loginizer_logs`
--
ALTER TABLE `wp_loginizer_logs`
  ADD UNIQUE KEY `ip` (`ip`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_wfBadLeechers`
--
ALTER TABLE `wp_wfBadLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Indexes for table `wp_wfBlockedCommentLog`
--
ALTER TABLE `wp_wfBlockedCommentLog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indexes for table `wp_wfBlockedIPLog`
--
ALTER TABLE `wp_wfBlockedIPLog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indexes for table `wp_wfBlocks7`
--
ALTER TABLE `wp_wfBlocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wfConfig`
--
ALTER TABLE `wp_wfConfig`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_wfCrawlers`
--
ALTER TABLE `wp_wfCrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Indexes for table `wp_wfFileChanges`
--
ALTER TABLE `wp_wfFileChanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Indexes for table `wp_wfFileMods`
--
ALTER TABLE `wp_wfFileMods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Indexes for table `wp_wfHits`
--
ALTER TABLE `wp_wfHits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Indexes for table `wp_wfHoover`
--
ALTER TABLE `wp_wfHoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Indexes for table `wp_wfIssues`
--
ALTER TABLE `wp_wfIssues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfKnownFileList`
--
ALTER TABLE `wp_wfKnownFileList`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wfLeechers`
--
ALTER TABLE `wp_wfLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Indexes for table `wp_wfLiveTrafficHuman`
--
ALTER TABLE `wp_wfLiveTrafficHuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wfLocs`
--
ALTER TABLE `wp_wfLocs`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wfLogins`
--
ALTER TABLE `wp_wfLogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Indexes for table `wp_wfNotifications`
--
ALTER TABLE `wp_wfNotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wfPendingIssues`
--
ALTER TABLE `wp_wfPendingIssues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfReverseCache`
--
ALTER TABLE `wp_wfReverseCache`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wfScanners`
--
ALTER TABLE `wp_wfScanners`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Indexes for table `wp_wfSNIPCache`
--
ALTER TABLE `wp_wfSNIPCache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `wp_wfStatus`
--
ALTER TABLE `wp_wfStatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Indexes for table `wp_wfVulnScanners`
--
ALTER TABLE `wp_wfVulnScanners`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Indexes for table `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9122;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3344;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=471;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_wfBlocks7`
--
ALTER TABLE `wp_wfBlocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- AUTO_INCREMENT for table `wp_wfHits`
--
ALTER TABLE `wp_wfHits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8148;

--
-- AUTO_INCREMENT for table `wp_wfHoover`
--
ALTER TABLE `wp_wfHoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfIssues`
--
ALTER TABLE `wp_wfIssues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=73;

--
-- AUTO_INCREMENT for table `wp_wfKnownFileList`
--
ALTER TABLE `wp_wfKnownFileList`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3791;

--
-- AUTO_INCREMENT for table `wp_wfLogins`
--
ALTER TABLE `wp_wfLogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=289;

--
-- AUTO_INCREMENT for table `wp_wfPendingIssues`
--
ALTER TABLE `wp_wfPendingIssues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfSNIPCache`
--
ALTER TABLE `wp_wfSNIPCache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=275;

--
-- AUTO_INCREMENT for table `wp_wfStatus`
--
ALTER TABLE `wp_wfStatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1975;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=382;
COMMIT;

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